Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Breaking the Ceiling of the LLM Community by Treating Token Generation as a Classification for Ensembling

About

Ensembling multiple models has always been an effective approach to push the limits of existing performance and is widely used in classification tasks by simply averaging the classification probability vectors from multiple classifiers to achieve better accuracy. However, in the thriving open-source Large Language Model (LLM) community, ensembling methods are rare and typically limited to ensembling the full-text outputs of LLMs, such as selecting the best output using a ranker, which leads to underutilization of token-level probability information. In this paper, we treat the Generation of each token by LLMs as a Classification (GaC) for ensembling. This approach fully exploits the probability information at each generation step and better prevents LLMs from producing early incorrect tokens that lead to snowballing errors. In experiments, we ensemble state-of-the-art LLMs on several benchmarks, including exams, mathematics and reasoning, and observe that our method breaks the existing community performance ceiling. Furthermore, we observed that most of the tokens in the answer are simple and do not affect the correctness of the final answer. Therefore, we also experimented with ensembling only key tokens, and the results showed better performance with lower latency across benchmarks.

Yao-Ching Yu, Chun-Chih Kuo, Ziqi Ye, Yu-Cheng Chang, Yueh-Se Li• 2024

Related benchmarks

TaskDatasetResultRank
Arithmetic ReasoningGSM8K
Accuracy91.8
155
Instruction FollowingAlpacaEval--
125
SummarizationXsum--
108
General Language IntelligenceMMLU, GSM8K, BBH, TriviaQA, NQ latest available (test)
MMLU83.54
26
Factual recallTriviaQA
Accuracy71.5
16
Arithmetic ReasoningMATH
Accuracy54
16
Machine TranslationEn-Fr
BLEU36.59
3
Machine TranslationFR-EN
BLEU41.63
3
Machine TranslationDE-EN
BLEU44.65
3
Showing 9 of 9 rows

Other info

Code

Follow for update