Gen-Verse/CURE
[NeurIPS 2025 Spotlight] Co-Evolving LLM Coder and Unit Tester via Reinforcement Learning
Uses a co-evolutionary RL framework where LLM coders and unit testers improve simultaneously without requiring ground-truth test cases—the tester learns from coder failures during rollouts. Provides modular training pipeline (sampling, execution, reward assignment, training) supporting vLLM and API-based inference, with comprehensive evaluation across one-shot coding, test generation, and Best-of-N scaling scenarios. Includes pre-trained ReasonFlux-Coder models (4B/7B/14B) and six public datasets (CodeContests, LiveBench, MBPP, etc.) for reproducible code-generation RL research.
159 stars. No commits in the last 6 months.
Stars
159
Forks
17
Language
Python
License
—
Category
Last pushed
Sep 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Gen-Verse/CURE"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k4black/codebleu
Pip compatible CodeBLEU metric implementation available for linux/macos/win
LiveCodeBench/LiveCodeBench
Official repository for the paper "LiveCodeBench: Holistic and Contamination Free Evaluation of...
EdinburghNLP/code-docstring-corpus
Preprocessed Python functions and docstrings for automated code documentation (code2doc) and...
hendrycks/apps
APPS: Automated Programming Progress Standard (NeurIPS 2021)
alxschwrz/codex_py2cpp
Converts python code into c++ by using OpenAI CODEX.