Update src/tasks_content.py
Browse files- src/tasks_content.py +3 -13
src/tasks_content.py
CHANGED
@@ -24,22 +24,12 @@ TASKS_DESCRIPTIONS = {
|
|
24 |
|
25 |
"ci_builds_repair": """# CI Builds Repair\n
|
26 |
|
27 |
-
Our CI Builds Repair benchmark π€ [JetBrains-Research/lca-
|
28 |
-
* `small-context`: 144 data points,
|
29 |
-
* `medium-context`: 224 data points,
|
30 |
-
* `large-context`: 270 data points,
|
31 |
-
* `huge-context`: 296 data points.
|
32 |
|
33 |
-
We use
|
34 |
We evaluate Exact Match for different line categories:
|
35 |
-
* *infile* β functions and classes are from the completion file;
|
36 |
-
* *inproject* β functions and files are from the repository snapshot;
|
37 |
-
* *committed* β functions and classes are from the files that were added on the completion file commit;
|
38 |
-
* *common* β functions and classes with common names, e.g., `main`, `get`, etc.;
|
39 |
-
* *non-informative* β short/long lines, import/print lines, or comment lines;
|
40 |
-
* *random* β lines that doesn't fit to any of previous categories.
|
41 |
|
42 |
-
For further details on the dataset and the baselines from ποΈ Long Code Arena Team, refer to `
|
43 |
""",
|
44 |
|
45 |
"project_code_completion": """# Project-Level Code Completion\n
|
|
|
24 |
|
25 |
"ci_builds_repair": """# CI Builds Repair\n
|
26 |
|
27 |
+
Our CI Builds Repair benchmark π€ [JetBrains-Research/lca-ci-builds-repair](https://huggingface.co/datasets/JetBrains-Research/lca-ci-builds-repair) includes 77 data points.
|
|
|
|
|
|
|
|
|
28 |
|
29 |
+
We use Pass@1 metric for CI repair.
|
30 |
We evaluate Exact Match for different line categories:
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
+
For further details on the dataset and the baselines from ποΈ Long Code Arena Team, refer to `ci-builds-repair` folder in [our baselines repository](https://github.com/JetBrains-Research/lca-baselines) or to our preprint.
|
33 |
""",
|
34 |
|
35 |
"project_code_completion": """# Project-Level Code Completion\n
|