CLSep 15, 2021

Unsupervised Keyphrase Extraction by Jointly Modeling Local and Global Context

arXiv:2109.07293v1666 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for unsupervised keyphrase extraction, addressing the limitation of existing embedding-based methods that fail to capture different contexts effectively.

The paper tackled unsupervised keyphrase extraction by jointly modeling local and global context, resulting in a model that outperforms most state-of-the-art models on three benchmarks and generalizes better across domains and document lengths.

Embedding based methods are widely used for unsupervised keyphrase extraction (UKE) tasks. Generally, these methods simply calculate similarities between phrase embeddings and document embedding, which is insufficient to capture different context for a more effective UKE model. In this paper, we propose a novel method for UKE, where local and global contexts are jointly modeled. From a global view, we calculate the similarity between a certain phrase and the whole document in the vector space as transitional embedding based models do. In terms of the local view, we first build a graph structure based on the document where phrases are regarded as vertices and the edges are similarities between vertices. Then, we proposed a new centrality computation method to capture local salient information based on the graph structure. Finally, we further combine the modeling of global and local context for ranking. We evaluate our models on three public benchmarks (Inspec, DUC 2001, SemEval 2010) and compare with existing state-of-the-art models. The results show that our model outperforms most models while generalizing better on input documents with different domains and length. Additional ablation study shows that both the local and global information is crucial for unsupervised keyphrase extraction tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes