Fantabulous-J / coref-HGAT

Pytorch Implementation of Our NAACL 2021 Paper "Incorporating Syntax and Semantics in Coreference Resolution with Heterogeneous Graph Attention Network"
Apache License 2.0
10 stars 2 forks source link

How to get dep_gold_vocab.txt? #1

Closed yangjingyi closed 2 years ago

yangjingyi commented 3 years ago

Hi,

Thanks for your great code! When I run your code, I encountered a problem. "dep_gold_vocab.txt" and "pos_tag_vocab.txt" are missed and I don't know how to generate the two files. Could please upload these files or scripts of generating these files?

Thanks in advance.

Fantabulous-J commented 3 years ago

Thanks for your interest in our paper! I have uploaded these two files, please check! Please let me know if you have additional questions.

yangjingyi commented 3 years ago

Got it! Thank you for your quick reply.