Self-collaboration Code Generation via ChatGPT

March 28, 2026 ยท View on GitHub

Paper (Accepted to TOSEM)

The first LLM-based agent for (Function-Level and Project-Level) code generation in software engineering, released in April 2023.

Run code

# generate
bash run.sh
# evaluate
bash evaluate.sh

Citation

@article{dong2023self,
  title={Self-collaboration code generation via chatgpt},
  author={Dong, Yihong and Jiang, Xue and Jin, Zhi and Li, Ge},
  journal={arXiv preprint arXiv:2304.07590},
  year={2023}
}