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

10/21/2022
by   Zhen Wan, et al.
0

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 (kNN-RE). kNN-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 kNN-RE serves as an effective way to leverage distant supervision (DS) data for RE. Experimental results show that the proposed kNN-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.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/01/2019

Generalization through Memorization: Nearest Neighbor Language Models

We introduce kNN-LMs, which extend a pre-trained neural language model (...
research
05/04/2022

Relation Extraction as Open-book Examination: Retrieval-enhanced Prompt Tuning

Pre-trained language models have contributed significantly to relation e...
research
03/31/2022

kNN-NER: Named Entity Recognition with Nearest Neighbor Search

Inspired by recent advances in retrieval augmented methods in NLP <cit.>...
research
11/27/2020

Learning Relation Prototype from Unlabeled Texts for Long-tail Relation Extraction

Relation Extraction (RE) is a vital step to complete Knowledge Graph (KG...
research
01/21/2023

Weakly-Supervised Questions for Zero-Shot Relation Extraction

Zero-Shot Relation Extraction (ZRE) is the task of Relation Extraction w...
research
03/25/2019

Connecting Language and Knowledge with Heterogeneous Representations for Neural Relation Extraction

Knowledge Bases (KBs) require constant up-dating to reflect changes to t...
research
04/07/2015

Large Margin Nearest Neighbor Embedding for Knowledge Representation

Traditional way of storing facts in triplets ( head_entity, relation, ta...

Please sign up or login with your details

Forgot password? Click here to reset