Search papers, labs, and topics across Lattice.
The paper introduces ABSA-R1, a framework that uses reinforcement learning to make large language models generate natural language justifications for sentiment predictions, mimicking human reasoning. A Cognition-Aligned Reward Model ensures consistency between the generated reasoning and the predicted sentiment. The method also incorporates a performance-driven rejection sampling strategy to improve reasoning on uncertain cases, leading to improved sentiment classification and triplet extraction.
Forget black box sentiment analysis: ABSA-R1 uses RL to make LLMs explain *why* they feel a certain way, boosting both accuracy and interpretability.
While Aspect-based Sentiment Analysis (ABSA) systems have achieved high accuracy in identifying sentiment polarities, they often operate as"black boxes,"lacking the explicit reasoning capabilities characteristic of human affective cognition. Humans do not merely categorize sentiment; they construct causal explanations for their judgments. To bridge this gap, we propose ABSA-R1, a large language model framework designed to mimic this ``reason-before-predict"cognitive process. By leveraging reinforcement learning (RL), ABSA-R1 learns to articulate the why behind the what, generating natural language justifications that ground its sentiment predictions. We introduce a Cognition-Aligned Reward Model (formerly sentiment-aware reward model) that enforces consistency between the generated reasoning path and the final emotional label. Furthermore, inspired by metacognitive monitoring, we implement a performance-driven rejection sampling strategy that selectively targets hard cases where the model's internal reasoning is uncertain or inconsistent. Experimental results on four benchmarks demonstrate that equipping models with this explicit reasoning capability not only enhances interpretability but also yields superior performance in sentiment classification and triplet extraction compared to non-reasoning baselines.