ACL 2021short12 citations

MOLEMAN: Mention-Only Linking of Entities with a Mention Annotation Network

Nicholas FitzGerald, Dan Bikel, Jan Botha, Daniel Gillick, Tom Kwiatkowski, Andrew McCallum

Abstract

We present an instance-based nearest neighbor approach to entity linking. In contrast to most prior entity retrieval systems which represent each entity with a single vector, we build a contextualized mention-encoder that learns to place similar mentions of the same entity closer in vector space than mentions of different entities. This approach allows all mentions of an entity to serve as “class prototypes” as inference involves retrieving from the full set of labeled entity mentions in the training set and applying the nearest mention neighbor’s entity label. Our model is trained on a large multilingual corpus of mention pairs derived from Wikipedia hyperlinks, and performs nearest neighbor inference on an index of 700 million mentions. It is simpler to train, gives more interpretable predictions, and outperforms all other systems on two multilingual entity linking benchmarks.

BibTeX
@inproceedings{fitzgerald-etal-2021-moleman,
    title = "{MOLEMAN}: Mention-Only Linking of Entities with a Mention Annotation Network",
    author = "FitzGerald, Nicholas  and
      Bikel, Dan  and
      Botha, Jan  and
      Gillick, Daniel  and
      Kwiatkowski, Tom  and
      McCallum, Andrew",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 2: Short Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-short.37/",
    doi = "10.18653/v1/2021.acl-short.37",
    pages = "278--285"
}
MOLEMAN: Mention-Only Linking of Entities with a Mention Annotation Network · ACL 2021