paper-with-me

홈 › Papers

Do We Truly Need So Many Samples? Multi-LLM Repeated Sampling Efficiently Scales Test-Time Compute

2025-04-01 · Jianhao Chen, Zishuo Xun, Bocheng Zhou, Han Qi, Hangfan Zhang, Qiaosheng Zhang, Yang Chen, Wei Hu, Yuzhong Qu, Wanli Ouyang, Shuyue Hu

This paper presents a simple, effective, and cost-efficient strategy to improve LLM performance by scaling test-time compute. Our strategy builds upon the repeated-sampling-then-voting framework, with a novel twist: incorporating multiple models, even weaker ones, to leverage their complementary strengths that potentially arise from diverse training data and paradigms. By using consistency as a signal, our strategy dynamically switches between models. Theoretical analysis highlights the efficiency and performance advantages of our strategy. Extensive experiments on six datasets demonstrate that our strategy not only outperforms self-consistency and state-of-the-art multi-agent debate approaches, but also significantly reduces inference costs. Additionally, ModelSwitch requires only a few comparable LLMs to achieve optimal performance and can be extended with verification methods, demonstrating the potential of leveraging multiple LLMs in the generation-verification paradigm.

📄 PDF Abstract BibTeX arXiv:2504.00762

Code (1)

jianhaochen-nju/modelswitch 공식 구현

Similar Papers 제목 키워드 기반

Encoder-Decoder Manifold Alignment for Idempotent Generation

2026-06-21 · Dareen Alharthi, Abdul Waheed, Bhiksha Raj arxiv

Recently, several learning paradigms have been introduced to enforce idempotency in generative models. The goal is to ensure that repeated application of a model leaves samples unchanged once they lie on the target data …

Image GenerationImage Editing

Semi-supervised deep learning based on label propagation in a 2D embedded space

2020-08-02 · Barbara Caroline Benato, Jancarlo Ferreira Gomes, Alexandru Cristian Telea, Alexandre Xavier Falcão

While convolutional neural networks need large labeled sets for training images, expert human supervision of such datasets can be very laborious. Proposed solutions propagate labels from a small set of supervised images …

Lookahead and Hybrid Sample Allocation Procedures for Multiple Attribute Selection Decisions

2020-07-31 · Jeffrey W. Herrmann, Kunal Mehta

Attributes provide critical information about the alternatives that a decision-maker is considering. When their magnitudes are uncertain, the decision-maker may be unsure about which alternative is truly the best, so mea…

Attribute

A Truly Constant-time Distribution-aware Negative Sampling

2021-01-01 · Shabnam Daghaghi, Tharun Medini, Beidi Chen, Mengnan Zhao 외

Softmax classifiers with a very large number of classes naturally occur in many applications such as natural language processing and information retrieval. The calculation of full-softmax is very expensive from the compu…

Information RetrievalRetrieval

DiverseFlow: Sample-Efficient Diverse Mode Coverage in Flows

2025-04-10 · CVPR 2025 1 · Mashrur M. Morshed, Vishnu Boddeti

Many real-world applications of flow-based generative models desire a diverse set of samples that cover multiple modes of the target distribution. However, the predominant approach for obtaining diverse sets is not sampl…

DiversityImage Generation