Description Based Text Classification with Reinforcement Learning
Duo Chai, Wei Wu, Qinghong Han, Fei Wu, Jiwei Li

TL;DR
This paper introduces a novel text classification framework that uses label descriptions and reinforcement learning to improve model attention and performance across various classification tasks.
Contribution
It formalizes text classification as a question answering problem with label descriptions, leveraging reinforcement learning for description generation to enhance attention and accuracy.
Findings
Significant performance improvements over strong baselines.
Effective handling of single-label, multi-label, and multi-aspect tasks.
Enhanced model focus on salient text features.
Abstract
The task of text classification is usually divided into two stages: {\it text feature extraction} and {\it classification}. In this standard formalization categories are merely represented as indexes in the label vocabulary, and the model lacks for explicit instructions on what to classify. Inspired by the current trend of formalizing NLP problems as question answering tasks, we propose a new framework for text classification, in which each category label is associated with a category description. Descriptions are generated by hand-crafted templates or using abstractive/extractive models from reinforcement learning. The concatenation of the description and the text is fed to the classifier to decide whether or not the current label should be assigned to the text. The proposed strategy forces the model to attend to the most salient texts with respect to the label, which can be regarded…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Sentiment Analysis and Opinion Mining · Text and Document Classification Technologies
