paper-with-me

홈 › Papers

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

2026-05-26 · Shijin Gong, Erhan Xu, Kai Ye, Francesco Quinzan, Giulia Livieri, Chengchun Shi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.27293

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyReinforcement Learning

Similar Papers 제목 키워드 기반

A Batchwise Monotone Algorithm for Dictionary Learning

2015-01-31 · Huan Wang, John Wright, Daniel Spielman

We propose a batchwise monotone algorithm for dictionary learning. Unlike the state-of-the-art dictionary learning algorithms which impose sparsity constraints on a sample-by-sample basis, we instead treat the samples as…

Dictionary Learning

Blockwise Advantage Estimation for Multi-Objective RL with Verifiable Rewards

2026-02-10 · Kirill Pavlenko, Alexander Golubev, Simon Karasik, Boris Yangel arxiv

Group Relative Policy Optimization (GRPO) assigns a single scalar advantage to all tokens in a completion. For structured generations with explicit segments and objectives, this couples unrelated reward signals across se…

Efficient batchwise dropout training using submatrices

2015-02-09 · Ben Graham, Jeremy Reizenstein, Leigh Robinson

Dropout is a popular technique for regularizing artificial neural networks. Dropout networks are generally trained by minibatch gradient descent with a dropout mask turning off some of the units---a different pattern of …

KTAE: A Model-Free Algorithm to Key-Tokens Advantage Estimation in Mathematical Reasoning

2025-05-22 · Wei Sun, Wen Yang, Pu Jian, Qianlong Du 외

Recent advances have demonstrated that integrating reinforcement learning with rule-based rewards can significantly enhance the reasoning capabilities of large language models, even without supervised fine-tuning. Howeve…

Mathematical Reasoningreinforcement-learningReinforcement Learning

RTMC: Step-Level Credit Assignment via Rollout Trees

2026-04-13 · Tao Wang, Suhang Zheng, Xiaoxiao Xu arxiv

Multi-step agentic reinforcement learning benefits from fine-grained credit assignment, yet existing approaches offer limited options: critic-free methods like GRPO assign a uniform advantage to every action in a traject…

Reinforcement Learning