Score: 2

Enhancing LLM Code Generation with Ensembles: A Similarity-Based Selection Approach

Published: March 20, 2025 | arXiv ID: 2503.15838v2

By: Tarek Mahmud , Bin Duan , Corina Pasareanu and more

Potential Business Impact:

Makes computers write better code by combining multiple helpers.

Business Areas:
Natural Language Processing Artificial Intelligence, Data and Analytics, Software

Ensemble learning has been widely used in machine learning to improve model robustness, accuracy, and generalization, but has not yet been applied to code generation tasks with large language models (LLMs). We propose an ensemble approach for LLMs in code generation. Instead of relying on the output of a single model, we generate multiple candidate programs from different LLMs and apply a structured voting mechanism to select the most reliable solution. For voting, we compute syntactic and semantic similarity using CodeBLEU and behavioral equivalence using CrossHair's differential behavior analysis. By aggregating these similarity scores, we select the program that best aligns with the consensus among the candidates. We show through experiments that our ensemble approach consistently outperforms standalone LLMs on the well-known HumanEval and the more challenging LiveCodeBench datasets, achieving an accuracy of 90.2% and 50.2%, respectively, on the two datasets. In comparison, the best-performing LLM (GPT-4o) has an accuracy of 83.5% and 43.4%, respectively. Furthermore, even when restricted to free open-source models, our method achieves an accuracy of 80.5% and 41.6%, respectively, demonstrating the viability of our approach in resource-constrained settings.

Country of Origin
πŸ‡¦πŸ‡Ί πŸ‡ΊπŸ‡Έ United States, Australia

Page Count
18 pages

Category
Computer Science:
Software Engineering