paper-with-me

Papers

Unsupervised Keyphrase Extraction by Jointly Modeling Local and Global Context

2021-09-15 · EMNLP 2021 11 · Xinnian Liang, Shuangzhi Wu, Mu Li, Zhoujun Li

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.

📄 PDF Abstract BibTeX arXiv:2109.07293

Code (1)

xnliang98/uke_ccrank 공식 구현 pytorch

Tasks

Document EmbeddingKeyphrase Extraction

Similar Papers 제목 키워드 기반

Local Word Vectors Guiding Keyphrase Extraction

2017-10-20 · Eirini Papagiannopoulou, Grigorios Tsoumakas

Automated keyphrase extraction is a fundamental textual information processing task concerned with the selection of representative phrases from a document that summarize its content. This work presents a novel unsupervis…

Keyphrase ExtractionWord Embeddings

Keyphrase Extraction using Sequential Labeling

2016-08-01 · Sujatha Das Gollapalli, Xiao-Li Li

Keyphrases efficiently summarize a document's content and are used in various document processing and retrieval tasks. Several unsupervised techniques and classifiers exist for extracting keyphrases from text documents. …

Keyphrase ExtractionPOSRetrieval

Capturing Global Informativeness in Open Domain Keyphrase Extraction

2020-04-28 · Si Sun, Zhenghao Liu, Chenyan Xiong, Zhiyuan Liu 외

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 r…

ChunkingInformativenessKeyphrase Extraction

WING-NUS at SemEval-2017 Task 10: Keyphrase Extraction and Classification as Joint Sequence Labeling

2017-08-01 · SEMEVAL 2017 8 · Animesh Prasad, Min-Yen Kan

We describe an end-to-end pipeline processing approach for SemEval 2017{'}s Task 10 to extract keyphrases and their relations from scientific publications. We jointly identify and classify keyphrases by modeling the subt…

ClusteringGeneral ClassificationKeyphrase ExtractionRelation

Pre-Trained Language Models for Keyphrase Prediction: A Review

2024-09-02 · Muhammad Umair, Tangina Sultana, Young-Koo Lee

Keyphrase Prediction (KP) is essential for identifying keyphrases in a document that can summarize its content. However, recent Natural Language Processing (NLP) advances have developed more efficient KP models using dee…

Keyphrase ExtractionKeyphrase GenerationPrediction