paper-with-me

홈 › Papers

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 the words. It then uses the minimum covariance determinant estimator to model the distribution of non-keyphrase word vectors, under the assumption that these vectors come from the same distribution, indicative of their irrelevance to the semantics expressed by the dimensions of the learned vector representation. Candidate keyphrases only consist of words that are detected as outliers of this dominant distribution. Empirical results show that our approach outperforms state-of-the-art and recent unsupervised keyphrase extraction methods.

📄 PDF Abstract BibTeX arXiv:1808.03712

Code (1)

epapagia/LocalVectors_AKE

Tasks

Keyphrase ExtractionOutlier DetectionWord Embeddings

Similar Papers 제목 키워드 기반

Unsupervised Keyphrase Extraction via Interpretable Neural Networks

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Keyphrase extraction aims at automatically extracting a list of "important'' phrases which represent the key concepts in a document. Traditionally, it has been approached from an information-theoretic angle using phrase …

ArticlesKeyphrase Extraction

Unsupervised Keyphrase Extraction via Interpretable Neural Networks

2022-03-15 · Rishabh Joshi, Vidhisha Balachandran, Emily Saldanha, Maria Glenski 외

Keyphrase extraction aims at automatically extracting a list of "important" phrases representing the key concepts in a document. Prior approaches for unsupervised keyphrase extraction resorted to heuristic notions of phr…

ArticlesKeyphrase ExtractionTopic Classification

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

LIPN at SemEval-2017 Task 10: Filtering Candidate Keyphrases from Scientific Publications with Part-of-Speech Tag Sequences to Train a Sequence Labeling Model

2017-08-01 · SEMEVAL 2017 8 · Hern, Simon David ez, Davide Buscaldi, Thierry Charnois

This paper describes the system used by the team LIPN in SemEval 2017 Task 10: Extracting Keyphrases and Relations from Scientific Publications. The team participated in Scenario 1, that includes three subtasks, Identifi…

TAG

SemEval 2017 Task 10: ScienceIE - Extracting Keyphrases and Relations from Scientific Publications

2017-04-10 · SEMEVAL 2017 8 · Isabelle Augenstein, Mrinal Das, Sebastian Riedel, Lakshmi Vikraman 외

We describe the SemEval task of extracting keyphrases and relations between them from scientific documents, which is crucial for understanding which publications describe which processes, tasks and materials. Although th…

Knowledge Base Population