Learn to Not Link: Exploring NIL Prediction in Entity Linking
Fangwei Zhu, Jifan Yu, Hailong Jin, Lei Hou, Juanzi Li, Zhifang Sui
Abstract
Entity linking models have achieved significant success via utilizing pretrained language models to capture semantic features. However, the NIL prediction problem, which aims to identify mentions without a corresponding entity in the knowledge base, has received insufficient attention. We categorize mentions linking to NIL into Missing Entity and Non-Entity Phrase, and propose an entity linking dataset NEL that focuses on the NIL prediction problem.NEL takes ambiguous entities as seeds, collects relevant mention context in the Wikipedia corpus, and ensures the presence of mentions linking to NIL by human annotation and entity masking. We conduct a series of experiments with the widely used bi-encoder and cross-encoder entity linking models, results show that both types of NIL mentions in training data have a significant influence on the accuracy of NIL prediction. Our code and dataset can be accessed at https://github.com/solitaryzero/NIL_EL.
BibTeX
@inproceedings{zhu-etal-2023-learn,
title = "Learn to Not Link: Exploring {NIL} Prediction in Entity Linking",
author = "Zhu, Fangwei and
Yu, Jifan and
Jin, Hailong and
Hou, Lei and
Li, Juanzi and
Sui, Zhifang",
editor = "Rogers, Anna and
Boyd-Graber, Jordan and
Okazaki, Naoaki",
booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
month = jul,
year = "2023",
address = "Toronto, Canada",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.findings-acl.690/",
doi = "10.18653/v1/2023.findings-acl.690",
pages = "10846--10860"
}