paper-with-me

Papers

Exploring Label Hierarchy in a Generative Way for Hierarchical Text Classification

2022-10-01 · COLING 2022 10 · Wei Huang, Chen Liu, Bo Xiao, Yihua Zhao, Zhaoming Pan, Zhimin Zhang, Xinyun Yang, Guiquan Liu

Hierarchical Text Classification (HTC), which aims to predict text labels organized in hierarchical space, is a significant task lacking in investigation in natural language processing. Existing methods usually encode the entire hierarchical structure and fail to construct a robust label-dependent model, making it hard to make accurate predictions on sparse lower-level labels and achieving low Macro-F1. In this paper, we explore the level dependency and path dependency of the label hierarchy in a generative way for building the knowledge of upper-level labels of current path into lower-level ones, and thus propose a novel PAAM-HiA-T5 model for HTC: a hierarchy-aware T5 model with path-adaptive attention mechanism. Specifically, we generate a multi-level sequential label structure to exploit hierarchical dependency across different levels with Breadth-First Search (BFS) and T5 model. To further improve label dependency prediction within each path, we then propose an original path-adaptive attention mechanism (PAAM) to lead the model to adaptively focus on the path where the currently generated label is located, shielding the noise from other paths. Comprehensive experiments on three benchmark datasets show that PAAM-HiA-T5 greatly outperforms all state-of-the-art HTC approaches especially in Macro-F1.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

Exploiting Global and Local Hierarchies for Hierarchical Text Classification

2022-05-05 · Ting Jiang, Deqing Wang, Leilei Sun, Zhongzhi Chen 외

Hierarchical text classification aims to leverage label hierarchy in multi-label text classification. Existing methods encode label hierarchy in a global view, where label hierarchy is treated as the static hierarchical …

ClassificationMulti Label Text ClassificationMulti-Label Text Classificationtext-classification+1

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

Efficient Path Prediction for Semi-Supervised and Weakly Supervised Hierarchical Text Classification

2019-02-25 · Huiru Xiao, Xin Liu, Yangqiu Song

Hierarchical text classification has many real-world applications. However, labeling a large number of documents is costly. In practice, we can use semi-supervised learning or weakly supervised learning (e.g., dataless c…

ClassificationGeneral Classificationtext-classificationText Classification+1

Incorporating Hierarchy into Text Encoder: a Contrastive Learning Approach for Hierarchical Text Classification

2022-03-08 · ACL 2022 5 · Zihan Wang, Peiyi Wang, Lianzhe Huang, Xin Sun 외

Hierarchical text classification is a challenging subtask of multi-label classification due to its complex label hierarchy. Existing methods encode text and label hierarchy separately and mix their representations for cl…

ClassificationContrastive LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

Hierarchy-aware Label Semantics Matching Network for Hierarchical Text Classification

2021-08-01 · ACL 2021 5 · Haibin Chen, Qianli Ma, Zhenxi Lin, Jiangyue Yan

Hierarchical text classification is an important yet challenging task due to the complex structure of the label hierarchy. Existing methods ignore the semantic relationship between text and labels, so they cannot make fu…

Classificationtext-classificationText Classification