Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Hierarchical Text Classification with Reinforced Label Assignment

About

While existing hierarchical text classification (HTC) methods attempt to capture label hierarchies for model training, they either make local decisions regarding each label or completely ignore the hierarchy information during inference. To solve the mismatch between training and inference as well as modeling label dependencies in a more principled way, we formulate HTC as a Markov decision process and propose to learn a Label Assignment Policy via deep reinforcement learning to determine where to place an object and when to stop the assignment process. The proposed method, HiLAP, explores the hierarchy during both training and inference time in a consistent manner and makes inter-dependent decisions. As a general framework, HiLAP can incorporate different neural encoders as base models for end-to-end training. Experiments on five public datasets and four base models show that HiLAP yields an average improvement of 33.4% in Macro-F1 over flat classifiers and outperforms state-of-the-art HTC methods by a large margin. Data and code can be found at https://github.com/morningmoni/HiLAP.

Yuning Mao, Jingjing Tian, Jiawei Han, Xiang Ren• 2019

Related benchmarks

TaskDatasetResultRank
Hierarchical Text ClassificationNYTimes (test)
Micro-F169.5
16
Hierarchical Text ClassificationRCV1
Micro-F183.3
15
Hierarchical Text ClassificationYelp (test)
Micro-F169.7
13
Hierarchical Text ClassificationNYT (test)
Micro-F174.6
9
Hierarchical classificationFunCat
Micro F126.5
5
Hierarchical classificationGO
Micro-F145.4
5
Hierarchical Text ClassificationRCV1 (test)
Micro-F176.6
4
Hierarchical Multi-label ClassificationYelp
Micro-F165.5
2
Hierarchical Multi-label ClassificationNYTimes
Micro-F169.9
2
Showing 9 of 9 rows

Other info

Code

Follow for update