paper-with-me

Papers

A Probabilistic Inference Approach to Inference-Time Scaling of LLMs using Particle-Based Monte Carlo Methods

2025-02-03 · Isha Puri, Shivchander Sudalairaj, Guangxuan Xu, Kai Xu, Akash Srivastava

Large language models (LLMs) have achieved significant performance gains via scaling up model sizes and/or data. However, recent evidence suggests diminishing returns from such approaches, motivating scaling the computation spent at inference time. Existing inference-time scaling methods, usually with reward models, cast the task as a search problem, which tends to be vulnerable to reward hacking as a consequence of approximation errors in reward models. In this paper, we instead cast inference-time scaling as a probabilistic inference task and leverage sampling-based techniques to explore the typical set of the state distribution of a state-space model with an approximate likelihood, rather than optimize for its mode directly. We propose a novel inference-time scaling approach by adapting particle-based Monte Carlo methods to this task. Our empirical evaluation demonstrates that our methods have a 4-16x better scaling rate over our deterministic search counterparts on various challenging mathematical reasoning tasks. Using our approach, we show that Qwen2.5-Math-1.5B-Instruct can surpass GPT-4o accuracy in only 4 rollouts, while Qwen2.5-Math-7B-Instruct scales to o1 level accuracy in only 32 rollouts. Our work not only presents an effective method to inference-time scaling, but also connects the rich literature in probabilistic inference with inference-time scaling of LLMs to develop more robust algorithms in future work. Code and further information is available at https://probabilistic-inference-scaling.github.io.

📄 PDF Abstract BibTeX arXiv:2502.01618

Code (1)

Red-Hat-AI-Innovation-Team/its_hub 공식 구현

Tasks

MathMathematical Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Using Probabilistic Programs to Train Inductive Reasoning in Large Language Models

2026-05-26 · Liyi Zhang, Akshay K. Jagadish, Brenden M. Lake, Thomas L. Griffiths arxiv

Post-training Large Language Models (LLMs) for reasoning typically focuses on deductive tasks such as mathematics and coding where correctness is verifiable. Yet, many real-world reasoning problems are inductive: agents …

Llasa: Scaling Train-Time and Inference-Time Compute for Llama-based Speech Synthesis

2025-02-06 · Zhen Ye, Xinfa Zhu, Chi-Min Chan, Xinsheng Wang 외

Recent advances in text-based large language models (LLMs), particularly in the GPT series and the o1 model, have demonstrated the effectiveness of scaling both training-time and inference-time compute. However, current …

Speech Synthesis

Inference Scaling for Long-Context Retrieval Augmented Generation

2024-10-06 · Zhenrui Yue, Honglei Zhuang, Aijun Bai, Kai Hui 외

The scaling of inference computation has unlocked the potential of long-context large language models (LLMs) across diverse settings. For knowledge-intensive tasks, the increased compute is often allocated to incorporate…

In-Context LearningRAGRetrievalRetrieval-augmented Generation

Inference-Time Hyper-Scaling with KV Cache Compression

2025-06-05 · Adrian Łańcucki, Konrad Staniszewski, Piotr Nawrot, Edoardo M. Ponti

Inference-time scaling trades efficiency for increased reasoning accuracy by generating longer or more parallel sequences. However, in Transformer LLMs, generation cost is bottlenecked by the size of the key-value (KV) c…

A-NeSI: A Scalable Approximate Method for Probabilistic Neurosymbolic Inference

2023-09-21 · NeurIPS 2023 11

We study the problem of combining neural networks with symbolic reasoning. Recently introduced frameworks for Probabilistic Neurosymbolic Learning (PNL), such as DeepProbLog, perform exponential-time exact inference, lim…