EMNLP 20250 citations

M-Ped: Multi-Prompt Ensemble Decoding for Large Language Models

Jiaxin Guo, Daimeng Wei, Yuanchang Luo, Hengchao Shang, Zongyao Li, Jinlong Yang, Zhanglin Wu, Zhiqiang Rao

Abstract

With the widespread application of Large Language Models (LLMs) in the field of Natural Language Processing (NLP), enhancing their performance has become a research hotspot. This paper presents a novel multi-prompt ensemble decoding approach designed to bolster the generation quality of LLMs by leveraging the aggregation of outcomes from multiple prompts. Given a unique input X, we submit n variations of prompts with X to LLMs in batch mode to decode and derive probability distributions. For each token prediction, we calculate the ensemble probability by averaging the n probability distributions within the batch, utilizing this aggregated probability to generate the token. This technique is dubbed Inner-Batch Ensemble. To facilitate efficient batch inference, we implement a Left-Padding strategy to maintain uniform input lengths across the n prompts. Through extensive experimentation on diverse NLP tasks, including code generation, text simplification and machine translation, we demonstrate the efficacy of our method in enhancing LLM performance. The results show substantial improvements in pass@k rates, LENS metrics and BLEU scores over conventional methods.

BibTeX
@inproceedings{emnlp2025_mpedmultiprompte,
  title = {M-Ped: Multi-Prompt Ensemble Decoding for Large Language Models},
  author = {Jiaxin Guo and Daimeng Wei and Yuanchang Luo and Hengchao Shang and Zongyao Li and Jinlong Yang and Zhanglin Wu and Zhiqiang Rao and Shimin Tao and Hao Yang},
  booktitle = {EMNLP 2025},
  year = {2025}
}
M-Ped: Multi-Prompt Ensemble Decoding for Large Language Models · EMNLP 2025