paper-with-me

Papers

Keyphrase Extraction Using Neighborhood Knowledge Based on Word Embeddings

2021-11-13 · Yuchen Liang, Mohammed J. Zaki

Keyphrase extraction is the task of finding several interesting phrases in a text document, which provide a list of the main topics within the document. Most existing graph-based models use co-occurrence links as cohesion indicators to model the relationship of syntactic elements. However, a word may have different forms of expression within the document, and may have several synonyms as well. Simply using co-occurrence information cannot capture this information. In this paper, we enhance the graph-based ranking model by leveraging word embeddings as background knowledge to add semantic information to the inter-word graph. Our approach is evaluated on established benchmark datasets and empirical results show that the word embedding neighborhood information improves the model performance.

📄 PDF Abstract BibTeX arXiv:2111.07198

Code (0)

등록된 구현이 없습니다.

Tasks

Keyphrase ExtractionWord Embeddings

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

Keyword and Keyphrase Extraction Using Centrality Measures on Collocation Networks

2014-01-25 · Shibamouli Lahiri, Sagnik Ray Choudhury, Cornelia Caragea

Keyword and keyphrase extraction is an important problem in natural language processing, with applications ranging from summarization to semantic search to document clustering. Graph-based approaches to keyword and keyph…

ClusteringKeyphrase Extraction

Exploiting Position and Contextual Word Embeddings for Keyphrase Extraction from Scientific Papers

2021-04-01 · EACL 2021 2 · Krutarth Patel, Cornelia Caragea

Keyphrases associated with research papers provide an effective way to find useful information in the large and growing scholarly digital collections. In this paper, we present KPRank, an unsupervised graph-based algorit…

Keyphrase ExtractionPositionWord Embeddings

PKU\_ICL at SemEval-2017 Task 10: Keyphrase Extraction with Model Ensemble and External Knowledge

2017-08-01 · SEMEVAL 2017 8 · Liang Wang, Sujian Li

This paper presents a system that participated in SemEval 2017 Task 10 (subtask A and subtask B): Extracting Keyphrases and Relations from Scientific Publications (Augenstein et al., 2017). Our proposed approach utilizes…

ChunkingFeature EngineeringGeneral ClassificationInformation Retrieval+3

Unsupervised Keyphrase Extraction from Scientific Publications

2018-08-10 · Eirini Papagiannopoulou, Grigorios Tsoumakas

We propose a novel unsupervised keyphrase extraction approach that filters candidate keywords using outlier detection. It starts by training word embeddings on the target document to capture semantic regularities among t…

Keyphrase ExtractionOutlier DetectionWord Embeddings