Datasets:
Commit
·
8d116b7
0
Parent(s):
Update files from the datasets library (from 1.8.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.8.0
- .gitattributes +27 -0
- README.md +202 -0
- code_x_glue_tt_text_to_text.py +107 -0
- common.py +75 -0
- dataset_infos.json +1 -0
- dummy/da_en/0.0.0/dummy_data.zip +3 -0
- dummy/lv_en/0.0.0/dummy_data.zip +3 -0
- dummy/no_en/0.0.0/dummy_data.zip +3 -0
- dummy/zh_en/0.0.0/dummy_data.zip +3 -0
- generated_definitions.py +46 -0
.gitattributes
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
20 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
languages:
|
7 |
+
- da
|
8 |
+
- nb
|
9 |
+
- lv
|
10 |
+
- zh
|
11 |
+
- en
|
12 |
+
licenses:
|
13 |
+
- other-C-UDA
|
14 |
+
multilinguality:
|
15 |
+
- multilingual
|
16 |
+
size_categories:
|
17 |
+
- 10K<n<100K
|
18 |
+
source_datasets:
|
19 |
+
- original
|
20 |
+
task_categories:
|
21 |
+
- conditional-text-generation
|
22 |
+
task_ids:
|
23 |
+
- machine-translation
|
24 |
+
---
|
25 |
+
# Dataset Card for "code_x_glue_tt_text_to_text"
|
26 |
+
|
27 |
+
## Table of Contents
|
28 |
+
- [Dataset Description](#dataset-description)
|
29 |
+
- [Dataset Summary](#dataset-summary)
|
30 |
+
- [Supported Tasks and Leaderboards](#supported-tasks)
|
31 |
+
- [Languages](#languages)
|
32 |
+
- [Dataset Structure](#dataset-structure)
|
33 |
+
- [Data Instances](#data-instances)
|
34 |
+
- [Data Fields](#data-fields)
|
35 |
+
- [Data Splits](#data-splits-sample-size)
|
36 |
+
- [Dataset Creation](#dataset-creation)
|
37 |
+
- [Curation Rationale](#curation-rationale)
|
38 |
+
- [Source Data](#source-data)
|
39 |
+
- [Annotations](#annotations)
|
40 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
41 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
42 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
43 |
+
- [Discussion of Biases](#discussion-of-biases)
|
44 |
+
- [Other Known Limitations](#other-known-limitations)
|
45 |
+
- [Additional Information](#additional-information)
|
46 |
+
- [Dataset Curators](#dataset-curators)
|
47 |
+
- [Licensing Information](#licensing-information)
|
48 |
+
- [Citation Information](#citation-information)
|
49 |
+
- [Contributions](#contributions)
|
50 |
+
|
51 |
+
## Dataset Description
|
52 |
+
|
53 |
+
- **Homepage:** https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text
|
54 |
+
|
55 |
+
### Dataset Summary
|
56 |
+
|
57 |
+
CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text
|
58 |
+
|
59 |
+
The dataset we use is crawled and filtered from Microsoft Documentation, whose document located at https://github.com/MicrosoftDocs/.
|
60 |
+
|
61 |
+
### Supported Tasks and Leaderboards
|
62 |
+
|
63 |
+
- `machine-translation`: The dataset can be used to train a model for translating Technical documentation between languages.
|
64 |
+
|
65 |
+
### Languages
|
66 |
+
|
67 |
+
da_en, lv_en, no_en, zh_en
|
68 |
+
|
69 |
+
## Dataset Structure
|
70 |
+
|
71 |
+
### Data Instances
|
72 |
+
|
73 |
+
#### da_en
|
74 |
+
|
75 |
+
An example of 'test' looks as follows.
|
76 |
+
```
|
77 |
+
{
|
78 |
+
"id": 0,
|
79 |
+
"source": "4 . K\u00f8r modellen , og udgiv den som en webtjeneste .\n",
|
80 |
+
"target": "4 . Run the model , and publish it as a web service .\n"
|
81 |
+
}
|
82 |
+
```
|
83 |
+
|
84 |
+
#### lv_en
|
85 |
+
|
86 |
+
An example of 'train' looks as follows.
|
87 |
+
```
|
88 |
+
{
|
89 |
+
"id": 0,
|
90 |
+
"source": "title : Pakalpojumu objektu izveide\n",
|
91 |
+
"target": "title : Create service objects\n"
|
92 |
+
}
|
93 |
+
```
|
94 |
+
|
95 |
+
#### no_en
|
96 |
+
|
97 |
+
An example of 'validation' looks as follows.
|
98 |
+
```
|
99 |
+
{
|
100 |
+
"id": 0,
|
101 |
+
"source": "2 . \u00c5pne servicevaren du vil definere komponenter fra en stykkliste for .\n",
|
102 |
+
"target": "2 . Open the service item for which you want to set up components from a BOM .\n"
|
103 |
+
}
|
104 |
+
```
|
105 |
+
|
106 |
+
#### zh_en
|
107 |
+
|
108 |
+
An example of 'validation' looks as follows.
|
109 |
+
```
|
110 |
+
{
|
111 |
+
"id": 0,
|
112 |
+
"source": "& # 124 ; MCDUserNotificationReadStateFilterAny & # 124 ; 0 & # 124 ; \u5305\u62ec \u901a\u77e5 , \u800c \u4e0d \u8003\u8651 \u8bfb\u53d6 \u72b6\u6001 \u3002 & # 124 ;\n",
|
113 |
+
"target": "| MCDUserNotificationReadStateFilterAny | 0 | Include notifications regardless of read state . |\n"
|
114 |
+
}
|
115 |
+
```
|
116 |
+
|
117 |
+
### Data Fields
|
118 |
+
|
119 |
+
In the following each data field in go is explained for each config. The data fields are the same among all splits.
|
120 |
+
|
121 |
+
#### da_en, lv_en, no_en, zh_en
|
122 |
+
|
123 |
+
|field name| type | description |
|
124 |
+
|----------|------|----------------------------------------|
|
125 |
+
|id |int32 | The index of the sample |
|
126 |
+
|source |string| The source language version of the text|
|
127 |
+
|target |string| The target language version of the text|
|
128 |
+
|
129 |
+
### Data Splits
|
130 |
+
|
131 |
+
|name |train|validation|test|
|
132 |
+
|-----|----:|---------:|---:|
|
133 |
+
|da_en|42701| 1000|1000|
|
134 |
+
|lv_en|18749| 1000|1000|
|
135 |
+
|no_en|44322| 1000|1000|
|
136 |
+
|zh_en|50154| 1000|1000|
|
137 |
+
|
138 |
+
## Dataset Creation
|
139 |
+
|
140 |
+
### Curation Rationale
|
141 |
+
|
142 |
+
[More Information Needed]
|
143 |
+
|
144 |
+
### Source Data
|
145 |
+
|
146 |
+
#### Initial Data Collection and Normalization
|
147 |
+
|
148 |
+
[More Information Needed]
|
149 |
+
|
150 |
+
#### Who are the source language producers?
|
151 |
+
|
152 |
+
[More Information Needed]
|
153 |
+
|
154 |
+
### Annotations
|
155 |
+
|
156 |
+
#### Annotation process
|
157 |
+
|
158 |
+
[More Information Needed]
|
159 |
+
|
160 |
+
#### Who are the annotators?
|
161 |
+
|
162 |
+
[More Information Needed]
|
163 |
+
|
164 |
+
### Personal and Sensitive Information
|
165 |
+
|
166 |
+
[More Information Needed]
|
167 |
+
|
168 |
+
## Considerations for Using the Data
|
169 |
+
|
170 |
+
### Social Impact of Dataset
|
171 |
+
|
172 |
+
[More Information Needed]
|
173 |
+
|
174 |
+
### Discussion of Biases
|
175 |
+
|
176 |
+
[More Information Needed]
|
177 |
+
|
178 |
+
### Other Known Limitations
|
179 |
+
|
180 |
+
[More Information Needed]
|
181 |
+
|
182 |
+
## Additional Information
|
183 |
+
|
184 |
+
### Dataset Curators
|
185 |
+
|
186 |
+
https://github.com/microsoft, https://github.com/madlag
|
187 |
+
|
188 |
+
### Licensing Information
|
189 |
+
|
190 |
+
Computational Use of Data Agreement (C-UDA) License.
|
191 |
+
|
192 |
+
### Citation Information
|
193 |
+
|
194 |
+
```
|
195 |
+
@article{CodeXGLUE,
|
196 |
+
title={CodeXGLUE: A Benchmark Dataset and Open Challenge for Code Intelligence},
|
197 |
+
year={2020},}
|
198 |
+
```
|
199 |
+
|
200 |
+
### Contributions
|
201 |
+
|
202 |
+
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|
code_x_glue_tt_text_to_text.py
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import List
|
2 |
+
|
3 |
+
import datasets
|
4 |
+
|
5 |
+
from .common import Child
|
6 |
+
from .generated_definitions import DEFINITIONS
|
7 |
+
|
8 |
+
|
9 |
+
_DESCRIPTION = """The dataset we use is crawled and filtered from Microsoft Documentation, whose document located at https://github.com/MicrosoftDocs/."""
|
10 |
+
_CITATION = """@article{DBLP:journals/corr/abs-2102-04664,
|
11 |
+
author = {Shuai Lu and
|
12 |
+
Daya Guo and
|
13 |
+
Shuo Ren and
|
14 |
+
Junjie Huang and
|
15 |
+
Alexey Svyatkovskiy and
|
16 |
+
Ambrosio Blanco and
|
17 |
+
Colin B. Clement and
|
18 |
+
Dawn Drain and
|
19 |
+
Daxin Jiang and
|
20 |
+
Duyu Tang and
|
21 |
+
Ge Li and
|
22 |
+
Lidong Zhou and
|
23 |
+
Linjun Shou and
|
24 |
+
Long Zhou and
|
25 |
+
Michele Tufano and
|
26 |
+
Ming Gong and
|
27 |
+
Ming Zhou and
|
28 |
+
Nan Duan and
|
29 |
+
Neel Sundaresan and
|
30 |
+
Shao Kun Deng and
|
31 |
+
Shengyu Fu and
|
32 |
+
Shujie Liu},
|
33 |
+
title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding
|
34 |
+
and Generation},
|
35 |
+
journal = {CoRR},
|
36 |
+
volume = {abs/2102.04664},
|
37 |
+
year = {2021}
|
38 |
+
}"""
|
39 |
+
|
40 |
+
|
41 |
+
class CodeXGlueTtTextToTextImpl(Child):
|
42 |
+
_DESCRIPTION = _DESCRIPTION
|
43 |
+
_CITATION = _CITATION
|
44 |
+
|
45 |
+
_FEATURES = {
|
46 |
+
"id": datasets.Value("int32"), # The index of the sample
|
47 |
+
"source": datasets.Value("string"), # The source language version of the text
|
48 |
+
"target": datasets.Value("string"), # The target language version of the text
|
49 |
+
}
|
50 |
+
|
51 |
+
_SUPERVISED_KEYS = ["target"]
|
52 |
+
|
53 |
+
KEYS = ["source", "target"]
|
54 |
+
|
55 |
+
SPLITS = {"train": datasets.Split.TRAIN, "dev": datasets.Split.VALIDATION, "test": datasets.Split.TEST}
|
56 |
+
|
57 |
+
def generate_urls(self, split_name):
|
58 |
+
lang_pair = self.info["parameters"]["natural_language_pair"]
|
59 |
+
for i, lang in enumerate(lang_pair.split("-")):
|
60 |
+
yield self.KEYS[i], f"{split_name}/{lang_pair}.{split_name}.{lang}"
|
61 |
+
|
62 |
+
def _generate_examples(self, split_name, file_paths):
|
63 |
+
print(file_paths)
|
64 |
+
# Open each file (one for source language and the other for target language)
|
65 |
+
files = {k: open(file_paths[k], encoding="utf-8") for k in file_paths}
|
66 |
+
|
67 |
+
id_ = 0
|
68 |
+
while True:
|
69 |
+
# Read a single line from each file
|
70 |
+
entries = {k: files[k].readline() for k in file_paths}
|
71 |
+
|
72 |
+
empty = self.check_empty(entries)
|
73 |
+
if empty:
|
74 |
+
# We are done: end of files
|
75 |
+
return
|
76 |
+
|
77 |
+
entries["id"] = id_
|
78 |
+
yield id_, entries
|
79 |
+
id_ += 1
|
80 |
+
|
81 |
+
|
82 |
+
CLASS_MAPPING = {
|
83 |
+
"CodeXGlueTtTextToText": CodeXGlueTtTextToTextImpl,
|
84 |
+
}
|
85 |
+
|
86 |
+
|
87 |
+
class CodeXGlueTtTextToText(datasets.GeneratorBasedBuilder):
|
88 |
+
BUILDER_CONFIG_CLASS = datasets.BuilderConfig
|
89 |
+
BUILDER_CONFIGS = [
|
90 |
+
datasets.BuilderConfig(name=name, description=info["description"]) for name, info in DEFINITIONS.items()
|
91 |
+
]
|
92 |
+
|
93 |
+
def _info(self):
|
94 |
+
name = self.config.name
|
95 |
+
info = DEFINITIONS[name]
|
96 |
+
if info["class_name"] in CLASS_MAPPING:
|
97 |
+
self.child = CLASS_MAPPING[info["class_name"]](info)
|
98 |
+
else:
|
99 |
+
raise RuntimeError(f"Unknown python class for dataset configuration {name}")
|
100 |
+
ret = self.child._info()
|
101 |
+
return ret
|
102 |
+
|
103 |
+
def _split_generators(self, dl_manager: datasets.DownloadManager) -> List[datasets.SplitGenerator]:
|
104 |
+
return self.child._split_generators(dl_manager=dl_manager)
|
105 |
+
|
106 |
+
def _generate_examples(self, split_name, file_paths):
|
107 |
+
return self.child._generate_examples(split_name, file_paths)
|
common.py
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import List
|
2 |
+
|
3 |
+
import datasets
|
4 |
+
|
5 |
+
|
6 |
+
# Citation, taken from https://github.com/microsoft/CodeXGLUE
|
7 |
+
_DEFAULT_CITATION = """@article{CodeXGLUE,
|
8 |
+
title={CodeXGLUE: A Benchmark Dataset and Open Challenge for Code Intelligence},
|
9 |
+
year={2020},}"""
|
10 |
+
|
11 |
+
|
12 |
+
class Child:
|
13 |
+
_DESCRIPTION = None
|
14 |
+
_FEATURES = None
|
15 |
+
_CITATION = None
|
16 |
+
SPLITS = {"train": datasets.Split.TRAIN}
|
17 |
+
_SUPERVISED_KEYS = None
|
18 |
+
|
19 |
+
def __init__(self, info):
|
20 |
+
self.info = info
|
21 |
+
|
22 |
+
def homepage(self):
|
23 |
+
return self.info["project_url"]
|
24 |
+
|
25 |
+
def _info(self):
|
26 |
+
# This is the description that will appear on the datasets page.
|
27 |
+
return datasets.DatasetInfo(
|
28 |
+
description=self.info["description"] + "\n\n" + self._DESCRIPTION,
|
29 |
+
features=datasets.Features(self._FEATURES),
|
30 |
+
homepage=self.homepage(),
|
31 |
+
citation=self._CITATION or _DEFAULT_CITATION,
|
32 |
+
supervised_keys=self._SUPERVISED_KEYS,
|
33 |
+
)
|
34 |
+
|
35 |
+
def _split_generators(self, dl_manager: datasets.DownloadManager) -> List[datasets.SplitGenerator]:
|
36 |
+
SPLITS = self.SPLITS
|
37 |
+
_URL = self.info["raw_url"]
|
38 |
+
urls_to_download = {}
|
39 |
+
for split in SPLITS:
|
40 |
+
if split not in urls_to_download:
|
41 |
+
urls_to_download[split] = {}
|
42 |
+
|
43 |
+
for key, url in self.generate_urls(split):
|
44 |
+
if not url.startswith("http"):
|
45 |
+
url = _URL + "/" + url
|
46 |
+
urls_to_download[split][key] = url
|
47 |
+
|
48 |
+
downloaded_files = {}
|
49 |
+
for k, v in urls_to_download.items():
|
50 |
+
downloaded_files[k] = dl_manager.download_and_extract(v)
|
51 |
+
|
52 |
+
return [
|
53 |
+
datasets.SplitGenerator(
|
54 |
+
name=SPLITS[k],
|
55 |
+
gen_kwargs={"split_name": k, "file_paths": downloaded_files[k]},
|
56 |
+
)
|
57 |
+
for k in SPLITS
|
58 |
+
]
|
59 |
+
|
60 |
+
def check_empty(self, entries):
|
61 |
+
all_empty = all([v == "" for v in entries.values()])
|
62 |
+
all_non_empty = all([v != "" for v in entries.values()])
|
63 |
+
|
64 |
+
if not all_non_empty and not all_empty:
|
65 |
+
raise RuntimeError("Parallel data files should have the same number of lines.")
|
66 |
+
|
67 |
+
return all_empty
|
68 |
+
|
69 |
+
|
70 |
+
class TrainValidTestChild(Child):
|
71 |
+
SPLITS = {
|
72 |
+
"train": datasets.Split.TRAIN,
|
73 |
+
"valid": datasets.Split.VALIDATION,
|
74 |
+
"test": datasets.Split.TEST,
|
75 |
+
}
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"da_en": {"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at https://github.com/MicrosoftDocs/.", "citation": "@article{DBLP:journals/corr/abs-2102-04664,\n author = {Shuai Lu and\n Daya Guo and\n Shuo Ren and\n Junjie Huang and\n Alexey Svyatkovskiy and\n Ambrosio Blanco and\n Colin B. Clement and\n Dawn Drain and\n Daxin Jiang and\n Duyu Tang and\n Ge Li and\n Lidong Zhou and\n Linjun Shou and\n Long Zhou and\n Michele Tufano and\n Ming Gong and\n Ming Zhou and\n Nan Duan and\n Neel Sundaresan and\n Shao Kun Deng and\n Shengyu Fu and\n Shujie Liu},\n title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding\n and Generation},\n journal = {CoRR},\n volume = {abs/2102.04664},\n year = {2021}\n}", "homepage": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "source": {"dtype": "string", "id": null, "_type": "Value"}, "target": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "target", "output": ""}, "task_templates": null, "builder_name": "code_x_glue_tt_text_to_text", "config_name": "da_en", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8163215, "num_examples": 42701, "dataset_name": "code_x_glue_tt_text_to_text"}, "validation": {"name": "validation", "num_bytes": 190340, "num_examples": 1000, "dataset_name": "code_x_glue_tt_text_to_text"}, "test": {"name": "test", "num_bytes": 190780, "num_examples": 1000, "dataset_name": "code_x_glue_tt_text_to_text"}}, "download_checksums": {"https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/train/da-en.train.da": {"num_bytes": 4371929, "checksum": "4b62e847011e2c13126f179f6f75c0ea4692ae24638872fe352af70864e98c6b"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/train/da-en.train.en": {"num_bytes": 3278834, "checksum": "b9f3253f0f19b036b75637b94c7fd96afd358ea5c104ff97dfd543b8722bef3d"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/dev/da-en.dev.da": {"num_bytes": 101626, "checksum": "522e3896d36d360a2cfe819c680f593f19902fd9d35a7bb5c340e3dfcc637294"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/dev/da-en.dev.en": {"num_bytes": 76706, "checksum": "fe1c304bebe346ee0076e51c9ac77edbad2a82f19c870e8c8d503f1114c9c925"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/test/da-en.test.da": {"num_bytes": 101374, "checksum": "2bb8a734242c0ee89559a2d9166f74df60259a0ec09b99a6091cff53001bfa94"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/test/da-en.test.en": {"num_bytes": 77398, "checksum": "850e36c666a8a4adce9bec78065503af8b619e76f8ce29e1be52b7da249b3eac"}}, "download_size": 8007867, "post_processing_size": null, "dataset_size": 8544335, "size_in_bytes": 16552202}, "lv_en": {"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at https://github.com/MicrosoftDocs/.", "citation": "@article{DBLP:journals/corr/abs-2102-04664,\n author = {Shuai Lu and\n Daya Guo and\n Shuo Ren and\n Junjie Huang and\n Alexey Svyatkovskiy and\n Ambrosio Blanco and\n Colin B. Clement and\n Dawn Drain and\n Daxin Jiang and\n Duyu Tang and\n Ge Li and\n Lidong Zhou and\n Linjun Shou and\n Long Zhou and\n Michele Tufano and\n Ming Gong and\n Ming Zhou and\n Nan Duan and\n Neel Sundaresan and\n Shao Kun Deng and\n Shengyu Fu and\n Shujie Liu},\n title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding\n and Generation},\n journal = {CoRR},\n volume = {abs/2102.04664},\n year = {2021}\n}", "homepage": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "source": {"dtype": "string", "id": null, "_type": "Value"}, "target": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "target", "output": ""}, "task_templates": null, "builder_name": "code_x_glue_tt_text_to_text", "config_name": "lv_en", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3644127, "num_examples": 18749, "dataset_name": "code_x_glue_tt_text_to_text"}, "validation": {"name": "validation", "num_bytes": 192519, "num_examples": 1000, "dataset_name": "code_x_glue_tt_text_to_text"}, "test": {"name": "test", "num_bytes": 190875, "num_examples": 1000, "dataset_name": "code_x_glue_tt_text_to_text"}}, "download_checksums": {"https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/train/lv-en.train.lv": {"num_bytes": 1946457, "checksum": "67aded4f9685048ddddcb562247d703ed760893084b7c144982ad997e9ba02e2"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/train/lv-en.train.en": {"num_bytes": 1472666, "checksum": "baadb95d607d4671fb7442443792708ca73b98c4f8b61b6b1a18c028f54fd737"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/dev/lv-en.dev.lv": {"num_bytes": 102750, "checksum": "adb33098479c5b51c18ce03f94f754aec53614b0f4c32aba7b09aad7b7876181"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/dev/lv-en.dev.en": {"num_bytes": 77761, "checksum": "2230457897639bdcea567141eedc2409bde3ba34851ed8436f75ec96ebcc51a5"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/test/lv-en.test.lv": {"num_bytes": 101858, "checksum": "1624d188ba42298bd7a6c6f941837865682732e5a4f0256c6dad5ccc295b44e9"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/test/lv-en.test.en": {"num_bytes": 77009, "checksum": "fd70d49126fc5d82ea3850bd17e6940c1a0a6da108fa2e44bc2c5b4c99b9d635"}}, "download_size": 3778501, "post_processing_size": null, "dataset_size": 4027521, "size_in_bytes": 7806022}, "no_en": {"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at https://github.com/MicrosoftDocs/.", "citation": "@article{DBLP:journals/corr/abs-2102-04664,\n author = {Shuai Lu and\n Daya Guo and\n Shuo Ren and\n Junjie Huang and\n Alexey Svyatkovskiy and\n Ambrosio Blanco and\n Colin B. Clement and\n Dawn Drain and\n Daxin Jiang and\n Duyu Tang and\n Ge Li and\n Lidong Zhou and\n Linjun Shou and\n Long Zhou and\n Michele Tufano and\n Ming Gong and\n Ming Zhou and\n Nan Duan and\n Neel Sundaresan and\n Shao Kun Deng and\n Shengyu Fu and\n Shujie Liu},\n title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding\n and Generation},\n journal = {CoRR},\n volume = {abs/2102.04664},\n year = {2021}\n}", "homepage": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "source": {"dtype": "string", "id": null, "_type": "Value"}, "target": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "target", "output": ""}, "task_templates": null, "builder_name": "code_x_glue_tt_text_to_text", "config_name": "no_en", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8761795, "num_examples": 44322, "dataset_name": "code_x_glue_tt_text_to_text"}, "validation": {"name": "validation", "num_bytes": 203823, "num_examples": 1000, "dataset_name": "code_x_glue_tt_text_to_text"}, "test": {"name": "test", "num_bytes": 197135, "num_examples": 1000, "dataset_name": "code_x_glue_tt_text_to_text"}}, "download_checksums": {"https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/train/no-en.train.no": {"num_bytes": 4608004, "checksum": "85ab003e4149322091197d233f4f74bd6c2304675e506830fdbc7ce6b38066a8"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/train/no-en.train.en": {"num_bytes": 3621887, "checksum": "1ae6767caf7eab60b7d95908016c3fd480ef59a4d417e7e58f7f40c25ab92880"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/dev/no-en.dev.no": {"num_bytes": 106174, "checksum": "f19c98c23c746764a85dcbfbef68116e8e1d9857e283ce70a502ebdd2bcc2974"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/dev/no-en.dev.en": {"num_bytes": 85641, "checksum": "7990441ef0c0244f556eb7736d550fd599bc778b41889ae1543f98f9329543ce"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/test/no-en.test.no": {"num_bytes": 103342, "checksum": "30f6201d480969ede3440d00003f735d53f8434351f2304fe6f5b1f2e3e906ae"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/test/no-en.test.en": {"num_bytes": 81785, "checksum": "86c8a4d2a41deffc88c48a419213fa7dc89fe1a0315788a472a3b91822a191f6"}}, "download_size": 8606833, "post_processing_size": null, "dataset_size": 9162753, "size_in_bytes": 17769586}, "zh_en": {"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at https://github.com/MicrosoftDocs/.", "citation": "@article{DBLP:journals/corr/abs-2102-04664,\n author = {Shuai Lu and\n Daya Guo and\n Shuo Ren and\n Junjie Huang and\n Alexey Svyatkovskiy and\n Ambrosio Blanco and\n Colin B. Clement and\n Dawn Drain and\n Daxin Jiang and\n Duyu Tang and\n Ge Li and\n Lidong Zhou and\n Linjun Shou and\n Long Zhou and\n Michele Tufano and\n Ming Gong and\n Ming Zhou and\n Nan Duan and\n Neel Sundaresan and\n Shao Kun Deng and\n Shengyu Fu and\n Shujie Liu},\n title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding\n and Generation},\n journal = {CoRR},\n volume = {abs/2102.04664},\n year = {2021}\n}", "homepage": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "source": {"dtype": "string", "id": null, "_type": "Value"}, "target": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "target", "output": ""}, "task_templates": null, "builder_name": "code_x_glue_tt_text_to_text", "config_name": "zh_en", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9592196, "num_examples": 50154, "dataset_name": "code_x_glue_tt_text_to_text"}, "validation": {"name": "validation", "num_bytes": 192155, "num_examples": 1000, "dataset_name": "code_x_glue_tt_text_to_text"}, "test": {"name": "test", "num_bytes": 195245, "num_examples": 1000, "dataset_name": "code_x_glue_tt_text_to_text"}}, "download_checksums": {"https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/train/zh-en.train.zh": {"num_bytes": 4946356, "checksum": "8d6db4cc2ff27aea99410f0b6f674c558cc74cc68a365915e8b89c0cce92e4be"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/train/zh-en.train.en": {"num_bytes": 4043944, "checksum": "ca08892b854a65823abcc63efa23e975894e0be74c54f3593d34395726de6126"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/dev/zh-en.dev.zh": {"num_bytes": 98538, "checksum": "5baa187a524e8ff88859e29f6c67226b83a4b31cfadbd309585004a301e1dac5"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/dev/zh-en.dev.en": {"num_bytes": 81609, "checksum": "505b46cba0825aa2f0fda3b03b3746cd6aeb1bf17ccde80bc5a8c3a6b195f32c"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/test/zh-en.test.zh": {"num_bytes": 100849, "checksum": "247fcf6250c8b3ac6e30968130320e94fa67eb11b8aa8b6ad6a2a770f5f7c5a2"}, "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data/test/zh-en.test.en": {"num_bytes": 82388, "checksum": "2b6af4ebdbd1ed95fa42ee7670d158b03f30458c2c0b6a602a7b2dd25bd7e263"}}, "download_size": 9353684, "post_processing_size": null, "dataset_size": 9979596, "size_in_bytes": 19333280}}
|
dummy/da_en/0.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5459ae58918cee164e2501e6509e3baec2f5f844350f6e4fc80dda656d03b40
|
3 |
+
size 2974
|
dummy/lv_en/0.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a671abac23f363a0c2ea617d6b5c643f587be2697a8c4920ce0a877f86434336
|
3 |
+
size 3144
|
dummy/no_en/0.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd5ce7076ca498e303ee8444279f3782a3bb877b4373dfe0d3a587f3d3fedd41
|
3 |
+
size 3035
|
dummy/zh_en/0.0.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b166f1c4354f3be6382510b1c9c1ba3109204b6ea709c90b58ca2809305f5243
|
3 |
+
size 3167
|
generated_definitions.py
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DEFINITIONS = {
|
2 |
+
"da_en": {
|
3 |
+
"class_name": "CodeXGlueTtTextToText",
|
4 |
+
"dataset_type": "Text-Text",
|
5 |
+
"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
6 |
+
"dir_name": "text-to-text",
|
7 |
+
"name": "da_en",
|
8 |
+
"parameters": {"natural_language_pair": "da-en"},
|
9 |
+
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
10 |
+
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data",
|
11 |
+
"sizes": {"test": 1000, "train": 42701, "validation": 1000},
|
12 |
+
},
|
13 |
+
"lv_en": {
|
14 |
+
"class_name": "CodeXGlueTtTextToText",
|
15 |
+
"dataset_type": "Text-Text",
|
16 |
+
"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
17 |
+
"dir_name": "text-to-text",
|
18 |
+
"name": "lv_en",
|
19 |
+
"parameters": {"natural_language_pair": "lv-en"},
|
20 |
+
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
21 |
+
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data",
|
22 |
+
"sizes": {"test": 1000, "train": 18749, "validation": 1000},
|
23 |
+
},
|
24 |
+
"no_en": {
|
25 |
+
"class_name": "CodeXGlueTtTextToText",
|
26 |
+
"dataset_type": "Text-Text",
|
27 |
+
"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
28 |
+
"dir_name": "text-to-text",
|
29 |
+
"name": "no_en",
|
30 |
+
"parameters": {"natural_language_pair": "no-en"},
|
31 |
+
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
32 |
+
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data",
|
33 |
+
"sizes": {"test": 1000, "train": 44322, "validation": 1000},
|
34 |
+
},
|
35 |
+
"zh_en": {
|
36 |
+
"class_name": "CodeXGlueTtTextToText",
|
37 |
+
"dataset_type": "Text-Text",
|
38 |
+
"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
39 |
+
"dir_name": "text-to-text",
|
40 |
+
"name": "zh_en",
|
41 |
+
"parameters": {"natural_language_pair": "zh-en"},
|
42 |
+
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
43 |
+
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data",
|
44 |
+
"sizes": {"test": 1000, "train": 50154, "validation": 1000},
|
45 |
+
},
|
46 |
+
}
|