English

Large Language Models Should Ask Clarifying Questions to Increase Confidence in Generated Code

Software Engineering 2024-01-23 v2 Artificial Intelligence Machine Learning

Abstract

Large language models (LLMs) have significantly improved the ability to perform tasks in the field of code generation. However, there is still a gap between LLMs being capable coders and being top-tier software engineers. Based on the observation that toplevel software engineers often ask clarifying questions to reduce ambiguity in both requirements and coding solutions, I argue that the same should be applied to LLMs for code generation tasks. By asking probing questions in various topics before generating the final code, the challenges of programming with LLMs, such as unclear intent specification, lack of computational thinking, and undesired code quality, may be alleviated. This, in turn, increases confidence in the generated code. In this work, I explore how to leverage better communication skills to achieve greater confidence in generated code. I propose a communication-centered process that uses an LLM-generated communicator to identify issues with high ambiguity or low confidence in problem descriptions and generated code. I then ask clarifying questions to obtain responses from users for refining the code.

Keywords

Cite

@article{arxiv.2308.13507,
  title  = {Large Language Models Should Ask Clarifying Questions to Increase Confidence in Generated Code},
  author = {Jie JW Wu},
  journal= {arXiv preprint arXiv:2308.13507},
  year   = {2024}
}

Comments

6 pages, 2 figures, 1 table. Accepted and presented at the 7th Annual Symposium on Machine Programming (MAPS 2023 Workshop, see https://mapsworkshop.github.io/). Reference: "Wu, Jie JW. Large Language Models Should Ask Clarifying Questions to Increase Confidence in Generated Code. The 7th Annual Symposium on Machine Programming (MAPS 23), December 3, 2023, San Francisco, CA, USA"

R2 v1 2026-06-28T12:04:31.466Z