CLMay 28, 2021

UCPhrase: Unsupervised Context-aware Quality Phrase Tagging

arXiv:2105.14078v138 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of phrase mining for infrequent or domain-specific phrases in text mining, offering an unsupervised solution that avoids reliance on frequent occurrences or expert annotations, though it is incremental in improving existing tagging approaches.

The paper tackled the problem of identifying quality phrases in text, especially uncommon or emerging ones, by proposing UCPhrase, an unsupervised context-aware phrase tagger that uses silver labels from co-occurring word sequences and attention maps from a transformer model, achieving superior performance over state-of-the-art methods in experiments on phrase ranking, keyphrase extraction, and phrase tagging tasks.

Identifying and understanding quality phrases from context is a fundamental task in text mining. The most challenging part of this task arguably lies in uncommon, emerging, and domain-specific phrases. The infrequent nature of these phrases significantly hurts the performance of phrase mining methods that rely on sufficient phrase occurrences in the input corpus. Context-aware tagging models, though not restricted by frequency, heavily rely on domain experts for either massive sentence-level gold labels or handcrafted gazetteers. In this work, we propose UCPhrase, a novel unsupervised context-aware quality phrase tagger. Specifically, we induce high-quality phrase spans as silver labels from consistently co-occurring word sequences within each document. Compared with typical context-agnostic distant supervision based on existing knowledge bases (KBs), our silver labels root deeply in the input domain and context, thus having unique advantages in preserving contextual completeness and capturing emerging, out-of-KB phrases. Training a conventional neural tagger based on silver labels usually faces the risk of overfitting phrase surface names. Alternatively, we observe that the contextualized attention maps generated from a transformer-based neural language model effectively reveal the connections between words in a surface-agnostic way. Therefore, we pair such attention maps with the silver labels to train a lightweight span prediction model, which can be applied to new input to recognize (unseen) quality phrases regardless of their surface names or frequency. Thorough experiments on various tasks and datasets, including corpus-level phrase ranking, document-level keyphrase extraction, and sentence-level phrase tagging, demonstrate the superiority of our design over state-of-the-art pre-trained, unsupervised, and distantly supervised methods.

Code Implementations2 repos
Foundations

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

Your Notes