paper-with-me

Papers

Learning Adaptive LLM Decoding

2026-03-10 · Chloe H. Su, Zhe Ye, Samuel Tenka, Aidan Yang, Soonho Kong, Udaya Ghai arxiv

Decoding from large language models (LLMs) typically relies on fixed sampling hyperparameters (e.g., temperature, top-p), despite substantial variation in task difficulty and uncertainty across prompts and individual decoding steps. We propose to learn adaptive decoding policies that dynamically select sampling strategies at inference time, conditioned on available compute resources. Rather than fine-tuning the language model itself, we introduce lightweight decoding adapters trained with reinforcement learning and verifiable terminal rewards (e.g. correctness on math and coding tasks). At the sequence level, we frame decoding as a contextual bandit problem: a policy selects a decoding strategy (e.g. greedy, top-k, min-p) for each prompt, conditioned on the prompt embedding and a parallel sampling budget. At the token level, we model decoding as a partially observable Markov decision process (POMDP), where a policy selects sampling actions at each token step based on internal model features and the remaining token budget. Experiments on the MATH and CodeContests benchmarks show that the learned adapters improve the accuracy-budget tradeoff: on MATH, the token-level adapter improves Pass@1 accuracy by up to 10.2% over the best static baseline under a fixed token budget, while the sequence-level adapter yields 2-3% gains under fixed parallel sampling. Ablation analyses support the contribution of both sequence- and token-level adaptation.

📄 PDF Abstract BibTeX arXiv:2603.09065

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Cerberus: Efficient Inference with Adaptive Parallel Decoding and Sequential Knowledge Enhancement

2024-10-17 · Yuxuan Liu, Wenyuan Li, Laizhong Cui, Hailiang Yang

Large language models (LLMs) often face a bottleneck in inference speed due to their reliance on auto-regressive decoding. Recently, parallel decoding has shown significant promise in enhancing inference efficiency. Howe…

Dynamic Stochastic Decoding Strategy for Open-Domain Dialogue Generation

2024-06-12 · Yiwei Li, Fei Mi, Yitong Li, Yasheng Wang 외

Stochastic sampling strategies such as top-k and top-p have been widely used in dialogue generation task. However, as an open-domain chatting system, there will be two different conversation scenarios, i.e. chit-chat and…

Dialogue GenerationDiversityQuestion Answering

Energy-Efficient Channel Decoding for Wireless Federated Learning: Convergence Analysis and Adaptive Design

2024-06-26 · Linping Qu, Yuyi Mao, Shenghui Song, Chi-Ying Tsui

One of the most critical challenges for deploying distributed learning solutions, such as federated learning (FL), in wireless networks is the limited battery capacity of mobile clients. While it is a common belief that …

Federated Learning

A Fast Binary Splitting Approach for Non-Adaptive Learning of Erdős--Rényi Graphs

2025-11-21 · Hoang Ta, Jonathan Scarlett arxiv

We study the problem of learning an unknown graph via group queries on node subsets, where each query reports whether at least one edge is present among the queried nodes. In general, learning arbitrary graphs with $n$ n…

Graph Learning

Decoding Order Matters in Autoregressive Speech Synthesis

2026-01-13 · Minghui Zhao, Anton Ragni arxiv

Autoregressive speech synthesis often adopts a left-to-right order, yet generation order is a modelling choice. We investigate decoding order through masked diffusion framework, which progressively unmasks positions and …

Speech Synthesis