AI RESEARCH

Code-A1: Adversarial Evolving of Code LLM and Test LLM via Reinforcement Learning

arXiv CS.CL

ArXi:2603.15611v1 Announce Type: new Reinforcement learning for code generation relies on verifiable rewards from unit test pass rates. Yet high-quality test suites are scarce, existing datasets offer limited coverage, and static rewards fail to adapt as models improve. Recent self-play methods unify code and test generation in a single model, but face a inherent dilemma: white-box access leads to self-collusion where the model produces trivial tests for easy rewards, yet black-box restriction yields generic tests that miss implementation-specific bugs. We.