Divide (Text) and Conquer (Sentiment): Improved Sentiment Classification by Constituent Conflict Resolution
Jan Kościałkowski, Paweł Marcinkowski
TL;DR
This work tackles sentiment classification when passages contain conflicting tones, a setting where longer texts degrade standard models. It introduces a three-substrate framework that splits passages into constituent sentiments via sentence- and aspect-level analysis and aggregates them with an MLP atop summary features, achieving competitive or superior accuracy across SST, Amazon, and Twitter while costing roughly $ rac{1}{100}$ of full fine-tuning. The key contributions include two constituent extraction strategies (rule-based and ABSA), multiple aggregation schemes (Average, AWON, and a 19-feature MLP), and a comprehensive evaluation showing substantial gains on longer or distribution-shifted data, especially for the MLP. The approach offers a compute-efficient, interpretable proxy for larger models, enabling rapid adaptation to new domains with significant speedups, though longer passages still pose challenges and open avenues for further enhancement via latent-representation aggregation and related training paradigms measured by $O(100\times)$ improvements in efficiency.
Abstract
Sentiment classification, a complex task in natural language processing, becomes even more challenging when analyzing passages with multiple conflicting tones. Typically, longer passages exacerbate this issue, leading to decreased model performance. The aim of this paper is to introduce novel methodologies for isolating conflicting sentiments and aggregating them to effectively predict the overall sentiment of such passages. One of the aggregation strategies involves a Multi-Layer Perceptron (MLP) model which outperforms baseline models across various datasets, including Amazon, Twitter, and SST while costing $\sim$1/100 of what fine-tuning the baseline would take.
