Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
concepts-to-text
License:
Commit
•
44ae4b9
1
Parent(s):
76c5aad
Fix missing tags in dataset cards (#4908)
Browse filesCommit from https://github.com/huggingface/datasets/commit/c79e737b5247a908f6f63e4bcf9c62abd38ef6ee
README.md
CHANGED
@@ -1,12 +1,25 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: CommonGen
|
6 |
-
|
7 |
-
-
|
|
|
|
|
8 |
task_categories:
|
9 |
- text2text-generation
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Dataset Card for "common_gen"
|
@@ -38,8 +51,8 @@ task_categories:
|
|
38 |
## Dataset Description
|
39 |
|
40 |
- **Homepage:** [https://inklab.usc.edu/CommonGen/index.html](https://inklab.usc.edu/CommonGen/index.html)
|
41 |
-
- **Repository:**
|
42 |
-
- **Paper:** [
|
43 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
44 |
- **Size of downloaded dataset files:** 1.76 MB
|
45 |
- **Size of the generated dataset:** 6.88 MB
|
@@ -152,7 +165,7 @@ The data fields are the same among all splits.
|
|
152 |
|
153 |
### Licensing Information
|
154 |
|
155 |
-
[
|
156 |
|
157 |
### Citation Information
|
158 |
|
@@ -175,7 +188,6 @@ The data fields are the same among all splits.
|
|
175 |
doi = "10.18653/v1/2020.findings-emnlp.165",
|
176 |
pages = "1823--1840"
|
177 |
}
|
178 |
-
|
179 |
```
|
180 |
|
181 |
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
- crowdsourced
|
9 |
+
license:
|
10 |
+
- mit
|
11 |
+
multilinguality:
|
12 |
+
- monolingual
|
13 |
pretty_name: CommonGen
|
14 |
+
size_categories:
|
15 |
+
- 10K<n<100K
|
16 |
+
source_datasets:
|
17 |
+
- original
|
18 |
task_categories:
|
19 |
- text2text-generation
|
20 |
+
task_ids:
|
21 |
+
- text2text-generation-other-concepts-to-text
|
22 |
+
paperswithcode_id: commongen
|
23 |
---
|
24 |
|
25 |
# Dataset Card for "common_gen"
|
|
|
51 |
## Dataset Description
|
52 |
|
53 |
- **Homepage:** [https://inklab.usc.edu/CommonGen/index.html](https://inklab.usc.edu/CommonGen/index.html)
|
54 |
+
- **Repository:** https://github.com/INK-USC/CommonGen
|
55 |
+
- **Paper:** [CommonGen: A Constrained Text Generation Challenge for Generative Commonsense Reasoning](https://arxiv.org/abs/1911.03705)
|
56 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
57 |
- **Size of downloaded dataset files:** 1.76 MB
|
58 |
- **Size of the generated dataset:** 6.88 MB
|
|
|
165 |
|
166 |
### Licensing Information
|
167 |
|
168 |
+
The dataset is licensed under [MIT License](https://github.com/INK-USC/CommonGen/blob/master/LICENSE).
|
169 |
|
170 |
### Citation Information
|
171 |
|
|
|
188 |
doi = "10.18653/v1/2020.findings-emnlp.165",
|
189 |
pages = "1823--1840"
|
190 |
}
|
|
|
191 |
```
|
192 |
|
193 |
|