From Code to Correctness: Closing the Last Mile of Code Generation with Hierarchical Debugging

Fuente: arXiv
Salvato in:
Dettagli Bibliografici
Autori principali: Shi, Yuling, Wang, Songsong, Wan, Chengcheng, Wang, Min, Gu, Xiaodong
Natura: Preprint
Pubblicazione: 2024
Soggetti:
Accesso online:
Tags: Aggiungi Tag
Nessun Tag, puoi essere il primo ad aggiungerne!!
_version_ 1866918213800951808
author Shi, Yuling
Wang, Songsong
Wan, Chengcheng
Wang, Min
Gu, Xiaodong
author_facet Shi, Yuling
Wang, Songsong
Wan, Chengcheng
Wang, Min
Gu, Xiaodong
contents While large language models have made significant strides in code generation, the pass rate of the generated code is bottlenecked on subtle errors, often requiring human intervention to pass tests, especially for complex problems. Existing LLM-based debugging systems treat generated programs as monolithic units, failing to address bugs at multiple levels of granularity, from low-level syntax errors to high-level algorithmic flaws. In this paper, we introduce Multi-Granularity Debugger (MGDebugger), a hierarchical code debugger by isolating, identifying, and resolving bugs at various levels of granularity. MGDebugger decomposes problematic code into a hierarchical tree structure of subfunctions, with each level representing a particular granularity of error. During debugging, it analyzes each subfunction and iteratively resolves bugs in a bottom-up manner. To effectively test each subfunction, we propose an LLM-simulated Python executor, which traces code execution and tracks important variable states to pinpoint errors accurately. Extensive experiments demonstrate that MGDebugger outperforms existing debugging systems, achieving an 18.9% improvement in accuracy over seed generations in HumanEval and a 97.6% repair success rate in HumanEvalFix. Furthermore, MGDebugger effectively fixes bugs across different categories and difficulty levels, demonstrating its robustness and effectiveness.
format Preprint
id arxiv_https___arxiv_org_abs_2410_01215
institution arXiv
publishDate 2024
record_format arxiv
spellingShingle From Code to Correctness: Closing the Last Mile of Code Generation with Hierarchical Debugging
Shi, Yuling
Wang, Songsong
Wan, Chengcheng
Wang, Min
Gu, Xiaodong
Computation and Language
Artificial Intelligence
Programming Languages
Software Engineering
While large language models have made significant strides in code generation, the pass rate of the generated code is bottlenecked on subtle errors, often requiring human intervention to pass tests, especially for complex problems. Existing LLM-based debugging systems treat generated programs as monolithic units, failing to address bugs at multiple levels of granularity, from low-level syntax errors to high-level algorithmic flaws. In this paper, we introduce Multi-Granularity Debugger (MGDebugger), a hierarchical code debugger by isolating, identifying, and resolving bugs at various levels of granularity. MGDebugger decomposes problematic code into a hierarchical tree structure of subfunctions, with each level representing a particular granularity of error. During debugging, it analyzes each subfunction and iteratively resolves bugs in a bottom-up manner. To effectively test each subfunction, we propose an LLM-simulated Python executor, which traces code execution and tracks important variable states to pinpoint errors accurately. Extensive experiments demonstrate that MGDebugger outperforms existing debugging systems, achieving an 18.9% improvement in accuracy over seed generations in HumanEval and a 97.6% repair success rate in HumanEvalFix. Furthermore, MGDebugger effectively fixes bugs across different categories and difficulty levels, demonstrating its robustness and effectiveness.
title From Code to Correctness: Closing the Last Mile of Code Generation with Hierarchical Debugging
topic Computation and Language
Artificial Intelligence
Programming Languages
Software Engineering
url https://arxiv.org/abs/2410.01215