paper-with-me

Papers

A*-Decoding: Token-Efficient Inference Scaling

2025-05-19 · Giannis Chatziveroglou

Inference-time scaling has emerged as a powerful alternative to parameter scaling for improving language model performance on complex reasoning tasks. While existing methods have shown strong performance gains under fixed compute budgets, there has been little focus on optimally utilizing that budget during inference. In this work, we introduce A*-decoding, a search-based inference-time strategy that builds on the A* search algorithm to optimally utilize a fixed compute budget by prioritizing high-quality reasoning paths during generation. We frame language model decoding as a structured search in a state space of partial solutions, applying the A* transition model to identify promising continuations guided by an external process supervision signal. In our experiments, A*-decoding reaches the performance levels of strong inference scaling baselines like best-of-N and particle filtering while using up to 3x fewer tokens and 30% fewer PRM passes under equivalent compute budgets. On the MATH500 and AIME 2024 benchmarks, A*-decoding enables Llama-3.2-1B-Instruct to match the performance of the 70x larger Llama-3.1-70B-Instruct, and allows Qwen3-1.7B to reach o1-like reasoning accuracy. These results highlight the power of structured search in decoding, offering an alternative to brute-force sampling or scale-driven gains. Our work demonstrates how thoughtful inference-time strategies can enhance reasoning in SLMs, pointing toward future advances in more efficient and scalable language model deployment.

📄 PDF Abstract BibTeX arXiv:2505.13672

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Efficient Pretraining Length Scaling

2025-04-21 · Bohong Wu, Shen Yan, Sijun Zhang, Jianqiao Lu 외

Recent advances in large language models have demonstrated the effectiveness of length scaling during post-training, yet its potential in pre-training remains underexplored. We present the Parallel Hidden Decoding Transf…

From Decoding to Meta-Generation: Inference-time Algorithms for Large Language Models

2024-06-24 · Sean Welleck, Amanda Bertsch, Matthew Finlayson, Hailey Schoelkopf 외

One of the most striking findings in modern research on large language models (LLMs) is that scaling up compute during training leads to better results. However, less attention has been given to the benefits of scaling c…

Survey

Scaling Laws for Speculative Decoding

2025-05-08 · Siyuan Yan, Mo Zhu, Guo-qing Jiang, Jianfei Wang 외

The escalating demand for efficient decoding in large language models (LLMs) is particularly critical for reasoning-intensive architectures like OpenAI-o3 and DeepSeek-R1, which depend on extended chain-of-thought reason…

ReSET: Accurate Latency-Critical NVFP4 Reasoning via Step-Aware Temperature Scaling

2026-06-11 · Sihwa Lee, Janghwan Lee, Donghoon Yoo, Jae Gon Kim 외 arxiv

Large reasoning models (LRMs) improve complex problem-solving by generating long intermediate reasoning traces, but this substantially increases inference costs. NVFP4 inference offers a promising approach to reduce both…

LoPA: Scaling dLLM Inference via Lookahead Parallel Decoding

2025-12-18 · Chenkai Xu, Yijie Jin, Jiajun Li, Yi Tu 외 arxiv

Diffusion Large Language Models (dLLMs) have demonstrated significant potential for high-speed inference. However, current confidence-driven decoding strategies are constrained by limited parallelism, typically achieving…