paper-with-me

홈 › Papers

Diversified Sampling Improves Scaling LLM inference

2025-02-16 · Tianchun Wang, Zichuan Liu, Yuanzhou Chen, Jonathan Light, Haifeng Chen, Xiang Zhang, Wei Cheng

While increasing training compute has significantly improved the performance of large language models (LLMs), similar gains have not been observed when scaling inference compute. We hypothesize that the primary issue lies in the uniformity of LLM outputs, which leads to inefficient sampling as models repeatedly generate similar but inaccurate responses. Motivated by an intriguing relationship between solution accuracy (Pass@10) and response diversity, we propose DivSampling-a novel and versatile sampling technique designed to enhance the diversity of candidate solutions by introducing prompt perturbations.DivSampling incorporates two categories of perturbations: task-agnostic approaches, which are general and not tailored to any specific task, and task-specific approaches, which are customized based on task content. Our theoretical analysis demonstrates that, under mild assumptions, the error rates of responses generated from diverse prompts are significantly lower compared to those produced by stationary prompts. Comprehensive evaluations across various tasks -including reasoning, mathematics, and code generation - highlight the effectiveness of DivSampling in improving solution accuracy. This scalable and efficient approach offers a new perspective on optimizing test-time inference, addressing limitations in current sampling strategies.

📄 PDF Abstract BibTeX arXiv:2502.11027

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationDiversity

Similar Papers 제목 키워드 기반

Diversified Scaling Inference in Time Series Foundation Models

2026-01-24 · Ruijin Hua, Zichuan Liu, Kun Zhang, Yiyuan Yang arxiv

The advancement of Time Series Foundation Models (TSFMs) has been driven primarily by large-scale pre-training, but inference-time compute potential remains largely untapped. This work systematically investigates two que…

ReM-MoA: Reasoning Memory Sustains Mixture-of-Agents Scaling

2026-06-23 · Heng Ping, Arijit Bhattacharjee, Peiyu Zhang, Shixuan Li 외 arxiv

Mixture-of-Agents (MoA) architectures improve inference-time scaling by organizing multiple LLM agents into layered reasoning pipelines. However, existing MoA variants fail to sustain gains as depth increases, exhibiting…

Formal Logic

Inference-Time Compute Scaling For Flow Matching

2025-10-20 · Adam Stecklov, Noah El Rimawi-Fine, Mathieu Blanchette arxiv

Allocating extra computation at inference time has recently improved sample quality in large language models and diffusion-based image generation. In parallel, Flow Matching (FM) has gained traction in language, vision, …

Image Generation

Inference-Time Scaling for Flow Models via Stochastic Generation and Rollover Budget Forcing

2025-03-25 · Jaihoon Kim, Taehoon Yoon, Jisung Hwang, Minhyuk Sung

We propose an inference-time scaling approach for pretrained flow models. Recently, inference-time scaling has gained significant attention in LLMs and diffusion models, improving sample quality or better aligning output…

Denoising

DISC: DISC: Dynamic Decomposition Improves LLM Inference Scaling

2025-02-23 · Jonathan Light, Wei Cheng, Benjamin Riviere, Wu Yue 외

Inference scaling methods for large language models often work by breaking problems into steps or groups of tokens, then sampling and selecting the best next steps. However, these steps and their sizes are usually fixed …

Computational EfficiencyMathSentence