paper-with-me

Papers

UCPhrase: Unsupervised Context-aware Quality Phrase Tagging

2021-05-28 · Xiaotao Gu, Zihan Wang, Zhenyu Bi, Yu Meng, Liyuan Liu, Jiawei Han, Jingbo Shang

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.

📄 PDF Abstract BibTeX arXiv:2105.14078

Code (2)

xgeric/UCPhrase-exp 공식 구현 pytorch
xgeric/UCPhrase-reproduce 공식 구현 pytorch

Tasks

Keyphrase ExtractionLanguage ModellingPhrase RankingPhrase TaggingSentence

Similar Papers 제목 키워드 기반

Language Model as an Annotator: Unsupervised Context-aware Quality Phrase Generation

2023-12-28 · Zhihao Zhang, Yuan Zuo, Chenghua Lin, Junjie Wu

Phrase mining is a fundamental text mining task that aims to identify quality phrases from context. Nevertheless, the scarcity of extensive gold labels datasets, demanding substantial annotation efforts from experts, ren…

InformativenessLanguage ModelingLanguage ModellingPhrase Tagging

UCTopic: Unsupervised Contrastive Learning for Phrase Representations and Topic Mining

2022-02-27 · ACL 2022 5 · Jiacheng Li, Jingbo Shang, Julian McAuley

High-quality phrase representations are essential to finding topics and related terms in documents (a.k.a. topic mining). Existing phrase representation learning methods either simply combine unigram representations in a…

Contrastive LearningRepresentation Learning

UCTopic: Unsupervised Contrastive Learning for Phrase Representations and Topic Mining

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

High-quality phrase representations are essential to finding topics and related terms in documents (a.k.a. topic mining). Existing phrase representation learning methods either simply combine unigram representations in…

Contrastive LearningRepresentation Learning

Topic Aware Contextualized Embeddings for High Quality Phrase Extraction

2022-01-17 · Venktesh V, Mukesh Mohania, Vikram Goyal

Keyphrase extraction from a given document is the task of automatically extracting salient phrases that best describe the document. This paper proposes a novel unsupervised graph-based ranking method to extract high-qual…

Keyphrase ExtractionVocal Bursts Intensity Prediction

Unsupervised Domain Adaptation for Keyphrase Generation using Citation Contexts

2024-09-20 · Florian Boudin, Akiko Aizawa

Adapting keyphrase generation models to new domains typically involves few-shot fine-tuning with in-domain labeled data. However, annotating documents with keyphrases is often prohibitively expensive and impractical, req…

Domain AdaptationKeyphrase GenerationUnsupervised Domain Adaptation