Cartus / AGGCN

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

Code to convert SemEval2010_task8 dataset #5

Closed AaronWhite95 closed 5 years ago

AaronWhite95 commented 5 years ago

Sorry to bother you again, I check the data format in the code: https://github.com/qipeng/gcn-over-pruned-trees I have to convert SemEval2010_task8 dataset to TARCED's format, but I don't know what to fill the key _subjtype and _objtype. May I ask what to fill this two keys? Or May I have your code for transfering SemEval2010_task8 dataset to TARCED's format? Thank you so much!

Cartus commented 5 years ago

Yes, codes for TACRED and Semeval are different due to the data format, that is the reason why we only release the codes for TACRED currently. We are merging codes for Semeval and cross-sentence n-ary relation tasks. It might take some time to finish it.