paper-with-me

Papers

Latency and Token-Aware Test-Time Compute

2025-09-11 · Jenny Y. Huang, Mehul Damani, Yousef El-Kurdi, Ramon Astudillo, Wei Sun arxiv

Inference-time scaling has emerged as a powerful way to improve large language model (LLM) performance by generating multiple candidate responses and selecting among them. However, existing work on dynamic allocation for test-time compute typically considers only parallel generation methods such as best-of-N, overlooking incremental decoding methods like beam search, and has largely ignored latency, focusing only on token usage. We formulate inference-time scaling as a problem of dynamic compute allocation and method selection, where the system must decide which strategy to apply and how much compute to allocate on a per-query basis. Our framework explicitly incorporates both token cost and wall-clock latency, the latter being critical for user experience and particularly for agentic workflows where models must issue multiple queries efficiently. Experiments on reasoning benchmarks show that our approach consistently outperforms static strategies, achieving favorable accuracy-cost trade-offs while remaining practical for deployment.

📄 PDF Abstract BibTeX arXiv:2509.09864

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Are We Scaling the Right Thing? A System Perspective on Test-Time Scaling

2025-09-23 · Youpeng Zhao, Jinpeng LV, Di Wu, Jun Wang 외 arxiv

Test-time scaling (TTS) has recently emerged as a promising direction to exploit the hidden reasoning capabilities of pre-trained large language models (LLMs). However, existing scaling methods narrowly focus on the comp…

Seer Self-Consistency: Advance Budget Estimation for Adaptive Test-Time Scaling

2025-11-12 · Shiyu Ji, Yixuan Wang, Yijun Liu, Qingfu Zhu 외 arxiv

Test-time scaling improves the inference performance of Large Language Models (LLMs) but also incurs substantial computational costs. Although recent studies have reduced token consumption through dynamic self-consistenc…

Attention Is All You Need for KV Cache in Diffusion LLMs

2025-10-16 · Quan Nguyen-Tri, Mukul Ranjan, Zhiqiang Shen arxiv

This work studies how to adaptively recompute key-value (KV) caches for diffusion large language models (DLMs) to maximize prediction accuracy while minimizing decoding latency. Prior methods' decoders recompute QKV for …

Mathematical ReasoningCode Generation

Dual-Track CoT: Budget-Aware Stepwise Guidance for Small LMs

2026-04-27 · Sagnik Chatterjee, Atharva Patil, Sricharan Ramesh arxiv

Large Language Models (LLMs) solve many reasoning tasks via chain-of-thought (CoT) prompting, but smaller models (about 7 to 8B parameters) still struggle with multi-step reasoning under tight compute and token budgets. …

Large Language Model Partitioning for Low-Latency Inference at the Edge

2025-05-05 · Dimitrios Kafetzis, Ramin Khalili, Iordanis Koutsopoulos

Large Language Models (LLMs) based on autoregressive, decoder-only Transformers generate text one token at a time, where a token represents a discrete unit of text. As each newly produced token is appended to the partial…

DecoderLanguage ModelingLanguage ModellingLarge Language Model