ENVBENCH
收藏资源简介:
ENVBENCH是一个针对自动化环境配置任务的综合基准测试。由JetBrains Research创建,该数据集包含了329个Python项目和665个基于JVM(Java、Kotlin)的项目。这些项目被精心挑选,以确保它们代表了真实的环境配置挑战。数据集通过静态分析检查Python中的缺失导入和JVM语言的编译检查来验证环境配置的正确性。该数据集旨在解决自动化软件仓库环境配置的挑战,并为模型调整提供可扩展的基准测试。
ENVBENCH is a comprehensive benchmark targeting automated environment configuration tasks. Developed by JetBrains Research, this dataset comprises 329 Python projects and 665 JVM-based (Java, Kotlin) projects. These projects were meticulously selected to ensure they accurately represent real-world environment configuration challenges. The dataset validates the correctness of environment configurations through static analysis: checking for missing imports in Python code and performing compilation checks for JVM languages. This benchmark aims to address the challenges of automated environment configuration for software repositories and provides a scalable benchmark for model tuning.




