Dagstuhl Seminar 24431
Automated Programming and Program Repair
( Oct 20 – Oct 25, 2024 )
Permalink
Organizers
- Claire Le Goues (Carnegie Mellon University - Pittsburgh, US)
- Michael Pradel (Universität Stuttgart, DE)
- Abhik Roychoudhury (National University of Singapore, SG)
- Shin Hwei Tan (Concordia University - Montreal, CA)
Contact
- Marsha Kleinbauer (for scientific matters)
- Jutka Gasiorowski (for administrative matters)
Automated programming refers to techniques that suggest newly written code, e.g., in the form of code completion tools. Techniques for automated programming include large language models that predict code based on natural language specifications of the intended behavior. The recent development of technologies like Codex and ChatGPT have made us examine the possibility of automated programming in the future.
Automated program repair refers to a suite of techniques for automated rectification of errors or vulnerabilities in programs. Automated program repair technologies were originally developed for reducing the debugging effort for manually written code. However, interestingly these techniques can be adapted to improve automatically generated code.
This Dagstuhl Seminar will explore the intersection of these two fields. We plan to discuss recent work and potential future work in the following directions
- Apply program repair to fix code generated by code completion models. The code generated by large language models often has significant room for improvement in terms of correctness. We can also consider repair of automatically generated code in general.
- Apply the generate-and-validate paradigm from program repair to the code completion problem.
- Apply language model-based code generators to the program repair problem.
- Use the ability of large language models to infer the intended behavior of code from natural language information embedding in the code.
- In addition to predicting (fixed) code, generate evidence that the final code is trustworthy. Such evidence may take the form of tests generated along with the code, or other certificates obtained from formal reasoning.
This seminar will also help build greater connections and cross community understanding across formal verification researchers and researchers in program repair / automated programming. Formal verification or symbolic analysis techniques can be suitably adapted to give certificates of correctness, which may be useful in integrating large language model generated code into a software project. This can help in the coexistence of manually written code with auto-code from large language models. This possibility will be discussed and examined during the seminar.

Related Seminars
- Dagstuhl Seminar 17022: Automated Program Repair (2017-01-08 - 2017-01-13) (Details)
Classification
- Software Engineering
Keywords
- Program repair
- Auto-coding
- Program Synthesis
- Trustworthy Software
- Large Language Models