ScaleBox: Enabling High-Fidelity and Scalable Code Verification for Large Language Models

arXiv cs.CL / 5/1/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • ScaleBox is an arXiv-published system aimed at improving code-sandbox verification for large language models, especially under high-concurrency workloads where existing tools struggle with accuracy and efficiency.
  • It proposes automated special-judge generation and management to enable higher-fidelity verification of model-generated code.
  • The system supports fine-grained parallel execution across test cases with multi-node coordination to scale evaluation for large-scale training.
  • ScaleBox includes a configuration-driven evaluation suite that supports reproducible benchmarking across experiments.
  • Experiments and RLVR tests indicate improved code verification accuracy/efficiency and better performance on LiveCodeBench, along with increased training stability versus heuristic-matching baselines.

Abstract

Code sandboxes have emerged as a critical infrastructure for advancing the coding capabilities of large language models, providing verifiable feedback for both RL training and evaluation. However, existing systems fail to provide accurate verification and efficiency under high-concurrency workloads. We present ScaleBox, a high-fidelity and scalable system designed to address these limitations in large-scale code training. ScaleBox introduces automated special-judge generation and management, fine-grained parallel execution across test cases with seamless multi-node coordination, and a configuration-driven evaluation suite for reproducible benchmarking. A series of experiments demonstrates that ScaleBox significantly enhances code verification accuracy and efficiency. Our further RLVR experiments show that ScaleBox substantially improves both performance on LiveCodeBench and training stability, significantly outperforming heuristic-matching baselines. By providing a reliable and high-throughput infrastructure, ScaleBox facilitates more effective research and development in large-scale code training.