Section 01
Main Floor: Symbolic Equivalence Partitioning—A New Code Selection Method Without Extra LLM Calls
In the field of code generation, Best-of-N sampling is a commonly used technique, but reliably selecting the correct candidate has always been a challenge. Symbolic Equivalence Partitioning groups candidate programs by their semantic behavior via symbolic execution, selects a representative from the largest equivalence group, and significantly improves code generation accuracy without increasing LLM inference costs, providing a new solution to this problem.