gabrielguralnick commited on
Commit
7c212f2
·
verified ·
1 Parent(s): 7dfeb0b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: LiveSWEBench
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - 1K<n<10K
7
+ ---
8
+
9
+ # LiveSWEBench Tasks
10
+
11
+ This dataset contains all task instances for the [LiveSWEBench](https://liveswebench.ai) benchmark. Tasks are stored in the following format:
12
+ 1. repo_name (str): the name of the repository for this task
13
+ 2. task_num (int): the original PR number for the task, used now as an identifier
14
+ 3. gold_patch (str): the actual changes made in the PR to resolve the issue in this task
15
+ 4. test_patch (str): the changes made to test files to validate the task solution
16
+ 5. edit_patch (str): a subset of the gold patch containing changes to just one file
17
+ 6. autocomplete_patch (str): a subset of hunks from the gold patch for the autocomplete task
18
+ 7. prompt (str): the prompt for the agent task
19
+ 8. edit_prompt (str): the prompt used for the edit task
20
+ 9. autocopmlete_prompts (str): one line snippet for each hunk in autocomplete_patch, to be pasted to trigger the autocomplete
21
+ 10. commit (str): the base commit hash for the task