MUDY: Multi-Granular Dynamic Candidate Contextualization for Unsupervised Keyphrase Extraction
TLDR
MUDY introduces a context-centric framework for unsupervised keyphrase extraction, outperforming state-of-the-art by capturing multi-granular contextual salience.
Key contributions
- Proposes MUDY, a novel context-centric framework for unsupervised keyphrase extraction.
- Uses prompt-based scoring with candidate-aware weighting to capture local contextual importance.
- Employs self-attention scoring using PLM patterns to assess document-wide and segment-specific significance.
- Outperforms state-of-the-art baselines in top-k accuracy on four real-world datasets.
Why it matters
Existing keyphrase extraction methods often miss local contextual importance, limiting their effectiveness for subtopics. MUDY addresses this by capturing multi-granular contextual salience. This advancement improves the quality of extracted keyphrases, enhancing document understanding and information retrieval systems.
Original Abstract
Keyphrase extraction aims to automatically identify concise phrases that effectively represent the content of a document. While recent methods leveraging pre-trained language models (PLMs) have significantly improved the extraction of keyphrases with strong global semantic relevance, they often fall short in capturing the local contextual importance of keyphrases tied to specific subtopics dispersed in a document. In this paper, we propose a novel context-centric framework, MUDY, that effectively captures multi-granular contextual salience of candidate keyphrases. MUDY employs two complementary components: (1) a prompt-based scoring that estimates the generation likelihood of each candidate keyphrase, augmented with candidate-aware weighting to better reflect its local contextual importance, and (2) a self-attention-based scoring that utilizes multi-granular attention patterns from PLMs to assess candidate significance at both the document-wide and segment-specific levels. Evaluations on four real-world datasets demonstrate that MUDY outperforms state-of-the-art baselines in top-k accuracy at various cutoff thresholds. In-depth quantitative and qualitative analyses further highlight the efficacy of context-centric keyphrase extraction with multi-granular saliency. For reproducibility, the source code of MUDY is available at https://github.com/HgKang1/MUDY.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.