paper-with-me

홈 › Papers

Unsupervised Keyphrase Extraction via Interpretable Neural Networks

2022-03-15 · Rishabh Joshi, Vidhisha Balachandran, Emily Saldanha, Maria Glenski, Svitlana Volkova, Yulia Tsvetkov

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 phrase importance via embedding clustering or graph centrality, requiring extensive domain expertise. Our work presents a simple alternative approach which defines keyphrases as document phrases that are salient for predicting the topic of the document. To this end, we propose INSPECT -- an approach that uses self-explaining models for identifying influential keyphrases in a document by measuring the predictive impact of input phrases on the downstream task of the document topic classification. We show that this novel method not only alleviates the need for ad-hoc heuristics but also achieves state-of-the-art results in unsupervised keyphrase extraction in four datasets across two domains: scientific publications and news articles.

📄 PDF Abstract BibTeX arXiv:2203.07640

Code (1)

rishabhjoshi/inspect 공식 구현

Tasks

ArticlesKeyphrase ExtractionTopic Classification

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

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

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

PatternRank: Leveraging Pretrained Language Models and Part of Speech for Unsupervised Keyphrase Extraction

2022-10-11 · Tim Schopf, Simon Klimek, Florian Matthes

Keyphrase extraction is the process of automatically selecting a small set of most relevant phrases from a given text. Supervised keyphrase extraction approaches need large amounts of labeled training data and perform po…

Keyphrase Extraction

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