Unsupervised Keyphrase Extraction by Jointly Modeling Local and Global Context
Xinnian Liang, Shuangzhi Wu, Mu Li, Zhoujun Li

TL;DR
This paper introduces a novel unsupervised keyphrase extraction method that jointly models local and global contexts, improving accuracy and generalization across diverse documents.
Contribution
It proposes a new approach combining global similarity measures with local graph-based centrality to enhance keyphrase extraction performance.
Findings
Outperforms most existing models on benchmark datasets
Generalizes well across different domains and document lengths
Both local and global contexts are essential for effective extraction
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Text Analysis Techniques
