AMUseBot/ai_talks/AMUseBotBackend/dialog/162.1.json
2023-06-05 21:23:33 +02:00

298 lines
16 KiB
JSON

{
"messages": [
{
"utt_id": "utt-0",
"utterance": "Bot what are we going to cook today?",
"bot": false,
"annotations": "{\"section\": \"title\", \"intent\": \"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 we will make Cindis egg rolls.",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);"
},
{
"utt_id": "utt-2",
"utterance": "Great, how many ingredients are there?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}"
},
{
"utt_id": "utt-3",
"utterance": "There are 14 ingredients. Do you want to prepare them?",
"bot": true,
"annotations": "sum_ingredient_list();\r\npropose_list_ingredients();\r\n"
},
{
"utt_id": "utt-4",
"utterance": "Yes, please!",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}"
},
{
"utt_id": "utt-5",
"utterance": "Ok, the first ingredients are 1 pound ground pork, 4 cups shredded cabbage and 1 large carrot, shredded.",
"bot": true,
"annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);"
},
{
"utt_id": "utt-6",
"utterance": "Okay good what are the next ingredients?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}"
},
{
"utt_id": "utt-7",
"utterance": "1/2 green bell pepper, cut into thin strips. 1 medium onion, chopped and 3 cloves garlic, minced.",
"bot": true,
"annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);"
},
{
"utt_id": "utt-8",
"utterance": "Okay, great, what are the next ingredients?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}"
},
{
"utt_id": "utt-9",
"utterance": "The next ingredients are: 3 teaspoons fresh ginger root, grated. 1 tablespoon cornstarch and 2 tablespoons soy sauce.",
"bot": true,
"annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);"
},
{
"utt_id": "utt-10",
"utterance": "Hey, good, what next?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}"
},
{
"utt_id": "utt-11",
"utterance": "1 and 1/2 tablespoons molasses, 2 tablespoons vegetable oil and 1 quart oil for frying.",
"bot": true,
"annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);"
},
{
"utt_id": "utt-12",
"utterance": "Great, can I use sunflower oil to fry?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}"
},
{
"utt_id": "utt-13",
"utterance": "Sorry I cannot answer that question.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-14",
"utterance": "Okay no problem, are there more ingredients?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}"
},
{
"utt_id": "utt-15",
"utterance": "There are still 2 ingredients. 1 and 1/2 packages egg roll wrappers and 1 and 1/2 cups sweet and sour sauce.",
"bot": true,
"annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);"
},
{
"utt_id": "utt-16",
"utterance": "Cool, can I have the size of the eggroll package?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}"
},
{
"utt_id": "utt-17",
"utterance": "14 ounce.",
"bot": true,
"annotations": "inform_amount(ing-12);"
},
{
"utt_id": "utt-18",
"utterance": "Okay, great. Can we start with the recipe now?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}"
},
{
"utt_id": "utt-19",
"utterance": "Yes let's start. First cook the pork in a large wok over medium-high heat.",
"bot": true,
"annotations": "affirm();\r\ninform_instruction(inst-0);"
},
{
"utt_id": "utt-20",
"utterance": "Okay, I did that, what should I do next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}"
},
{
"utt_id": "utt-21",
"utterance": "Then drain and set aside. Take a large bowl and mix the cabbage, carrot, green bell pepper, onion, garlic and ginger.",
"bot": true,
"annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);"
},
{
"utt_id": "utt-22",
"utterance": "Okay, it looks smooth now. What is the next step?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 18}"
},
{
"utt_id": "utt-23",
"utterance": "Heat 2 tablespoons oil in wok. Take a small bowl and mix the cornstarch, soy sauce, and molasses until smooth.",
"bot": true,
"annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);"
},
{
"utt_id": "utt-24",
"utterance": "Okay, I did that. Should I put the cabbage mixture in the wok?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}"
},
{
"utt_id": "utt-25",
"utterance": "Yes now stir in the cabbage mixture. Do this in batches. Cook each batch for 3 to 4 minutes.",
"bot": true,
"annotations": "affirm();\r\ninform_instruction(inst-5);"
},
{
"utt_id": "utt-26",
"utterance": "Okay, do you know how much should a batch weight?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}"
},
{
"utt_id": "utt-27",
"utterance": "No sorry I cannot answer that question. Now return the vegetables to a bowl, and mix in pork.",
"bot": true,
"annotations": "fence();\r\ninform_instruction(inst-6);"
},
{
"utt_id": "utt-28",
"utterance": "Okay, I mixed pork and vegetables in a bowl. What should I do with these mixture?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}"
},
{
"utt_id": "utt-29",
"utterance": "Also stir in the cornstarch mixture. Then heat 1 quart oil in a deep fryer to 185 degrees Celsius.",
"bot": true,
"annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);"
},
{
"utt_id": "utt-30",
"utterance": "Sorry, I didn't understand the instruction?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 23}"
},
{
"utt_id": "utt-31",
"utterance": "You should 1 quart oil in a deep fryer. The temperature should be 185 degrees Celsius.",
"bot": true,
"annotations": "repeat(inst-8);"
},
{
"utt_id": "utt-32",
"utterance": "Okay, thanks for that. What is the next step?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 24}"
},
{
"utt_id": "utt-33",
"utterance": "Now place about 1 tablespoon filling on each egg roll wrapper.",
"bot": true,
"annotations": "inform_instruction(inst-9);"
},
{
"utt_id": "utt-34",
"utterance": "Okay, I did that. What now?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}"
},
{
"utt_id": "utt-35",
"utterance": "Now let's make the egg rolls. There are 3 instructions before frying them. First fold one corner of wrapper over the filling.",
"bot": true,
"annotations": "inform_instruction(inst-10);"
},
{
"utt_id": "utt-36",
"utterance": "Okay, done. What is the next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 26}"
},
{
"utt_id": "utt-37",
"utterance": "Good, next is to fold the wrapper sides over filling.",
"bot": true,
"annotations": "inform_instruction(inst-11);"
},
{
"utt_id": "utt-38",
"utterance": "Okay I folded the wraps. What next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 27}"
},
{
"utt_id": "utt-39",
"utterance": "Now roll the wrappers to form egg rolls.",
"bot": true,
"annotations": "inform_instruction(inst-12);"
},
{
"utt_id": "utt-40",
"utterance": "Okay, I made the egg rolls. Should I put them in the fryer?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}"
},
{
"utt_id": "utt-41",
"utterance": "Good yes. Now fry the egg roll. In batches in the hot oil until golden brown.",
"bot": true,
"annotations": "affirm();\r\ninform_instruction(inst-13);"
},
{
"utt_id": "utt-42",
"utterance": "Okay, how long will it take?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}"
},
{
"utt_id": "utt-43",
"utterance": "I cannot answer that question. It is ready when they become golden brown.",
"bot": true,
"annotations": "inform_duration(cond-13-0);"
},
{
"utt_id": "utt-44",
"utterance": "Hey, they are golden brown now. What should I do next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 29}"
},
{
"utt_id": "utt-45",
"utterance": "Finally drain them on paper towels and serve with sweet and sour sauce.",
"bot": true,
"annotations": "inform_instruction(inst-14);"
},
{
"utt_id": "utt-46",
"utterance": "Okay, good. Is it ready to eat?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 29}"
},
{
"utt_id": "utt-47",
"utterance": "Yes that was all. Enjoy!",
"bot": true,
"annotations": "affirm();\r\nend_recipe();\r\nenjoy();"
},
{
"utt_id": "utt-48",
"utterance": "Thank you!",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 29}"
}
]
}