118 lines
6.0 KiB
JSON
118 lines
6.0 KiB
JSON
|
{
|
||
|
"messages": [
|
||
|
{
|
||
|
"utt_id": "utt-0",
|
||
|
"utterance": "Hallo hallo, what are we gonna prepare today?",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_title;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-1",
|
||
|
"utterance": "Hi, today we will make a fruit dip. It will be a short and easy recipe.",
|
||
|
"bot": true,
|
||
|
"annotations": "greeting();\r\ninform_title(title);"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-2",
|
||
|
"utterance": "Great. I love fruit dip. Which are the ingredients that I have to prepare?",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-3",
|
||
|
"utterance": "You will need 4 ingredients. The first two are 8 ounces cream cheese and 1/2 cup marshmallow creme.",
|
||
|
"bot": true,
|
||
|
"annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-4",
|
||
|
"utterance": "Can you repeat the second ingredient?",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-5",
|
||
|
"utterance": "1/2 cup marshmallow creme.",
|
||
|
"bot": true,
|
||
|
"annotations": "repeat(ing-1);"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-6",
|
||
|
"utterance": "Ok. Good. Could I have two more ingredients?",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-7",
|
||
|
"utterance": "The other ingredients are 2 cups frozen whipped topping. You should thaw them. And 1/4 cup unsweetened pineapple juice.",
|
||
|
"bot": true,
|
||
|
"annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-8",
|
||
|
"utterance": "Sorry I didn't understand the first ingredient.",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-9",
|
||
|
"utterance": "2 cups frozen whipped topping. You should thaw them so it becomes a thawed topping.",
|
||
|
"bot": true,
|
||
|
"annotations": "repeat(ing-2);"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-10",
|
||
|
"utterance": "Ok. Good. What is the first step of the recipe?",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-11",
|
||
|
"utterance": "Blend together all the ingredients besides the pineapple juice.",
|
||
|
"bot": true,
|
||
|
"annotations": "inform_instruction(inst-0);"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-12",
|
||
|
"utterance": "Ok. Should I use a bowl for it?",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-13",
|
||
|
"utterance": "Sorry I cannot answer that question. It will become a dip in the end.",
|
||
|
"bot": true,
|
||
|
"annotations": "fence();"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-14",
|
||
|
"utterance": "Ok. I blended all the ingredients apart from the pineapple. What should I do now?",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-15",
|
||
|
"utterance": "Now add enough pineapple juice to make it dipping consistency.",
|
||
|
"bot": true,
|
||
|
"annotations": "inform_instruction(inst-1);"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-16",
|
||
|
"utterance": "Ok. I added some, happy with the consistency now. What is the next step?",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-17",
|
||
|
"utterance": "That was all. Let it chill for 1 hour and enjoy.",
|
||
|
"bot": true,
|
||
|
"annotations": "inform_instruction(inst-2);\r\nend_recipe();"
|
||
|
},
|
||
|
{
|
||
|
"utt_id": "utt-18",
|
||
|
"utterance": "Great! Thank you. It's delicious.",
|
||
|
"bot": false,
|
||
|
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}"
|
||
|
}
|
||
|
]
|
||
|
}
|