π±βοΈ EnvBench
Collection
All the resources for our DL4C @ ICLR'25 paper "EnvBench: A Benchmark for Automated Environment Setup"!
β’
3 items
β’
Updated
β’
1
nameEquals
bool | language
string | commitsMin
int64 | contributorsMin
int64 | issuesMin
int64 | starsMin
int64 | committedMin
string | excludeForks
bool | onlyForks
bool | hasIssues
bool | hasPulls
bool | hasWiki
bool | hasLicense
bool |
---|---|---|---|---|---|---|---|---|---|---|---|---|
false | Kotlin | 1,000 | 10 | 10 | 10 | 01-01-2024 01:00:00 | true | false | false | false | false | true |
This repository contains data associated with EnvBench benchmark from EnvBench: A Benchmark for Automated Environment Setup.
It contains:
ghs/data
folder;splits
folder;repos
folder;readmes
folder (available as readmes
config);workflows
folder (available as workflows
config);repo_contents
config).We provide the repositories at each step of our filtering process.
ghs/data/jvm_permissive.jsonl
repos/full/jvm
splits/jvm_single_dm_in_root_folder.jsonl
(splits/jvm_single_dm_in_root_folder.jsonl
additionally contains 'dm' field with build tool for each repository)splits/jvm_single_dm_in_root_folder_no_docker.jsonl
splits/jvm_baseline_failure.jsonl
The list of 665 repositories from our benchmark is available in splits/jvm_baseline_failure.jsonl
. For convenience, the final set of Git repositories is also stored separately under repos/final/jvm
.
ghs/data/python_permissive.jsonl
repos/full/python
splits/python_single_dm_in_root_folder.jsonl
(splits/python_single_dm_in_root_folder.jsonl
additionally contains 'dm' field with dependency manager for each repository)splits/python_single_dm_in_root_folder_no_docker.jsonl
splits/python_baseline_failure.jsonl
The list of 329 repositories from our benchmark is available in splits/python_baseline_failure.jsonl
. For convenience, the final set of Git repositories is also stored separately under repos/final/python
.
If you find this work useful for your research, please consider the following citation:
@inproceedings{eliseeva2025envbench,
title={EnvBench: A Benchmark for Automated Environment Setup},
author={Aleksandra Eliseeva and Alexander Kovrigin and Ilia Kholkin and Egor Bogomolov and Yaroslav Zharov},
booktitle={ICLR 2025 Third Workshop on Deep Learning for Code},
year={2025},
url={https://openreview.net/forum?id=izy1oaAOeX}
}