English

GDPNet: Refining Latent Multi-View Graph for Relation Extraction

Computation and Language 2023-04-26 v1

Abstract

Relation Extraction (RE) is to predict the relation type of two entities that are mentioned in a piece of text, e.g., a sentence or a dialogue. When the given text is long, it is challenging to identify indicative words for the relation prediction. Recent advances on RE task are from BERT-based sequence modeling and graph-based modeling of relationships among the tokens in the sequence. In this paper, we propose to construct a latent multi-view graph to capture various possible relationships among tokens. We then refine this graph to select important words for relation prediction. Finally, the representation of the refined graph and the BERT-based sequence representation are concatenated for relation extraction. Specifically, in our proposed GDPNet (Gaussian Dynamic Time Warping Pooling Net), we utilize Gaussian Graph Generator (GGG) to generate edges of the multi-view graph. The graph is then refined by Dynamic Time Warping Pooling (DTWPool). On DialogRE and TACRED, we show that GDPNet achieves the best performance on dialogue-level RE, and comparable performance with the state-of-the-arts on sentence-level RE.

Keywords

Cite

@article{arxiv.2012.06780,
  title  = {GDPNet: Refining Latent Multi-View Graph for Relation Extraction},
  author = {Fuzhao Xue and Aixin Sun and Hao Zhang and Eng Siong Chng},
  journal= {arXiv preprint arXiv:2012.06780},
  year   = {2023}
}

Comments

To appear at AAAI 2021

R2 v1 2026-06-23T20:55:12.511Z