EMNLP 2021main64 citations

AttentionRank: Unsupervised Keyphrase Extraction using Self and Cross Attentions

Haoran Ding, Xiao Luo

Abstract

Keyword or keyphrase extraction is to identify words or phrases presenting the main topics of a document. This paper proposes the AttentionRank, a hybrid attention model, to identify keyphrases from a document in an unsupervised manner. AttentionRank calculates self-attention and cross-attention using a pre-trained language model. The self-attention is designed to determine the importance of a candidate within the context of a sentence. The cross-attention is calculated to identify the semantic relevance between a candidate and sentences within a document. We evaluate the AttentionRank on three publicly available datasets against seven baselines. The results show that the AttentionRank is an effective and robust unsupervised keyphrase extraction model on both long and short documents. Source code is available on Github.

BibTeX
@inproceedings{ding-luo-2021-attentionrank,
    title = "{A}ttention{R}ank: Unsupervised Keyphrase Extraction using Self and Cross Attentions",
    author = "Ding, Haoran  and
      Luo, Xiao",
    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.146/",
    doi = "10.18653/v1/2021.emnlp-main.146",
    pages = "1919--1928"
}