Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GDPNet: Refining Latent Multi-View Graph for Relation Extraction

About

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.

Fuzhao Xue, Aixin Sun, Hao Zhang, Eng Siong Chng• 2020

Related benchmarks

TaskDatasetResultRank
Relation ExtractionTACRED (test)
F1 Score71.5
194
Relation ExtractionTACRED
Micro F170.5
97
Dialogue Relation ExtractionDialogRE (test)
F164.9
69
Relation ExtractionSemEval (test)
Micro F181.2
55
Relation ExtractionTACRED v1.0 (test)
F1 Score70.5
37
Relation ExtractionTACRED-Revisit--
35
Relation ExtractionTACREV (test)
F1 Score80.2
27
Dialogue Relation ExtractionDialogRE (dev)
F161.8
22
Dialogue Relation ExtractionDialogRE v2 (test)
F1 Score64.3
20
Relation ExtractionTACRED-Revisit (test)
Micro F179.3
19
Showing 10 of 18 rows

Other info

Code

Follow for update