Rationale-Augmented Convolutional Neural Networks for Text Classification
Ye Zhang, Iain Marshall, Byron C. Wallace

TL;DR
This paper introduces a CNN-based model for text classification that leverages sentence-level rationales provided by annotators, improving accuracy and interpretability by combining document and sentence information.
Contribution
The paper proposes a hierarchical CNN model that jointly learns to classify documents and identify rationale sentences, enhancing performance and explainability in text classification tasks.
Findings
Outperforms strong baseline models on five datasets
Provides natural explanations for its predictions
Effectively utilizes rationale annotations to improve accuracy
Abstract
We present a new Convolutional Neural Network (CNN) model for text classification that jointly exploits labels on documents and their component sentences. Specifically, we consider scenarios in which annotators explicitly mark sentences (or snippets) that support their overall document categorization, i.e., they provide rationales. Our model exploits such supervision via a hierarchical approach in which each document is represented by a linear combination of the vector representations of its component sentences. We propose a sentence-level convolutional model that estimates the probability that a given sentence is a rationale, and we then scale the contribution of each sentence to the aggregate document representation in proportion to these estimates. Experiments on five classification datasets that have document labels and associated rationales demonstrate that our approach…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
