English

Capturing Global Informativeness in Open Domain Keyphrase Extraction

Computation and Language 2021-09-20 v2

Abstract

Open-domain KeyPhrase Extraction (KPE) aims to extract keyphrases from documents without domain or quality restrictions, e.g., web pages with variant domains and qualities. Recently, neural methods have shown promising results in many KPE tasks due to their powerful capacity for modeling contextual semantics of the given documents. However, we empirically show that most neural KPE methods prefer to extract keyphrases with good phraseness, such as short and entity-style n-grams, instead of globally informative keyphrases from open-domain documents. This paper presents JointKPE, an open-domain KPE architecture built on pre-trained language models, which can capture both local phraseness and global informativeness when extracting keyphrases. JointKPE learns to rank keyphrases by estimating their informativeness in the entire document and is jointly trained on the keyphrase chunking task to guarantee the phraseness of keyphrase candidates. Experiments on two large KPE datasets with diverse domains, OpenKP and KP20k, demonstrate the effectiveness of JointKPE on different pre-trained variants in open-domain scenarios. Further analyses reveal the significant advantages of JointKPE in predicting long and non-entity keyphrases, which are challenging for previous neural KPE methods. Our code is publicly available at https://github.com/thunlp/BERT-KPE.

Keywords

Cite

@article{arxiv.2004.13639,
  title  = {Capturing Global Informativeness in Open Domain Keyphrase Extraction},
  author = {Si Sun and Zhenghao Liu and Chenyan Xiong and Zhiyuan Liu and Jie Bao},
  journal= {arXiv preprint arXiv:2004.13639},
  year   = {2021}
}

Comments

12 pages, 3 tables, 2 figures, Accepted to NLPCC 2021

R2 v1 2026-06-23T15:09:30.410Z