Fix table
Browse files
README.md
CHANGED
@@ -42,8 +42,10 @@ followed by the commit that passes the workflow successfully.
|
|
42 |
|
43 |
Note that, unlike many other 🏟 Long Code Arena datasets, this dataset doesn't contain repositories.
|
44 |
|
45 |
-
* Our [CI Fixing benchmark](todo) (🚧 todo) clones the necessary repos to the user's local machine. The user should run
|
46 |
-
|
|
|
|
|
47 |
for all the datapoints.
|
48 |
|
49 |
### Datapoint Schema
|
@@ -61,7 +63,7 @@ Each example has the following fields:
|
|
61 |
| `head_branch` | Name of the original branch that the commit was pushed at |
|
62 |
| `id` | Unique ID of the datapoint |
|
63 |
| `language` | Main language of the repo |
|
64 |
-
| `logs` | List of dicts with keys `log` (logs of the failed job, particular step) and `step_name` (name of the failed step of the job) |
|
65 |
| `repo_name` | Name of the original repo (second part of the `owner/name` on GitHub) |
|
66 |
| `repo owner` | Owner of the original repo (first part of the `owner/name` on GitHub) |
|
67 |
| `sha_fail` | SHA of the failed commit |
|
|
|
42 |
|
43 |
Note that, unlike many other 🏟 Long Code Arena datasets, this dataset doesn't contain repositories.
|
44 |
|
45 |
+
* Our [CI Fixing benchmark](todo) (🚧 todo) clones the necessary repos to the user's local machine. The user should run
|
46 |
+
their model to
|
47 |
+
fix the failing CI workflows, and the benchmark will push commits to GitHub, returning the results of the workflow
|
48 |
+
runs
|
49 |
for all the datapoints.
|
50 |
|
51 |
### Datapoint Schema
|
|
|
63 |
| `head_branch` | Name of the original branch that the commit was pushed at |
|
64 |
| `id` | Unique ID of the datapoint |
|
65 |
| `language` | Main language of the repo |
|
66 |
+
| `logs` | List of dicts with keys `log` (logs of the failed job, particular step) and `step_name` (name of the failed step of the job) |
|
67 |
| `repo_name` | Name of the original repo (second part of the `owner/name` on GitHub) |
|
68 |
| `repo owner` | Owner of the original repo (first part of the `owner/name` on GitHub) |
|
69 |
| `sha_fail` | SHA of the failed commit |
|