vix.ing · top · new · best · stats · spec

DOCE: Finding the Sweet Spot for Execution-Based Code Generation

2024/08/25 by Haau-Sing Li, Li, Haau-Sing, Patrick Fernandes +5
Computer Science · #Advanced Malware Detection Techniques #Software Testing and Debugging Techniques #Security and Verification in Computing

paper · doi:10.48550/arxiv.2408.13745

Abstract

Recently, a diverse set of decoding and reranking procedures have been shown effective for LLM-based code generation. However, a comprehensive framework that links and experimentally compares these methods is missing. We address this by proposing Decoding Objectives for Code Execution, a comprehensive framework that includes candidate generation, n-best reranking, minimum Bayes risk (MBR) decoding, and self-debugging as the core components. We then study the contributions of these components through execution-based evaluation metrics. Our findings highlight the importance of execution-based methods and the difference gap between execution-based and execution-free methods. Furthermore, we assess the impact of filtering based on trial unit tests, a simple and effective strategy that has been often overlooked in prior works. We also propose self-debugging on multiple candidates, obtaining state-of-the-art performance on reranking for code generation. We expect our framework to provide a solid guideline for future research on code generation.

Related