English

BASIS: Batchwise Advantage Estimation from Single-Rollout Information Sharing for LLM Reasoning

Machine Learning 2026-05-27 v1 Machine Learning

Abstract

Reinforcement learning with verifiable rewards has become a standard recipe for improving the reasoning abilities of large language models. Existing algorithms face a tradeoff between computational efficiency and sample efficiency in value estimation and policy learning. We introduce BASIS, a critic-free post-training algorithm designed to address this tradeoff. At each online training step, BASIS samples only one rollout per prompt, but leverages rich information across prompts in the entire batch to improve value function estimation. Our experiments demonstrate that BASIS reduces MSE in value function estimation by 69% compared to REINFORCE++, a representative single-rollout baseline, and achieves lower MSE with one rollout than group mean estimators with 8 rollouts. This improvement in value estimation translates to better policy optimization: using substantially less training time, BASIS achieves performance close to multi-rollout GRPO-type baselines and often outperforms single-rollout REINFORCE-type baselines.

Keywords

Cite

@article{arxiv.2605.27293,
  title  = {BASIS: Batchwise Advantage Estimation from Single-Rollout Information Sharing for LLM Reasoning},
  author = {Shijin Gong and Erhan Xu and Kai Ye and Francesco Quinzan and Giulia Livieri and Chengchun Shi},
  journal= {arXiv preprint arXiv:2605.27293},
  year   = {2026}
}

Comments

17 pages, 7 figures