CLAIOct 11, 2022

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

arXiv:2210.05245v244 citationsh-index: 39
Originality Incremental advance
AI Analysis

It addresses the problem of domain adaptation and data scarcity in keyphrase extraction for researchers and practitioners, offering an incremental improvement with a new tool for customization.

The paper tackles unsupervised keyphrase extraction from single documents by introducing PatternRank, which uses pretrained language models and part-of-speech patterns, achieving higher precision, recall, and F1-scores than previous state-of-the-art methods.

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 poorly outside the domain of the training data. In this paper, we present PatternRank, which leverages pretrained language models and part-of-speech for unsupervised keyphrase extraction from single documents. Our experiments show PatternRank achieves higher precision, recall and F1-scores than previous state-of-the-art approaches. In addition, we present the KeyphraseVectorizers package, which allows easy modification of part-of-speech patterns for candidate keyphrase selection, and hence adaptation of our approach to any domain.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes