Large-Scale Aspect-Based Sentiment Analysis with Reasoning-Infused LLMs
Paweł Liskowski, Krzysztof Jankowski
TL;DR
The paper tackles real-world aspect-based sentiment analysis by extending ABSA with reasoning-infused LLMs, scalable synthetic data, and multilingual capabilities. It introduces Arctic-ABSA, comprising decoder-only and encoder-only models, plus reasoning-injection and a novel Upside-Down Synthetic Data Generation framework, culminating in ABSA-mix, a large, cross-domain benchmark. Key results show the 395M encoder and 8B decoder achieving competitive or superior performance against large proprietary models on standard ABSA tasks, with strong multilingual generalization and improved training efficiency from reasoning pretraining. Collectively, the work offers a scalable, cross-lingual ABSA solution suitable for commercial deployment and sets a benchmark for future research with their expansive ABSA-mix dataset.
Abstract
We introduce Arctic-ABSA, a collection of powerful models for real-life aspect-based sentiment analysis (ABSA). Our models are tailored to commercial needs, trained on a large corpus of public data alongside carefully generated synthetic data, resulting in a dataset 20 times larger than SemEval14. We extend typical ABSA models by expanding the number of sentiment classes from the standard three (positive, negative, neutral) to five, adding mixed and unknown classes, while also jointly predicting overall text sentiment and supporting multiple languages. We experiment with reasoning injection by fine-tuning on Chain-of-Thought (CoT) examples and introduce a novel reasoning pretraining technique for encoder-only models that significantly improves downstream fine-tuning and generalization. Our 395M-parameter encoder and 8B-parameter decoder achieve up to 10 percentage points higher accuracy than GPT-4o and Claude 3.5 Sonnet, while setting new state-of-the-art results on the SemEval14 benchmark. A single multilingual model maintains 87-91% accuracy across six languages without degrading English performance. We release ABSA-mix, a large-scale benchmark aggregating 17 public ABSA datasets across 92 domains.
