SeoSangwoo / Attention-Based-BiLSTM-relation-extraction

Tensorflow Implementation of "Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification" (ACL 2016)
http://www.aclweb.org/anthology/P16-2034
Apache License 2.0
430 stars 139 forks source link

it's a task of classification ? how to extract the relation and entity? #17

Open jkszw2014 opened 5 years ago

jkszw2014 commented 5 years ago

how to extract the relation and entity for a sentence?

sonali856 commented 5 years ago

I am having the same issue , how can i predict the relations , if i give it to the model?

tangchen2 commented 5 years ago

how to extract the relation and entity for a sentence?

it can just predict the relation type such as message-top and so on, it can't predict the entity in the relation

jkszw2014 commented 5 years ago

thanks