Datasets:
GEM
/

Languages:
English
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
none
Source Datasets:
original
Tags:
data-to-text
License:
Sebastian Gehrmann commited on
Commit
9d3698b
1 Parent(s): 8c2865c
Files changed (1) hide show
  1. e2e_nlg.json +7 -4
e2e_nlg.json CHANGED
@@ -4,10 +4,10 @@
4
  "has-leaderboard": "no",
5
  "leaderboard-url": "N/A",
6
  "leaderboard-description": "N/A",
7
- "website": "http://www.macs.hw.ac.uk/InteractionLab/E2E/",
8
- "data-url": "https://github.com/tuetschek/e2e-cleaning",
9
  "paper-url": "[First data release](https://www.aclweb.org/anthology/W17-5525/), [Detailed E2E Challenge writeup](https://doi.org/10.1016/j.csl.2019.06.009), [Cleaned E2E version](https://www.aclweb.org/anthology/W19-8652/)",
10
- "paper-bibtext": "@inproceedings{e2e_cleaned,\n\taddress = {Tokyo, Japan},\n\ttitle = {Semantic {Noise} {Matters} for {Neural} {Natural} {Language} {Generation}},\n\turl = {https://www.aclweb.org/anthology/W19-8652/},\n\tbooktitle = {Proceedings of the 12th {International} {Conference} on {Natural} {Language} {Generation} ({INLG} 2019)},\n\tauthor = {Du\u0161ek, Ond\u0159ej and Howcroft, David M and Rieser, Verena},\n\tyear = {2019},\n\tpages = {421--426},\n}",
11
  "contact-name": "Ondrej Dusek",
12
  "contact-email": "odusek@ufal.mff.cuni.cz"
13
  },
@@ -40,8 +40,11 @@
40
  "structure-splits-criteria": "The data are divided so that MRs in different splits do not overlap.\n",
41
  "structure-description": "n/a",
42
  "structure-labels": "The source MRs were generated automatically at random from a set of valid attribute values. The labels were crowdsourced and are natural language",
43
- "structure-example": "{\n \"input\": \"name[Alimentum], area[riverside], familyFriendly[yes], near[Burger King]\",\n \"target\": \"Alimentum is a kids friendly place in the riverside area near Burger King.\" \n}",
44
  "structure-outlier": "n/a"
 
 
 
45
  }
46
  },
47
  "gem": {
 
4
  "has-leaderboard": "no",
5
  "leaderboard-url": "N/A",
6
  "leaderboard-description": "N/A",
7
+ "website": "[Website](http://www.macs.hw.ac.uk/InteractionLab/E2E/)",
8
+ "data-url": "[Github](https://github.com/tuetschek/e2e-cleaning)",
9
  "paper-url": "[First data release](https://www.aclweb.org/anthology/W17-5525/), [Detailed E2E Challenge writeup](https://doi.org/10.1016/j.csl.2019.06.009), [Cleaned E2E version](https://www.aclweb.org/anthology/W19-8652/)",
10
+ "paper-bibtext": "```\n@inproceedings{e2e_cleaned,\n\taddress = {Tokyo, Japan},\n\ttitle = {Semantic {Noise} {Matters} for {Neural} {Natural} {Language} {Generation}},\n\turl = {https://www.aclweb.org/anthology/W19-8652/},\n\tbooktitle = {Proceedings of the 12th {International} {Conference} on {Natural} {Language} {Generation} ({INLG} 2019)},\n\tauthor = {Du\u0161ek, Ond\u0159ej and Howcroft, David M and Rieser, Verena},\n\tyear = {2019},\n\tpages = {421--426},\n}\n```",
11
  "contact-name": "Ondrej Dusek",
12
  "contact-email": "odusek@ufal.mff.cuni.cz"
13
  },
 
40
  "structure-splits-criteria": "The data are divided so that MRs in different splits do not overlap.\n",
41
  "structure-description": "n/a",
42
  "structure-labels": "The source MRs were generated automatically at random from a set of valid attribute values. The labels were crowdsourced and are natural language",
43
+ "structure-example": "```\n{\n \"input\": \"name[Alimentum], area[riverside], familyFriendly[yes], near[Burger King]\",\n \"target\": \"Alimentum is a kids friendly place in the riverside area near Burger King.\" \n}\n```",
44
  "structure-outlier": "n/a"
45
+ },
46
+ "what": {
47
+ "dataset": "The E2E NLG dataset is an English benchmark dataset for data-to-text models that verbalize a set of 2-9 key-value attribute pairs in the restaurant domain. The version used for GEM is the cleaned E2E NLG dataset, which filters examples with hallucinations and outputs that don't fully cover all input attributes. "
48
  }
49
  },
50
  "gem": {