CLAug 18, 2022

A Two-Phase Paradigm for Joint Entity-Relation Extraction

arXiv:2208.08659v13 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in joint extraction for NLP researchers, offering incremental improvements in model performance.

The paper tackles the problem of imbalanced data distributions in span-based joint entity and relation extraction models by proposing a two-phase paradigm that reduces gaps between negative and positive samples, resulting in consistent outperformance of previous state-of-the-art models on several datasets.

An exhaustive study has been conducted to investigate span-based models for the joint entity and relation extraction task. However, these models sample a large number of negative entities and negative relations during the model training, which are essential but result in grossly imbalanced data distributions and in turn cause suboptimal model performance. In order to address the above issues, we propose a two-phase paradigm for the span-based joint entity and relation extraction, which involves classifying the entities and relations in the first phase, and predicting the types of these entities and relations in the second phase. The two-phase paradigm enables our model to significantly reduce the data distribution gap, including the gap between negative entities and other entities, as well as the gap between negative relations and other relations. In addition, we make the first attempt at combining entity type and entity distance as global features, which has proven effective, especially for the relation extraction. Experimental results on several datasets demonstrate that the spanbased joint extraction model augmented with the two-phase paradigm and the global features consistently outperforms previous state-of-the-art span-based models for the joint extraction task, establishing a new standard benchmark. Qualitative and quantitative analyses further validate the effectiveness the proposed paradigm and the global features.

Foundations

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

Your Notes