SubgraphMatching icon indicating copy to clipboard operation
SubgraphMatching copied to clipboard

Benchmark datasets

Open s1ck opened this issue 3 years ago • 3 comments

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.

s1ck avatar Apr 23 '21 16:04 s1ck

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.

shixuansun avatar Apr 24 '21 04:04 shixuansun

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.

s1ck avatar Apr 25 '21 15:04 s1ck

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.

shixuansun avatar Apr 26 '21 01:04 shixuansun