Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
concepts-to-text
License:
albertvillanova HF staff commited on
Commit
4ef68a2
1 Parent(s): 4c592de

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -61
dataset_infos.json DELETED
@@ -1,61 +0,0 @@
1
- {
2
- "default": {
3
- "description": "CommonGen is a constrained text generation task, associated with a benchmark dataset,\nto explicitly test machines for the ability of generative commonsense reasoning. Given\na set of common concepts; the task is to generate a coherent sentence describing an\neveryday scenario using these concepts.\n\nCommonGen is challenging because it inherently requires 1) relational reasoning using\nbackground commonsense knowledge, and 2) compositional generalization ability to work\non unseen concept combinations. Our dataset, constructed through a combination of\ncrowd-sourcing from AMT and existing caption corpora, consists of 30k concept-sets and\n50k sentences in total.\n",
4
- "citation": "@inproceedings{lin-etal-2020-commongen,\n title = \"{C}ommon{G}en: A Constrained Text Generation Challenge for Generative Commonsense Reasoning\",\n author = \"Lin, Bill Yuchen and\n Zhou, Wangchunshu and\n Shen, Ming and\n Zhou, Pei and\n Bhagavatula, Chandra and\n Choi, Yejin and\n Ren, Xiang\",\n booktitle = \"Findings of the Association for Computational Linguistics: EMNLP 2020\",\n month = nov,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.findings-emnlp.165\",\n doi = \"10.18653/v1/2020.findings-emnlp.165\",\n pages = \"1823--1840\"\n}\n",
5
- "homepage": "https://inklab.usc.edu/CommonGen/index.html",
6
- "license": "",
7
- "features": {
8
- "concept_set_idx": {
9
- "dtype": "int32",
10
- "_type": "Value"
11
- },
12
- "concepts": {
13
- "feature": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "_type": "Sequence"
18
- },
19
- "target": {
20
- "dtype": "string",
21
- "_type": "Value"
22
- }
23
- },
24
- "supervised_keys": {
25
- "input": "concepts",
26
- "output": "target"
27
- },
28
- "builder_name": "common_gen",
29
- "dataset_name": "common_gen",
30
- "config_name": "default",
31
- "version": {
32
- "version_str": "2020.5.30",
33
- "major": 2020,
34
- "minor": 5,
35
- "patch": 30
36
- },
37
- "splits": {
38
- "train": {
39
- "name": "train",
40
- "num_bytes": 6724166,
41
- "num_examples": 67389,
42
- "dataset_name": null
43
- },
44
- "validation": {
45
- "name": "validation",
46
- "num_bytes": 408740,
47
- "num_examples": 4018,
48
- "dataset_name": null
49
- },
50
- "test": {
51
- "name": "test",
52
- "num_bytes": 77518,
53
- "num_examples": 1497,
54
- "dataset_name": null
55
- }
56
- },
57
- "download_size": 3434865,
58
- "dataset_size": 7210424,
59
- "size_in_bytes": 10645289
60
- }
61
- }