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

What method did you use to generate the dependency trees for the semeval dataset #19

Closed RichJackson closed 4 years ago

RichJackson commented 4 years ago

Hi there. Thanks for posting your code!

I'm interested in applying this methodology to other datasets. My reading of it is that you preprocess data to derive the dependency tree before training. What method did you use to do this for the Semeval dataset, as this doesn't have the dependency tree annotated in the original data?

Cartus commented 4 years ago

I simply used the Stanford CoreNLP parser as the one used in the TACRED dataset.