Open s1ck opened 3 years ago
All the datasets and queries used in the experiments are publicly available at here. This link is also attached at the end of README.md. The data format is the same as that of HPRD file. So I think your script can directly work on them. Thanks.
Sorry, I missed that in the README 🙈It's really uncommon that reproducing scientific papers is as simple as it is with your paper. I think it's great and should be the standard for all research in CS :) Thanks.
Sorry, I missed that in the README 🙈It's really uncommon that reproducing scientific papers is as simple as it is with your paper. I think it's great and should be the standard for all research in CS :) Thanks.
Very glad that our work is helpful. Thanks.
I was wondering if you could share the benchmark datasets from the paper and the queries you ran for the evaluation. Alternatively, you might wanna share the script that converts them into your specific format. In my Rust port, I wrote a parser for your format and also re-used the tests that you provide (based on the HPRD dataset). Thank you.