LGOct 30, 2025

Do Not Step Into the Same River Twice: Learning to Reason from Trial and Error

arXiv:2510.26109v12 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses a bottleneck in training LLMs for reasoning tasks, offering an incremental improvement over existing methods by enhancing exploration without expert input.

The paper tackles the problem of exploration stagnation in reinforcement learning with verifiable rewards for large language models by proposing LTE, which uses self-generated incorrect answers and overlong responses as hints without external guidance, resulting in a 6.38-point improvement in Pass@1 and 9.00-point improvement in Pass@k on average across six mathematics benchmarks for Qwen3-4B-Base.

Reinforcement learning with verifiable rewards (RLVR) has significantly boosted the reasoning capability of large language models (LLMs) recently. However, existing RLVR approaches merely train LLMs based on their own generated responses and are constrained by the initial capability of LLMs, thus prone to exploration stagnation, in which LLMs fail to solve more training problems and cannot further learn from the training data. Some work tries to address this by leveraging off-policy solutions to training problems but requires external guidance from experts which suffers from limited availability. In this work, we propose LTE (Learning to reason from Trial and Error), an approach hinting LLMs with their previously self-generated incorrect answers and problem of overlong responses, which does not require any external expert guidance. Experiments validate the effectiveness of LTE, which outperforms the normal group relative policy optimization (GRPO) by 6.38 in Pass@1 and 9.00 in Pass@k on average across six mathematics benchmarks for Qwen3-4B-Base. Further analysis confirms that LTE successfully mitigates the problem of exploration stagnation and enhances both exploitation and exploration during training.

Foundations

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

Your Notes