SWE-rebench nebius
Dataset Summary SWE-rebench is a large-scale dataset designed to support training and evaluation of LLM-based software engineering (SWE) agents, building upon and expanding our earlier release, SWE-bench-extra. It is constructed using a fully automated pipeline that continuously extracts real-world interactive SWE tasks from GitHub repositories at scale, as detailed in our paper SWE-rebench: An Automated Pipeline for Task Collection and Decontaminated Evaluation of Software… See the full description on the dataset page: https://huggingface.co/datasets/nebius/SWE-rebench.
- 类型
- dataset
- 许可
- cc-by-4.0
- 下载量
- 382,468
- 点赞
- 71
- 访问
- public
- 文件
- 0
README
--- license: cc-by-4.0 task_categories: - other library_name: datasets dataset_info: features: - name: instance_id dtype: string - name: base_commit dtype: string - name: created_at dtype: string - name: environment_setup_commit dtype: string - name: hints_text dtype: string - name: patch dtype: st…