English

The Impact of Prompt Programming on Function-Level Code Generation

Software Engineering 2025-07-09 v2 Computation and Language Human-Computer Interaction Machine Learning

Abstract

Large Language Models (LLMs) are increasingly used by software engineers for code generation. However, limitations of LLMs such as irrelevant or incorrect code have highlighted the need for prompt programming (or prompt engineering) where engineers apply specific prompt techniques (e.g., chain-of-thought or input-output examples) to improve the generated code. While some prompt techniques have been studied, the impact of different techniques -- and their interactions -- on code generation is still not fully understood. In this study, we introduce CodePromptEval, a dataset of 7072 prompts designed to evaluate five prompt techniques (few-shot, persona, chain-of-thought, function signature, list of packages) and their effect on the correctness, similarity, and quality of complete functions generated by three LLMs (GPT-4o, Llama3, and Mistral). Our findings show that while certain prompt techniques significantly influence the generated code, combining multiple techniques does not necessarily improve the outcome. Additionally, we observed a trade-off between correctness and quality when using prompt techniques. Our dataset and replication package enable future research on improving LLM-generated code and evaluating new prompt techniques.

Keywords

Cite

@article{arxiv.2412.20545,
  title  = {The Impact of Prompt Programming on Function-Level Code Generation},
  author = {Ranim Khojah and Francisco Gomes de Oliveira Neto and Mazen Mohamad and Philipp Leitner},
  journal= {arXiv preprint arXiv:2412.20545},
  year   = {2025}
}

Comments

Accepted at Transactions on Software Engineering (TSE). CodePromptEval dataset and replication package on GitHub: https://github.com/icetlab/CodePromptEval

R2 v1 2026-06-28T20:51:21.082Z