[edit]
STRIDE Moves Market Sentiment
Proceedings of the The 39th Canadian Conference on Artificial Intelligence, PMLR 318:1151-1156, 2026.
Abstract
Aspect-based sentiment analysis in the financial domain requires models to reason over sparse, entity-centric signals while remaining robust to linguistic variability and conflicting cues. We introduce STRIDE, a reinforcement learning framework that reformulates keyword selection as a sequential decision-making problem, integrating Directional Stimulus Prompting (DSP) with stable reward-driven policy optimization. To address the instability of sparse, high-variance reward signals, STRIDE incorporates exponential moving average (EMA) smoothing into the REINFORCE objective, enabling more reliable gradient estimates for policy learning. We evaluate STRIDE on two benchmark financial sentiment datasets: SEntFiN 1.0 and FinEntity. On SEntFiN 1.0, STRIDE achieves state-of-the-art F1-score (0.946) and near state-of-the-art accuracy (0.950). On FinEntity, STRIDE exceeds the previous state-of-the-art F1-score by 4.2%, achieving state-of-the-art performance on both accuracy (0.942) and F1-score (0.933). Across both datasets, the results demonstrate that EMA-smoothed rewards provide consistent improvements of 2.6% to 4.3% F1 relative to unsmoothed baselines, validating the effectiveness of stability-aware reward formulation for financial aspect-based sentiment analysis. The source code for reproducibility is available at: https://github.com/sujayrittikar/stride_sentiment_analysis.