paper-with-me

홈 › Papers

Harnessing Multiple Large Language Models: A Survey on LLM Ensemble

2025-02-25 · Zhijun Chen, Jingzheng Li, Pengpeng Chen, Zhuoran Li, Kai Sun, Yuankai Luo, Qianren Mao, Dingqi Yang, Hailong Sun, Philip S. Yu

LLM Ensemble -- which involves the comprehensive use of multiple large language models (LLMs), each aimed at handling user queries during downstream inference, to benefit from their individual strengths -- has gained substantial attention recently. The widespread availability of LLMs, coupled with their varying strengths and out-of-the-box usability, has profoundly advanced the field of LLM Ensemble. This paper presents the first systematic review of recent developments in LLM Ensemble. First, we introduce our taxonomy of LLM Ensemble and discuss several related research problems. Then, we provide a more in-depth classification of the methods under the broad categories of "ensemble-before-inference, ensemble-during-inference, ensemble-after-inference'', and review all relevant methods. Finally, we introduce related benchmarks and applications, summarize existing studies, and suggest several future research directions. A curated list of papers on LLM Ensemble is available at https://github.com/junchenzhi/Awesome-LLM-Ensemble.

📄 PDF Abstract BibTeX arXiv:2502.18036

Code (1)

junchenzhi/awesome-llm-ensemble 공식 구현

Tasks

Survey

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Survey on Large Language Model Hallucination via a Creativity Perspective

2024-02-02 · Xuhui Jiang, Yuxing Tian, Fengrui Hua, Chengjin Xu 외

Hallucinations in large language models (LLMs) are always seen as limitations. However, could they also be a source of creativity? This survey explores this possibility, suggesting that hallucinations may contribute to L…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+1

Scoring, Reasoning, and Selecting the Best! Ensembling Large Language Models via a Peer-Review Process

2025-12-29 · Zhijun Chen, Zeyu Ji, Qianren Mao, Hao Wu 외 arxiv

We propose LLM-PeerReview, an unsupervised LLM Ensemble method that selects the most ideal response from multiple LLM-generated candidates for each query, harnessing the collective wisdom of multiple models with diverse …

Instruction Following

deep-REMAP: Parameterization of Stellar Spectra Using Regularized Multi-Task Learning

2023-11-07 · Sankalp Gilda

Traditional spectral analysis methods are increasingly challenged by the exploding volumes of data produced by contemporary astronomical surveys. In response, we develop deep-Regularized Ensemble-based Multi-task Learnin…

Multi-Task Learning

Harnessing Large Language Models for Disaster Management: A Survey

2025-01-12 · Zhenyu Lei, Yushun Dong, Weiyu Li, Rong Ding 외

Large language models (LLMs) have revolutionized scientific research with their exceptional capabilities and transformed various fields. Among their practical applications, LLMs have been playing a crucial role in mitiga…

ManagementSurvey

A Survey on Symbolic Knowledge Distillation of Large Language Models

2024-07-12 · Kamal Acharya, Alvaro Velasquez, Houbing Herbert Song

This survey paper delves into the emerging and critical area of symbolic knowledge distillation in Large Language Models (LLMs). As LLMs like Generative Pre-trained Transformer-3 (GPT-3) and Bidirectional Encoder Represe…

Knowledge DistillationSurvey