hubert233 commited on
Commit
0cbe25a
·
verified ·
1 Parent(s): ea62ab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -99
README.md CHANGED
@@ -1,99 +1,32 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: instance_id
5
- dtype: string
6
- - name: base_commit
7
- dtype: string
8
- - name: created_at
9
- dtype: string
10
- - name: environment_setup_commit
11
- dtype: string
12
- - name: hints_text
13
- dtype: string
14
- - name: patch
15
- dtype: string
16
- - name: problem_statement
17
- dtype: string
18
- - name: repo
19
- dtype: string
20
- - name: test_patch
21
- dtype: string
22
- - name: meta
23
- struct:
24
- - name: commit_name
25
- dtype: string
26
- - name: failed_lite_validators
27
- sequence: string
28
- - name: has_test_patch
29
- dtype: bool
30
- - name: is_lite
31
- dtype: bool
32
- - name: llm_score
33
- struct:
34
- - name: difficulty_score
35
- dtype: int64
36
- - name: issue_text_score
37
- dtype: int64
38
- - name: test_score
39
- dtype: int64
40
- - name: num_modified_files
41
- dtype: int64
42
- - name: version
43
- dtype: string
44
- - name: install_config
45
- struct:
46
- - name: env_vars
47
- struct:
48
- - name: JUPYTER_PLATFORM_DIRS
49
- dtype: string
50
- - name: env_yml_path
51
- sequence: string
52
- - name: install
53
- dtype: string
54
- - name: log_parser
55
- dtype: string
56
- - name: no_use_env
57
- dtype: bool
58
- - name: packages
59
- dtype: string
60
- - name: pip_packages
61
- sequence: string
62
- - name: pre_install
63
- sequence: string
64
- - name: python
65
- dtype: string
66
- - name: reqs_path
67
- sequence: string
68
- - name: test_cmd
69
- dtype: string
70
- - name: requirements
71
- dtype: string
72
- - name: environment
73
- dtype: string
74
- - name: FAIL_TO_PASS
75
- sequence: string
76
- - name: FAIL_TO_FAIL
77
- sequence: string
78
- - name: PASS_TO_PASS
79
- sequence: string
80
- - name: PASS_TO_FAIL
81
- sequence: string
82
- - name: license_name
83
- dtype: string
84
- - name: __index_level_0__
85
- dtype: int64
86
- - name: docker_image
87
- dtype: string
88
- splits:
89
- - name: train
90
- num_bytes: 595519853
91
- num_examples: 17749
92
- download_size: 202807694
93
- dataset_size: 595519853
94
- configs:
95
- - config_name: default
96
- data_files:
97
- - split: train
98
- path: data/train-*
99
- ---
 
1
+ # SWE-rebench-R2E (Filtered Dataset)
2
+
3
+ ## Dataset Description
4
+
5
+ This is a filtered version of the [nebius/SWE-rebench](https://huggingface.co/datasets/nebius/SWE-rebench) dataset. The filtering process removes instances that overlap in repo with other established SWE-bench datasets to ensure uniqueness and reduce data contamination.
6
+ Thus, you could directly use it as training data along with SWE-smith/R2E-Gym-Subset and test it on SWE-bench_Verified/Lite.
7
+
8
+ ## Filtering Criteria
9
+
10
+ The dataset was filtered using the following criteria:
11
+
12
+ 1. **Empty Problem Statement Filter**: Removed instances with empty `problem_statement` fields
13
+ 2. **Repository Overlap Filter**: Removed instances from repositories that already exist in:
14
+ - SWE-bench/SWE-bench_Verified
15
+ - SWE-bench/SWE-bench_Lite
16
+ - SWE-bench/SWE-smith
17
+ - R2E-Gym/R2E-Gym-Subset
18
+
19
+
20
+ ## Original Dataset
21
+
22
+ This filtered dataset is based on:
23
+ - **Source**: [nebius/SWE-rebench](https://huggingface.co/datasets/nebius/SWE-rebench)
24
+ - **Original Paper**: Please refer to the original SWE-rebench paper and dataset documentation
25
+
26
+ ## Citation
27
+
28
+ If you use this filtered dataset, please cite both this filtered version and the original SWE-rebench dataset.
29
+
30
+ ## License
31
+
32
+ This dataset follows the same license as the original nebius/SWE-rebench dataset.