CLDec 12, 2020

GDPNet: Refining Latent Multi-View Graph for Relation Extraction

arXiv:2012.06780v190 citations
AI Analysis

This work provides an incremental improvement in relation extraction for natural language processing researchers, particularly for dialogue-level tasks.

This paper addresses the challenge of relation extraction in long texts by proposing GDPNet, which constructs and refines a latent multi-view graph to identify important words for relation prediction. GDPNet achieves state-of-the-art performance on dialogue-level relation extraction on DialogRE and comparable results on sentence-level relation extraction on TACRED.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes