Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MDERank: A Masked Document Embedding Rank Approach for Unsupervised Keyphrase Extraction

About

Keyphrase extraction (KPE) automatically extracts phrases in a document that provide a concise summary of the core content, which benefits downstream information retrieval and NLP tasks. Previous state-of-the-art (SOTA) methods select candidate keyphrases based on the similarity between learned representations of the candidates and the document. They suffer performance degradation on long documents due to discrepancy between sequence lengths which causes mismatch between representations of keyphrase candidates and the document. In this work, we propose a novel unsupervised embedding-based KPE approach, Masked Document Embedding Rank (MDERank), to address this problem by leveraging a mask strategy and ranking candidates by the similarity between embeddings of the source document and the masked document. We further develop a KPE-oriented BERT (KPEBERT) model by proposing a novel self-supervised contrastive learning method, which is more compatible to MDERank than vanilla BERT. Comprehensive evaluations on six KPE benchmarks demonstrate that the proposed MDERank outperforms state-of-the-art unsupervised KPE approach by average 1.80 $F1@15$ improvement. MDERank further benefits from KPEBERT and overall achieves average 3.53 $F1@15$ improvement over the SOTA SIFRank. Our code is available at \url{https://github.com/LinhanZ/mderank}.

Linhan Zhang, Qian Chen, Wen Wang, Chong Deng, Shiliang Zhang, Bing Li, Wei Wang, Xin Cao• 2021

Related benchmarks

TaskDatasetResultRank
Keyword ExtractionSemEval 2010
F1 Score (k=10)17.07
31
Keyphrase ExtractionSemEval 2017
F1@522.81
23
Keyphrase ExtractionInspec (test)
F1@527.85
15
Keyphrase ExtractionSemEval 2010 (test)
F1@513.05
14
Keyphrase ExtractionKrapivin (test)
F1@511.78
11
Keyphrase ExtractionNUS
F1@515.24
9
Keyphrase ExtractionKrapivin
F1@511.78
9
Keyphrase ExtractionInspec
F1 Score @ 526.17
9
Keyphrase ExtractionDUC 2001
F1 Score @ 513.05
9
Showing 9 of 9 rows

Other info

Follow for update