paper-with-me

Papers

Hierarchical Verbalizer for Few-Shot Hierarchical Text Classification

2023-05-26 · Ke Ji, Yixin Lian, Jingsheng Gao, Baoyuan Wang

Due to the complex label hierarchy and intensive labeling cost in practice, the hierarchical text classification (HTC) suffers a poor performance especially when low-resource or few-shot settings are considered. Recently, there is a growing trend of applying prompts on pre-trained language models (PLMs), which has exhibited effectiveness in the few-shot flat text classification tasks. However, limited work has studied the paradigm of prompt-based learning in the HTC problem when the training data is extremely scarce. In this work, we define a path-based few-shot setting and establish a strict path-based evaluation metric to further explore few-shot HTC tasks. To address the issue, we propose the hierarchical verbalizer ("HierVerb"), a multi-verbalizer framework treating HTC as a single- or multi-label classification problem at multiple layers and learning vectors as verbalizers constrained by hierarchical structure and hierarchical contrastive learning. In this manner, HierVerb fuses label hierarchy knowledge into verbalizers and remarkably outperforms those who inject hierarchy through graph encoders, maximizing the benefits of PLMs. Extensive experiments on three popular HTC datasets under the few-shot settings demonstrate that prompt with HierVerb significantly boosts the HTC performance, meanwhile indicating an elegant way to bridge the gap between the large pre-trained model and downstream hierarchical classification tasks. Our code and few-shot dataset are publicly available at https://github.com/1KE-JI/HierVerb.

📄 PDF Abstract BibTeX arXiv:2305.16885

Code (1)

1KE-JI/HierVerb 공식 구현 pytorch

Tasks

ClassificationContrastive LearningFew-shot HTCMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONText Classification

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
HTC 설명 없음

Similar Papers 제목 키워드 기반

Leveraging Hierarchical Prototypes as the Verbalizer for Implicit Discourse Relation Recognition

2024-11-22 · Wanqiu Long, Bonnie Webber

Implicit discourse relation recognition involves determining relationships that hold between spans of text that are not linked by an explicit discourse connective. In recent years, the pre-train, prompt, and predict para…

Relation

Evolutionary Verbalizer Search for Prompt-based Few Shot Text Classification

2023-06-18 · Tongtao Ling, Lei Chen, Yutao Lai, Hai-Lin Liu

Recent advances for few-shot text classification aim to wrap textual inputs with task-specific prompts to cloze questions. By processing them with a masked language model to predict the masked tokens and using a verbaliz…

Few-Shot Text ClassificationLanguage ModelingLanguage Modellingtext-classification+1

Label-Aware Automatic Verbalizer for Few-Shot Text Classification

2023-10-19 · Thanakorn Thaminkaew, Piyawat Lertvittayakumjorn, Peerapon Vateekul

Prompt-based learning has shown its effectiveness in few-shot text classification. One important factor in its success is a verbalizer, which translates output from a language model into a predicted class. Notably, the s…

Few-Shot Text ClassificationLanguage ModelingLanguage Modellingtext-classification+1

MetricPrompt: Prompting Model as a Relevance Metric for Few-shot Text Classification

2023-06-15 · Hongyuan Dong, Weinan Zhang, Wanxiang Che

Prompting methods have shown impressive performance in a variety of text mining tasks and applications, especially few-shot ones. Despite the promising prospects, the performance of prompting model largely depends on the…

ClassificationFew-Shot Text Classificationtext-classificationText Classification

Manual Verbalizer Enrichment for Few-Shot Text Classification

2024-10-08 · Quang Anh Nguyen, Nadi Tomeh, Mustapha Lebbah, Thierry Charnois 외

With the continuous development of pre-trained language models, prompt-based training becomes a well-adopted paradigm that drastically improves the exploitation of models for many natural language processing tasks. Promp…

BenchmarkingClassificationDocument ClassificationFew-Shot Learning+3