Jupyter2020 commited on
Commit
ae5c2d0
·
verified ·
1 Parent(s): d933146

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -27
README.md CHANGED
@@ -40,33 +40,6 @@ configs:
40
  path: data/test-*
41
  ---
42
 
43
- **Dataset Summary**
44
-
45
- SWE-bench Verified is a subset of 500 samples from the SWE-bench test set, which have been human-validated for quality. SWE-bench is a dataset that tests systems’ ability to solve GitHub issues automatically. See this post for more details on the human-validation process.
46
-
47
- The dataset collects 500 test Issue-Pull Request pairs from popular Python repositories. Evaluation is performed by unit test verification using post-PR behavior as the reference solution.
48
-
49
- The original SWE-bench dataset was released as part of SWE-bench: Can Language Models Resolve Real-World GitHub Issues?
50
-
51
- **Want to run inference now?**
52
- This dataset only contains the problem_statement (i.e. issue text) and the base_commit which represents the state of the codebase before the issue has been resolved. If you want to run inference using the "Oracle" or BM25 retrieval settings mentioned in the paper, consider the following datasets.
53
-
54
- princeton-nlp/SWE-bench_Lite_oracle
55
-
56
- princeton-nlp/SWE-bench_Lite_bm25_13K
57
-
58
- princeton-nlp/SWE-bench_Lite_bm25_27K
59
-
60
- **Supported Tasks and Leaderboards**
61
- SWE-bench proposes a new task: issue resolution provided a full repository and GitHub issue. The leaderboard can be found at www.swebench.com
62
-
63
- **Languages**
64
- The text of the dataset is primarily English, but we make no effort to filter or otherwise clean based on language type.
65
-
66
- **Dataset Structure**
67
-
68
- An example of a SWE-bench datum is as follows:
69
-
70
  ```
71
  instance_id: (str) - A formatted instance identifier, usually as repo_owner__repo_name-PR-number.
72
  patch: (str) - The gold patch, the patch generated by the PR (minus test-related code), that resolved the issue.
 
40
  path: data/test-*
41
  ---
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ```
44
  instance_id: (str) - A formatted instance identifier, usually as repo_owner__repo_name-PR-number.
45
  patch: (str) - The gold patch, the patch generated by the PR (minus test-related code), that resolved the issue.