SuS: Strategy-aware Surprise for Intrinsic Exploration
Mark Kashirskiy, Ilya Makarov
TL;DR
The paper tackles exploration in sparse-reward reinforcement learning by shifting focus from state-level novelty to changes in behavioral strategy. It introduces Strategy-aware Surprise (SuS), which combines Strategy Stability (SS) and Strategy Surprise (SuS) computed over learned strategy embeddings to produce a balanced intrinsic reward. Empirical results on GSM8K show SuS significantly improves Pass@1 and Pass@5 over baselines, with ablations confirming that both SS and SuS are necessary for optimal performance. The approach maintains higher strategy diversity during training, suggesting robust exploration across multiple solving strategies with potential applicability beyond math reasoning domains.
Abstract
We propose Strategy-aware Surprise (SuS), a novel intrinsic motivation framework that uses pre-post prediction mismatch as a novelty signal for exploration in reinforcement learning. Unlike traditional curiosity-driven methods that rely solely on state prediction error, SuS introduces two complementary components: Strategy Stability (SS) and Strategy Surprise (SuS). SS measures consistency in behavioral strategy across temporal steps, while SuS captures unexpected outcomes relative to the agent's current strategy representation. Our combined reward formulation leverages both signals through learned weighting coefficients. We evaluate SuS on mathematical reasoning tasks using large language models, demonstrating significant improvements in both accuracy and solution diversity. Ablation studies confirm that removing either component results in at least 10% performance degradation, validating the synergistic nature of our approach. SuS achieves 17.4% improvement in Pass@1 and 26.4% improvement in Pass@5 compared to baseline methods, while maintaining higher strategy diversity throughout training.
