1 repository
Systems designed to solve specific programming tasks using a combination of problem descriptions and test cases.
Distinct from Generative Problem Solving: Existing candidates focus on general problem solving or specific domains like geometry, not the general capability of solving programming tasks via test cases.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Generative Programming Problem Solvers. Refine with filters or upvote what's useful.
AlphaCodium is an LLM code generation framework and automated programming benchmark designed to solve programming problems through iterative generation and testing. It functions as an iterative code refinement system that improves the precision of generated code by comparing outputs against expected results and re-prompting the model. The project implements a flow engineering pipeline, using a structured sequence of prompting stages to refine code through a cycle of generation, evaluation, and correction. This approach allows the system to process programming datasets and measure the accuracy
Generates solutions for specific programming tasks based on structured descriptions and test cases.