EMNLP 2022main9 citations

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

Zhen Wan, Qianying Liu, Zhuoyuan Mao, Fei Cheng, Sadao Kurohashi, Jiwei Li

Abstract

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.

BibTeX
@inproceedings{wan-etal-2022-rescue,
    title = "Rescue Implicit and Long-tail Cases: Nearest Neighbor Relation Extraction",
    author = "Wan, Zhen  and
      Liu, Qianying  and
      Mao, Zhuoyuan  and
      Cheng, Fei  and
      Kurohashi, Sadao  and
      Li, Jiwei",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.113/",
    doi = "10.18653/v1/2022.emnlp-main.113",
    pages = "1731--1738"
}
Rescue Implicit and Long-tail Cases: Nearest Neighbor Relation Extraction · EMNLP 2022