Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

CODESIM: Multi-Agent Code Generation and Problem Solving through Simulation-Driven Planning and Debugging

About

Large Language Models (LLMs) have made significant strides in code generation and problem solving. Current approaches employ external tool-based iterative debuggers that use compiler or other tool-based runtime feedback to refine coarse programs generated by various methods. However, the effectiveness of these approaches heavily relies on the quality of the initial code generation, which remains an open challenge. In this paper, we introduce CodeSim, a novel multi-agent code generation framework that comprehensively addresses the stages of program synthesis-planning, coding, and debugging-through a human-like perception approach. As human verifies their understanding of any algorithms through visual simulation, CodeSim uniquely features a method of plan verification and internal debugging through the step-by-step simulation of input/output. Extensive experiments across seven challenging competitive problem-solving and program synthesis benchmarks demonstrate CodeSim's remarkable code generation capabilities. Our framework achieves new state-of-the-art (pass@1) results-(HumanEval 95.1%, MBPP 90.7%, APPS 22%, and CodeContests 29.1%). Furthermore, our method shows potential for even greater enhancement when cascaded with external debuggers. To facilitate further research and development in this area, we have open-sourced our framework in this link (https://kagnlp.github.io/codesim.github.io/).

Md. Ashraful Islam, Mohammed Eunus Ali, Md Rizwan Parvez• 2025

Related benchmarks

TaskDatasetResultRank
Code GenerationHumanEval
pass@190.2
145
Code GenerationEvalPlus
Pass@176.2
115
Code GenerationAPPS
Pass@122
111
Code GenerationHumanEval-ET
Pass@173.8
108
Code GenerationHumanEval and MBPP
HumanEval Score95.1
59
Code GenerationCodeContest
Pass@129.1
22
Competitive ProgrammingLiveCodeBench Pro (2025Q2)
Pass@145.5
19
Competitive ProgrammingICPC-Eval
Refine@529.7
19
Code GenerationLiveCodeBench Post-March 2025 V6
Pass@1 (Easy)94.4
9
Code GenerationxCodeEval C
Pass@124.5
3
Showing 10 of 12 rows

Other info

Code

Follow for update