DeepMind introduces the competitive programming system AlphaCode
DeepMind introduced the code-generation system AlphaCode, which performed at about the median level of participants in Codeforces competitions.
What happened
Event details
DeepMind first introduced AlphaCode on February 2, 2022. The system used Transformer language models to generate programs at scale, then filtered and clustered the candidates. DeepMind evaluated it on 10 Codeforces contests held after the training-data cutoff, where its estimated rank was within the top 54% of participants. The paper and competition dataset were public, but the model weights were not released.
Assessment
Why it matters
AlphaCode was the first code-generation system to reach approximately the median level of human participants in competitive programming, advancing research on complex problem solving and code generation.
Availability
Access notes
The research paper and dataset were public. Model weights and a public service were not available.