This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOD][Datasets][Easy] Taskmaster(1) in Conversations format (#4189)
- Loading branch information
Showing
9 changed files
with
546 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
parlai/tasks/taskmaster/test/taskmaster_SystemTeacher_test.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
acts: | ||
- - domain: '' | ||
episode_done: false | ||
eval_labels: | ||
- 'APIS: ' | ||
id: Taskmaster1_SystemTeacher | ||
slots: {} | ||
text: 'APIS: ' | ||
type: 'APIS: ' | ||
- - domain: '' | ||
episode_done: false | ||
eval_labels: | ||
- 'APICALL: ' | ||
id: Taskmaster1_SystemTeacher | ||
slots: {} | ||
text: 'USER: __SILENCE__' | ||
type: 'APICALL: ' | ||
- - domain: '' | ||
episode_done: false | ||
eval_labels: | ||
- 'SYSTEM: hey there, how can i help you?' | ||
id: Taskmaster1_SystemTeacher | ||
slots: {} | ||
text: 'APIRESP: ' | ||
type: 'SYSTEM: ' | ||
- - domain: '' | ||
episode_done: false | ||
eval_labels: | ||
- 'APICALL: ' | ||
id: Taskmaster1_SystemTeacher | ||
slots: {} | ||
text: 'USER: Hi. I want to ride Uber in car.' | ||
type: 'APICALL: ' | ||
- - domain: '' | ||
episode_done: false | ||
eval_labels: | ||
- 'SYSTEM: sure, where are you heading to? | ||
where is your destination?' | ||
id: Taskmaster1_SystemTeacher | ||
slots: {} | ||
text: 'APIRESP: ' | ||
type: 'SYSTEM: ' | ||
num_episodes: 1326 | ||
num_examples: 33198 |
49 changes: 49 additions & 0 deletions
49
parlai/tasks/taskmaster/test/taskmaster_SystemTeacher_train.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
acts: | ||
- - domain: '' | ||
episode_done: false | ||
id: Taskmaster1_SystemTeacher | ||
labels: | ||
- 'APIS: ' | ||
slots: {} | ||
text: 'APIS: ' | ||
type: 'APIS: ' | ||
- - domain: '' | ||
episode_done: false | ||
id: Taskmaster1_SystemTeacher | ||
labels: | ||
- 'APICALL: ' | ||
slots: {} | ||
text: 'USER: __SILENCE__' | ||
type: 'APICALL: ' | ||
- - domain: '' | ||
episode_done: false | ||
id: Taskmaster1_SystemTeacher | ||
labels: | ||
- 'SYSTEM: hi, how can i assist you?' | ||
slots: {} | ||
text: 'APIRESP: ' | ||
type: 'SYSTEM: ' | ||
- - domain: '' | ||
episode_done: false | ||
id: Taskmaster1_SystemTeacher | ||
labels: | ||
- 'APICALL: api_name = uber_lyft ; location.from.accept = the Wichita Dwight D. | ||
Eisenhower National Airport ; location.to.accept = the Wichita State University | ||
campus' | ||
slots: | ||
api_name: uber_lyft | ||
location.from.accept: the Wichita Dwight D. Eisenhower National Airport | ||
location.to.accept: the Wichita State University campus | ||
text: 'USER: Hi, I need an Uber pickup from the Wichita Dwight D. Eisenhower National | ||
Airport to the Wichita State University campus.' | ||
type: 'APICALL: ' | ||
- - domain: '' | ||
episode_done: false | ||
id: Taskmaster1_SystemTeacher | ||
labels: | ||
- 'SYSTEM: what kind of ride would you like?' | ||
slots: {} | ||
text: 'APIRESP: ' | ||
type: 'SYSTEM: ' | ||
num_episodes: 10555 | ||
num_examples: 262021 |
Oops, something went wrong.