paper-with-me

홈 › Papers

Harnessing Consistency for Robust Test-Time LLM Ensemble

2025-10-12 · Zhichen Zeng, Qi Yu, Xiao Lin, Ruizhong Qiu, Xuying Ning, Tianxin Wei, Yuchen Yan, Jingrui He, Hanghang Tong arxiv

Different large language models (LLMs) exhibit diverse strengths and weaknesses, and LLM ensemble serves as a promising approach to integrate their complementary capabilities. Despite substantial progress in improving ensemble quality, limited attention has been paid to the robustness of ensembles against potential erroneous signals, which often arise from heterogeneous tokenization schemes and varying model expertise. Our analysis shows that ensemble failures typically arise from both the token level and the model level: the former reflects severe disagreement in token predictions, while the latter involves low confidence and pronounced disparities among models. In light of this, we propose CoRE, a plug-and-play technique that harnesses model consistency for robust LLM ensemble, which can be seamlessly integrated with diverse ensemble methods. *Token-level consistency* captures fine-grained disagreements by applying a low-pass filter to downweight uncertain tokens with high inconsistency, often due to token misalignment, thereby improving robustness at a granular level. *Model-level consistency* models global agreement by promoting model outputs with high self-confidence and minimal divergence from others, enhancing robustness at a coarser level. Extensive experiments across diverse benchmarks, model combinations, and ensemble strategies demonstrate that CoRE consistently improves ensemble performance and robustness. Our code is available at https://github.com/zhichenz98/CoRE-EACL26.

📄 PDF Abstract BibTeX arXiv:2510.13855

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mirror-Consistency: Harnessing Inconsistency in Majority Voting

2024-10-07 · Siyuan Huang, Zhiyuan Ma, Jintao Du, Changhua Meng 외

Self-Consistency, a widely-used decoding strategy, significantly boosts the reasoning capabilities of Large Language Models (LLMs). However, it depends on the plurality voting rule, which focuses on the most frequent ans…

Boosted Prompt Ensembles for Large Language Models

2023-04-12 · Silviu Pitis, Michael R. Zhang, Andrew Wang, Jimmy Ba

Methods such as chain-of-thought prompting and self-consistency have pushed the frontier of language model reasoning performance with no additional training. To further improve performance, we propose a prompt ensembling…

GSM8KLanguage ModelingLanguage Modelling

On a projective ensemble approach to two sample test for equality of distributions

2020-01-01 · ICML 2020 1 · Zhimei Li, Yaowu Zhang

In this work, we propose a robust test for the multivariate two-sample problem through projective ensemble, which is a generalization of the Cramer-von Mises statistic. The proposed test statistic has a simple closed-for…

Harnessing Multiple Large Language Models: A Survey on LLM Ensemble

2025-02-25 · Zhijun Chen, Jingzheng Li, Pengpeng Chen, Zhuoran Li 외

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 sub…

Survey

Adaptive XGBoost for Evolving Data Streams

2020-05-15 · Jacob Montiel, Rory Mitchell, Eibe Frank, Bernhard Pfahringer 외

Boosting is an ensemble method that combines base models in a sequential manner to achieve high predictive accuracy. A popular learning algorithm based on this ensemble method is eXtreme Gradient Boosting (XGB). We prese…

Drift DetectionGeneral Classification