Section 01
Introduction: DiffCodeGen—A New Test-Time Expansion Method for Code Generation Without Extra LLM Calls
DiffCodeGen proposes a test-time expansion method based on coverage-guided difference analysis. It selects optimal code candidates via dynamic behavior clustering, enabling efficient code generation selection without additional LLM calls, significantly reducing token consumption and inference time. This addresses the core pain points of existing test-time expansion methods, which rely on public test cases and expensive LLM inference.