{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/planning-driven-programming-a-large-language","title":"Planning-Driven Programming: A Large Language Model Programming Workflow","arxiv_id":"2411.14503","date":"2024-11-21","proceeding":null,"authors":["Chao Lei","Yanchuan Chang","Nir Lipovetzky","Krista A. Ehinger"],"abstract":"The strong performance of large language models (LLMs) raises extensive discussion on their application to code generation. Recent research suggests continuous program refinements through visible tests to improve code generation accuracy in LLMs. However, these methods suffer from LLMs' inefficiency and limited reasoning capacity. In this work, we propose an LLM programming workflow (LPW) designed to improve both initial code generation and subsequent refinements within a structured two-phase workflow. Specifically, the solution generation phase formulates a solution plan, which is then verified through visible tests to specify the intended natural language solution. Subsequently, the code implementation phase drafts an initial code according to the solution plan and its verification. If the generated code fails the visible tests, the plan verification serves as the intended solution to consistently inform the refinement process for correcting bugs. Compared to state-of-the-art methods across various existing LLMs, LPW significantly improves the Pass@1 accuracy by up to 16.4% on well-established text-to-code generation benchmarks. LPW also sets new state-of-the-art Pass@1 accuracy, achieving 98.2% on HumanEval, 84.8% on MBPP, 59.3% on LiveCode, 62.6% on APPS, and 34.7% on CodeContest, using GPT-4o as the backbone. Our code is publicly available at: https://github.com/you68681/lpw","url_abs":"https://arxiv.org/abs/2411.14503v3","url_pdf":"https://arxiv.org/pdf/2411.14503v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"planning-driven-programming-a-large-language","repo_url":"https://github.com/you68681/lpw","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"code-generation","task_name":"Code Generation"},{"task_slug":"humaneval","task_name":"HumanEval"},{"task_slug":"language-modeling","task_name":"Language Modeling"},{"task_slug":"language-modelling","task_name":"Language Modelling"},{"task_slug":"large-language-model","task_name":"Large Language Model"},{"task_slug":"program-repair","task_name":"Program Repair"},{"task_slug":"text-to-code-generation","task_name":"Text-to-Code Generation"},{"task_slug":null,"task_name":"mbpp"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/code-generation-on-apps","task":"Code Generation","dataset":"APPS","model":"LPW (GPT-4o)","rank_in_archive_order":1,"of":18,"metrics":{"Competition Pass@1":"34.8","Interview Pass@1":"65.2","Introductory Pass@1":"87.2","Pass@1":"62.6"},"uses_additional_data":false},{"leaderboard":"/sota/code-generation-on-codecontests","task":"Code Generation","dataset":"CodeContests","model":"LPW (GPT-4o)","rank_in_archive_order":2,"of":8,"metrics":{"Test Set pass@1":"34.7"},"uses_additional_data":false},{"leaderboard":"/sota/code-generation-on-humaneval","task":"Code Generation","dataset":"HumanEval","model":"Phi-2","rank_in_archive_order":4,"of":8,"metrics":{"Pass@1":"98.2"},"uses_additional_data":false},{"leaderboard":"/sota/code-generation-on-humaneval-et","task":"Code Generation","dataset":"HumanEval-ET","model":"LPW (GPT-4o)","rank_in_archive_order":2,"of":2,"metrics":{"Pass@1":"65.8"},"uses_additional_data":false},{"leaderboard":"/sota/code-generation-on-livecodebench","task":"Code Generation","dataset":"Livecodebench","model":"LPW (GPT-4o)","rank_in_archive_order":2,"of":3,"metrics":{"Acc":"59.3"},"uses_additional_data":false},{"leaderboard":"/sota/code-generation-on-mbpp","task":"Code Generation","dataset":"MBPP","model":"LPW (GPT-4o)","rank_in_archive_order":12,"of":99,"metrics":{"Accuracy":"84.8"},"uses_additional_data":false},{"leaderboard":"/sota/code-generation-on-mbpp-et","task":"Code Generation","dataset":"MBPP-ET","model":"LPW (GPT-4o)","rank_in_archive_order":2,"of":2,"metrics":{"Pass@1":"65.8"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2411.14503","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2411.14503"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/you68681/lpw","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"unverified":9},"by_repo_kind":{"official":{"samples":9,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"61ed12a417c6a29c","entry":"capture_import_statements","repo":"you68681/lpw","repo_kind":"official","path":"programming/utils.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"61ed12a417c6a29c"}},{"code_sha256_prefix":"649c4f119862d2c3","entry":"change_messages","repo":"you68681/lpw","repo_kind":"official","path":"programming/generators/model.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/generators/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"649c4f119862d2c3"}},{"code_sha256_prefix":"bcf25e8f2313460d","entry":"exec_ast_fn","repo":"you68681/lpw","repo_kind":"official","path":"programming/executors/executor_utils.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/executors/executor_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"bcf25e8f2313460d"}},{"code_sha256_prefix":"754f358cc101b37c","entry":"extract_docstring","repo":"you68681/lpw","repo_kind":"official","path":"programming/utils.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"754f358cc101b37c"}},{"code_sha256_prefix":"f49aba0898ea577d","entry":"function_with_timeout","repo":"you68681/lpw","repo_kind":"official","path":"programming/executors/executor_utils.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/executors/executor_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f49aba0898ea577d"}},{"code_sha256_prefix":"893d75cf140dbc4b","entry":"get_call_str","repo":"you68681/lpw","repo_kind":"official","path":"programming/executors/executor_utils.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/executors/executor_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"893d75cf140dbc4b"}},{"code_sha256_prefix":"a067a230397d97aa","entry":"message_to_str","repo":"you68681/lpw","repo_kind":"official","path":"programming/generators/model.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/generators/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a067a230397d97aa"}},{"code_sha256_prefix":"4e0f76b9ec8bd13a","entry":"messages_to_str","repo":"you68681/lpw","repo_kind":"official","path":"programming/generators/model.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/generators/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4e0f76b9ec8bd13a"}},{"code_sha256_prefix":"2062ffea418270db","entry":"prepare_function_from_generated_code","repo":"you68681/lpw","repo_kind":"official","path":"programming/utils.py","file_url":"https://github.com/you68681/lpw/blob/HEAD/programming/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2062ffea418270db"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}