Datasets:
Add text-generation task category (#2)
Browse files- Add text-generation task category (a30bad7eabe2ad9bbcd5469763eab57f01a5b745)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -21,14 +21,17 @@ dataset_info:
|
|
21 |
splits:
|
22 |
- name: test
|
23 |
num_examples: 5102
|
24 |
-
programming_languages:
|
|
|
25 |
tags:
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
|
|
32 |
---
|
33 |
|
34 |
# MigrationBench
|
@@ -136,4 +139,4 @@ Here is a sample `maven -f test .` command output to get valid `num_test_cases`:
|
|
136 |
primaryClass={cs.SE},
|
137 |
url={https://arxiv.org/abs/2505.09569},
|
138 |
}
|
139 |
-
```
|
|
|
21 |
splits:
|
22 |
- name: test
|
23 |
num_examples: 5102
|
24 |
+
programming_languages:
|
25 |
+
- java
|
26 |
tags:
|
27 |
+
- coding
|
28 |
+
- code-migration
|
29 |
+
- java
|
30 |
+
- amazon
|
31 |
+
- amazon-science
|
32 |
+
- aws
|
33 |
+
task_categories:
|
34 |
+
- text-generation
|
35 |
---
|
36 |
|
37 |
# MigrationBench
|
|
|
139 |
primaryClass={cs.SE},
|
140 |
url={https://arxiv.org/abs/2505.09569},
|
141 |
}
|
142 |
+
```
|