JUMPER: Learning When to Make Classification Decisions in Reading
Xianggen Liu, Lili Mou, Haotian Cui, Zhengdong Lu, Sen Song

TL;DR
JUMPER is a neural framework that models text classification as a sequential decision process, enabling early decision-making and interpretability, while maintaining high accuracy.
Contribution
It introduces a reinforcement learning-based approach that allows neural models to decide when to classify text, reducing reading effort and improving interpretability.
Findings
Reduces text reading by 30-40%
Achieves state-of-the-art or comparable accuracy
Provides interpretable decision rationale
Abstract
In early years, text classification is typically accomplished by feature-based machine learning models; recently, deep neural networks, as a powerful learning machine, make it possible to work with raw input as the text stands. However, exiting end-to-end neural networks lack explicit interpretation of the prediction. In this paper, we propose a novel framework, JUMPER, inspired by the cognitive process of text reading, that models text classification as a sequential decision process. Basically, JUMPER is a neural system that scans a piece of text sequentially and makes classification decisions at the time it wishes. Both the classification result and when to make the classification are part of the decision process, which is controlled by a policy network and trained with reinforcement learning. Experimental results show that a properly trained JUMPER has the following properties: (1)…
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 · Advanced Text Analysis Techniques · Sentiment Analysis and Opinion Mining
