An Attention-based Model for Joint Extraction of Entities and Relations with Implicit Entity Features

Yan Zhou,Longtao Huang,Tao Guo,Songlin Hu,Jizhong Han
DOI: https://doi.org/10.1145/3308560.3317704
2019-01-01
Abstract:Extracting entities and relations is critical to the understanding of massive text corpora. Recently, neural joint models have shown promising results for this task. However, the entity features are not effectively used in these joint models. In this paper, we propose an approach to utilize the implicit entity features in the joint model and show these features can facilitate the joint extraction task. Particularly, we use the hidden-layer vectors extracted from a pre-trained named entity recognition model as the entity features. Thus, our method does not need to design the entity features by hand and can benefit from the new development of named entity recognition task. In addition, we introduce an attention mechanism in our model which can select the informative parts of the input sentence to the prediction. We conduct a series of experiments on a public dataset and the results show the effectiveness of our model.
What problem does this paper attempt to address?