English

SEE: Syntax-aware Entity Embedding for Neural Relation Extraction

Computation and Language 2018-01-12 v1

Abstract

Distant supervised relation extraction is an efficient approach to scale relation extraction to very large corpora, and has been widely used to find novel relational facts from plain text. Recent studies on neural relation extraction have shown great progress on this task via modeling the sentences in low-dimensional spaces, but seldom considered syntax information to model the entities. In this paper, we propose to learn syntax-aware entity embedding for neural relation extraction. First, we encode the context of entities on a dependency tree as sentence-level entity embedding based on tree-GRU. Then, we utilize both intra-sentence and inter-sentence attentions to obtain sentence set-level entity embedding over all sentences containing the focus entity pair. Finally, we combine both sentence embedding and entity embedding for relation classification. We conduct experiments on a widely used real-world dataset and the experimental results show that our model can make full use of all informative instances and achieve state-of-the-art performance of relation extraction.

Keywords

Cite

@article{arxiv.1801.03603,
  title  = {SEE: Syntax-aware Entity Embedding for Neural Relation Extraction},
  author = {Zhengqiu He and Wenliang Chen and Zhenghua Li and Meishan Zhang and Wei Zhang and Min Zhang},
  journal= {arXiv preprint arXiv:1801.03603},
  year   = {2018}
}

Comments

8 pages, AAAI-2018

R2 v1 2026-06-22T23:42:13.184Z