2025/09/29 by Alexander Kovrigin, Aleksandra Eliseeva, Kovrigin, Alexander +7
Computer Science · Engineering · #Artificial Intelligence (cs.AI) #FOS: Computer and information sciences #Green IT and Sustainability #IoT and Edge/Fog Computing #Machine Learning (cs.LG) #Modular Robots and Swarm Intelligence #Software Engineering (cs.SE)
paper · pdf · doi:10.48550/arxiv.2509.25455
openalex publication_date 2025/09/29 · openalex created_date 2025/10/19 · openalex updated_date 2026/07/28
Environment setup-the process of configuring the system to work with a specific software project-represents a persistent challenge in Software Engineering (SE). Automated environment setup methods could assist developers by providing fully configured environments for arbitrary repositories without manual effort. This also helps SE researchers to scale execution-based benchmarks. However, recent studies reveal that even state-of-the-art Large Language Models (LLMs) achieve limited success in automating this task. To address this limitation, we tune a specialized model for environment setup. We combine supervised fine-tuning for generating correct Bash scripts and Reinforcement Learning with Verifiable Rewards (RLVR) to adapt it to the task of environment setup. On EnvBench-Python, our method enables Qwen3-8B (a model runnable on consumer hardware) to perform on par with larger models-Qwen3-32B and GPT-4o. The training code and model checkpoints are available online: https://github.com/JetBrains-Research/PIPer.