LGMay 13

STRIDE: Learnable Stepwise Language Feedback for LLM Reasoning

arXiv:2605.1885144.3
Predicted impact top 1% in LG · last 90 daysOriginality Highly original
AI Analysis

For LLM reasoning, this work provides a scalable method to deliver rich, localized feedback without costly annotations, enabling policy improvement on problems where scalar rewards offer no learning signal.

STRIDE introduces a training framework that replaces scalar rewards with learnable stepwise language feedback for LLM reasoning, co-training a generator and verifier using only outcome-based rewards. It achieves significant improvements over baselines on diverse reasoning benchmarks and solves zero-pass-rate problems where scalar methods fail.

Recent advances in Reinforcement Learning (RL) have underscored its potential for incentivizing reasoning capabilities of Large Language Models (LLMs). However, existing step-level efforts suffer from costly annotations that limit domain coverage, while scalar scores further impose an information bottleneck, offering insufficient semantic bandwidth to improve intermediate decisions. Alternative language-critique approaches, which rely on frozen or external critics, provide richer textual feedback but lack the scalability needed for sustained policy improvement. In this work, we propose language-driven stepwise trajectory redirection, termed as STRIDE, a novel training framework that shifts process supervision from scalar rewards to learnable stepwise language feedback. Specifically, we co-train a generator and a generative verifier using only outcome-based rewards, eliminating external annotations, while delivering sustained policy improvement through jointly aligned verifier training. The verifier's stepwise language critiques explicitly localize and explain failures, enabling the generator to redirect reasoning trajectories at intermediate steps toward alternative decisions. The trajectory redirection design guarantees harmless policy improvement, even under noisy or suboptimal verifier feedback. Experiments on diverse reasoning benchmarks show that STRIDE significantly outperforms state-of-the-art baselines, as well as achieving breakthroughs on zero-pass-rate problems where scalar methods yield no learning signal in our ablation studies, demonstrating the effectiveness of learnable stepwise language feedback for enhancing LLM reasoning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes