Datasets:
Tasks:
Translation
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Add link to paper, code repository, task category and library name
Browse filesThis PR ensures the dataset can be found at https://huggingface.co/papers/2502.06858.
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
---
|
2 |
-
configs:
|
3 |
-
- config_name: train
|
4 |
-
data_files: "train.csv"
|
5 |
-
- config_name: test
|
6 |
-
data_files: "test.csv"
|
7 |
-
license: mit
|
8 |
-
task_categories:
|
9 |
-
- translation
|
10 |
language:
|
11 |
- en
|
|
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
|
|
15 |
# Dataset Card for NL2SH-ALFA
|
16 |
|
17 |
<!-- Provide a quick summary of the dataset. -->
|
18 |
Dataset information: https://github.com/westenfelder/NL2SH
|
19 |
|
20 |
-
https://arxiv.org/abs/2502.06858
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: mit
|
5 |
size_categories:
|
6 |
- 10K<n<100K
|
7 |
+
task_categories:
|
8 |
+
- text-to-code
|
9 |
+
configs:
|
10 |
+
- config_name: train
|
11 |
+
data_files: train.csv
|
12 |
+
- config_name: test
|
13 |
+
data_files: test.csv
|
14 |
+
library_name: datasets
|
15 |
---
|
16 |
+
|
17 |
# Dataset Card for NL2SH-ALFA
|
18 |
|
19 |
<!-- Provide a quick summary of the dataset. -->
|
20 |
Dataset information: https://github.com/westenfelder/NL2SH
|
21 |
|
22 |
+
Paper: https://arxiv.org/abs/2502.06858
|