paper-with-me

Papers

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

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

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.

📄 PDF Abstract BibTeX arXiv:2501.17167

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationHumanEvalLanguage ModelingLanguage ModellingLarge Language ModelmbppProgram Synthesis

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Automated Multi-Agent Workflows for RTL Design

2025-09-24 · Amulya Bhattaram, Janani Ramamoorthy, Ranit Gupta, Diana Marculescu 외 arxiv

The rise of agentic AI workflows unlocks novel opportunities for computer systems design and optimization. However, for specialized domains such as program synthesis, the relative scarcity of HDL and proprietary EDA reso…

Program SynthesisCode Generation

DeepResearch$^{\text{Eco}}$: A Recursive Agentic Workflow for Complex Scientific Question Answering in Ecology

2025-07-14 · Jennifer D'Souza, Endres Keno Sander, Andrei Aioanei arxiv

We introduce DeepResearch$^{\text{Eco}}$, a novel agentic LLM-based system for automated scientific synthesis that supports recursive, depth- and breadth-controlled exploration of original research questions -- enhancing…

Question Answering

Zero-to-CAD: Agentic Synthesis of Interpretable CAD Programs at Million-Scale Without Real Data

2026-04-27 · Mohammadmehdi Ataei, Farzaneh Askari, Kamal Rahimi Malekshan, Pradeep Kumar Jayaraman arxiv

Computer-Aided Design (CAD) models are defined by their construction history: a parametric recipe that encodes design intent. However, existing large-scale 3D datasets predominantly consist of boundary representations (B…

AgRefactor: Self-Evolving Agentic Workflow for HLS Compatibility and Performance

2026-06-29 · Yang Zou, Zijian Ding, Yizhou Sun, Jason Cong arxiv

High-Level Synthesis (HLS) provides a fast path from concepts to silicon, but converting real-world software into synthesizable HLS code remains challenging due to restrictive language support and the gap between softwar…

An Agentic Framework for Neuro-Symbolic Programming

2026-01-02 · Aliakbar Nafar, Chetan Chigurupati, Danial Kamali, Hamid Karimian 외 arxiv

Integrating symbolic constraints into deep learning models could make them more robust, interpretable, and data-efficient. Still, it remains a time-consuming and challenging task. Existing frameworks like DomiKnowS help …