hugochan/Graph2Seq-for-KGQG

how to obtain the datasets?

zxgx opened this issue · 4 comments

zxgx commented

I notice that some scripts are provided in src/scripts, and they seem to be related to data preprocessing.

Could you please explain how can I get your datasets from freebase and WebQuestionsSP/CWQ?

I notice that some scripts are provided in src/scripts, and they seem to be related to data preprocessing.

Could you please explain how can I get your datasets from freebase and WebQuestionsSP/CWQ?

@zxgx thank you for your interest to our work! The datasets used in this work were created by [1]. You will find more details on them from the paper.

[1] V. Kumar, Y. Hua, G. Ramakrishnan, G. Qi, L. Gao, and Y.-F. Li,
“Difficulty-controllable multi-hop question generation from knowledge graphs,” in International Semantic Web Conference. Springer, 2019, pp. 382–398.

zxgx commented

I notice that some scripts are provided in src/scripts, and they seem to be related to data preprocessing.
Could you please explain how can I get your datasets from freebase and WebQuestionsSP/CWQ?

@zxgx thank you for your interest to our work! The datasets used in this work were created by [1]. You will find more details on them from the paper.

[1] V. Kumar, Y. Hua, G. Ramakrishnan, G. Qi, L. Gao, and Y.-F. Li,
“Difficulty-controllable multi-hop question generation from knowledge graphs,” in International Semantic Web Conference. Springer, 2019, pp. 382–398.

Thank you for your reply.
I had already read this paper, but they don't even provide any explicit instruction to run their code: mhqg

I would very appreciate it if you could provide some instructions to generate the datasets~

I notice that some scripts are provided in src/scripts, and they seem to be related to data preprocessing.
Could you please explain how can I get your datasets from freebase and WebQuestionsSP/CWQ?

@zxgx thank you for your interest to our work! The datasets used in this work were created by [1]. You will find more details on them from the paper.
[1] V. Kumar, Y. Hua, G. Ramakrishnan, G. Qi, L. Gao, and Y.-F. Li,
“Difficulty-controllable multi-hop question generation from knowledge graphs,” in International Semantic Web Conference. Springer, 2019, pp. 382–398.

Thank you for your reply.
I had already read this paper, but they don't even provide any explicit instruction to run their code: mhqg

I would very appreciate it if you could provide some instructions to generate the datasets~

@zxgx You can find the PQ and WQ data in their repo (https://github.com/liyuanfang/mhqg/tree/master/final_data). The scripts provided in src/scripts of this repo can be used to preprocess the above raw data for running our model. Hope this answers your question.

zxgx commented

Thanks a lot !