{ "messages": [ { "utt_id": "utt-0", "utterance": "Hi what are we making 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 ! Do you like Italian recipes? If so I have an easy recipe for alfredo sauce!", "bot": true, "annotations": "greeting();\r\ninform_title(title);" }, { "utt_id": "utt-2", "utterance": "Ah sounds great, I love Italian recipes.", "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-3", "utterance": "Great! We'll need just three ingredients! They are 1 pint of heavy whipping cream, half a cup of butter and one and a half cup of Parmesan cheese.", "bot": true, "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" }, { "utt_id": "utt-4", "utterance": "Ok nice I have all of them ready. Easy.", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" }, { "utt_id": "utt-5", "utterance": "Noyce! Take a medium saucepan and combine inside whipping cream, butter or margarine, and grated Parmesan cheese.", "bot": true, "annotations": "inform_instruction(inst-0);" }, { "utt_id": "utt-6", "utterance": "Ok the ingredients are inside. What should I do with it?", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" }, { "utt_id": "utt-7", "utterance": "You should cook the mixture over medium low heat until it becomes smooth.", "bot": true, "annotations": "inform_instruction(inst-1);" }, { "utt_id": "utt-8", "utterance": "Ok it looks smooth now. What is next?", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}" }, { "utt_id": "utt-9", "utterance": "Now remove from heat. The sauce will now thicken.", "bot": true, "annotations": "inform_instruction(inst-2);" }, { "utt_id": "utt-10", "utterance": "Ok the sauce became thicker. Can I eat it?", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}" }, { "utt_id": "utt-11", "utterance": "Yes it's done, you can use it however you want!", "bot": true, "annotations": "affirm();\r\nend_recipe();" }, { "utt_id": "utt-12", "utterance": "Nice I will eat it with some spaghetti and ketchup. Thank you bot.", "bot": false, "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}" }, { "utt_id": "utt-13", "utterance": "I love to hear that, it sounds like you learned a lot with me! ;).", "bot": true, "annotations": "thank();" } ] }