EagleW / PaperRobot

Code for PaperRobot: Incremental Draft Generation of Scientific Ideas
https://aclanthology.org/P19-1191
MIT License
472 stars 134 forks source link

Questions about code and paper_reading dataset #21

Closed novice03 closed 2 years ago

novice03 commented 2 years ago

Hello, how do you use the model trained in existing paper reading for new paper writing? I understand that, for each title, you extract the top 10 related entities from the enriched knowledge graph. Where is the code corresponding to this? I don't see the GATA model being used in the code for new paper writing. Did you already run the model and save the results in paper_reading.zip? Also, can you please explain how you created the paper_reading dataset?

EagleW commented 2 years ago

Hi @novice03, thank you very much for your interest in our research! As the paper states, we use existing paper reading (link prediction model) to predict new potential links in the KG. The details are provided in #10. We saved GATA results as a new KG and create a new dataset with those terms in PubMed Term, Abstract, Conclusion, Title Dataset.

1754699523 commented 2 years ago

Hello, how do you use the model trained in existing paper reading for new paper writing? I understand that, for each title, you extract the top 10 related entities from the enriched knowledge graph. Where is the code corresponding to this? I don't see the GATA model being used in the code for new paper writing. Did you already run the model and save the results in paper_reading.zip? Also, can you please explain how you created the paper_reading dataset?

Hello, have you figured this out? I have the same question