Cartus / AGGCN

Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
MIT License
432 stars 88 forks source link

Dependency information of SemEval 2010 Task8 #16

Closed shiningliang closed 4 years ago

shiningliang commented 4 years ago

Thank you for your sharing. We are very fortunate to have such a responsible author. Before you release the code for SemEval 2010 Task8, I want to know how you obtain the dependency information for it. By StanfordNLP?

Cartus commented 4 years ago

Yes, we (or the author of the datasets) use Stanford CoreNLP to get the corresponding dependency tree for TACRED, PubMed (cross-sentence n-ary re dataset) and SemEval Task 8.

I need to apologize for the delay in releasing the code for PubMed and SemEval dataset. I am occupied by the visa stuff in these few months. I will release them once I have some free time.

shiningliang commented 4 years ago

OK. Thank you very much. Don't worry. Focus on your visa. Good luck.