AMUseBot/dialog/110.1.json
2023-06-28 22:55:54 +02:00

274 lines
15 KiB
JSON

{
"messages": [
{
"utt_id": "utt-0",
"utterance": "Hello! What are we gonna cook 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, we will make babis bean salad. It will contain 14 ingredients. Are you ready to start?",
"bot": true,
"annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_start_recipe();"
},
{
"utt_id": "utt-2",
"utterance": "Yay! I am ready to start! Could you give me the ingredients first?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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": "The first two ingredients are 1 1/2 cups dried black-eyed peas. They should be soaked overnight. And 1/3 cup chopped celery, with leaves.",
"bot": true,
"annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);"
},
{
"utt_id": "utt-4",
"utterance": "Ok good. I have them ready. What are the next two ingredients_.",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-5",
"utterance": "1 1/2 cups shredded carrot and 3/4 cup chopped fresh parsley.",
"bot": true,
"annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);"
},
{
"utt_id": "utt-6",
"utterance": "Sorry I didn't' understand the quantities.",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}"
},
{
"utt_id": "utt-7",
"utterance": "1 and 1/2 cups shredded carrot. And 3/4 cup chopped fresh parsley.",
"bot": true,
"annotations": "inform_amount(ing-2);\r\ninform_amount(ing-3);"
},
{
"utt_id": "utt-8",
"utterance": "Ok. What is next?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}"
},
{
"utt_id": "utt-9",
"utterance": "The next ingredients are 1/2 cup chopped white onion, 1/8 cup chopped fresh mint and 1/4 cup olive oil.",
"bot": true,
"annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);"
},
{
"utt_id": "utt-10",
"utterance": "Ok good. I have them ready. What next?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}"
},
{
"utt_id": "utt-11",
"utterance": "The next ones are 2 oranges and 1/2 lemon, both juiced and 1 garlic clove, pressed.",
"bot": true,
"annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);"
},
{
"utt_id": "utt-12",
"utterance": "Ok good. I prepared them. Are there more ingredients?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}"
},
{
"utt_id": "utt-13",
"utterance": "Yes, there are 4 more ingredients. 1/2 teaspoon ground coriander and 1/2 teaspoon salt.",
"bot": true,
"annotations": "affirm();\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);"
},
{
"utt_id": "utt-14",
"utterance": "Ok good. I have them. Can I have the last 2?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "The last two are 1/8 teaspoon freshly ground black pepper and 1 teaspoon brown sugar.",
"bot": true,
"annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);"
},
{
"utt_id": "utt-16",
"utterance": "Ok good. Can I use white pepper instead of black pepper?",
"bot": false,
"annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "I'm sorry I cannot answer that question.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-18",
"utterance": "Ok no problem. Are the ingredients over?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}"
},
{
"utt_id": "utt-19",
"utterance": "Yes, that were all the ingredients. Are you ready to start now?",
"bot": true,
"annotations": "affirm();\r\npropose_start_instruction();"
},
{
"utt_id": "utt-20",
"utterance": "Yes, I am ready to start! What is the first step?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}"
},
{
"utt_id": "utt-21",
"utterance": "First place the beans in a saucepan with enough water to cover them by one inch.",
"bot": true,
"annotations": "inform_instruction(inst-0);"
},
{
"utt_id": "utt-22",
"utterance": "Ok the beans are in the pan with the water. 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-23",
"utterance": "Now bring them to a slow boil.",
"bot": true,
"annotations": "inform_instruction(inst-1);"
},
{
"utt_id": "utt-24",
"utterance": "Ok. They are boiling a bit now. What should I do with them?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}"
},
{
"utt_id": "utt-25",
"utterance": "When it boils reduce the heat to low and let it simmer until they are tender but not mushy.",
"bot": true,
"annotations": "inform_instruction(inst-2);"
},
{
"utt_id": "utt-26",
"utterance": "Ok I did it. They feel tender 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-27",
"utterance": "Now set them aside to cool. When they have cooled down, you should place the beans in a large bowl.",
"bot": true,
"annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);"
},
{
"utt_id": "utt-28",
"utterance": "Ok. They cooled down and they are in a large bowl. What is the next step?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}"
},
{
"utt_id": "utt-29",
"utterance": "Now you should add some other ingredients to the bowl. The celery, carrots, parsley, white onion, and mint. Toss them so they will blend.",
"bot": true,
"annotations": "inform_instruction(inst-5);"
},
{
"utt_id": "utt-30",
"utterance": "Ok I added the ingredients and blended them! What is the next step?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}"
},
{
"utt_id": "utt-31",
"utterance": "For the dressing you should blend the olive oil, orange and lemon juice, garlic, coriander, salt, pepper, and brown sugar in a blender for 6 seconds.",
"bot": true,
"annotations": "inform_instruction(inst-6);"
},
{
"utt_id": "utt-32",
"utterance": "Ok I did it! Smells nice. Can I use mayonnaise as a dressing?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}"
},
{
"utt_id": "utt-33",
"utterance": "I'm sorry I cannot answer that question. You should use the ingredients you prepared.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-34",
"utterance": "Ok good. I did it. What is the next step?",
"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-35",
"utterance": "Now transfer the dressing to a small saucepan, and let it simmer over low heat for five minutes.",
"bot": true,
"annotations": "inform_instruction(inst-7);"
},
{
"utt_id": "utt-36",
"utterance": "Ok 5 minutes passed, but it looks a bit too liquid. Can I keep it a bit longer?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}"
},
{
"utt_id": "utt-37",
"utterance": "Sorry I cannot answer that question.",
"bot": true,
"annotations": "fence();"
},
{
"utt_id": "utt-38",
"utterance": "Ok no problem. What is the next step?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 23}"
},
{
"utt_id": "utt-39",
"utterance": "Now remove it from heat and let it cool.",
"bot": true,
"annotations": "inform_instruction(inst-8);"
},
{
"utt_id": "utt-40",
"utterance": "Ok it is cool now. What next?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; 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-41",
"utterance": "Finally pour the dressing over the bean salad and refrigerate for at least 1 hour before serving.",
"bot": true,
"annotations": "inform_instruction(inst-9);"
},
{
"utt_id": "utt-42",
"utterance": "Ok. 1 hour passed. Is the dish ready now?",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 24}"
},
{
"utt_id": "utt-43",
"utterance": "Yes, that was all! I hope you will enjoy the salad.",
"bot": true,
"annotations": "affirm();\r\nend_recipe();\r\nenjoy();"
},
{
"utt_id": "utt-44",
"utterance": "Yes! It looks amazing.",
"bot": false,
"annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 24}"
}
]
}