Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

QualityFlow: An Agentic Workflow for Program Synthesis Controlled by LLM Quality Checks

About

We introduce QualityFlow, a dynamic agentic workflow for program synthesis. Given the English description of a programming problem and a set of unit tests, the model's goal is to synthesize the correct program that solves the problem and passes the tests. QualityFlow includes large language model (LLM) agents resembling a software development team, including code generation, testing, and self-debugging. We propose the LLM Quality Checker, which explicitly "imagines" whether the synthesized programs' execution would conform to the unit tests. The Quality Checks dynamically control the workflow, including actions to submit the final answer, clarify the problem statement, and revert previous workflow steps. Our experiments show that the Quality Checker can precisely accept any correct program, mitigate faulty synthesized tests, and prevent potential workflow deviation. QualityFlow establishes the state-of-the-art results on four program synthesis benchmarks: MBPP, HumanEval, and stricter evaluations from MBPP-EvalPlus and HumanEval-EvalPlus.

Yaojie Hu, Qiang Zhou, Qihong Chen, Xiaopeng Li, Linbo Liu, Dejiao Zhang, Amit Kachroo, Talha Oz, Omer Tripp• 2025

Related benchmarks

TaskDatasetResultRank
Code GenerationHumanEval--
850
Code GenerationMBPP (test)
Pass@194.2
276
Code GenerationMBPP
Accuracy94.2
90
Code GenerationMBPP standard (test)
Pass@194.2
29
Program synthesisHumanEval Standard Relaxed (test)
pass@10.988
3
Program synthesisMBPP-EvalPlus Standard (test)
Pass@179.9
2
Program synthesisHumanEval-EvalPlus Standard (test)
pass@189.6
2
Showing 7 of 7 rows

Other info

Follow for update