EMNLP 2021main10 citations

Low-Rank Subspaces for Unsupervised Entity Linking

Akhil Arora, Alberto Garcia-Duran, Robert West

Abstract

Entity linking is an important problem with many applications. Most previous solutions were designed for settings where annotated training data is available, which is, however, not the case in numerous domains. We propose a light-weight and scalable entity linking method, Eigenthemes, that relies solely on the availability of entity names and a referent knowledge base. Eigenthemes exploits the fact that the entities that are truly mentioned in a document (the “gold entities”) tend to form a semantically dense subset of the set of all candidate entities in the document. Geometrically speaking, when representing entities as vectors via some given embedding, the gold entities tend to lie in a low-rank subspace of the full embedding space. Eigenthemes identifies this subspace using the singular value decomposition and scores candidate entities according to their proximity to the subspace. On the empirical front, we introduce multiple strong baselines that compare favorably to (and sometimes even outperform) the existing state of the art. Extensive experiments on benchmark datasets from a variety of real-world domains showcase the effectiveness of our approach.

BibTeX
@inproceedings{arora-etal-2021-low,
    title = "Low-Rank Subspaces for Unsupervised Entity Linking",
    author = "Arora, Akhil  and
      Garcia-Duran, Alberto  and
      West, Robert",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.634/",
    doi = "10.18653/v1/2021.emnlp-main.634",
    pages = "8037--8054"
}
Low-Rank Subspaces for Unsupervised Entity Linking · EMNLP 2021