paper-with-me

Papers

Small RL Controller, Large Language Model: RL-Guided Adaptive Sampling for Test-Time Scaling

2026-06-02 · Runpeng Dai, Tong Zheng, Rui Liu, Chengsong Huang, Hongtu Zhu arxiv

Test-time scaling improves the reasoning performance of large language models but incurs substantial cost in both total computation and latency. Existing adaptive sampling methods partially mitigate this issue by dynamically deciding when to stop sampling, yet they typically rely on heuristic rules or rely on distribution assumptions. In this work, we formulate adaptive sampling as a Markov decision process (MDP). We train a lightweight sampling controller with reinforcement learning (RL) to jointly balance answer correctness, latency, and computation cost. At each round, the controller decides to stop sampling or to acquire additional samples. Our method is lightweight which only relies on statistics of final answers, and can be trained and deployed on CPU. We further show that the resulting framework admits an interpretation as the Lagrangian relaxation of a constrained optimization problem with explicit budget constraints. Experiments against strong baselines such as ASC and ESC show that our method achieves improved trade-offs among answer correctness, sampling rounds, and total samples required.

📄 PDF Abstract BibTeX arXiv:2606.03102

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LLMs-guided adaptive compensator: Bringing Adaptivity to Automatic Control Systems with Large Language Models

2025-07-28 · Zhongchao Zhou, Yuxi Lu, Yaonan Zhu, Yifan Zhao 외 arxiv

With rapid advances in code generation, reasoning, and problem-solving, Large Language Models (LLMs) are increasingly applied in robotics. Most existing work focuses on high-level tasks such as task decomposition. A few …

Code Generation

CoRefine: Confidence-Guided Self-Refinement for Adaptive Test-Time Compute

2026-02-09 · Chen Jin, Ryutaro Tanno, Tom Diethe, Philip Teare arxiv

Large Language Models (LLMs) often rely on test-time scaling via parallel decoding (for example, 512 samples) to boost reasoning accuracy, but this incurs substantial compute. We introduce CoRefine, a confidence-guided s…

From Small-Gain Theory to Compositional Construction of Barrier Certificates for Large-Scale Stochastic Systems

2021-01-18 · Mahathi Anand, Abolfazl Lavaei, Majid Zamani

This paper is concerned with a compositional approach for the construction of control barrier certificates for large-scale interconnected stochastic systems while synthesizing hybrid controllers against high-level logic …

Adaptive Optimal Trajectory Tracking Control Applied to a Large-Scale Ball-on-Plate System

2020-10-26 · Florian Köpf, Sean Kille, Jairo Inga, Sören Hohmann

While many theoretical works concerning Adaptive Dynamic Programming (ADP) have been proposed, application results are scarce. Therefore, we design an ADP-based optimal trajectory tracking controller and apply it to a la…

AIMMerging: Adaptive Iterative Model Merging Using Training Trajectories for Language Model Continual Learning

2025-09-22 · Yujie Feng, Jian Li, Xiaoyu Dong, Pengfei Xu 외 arxiv

Continual learning (CL) is essential for deploying large language models (LLMs) in dynamic real-world environments without the need for costly retraining. Recent model merging-based methods have attracted significant att…

Continual Learning