paper-with-me

홈 › Papers

HPT: Hierarchy-aware Prompt Tuning for Hierarchical Text Classification

2022-04-28 · Zihan Wang, Peiyi Wang, Tianyu Liu, Binghuai Lin, Yunbo Cao, Zhifang Sui, Houfeng Wang

Hierarchical text classification (HTC) is a challenging subtask of multi-label classification due to its complex label hierarchy. Recently, the pretrained language models (PLM)have been widely adopted in HTC through a fine-tuning paradigm. However, in this paradigm, there exists a huge gap between the classification tasks with sophisticated label hierarchy and the masked language model (MLM) pretraining tasks of PLMs and thus the potentials of PLMs can not be fully tapped. To bridge the gap, in this paper, we propose HPT, a Hierarchy-aware Prompt Tuning method to handle HTC from a multi-label MLM perspective. Specifically, we construct a dynamic virtual template and label words that take the form of soft prompts to fuse the label hierarchy knowledge and introduce a zero-bounded multi-label cross entropy loss to harmonize the objectives of HTC and MLM. Extensive experiments show HPT achieves state-of-the-art performances on 3 popular HTC datasets and is adept at handling the imbalance and low resource situations. Our code is available at https://github.com/wzh9969/HPT.

📄 PDF Abstract BibTeX arXiv:2204.13413

Code (1)

wzh9969/hpt 공식 구현 pytorch

Tasks

ClassificationLanguage ModelingLanguage ModellingMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONtext-classificationText Classification

Methods 이 논문이 사용한 방법론

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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
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…
FPN 설명 없음
HTC 설명 없음

Similar Papers 제목 키워드 기반

SCHK-HTC: Sibling Contrastive Learning with Hierarchical Knowledge-Aware Prompt Tuning for Hierarchical Text Classification

2026-04-17 · Ke Xiong, Qian Wu, Wangjie Gan, Yuke Li 외 arxiv

Few-shot Hierarchical Text Classification (few-shot HTC) is a challenging task that involves mapping texts to a predefined tree-structured label hierarchy under data-scarce conditions. While current approaches utilize st…

Contrastive LearningText Classification

LH-Mix: Local Hierarchy Correlation Guided Mixup over Hierarchical Prompt Tuning

2024-12-22 · Fanshuang Kong, Richong Zhang, Ziqiao Wang

Hierarchical text classification (HTC) aims to assign one or more labels in the hierarchy for each text. Many methods represent this structure as a global hierarchy, leading to redundant graph structures. To address this…

text-classificationText Classification

DiscoPrompt: Path Prediction Prompt Tuning for Implicit Discourse Relation Recognition

2023-05-06 · Chunkit Chan, Xin Liu, Jiayang Cheng, Zihan Li 외

Implicit Discourse Relation Recognition (IDRR) is a sophisticated and challenging task to recognize the discourse relations between the arguments with the absence of discourse connectives. The sense labels for each disco…

Relationtext-classificationText Classification

Hierarchical Text-Guided Brain Tumor Segmentation via Sub-Region-Aware Prompts

2026-03-22 · Bahram Mohammadi, Ta Duc Huy, Afrouz Sheikholeslami, Qi Chen 외 arxiv

Brain tumor segmentation remains challenging because the three standard sub-regions, i.e., whole tumor (WT), tumor core (TC), and enhancing tumor (ET), often exhibit ambiguous visual boundaries. Integrating radiological …

Brain Tumor Segmentation

Hierarchy-Aware Global Model for Hierarchical Text Classification

2020-07-01 · ACL 2020 6 · Jie Zhou, Chunping Ma, Dingkun Long, Guangwei Xu 외

Hierarchical text classification is an essential yet challenging subtask of multi-label text classification with a taxonomic hierarchy. Existing methods have difficulties in modeling the hierarchical label structure in a…

ClassificationGeneral ClassificationHierarchical Multi-label Classificationmodel+4