Replication package for "Fully Autonomous Programming with Large Language Models"
- 1. Eindhoven University of Technology, The Netherlands
- 2. Simula Research Laboratory & University of Oslo, Norway
- 3. Philips Research, The Netherlands
- 4. Simula Research Laboratory & BI Norwegian Business School, Norway
Description
This repository contains the replication package for the paper "Fully Autonomous Programming with Large Language Models", Vadim Liventsev, Anastasiia Grishina, Aki Härmä, and Leon Moonen, accepted for the 2023 ACM SIGEVO Genetic and Evolutionary Computation Conference (GECCO'23). The paper is deposited on arXiv, will be available at the publisher's site, and a copy is included in this repository.
The replication package is archived on Zenodo with DOI: 10.5281/zenodo.7837282. The source code is distributed under the MIT license, the data is distributed under the CC BY 4.0 license.
Organization
The repository is organized as follows:
-
Archived source code in the src folder, with a dedicated README.
-
Analysis of the results in the analysis folder, with a dedicated README.
-
Archive of SEIDR-generated solutions for PSB2 as a git bundle:
psb2-solutions.bundle
.- These solutions can be inspected by cloning the bundle using
git clone psb2-solutions.bundle
which will create a folderpsb2-solutions
with a dedicated README in themaster branch
. - The other branches contain the code that was generated in specific experiments/configurations. List which experiments are available using
git branch -r
, select one usinggit checkout <branch>
, and look at the iteratively synthesized solution for a problem usinggit log -p -- {problem}.{cpp/py}
. Alternatively, these can be inspected on GitHub.
- These solutions can be inspected by cloning the bundle using
Citation
If you build on this data or code, please cite this work by referring to the paper:
@inproceedings{liventsev2023:fully,
title = {Fully Autonomous Programming with Large Language Models},
author = {Vadim Liventsev and Anastasiia Grishina and Aki Härmä and Leon Moonen},
booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference (GECCO'23)},
year = {2023},
publisher = {ACM}
doi = {https://doi.org/10.1145/3583131.3590481},
}
External References
- The SEIDR source code is maintained on GitHub.
- The SEIDR-generated solutions for PSB2 are versioned on GitHub as well.
Notes
Files
SEIDR.zip
Files
(3.8 MB)
Name | Size | Download all |
---|---|---|
md5:d4e7dbab40a4910e90fbf00eec7d9032
|
3.8 MB | Preview Download |
Additional details
Related works
- Has part
- Software: https://github.com/vadim0x60/seidr (URL)
- Software: https://github.com/codegenbot/psb2-solutions (URL)
- Is supplement to
- Conference paper: 10.1145/3583131.3590481 (DOI)
- Preprint: 10.48550/arXiv.2304.10423 (DOI)