paper-with-me

Papers

$φ$-Decoding: Adaptive Foresight Sampling for Balanced Inference-Time Exploration and Exploitation

2025-03-17 · Fangzhi Xu, Hang Yan, Chang Ma, Haiteng Zhao, Jun Liu, Qika Lin, Zhiyong Wu

Inference-time optimization scales computation to derive deliberate reasoning steps for effective performance. While previous search-based strategies address the short-sightedness of auto-regressive generation, the vast search space leads to excessive exploration and insufficient exploitation. To strike an efficient balance to derive the optimal step, we frame the decoding strategy as foresight sampling, leveraging simulated future steps to obtain globally optimal step estimation. Built on it, we propose a novel decoding strategy, named $\phi$-Decoding. To provide a precise and expressive estimation of step value, $\phi$-Decoding approximates two distributions via foresight and clustering. Sampling from the joint distribution, the optimal steps can be selected for exploitation. To support adaptive computation allocation, we propose in-width and in-depth pruning strategies, featuring a light-weight solution to achieve inference efficiency. Extensive experiments across seven benchmarks show $\phi$-Decoding outperforms strong baselines in both performance and efficiency. Additional analysis demonstrates its generalization across various LLMs and scalability across a wide range of computing budgets. The code will be released at https://github.com/xufangzhi/phi-Decoding, and the open-source PyPI package is coming soon.

📄 PDF Abstract BibTeX arXiv:2503.13288

Code (2)

xufangzhi/phi-decoding 공식 구현 pytorch
chang-github-00/llm-predictive-decoding

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Martingale Foresight Sampling: A Principled Approach to Inference-Time LLM Decoding

2026-01-21 · Huayu Li, ZhengXiao He, Siyuan Tian, Jinghao Wen 외 arxiv

Standard autoregressive decoding in large language models (LLMs) is inherently short-sighted, often failing to find globally optimal reasoning paths due to its token-by-token generation process. While inference-time stra…

Computational Efficiency

Adaptive Motion Generation Using Uncertainty-Driven Foresight Prediction

2024-10-01 · Hyogo Hiruma, Hiroshi Ito, Tetusya Ogata

Uncertainty of environments has long been a difficult characteristic to handle, when performing real-world robot tasks. This is because the uncertainty produces unexpected observations that cannot be covered by manual sc…

Motion GenerationPrediction

Learning Adaptive LLM Decoding

2026-03-10 · Chloe H. Su, Zhe Ye, Samuel Tenka, Aidan Yang 외 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 dec…

Reinforcement Learning

WAM-Nav: Asymmetric Latent World-Action Modeling for Unified Visual Navigation

2026-06-03 · Ning Yang, Yan Huang, Kaiwen Peng, Ziheng He 외 arxiv

Visual navigation requires generating smooth and collision-free trajectories under complex geometric and physical constraints. Existing reactive policies that directly map observations to actions lack anticipatory reason…

Visual Navigation

Adaptive Decoding via Latent Preference Optimization

2024-11-14 · Shehzaad Dhuliawala, Ilia Kulikov, Ping Yu, Asli Celikyilmaz 외

During language model decoding, it is known that using higher temperature sampling gives more creative responses, while lower temperatures are more factually accurate. However, such models are commonly applied to general…

GSM8KInstruction FollowingLanguage ModelingLanguage Modelling