roomylee / entity-aware-relation-classification

Tensorflow Implementation of "Semantic Relation Classification via Bidirectional LSTM Networks with Entity-aware Attention using Latent Entity Typing" (arXiv 2019)
https://arxiv.org/abs/1901.08163
108 stars 26 forks source link

State-of-the-art accuracy? #4

Open Hrant-Khachatrian opened 5 years ago

Hrant-Khachatrian commented 5 years ago

Dear authors,

Thanks for your work and for releasing the code.

There is a paper from ACL 2016 Relation Classification via Multi-Level Attention CNNs which claims to reach 88 F-score on the same dataset and still does not use "rich" features. Is there are a reason you don't cite it or compare to its results?

Thanks.