CLOct 21, 2022

Rescue Implicit and Long-tail Cases: Nearest Neighbor Relation Extraction

arXiv:2210.11800v2296 citationsh-index: 39Has Code
Originality Incremental advance
AI Analysis

This addresses challenges in relation extraction for NLP applications, offering an incremental improvement by enhancing existing models with a simple nearest-neighbor approach.

The paper tackles the problems of implicit expressions and long-tail relation types in relation extraction by introducing a k-nearest neighbors enhancement (kNN-RE), which consults training relations at test time and leverages distant supervision data, achieving state-of-the-art performances on datasets like ACE05, SciERC, and Wiki80.

Relation extraction (RE) has achieved remarkable progress with the help of pre-trained language models. However, existing RE models are usually incapable of handling two situations: implicit expressions and long-tail relation types, caused by language complexity and data sparsity. In this paper, we introduce a simple enhancement of RE using $k$ nearest neighbors ($k$NN-RE). $k$NN-RE allows the model to consult training relations at test time through a nearest-neighbor search and provides a simple yet effective means to tackle the two issues above. Additionally, we observe that $k$NN-RE serves as an effective way to leverage distant supervision (DS) data for RE. Experimental results show that the proposed $k$NN-RE achieves state-of-the-art performances on a variety of supervised RE datasets, i.e., ACE05, SciERC, and Wiki80, along with outperforming the best model to date on the i2b2 and Wiki80 datasets in the setting of allowing using DS. Our code and models are available at: https://github.com/YukinoWan/kNN-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