Sebastian Gehrmann
commited on
Commit
·
df13018
1
Parent(s):
435a8aa
- Taskmaster.json +10 -7
Taskmaster.json
CHANGED
@@ -4,10 +4,10 @@
|
|
4 |
"has-leaderboard": "no",
|
5 |
"leaderboard-url": "N/A",
|
6 |
"leaderboard-description": "N/A",
|
7 |
-
"data-url": "https://github.com/google-research-datasets/Taskmaster/tree/master/TM-3-2020",
|
8 |
-
"website": "https://github.com/google-research-datasets/Taskmaster/tree/master/TM-3-2020",
|
9 |
-
"paper-url": "https://arxiv.org/
|
10 |
-
"paper-bibtext": "@article{byrne2020tickettalk,\n title={TicketTalk: Toward human-level performance with end-to-end, transaction-based dialog systems},\n author={Byrne, Bill and Krishnamoorthi, Karthik and Ganesh, Saravanan and Kale, Mihir Sanjay},\n journal={arXiv preprint arXiv:2012.12458},\n year={2020}\n}",
|
11 |
"contact-name": "Karthik Krishnamoorthi",
|
12 |
"contact-email": "[email protected]"
|
13 |
},
|
@@ -35,13 +35,16 @@
|
|
35 |
"gem-added-by": "Tosin Adewumi (Lule\u00e5 University of Technology)"
|
36 |
},
|
37 |
"structure": {
|
38 |
-
"data-fields": "gem_id\
|
39 |
"structure-description": "NA",
|
40 |
"structure-labels": "NA",
|
41 |
-
"structure-example": "
|
42 |
-
"structure-splits": "train\
|
43 |
"structure-splits-criteria": "NA",
|
44 |
"structure-outlier": "NA"
|
|
|
|
|
|
|
45 |
}
|
46 |
},
|
47 |
"curation": {
|
|
|
4 |
"has-leaderboard": "no",
|
5 |
"leaderboard-url": "N/A",
|
6 |
"leaderboard-description": "N/A",
|
7 |
+
"data-url": "[Github](https://github.com/google-research-datasets/Taskmaster/tree/master/TM-3-2020)",
|
8 |
+
"website": "[Github](https://github.com/google-research-datasets/Taskmaster/tree/master/TM-3-2020)",
|
9 |
+
"paper-url": "[Arxiv](https://arxiv.org/abs/2012.12458)",
|
10 |
+
"paper-bibtext": "```\n@article{byrne2020tickettalk,\n title={TicketTalk: Toward human-level performance with end-to-end, transaction-based dialog systems},\n author={Byrne, Bill and Krishnamoorthi, Karthik and Ganesh, Saravanan and Kale, Mihir Sanjay},\n journal={arXiv preprint arXiv:2012.12458},\n year={2020}\n}\n```",
|
11 |
"contact-name": "Karthik Krishnamoorthi",
|
12 |
"contact-email": "[email protected]"
|
13 |
},
|
|
|
35 |
"gem-added-by": "Tosin Adewumi (Lule\u00e5 University of Technology)"
|
36 |
},
|
37 |
"structure": {
|
38 |
+
"data-fields": "- `gem_id`: The unique example id\n- `context`: The context of the conversation\n- `target`: A string representing the target\n-`references`: A List representing the target(s)\n-`conversation_id`: A unique ID of the conversation",
|
39 |
"structure-description": "NA",
|
40 |
"structure-labels": "NA",
|
41 |
+
"structure-example": "```\n{'context': \"<PR>get_movie_attribute<PRAN>rating.movie<PRAV>rated R<C><U>I wanna see a movie<A>where are you?<U>spring hills kansas<PN>find_theaters<PAN>location<PAV>spring hills kansas<PR>find_theaters<PRAN>name.theater<PRAV>AMC Holiday Theater<PRAV>Cinemark Downtown<A>there are 2 theaters near you, the AMC Holiday Theater and Cinemark Downtown. Did you know which movie you'd like to see?<U>funny one please<PN>find_movies<PAN>location<PAV>spring hills kansas<PR>find_movies<PRAN>name.movie<PRAV>Not My Problem<PRAV>Family Jewels<PN>get_movie_attribute<PAN>name.movie<PAV>Not My Problem<PAN>attribute<PAV>name.genre<PR>get_movie_attribute<PRAN>name.genre<PRAV>comedy<PN>get_movie_attribute<PAN>name.movie<PAV>Not My Problem<PAN>attribute<PAV>name.person<PR>get_movie_attribute<PRAN>name.person<PRAV>Matt Damon<PN>get_movie_attribute<PAN>name.movie<PAV>Not My Problem<PAN>attribute<PAV>name.person<PR>get_movie_attribute<PRAN>name.person<PRAV>Noah Schnapp<PN>get_movie_attribute<PAN>name.movie<PAV>Family Jewels<PAN>attribute<PAV>name.genre<PR>get_movie_attribute<PRAN>name.genre<PRAV>romantic comedy<PN>get_movie_attribute<PAN>name.movie<PAV>Family Jewels<PAN>attribute<PAV>name.person<PR>get_movie_attribute<PRAN>name.person<PRAV>Melissa McCarthy<PN>get_movie_attribute<PAN>name.movie<PAV>Family Jewels<PAN>attribute<PAV>name.person<PR>get_movie_attribute<PRAN>name.person<PRAV>Ryan Reynolds<A>There's the comedy film called Not My Problem starring Matt Damon and Noah Schnapp. There's also a romantic comedy called Family Jewels starring Melissa McCarthy and Ryan Reynolds.<U>what ratings are there?<PN>get_movie_attribute<PAN>name.movie<PAV>Not My Problem<PAN>attribute<PAV>rating.movie<PR>get_movie_attribute<PRAN>rating.movie<PRAV>rated PG-13<PN>get_movie_attribute<PAN>name.movie<PAV>Family Jewels<PAN>attribute<PAV>rating.movie\",\n 'conversation_id': 'dlg-d1f52e7e-c34c-4e85-b406-85ed138b5068',\n 'gem_id': 'Taskmaster-train-0',\n 'references': ['Not My Problem is rated PG-13 and Family Jewels is rated R.'],\n 'target': 'Not My Problem is rated PG-13 and Family Jewels is rated R.'}\n```",
|
42 |
+
"structure-splits": "-`train`: 187182 examples\n-`dev`: 23406 examples\n-`test`: 23316 examples",
|
43 |
"structure-splits-criteria": "NA",
|
44 |
"structure-outlier": "NA"
|
45 |
+
},
|
46 |
+
"what": {
|
47 |
+
"dataset": "This is a large task-oriented dialog dataset in which a model has to produce the response. The input contains the context and a structured representation of what the model is supposed to generate. The input is already pre-formatted as string, turning this into a pure text-to-text problem. "
|
48 |
}
|
49 |
},
|
50 |
"curation": {
|