paper-with-me

Papers

Demystifying Design Choices of Reinforcement Fine-tuning: A Batched Contextual Bandit Learning Perspective

2026-01-30 · Hong Xie, Xiao Hu, Tao Tan, Haoran Gu, Xin Li, Jianyu Han, Defu Lian, Enhong Chen arxiv

The reinforcement fine-tuning area is undergoing an explosion papers largely on optimizing design choices. Though performance gains are often claimed, inconsistent conclusions also arise from time to time, making the progress illusive. Reflecting on this illusion, we still lack principled answers to two fundamental questions: 1) what is the role of each design choice? 2) which ones are critical? This paper aims to shed light on them. The underlying challenge is that design choices are entangled together, making their contribution to learning and generalization difficult to attribute. To address this challenge, we first construct a minimalist baseline for disentangling factors: one rollout per query in each round, the outcome reward serving as the training signal without any advantage trick, and a batch size of thirty-two. This baseline connects to batched contextual bandit learning, which facilitates experimental analysis. Centering around this baseline, we design an experiment pipeline, examining the marginal gains of factors like advantage, number of rollouts, etc. Experiments on three base models and two datasets, not only reveal new understanding on the role of various design choices on learning and generalization dynamics, but also identify critical ones that deserve more effort.

📄 PDF Abstract BibTeX arXiv:2601.22532

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Searching for High-Value Molecules Using Reinforcement Learning and Transformers

2023-10-04 · Raj Ghugare, Santiago Miret, Adriana Hugessen, Mariano Phielipp 외

Reinforcement learning (RL) over text representations can be effective for finding high-value policies that can search over graphs. However, RL requires careful structuring of the search space and algorithm design to be …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

The Three Regimes of Offline-to-Online Reinforcement Learning

2025-10-01 · Lu Li, Tianwei Ni, Yihao Sun, Pierre-Luc Bacon arxiv

Offline-to-online reinforcement learning (RL) has emerged as a practical paradigm that leverages offline datasets for pretraining and online interactions for fine-tuning. However, its empirical behavior is highly inconsi…

Reinforcement Learning

Demystifying Long Chain-of-Thought Reasoning in LLMs

2025-02-05 · Edward Yeo, Yuxuan Tong, Morry Niu, Graham Neubig 외

Scaling inference compute enhances reasoning in large language models (LLMs), with long chains-of-thought (CoTs) enabling strategies like backtracking and error correction. Reinforcement learning (RL) has emerged as a cr…

Reinforcement Learning (RL)

Demystifying Reinforcement Learning for Long-Horizon Tool-Using Agents: A Comprehensive Recipe

2026-03-23 · Xixi Wu, Qianguo Sun, Ruiyang Zhang, Chao Song 외 arxiv

Reinforcement Learning (RL) is essential for evolving Large Language Models (LLMs) into autonomous agents capable of long-horizon planning, yet a practical recipe for scaling RL in complex, multi-turn environments remain…

Reinforcement Learning

Rethinking the Design of Reinforcement Learning-Based Deep Research Agents

2025-10-17 · Yi Wan, Jiuqi Wang, Liam Li, Jinsong Liu 외 arxiv

Large language models (LLMs) augmented with external tools are increasingly deployed as deep research agents that gather, reason over, and synthesize web information to answer complex queries. Although recent open-source…

Reinforcement Learning