{
    "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. we are making fall harvest baked apples. Are you ready to start?",
            "bot": true,
            "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();"
        },
        {
            "utt_id": "utt-2",
            "utterance": "Yes I am ready. What is the first step I need to take?",
            "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\": 9}"
        },
        {
            "utt_id": "utt-3",
            "utterance": "First preheat the oven to 175 degrees Celsius. In the meantime take 8 cored red apples.",
            "bot": true,
            "annotations": "inform_instruction(inst-0);\r\ninform_ingredient(ing-0);"
        },
        {
            "utt_id": "utt-4",
            "utterance": "What should I take in the meantime?",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}"
        },
        {
            "utt_id": "utt-5",
            "utterance": "Take 8 red apples. They should be cored.",
            "bot": true,
            "annotations": "repeat(ing-0);"
        },
        {
            "utt_id": "utt-6",
            "utterance": "Ok. I have them. What should I do with them?",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}"
        },
        {
            "utt_id": "utt-7",
            "utterance": "Put them in a 9x13 inch baking dish.",
            "bot": true,
            "annotations": "inform_instruction(inst-1);"
        },
        {
            "utt_id": "utt-8",
            "utterance": "Ok. done.",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}"
        },
        {
            "utt_id": "utt-9",
            "utterance": "Now take a small saucepan and put it over medium heat. Combine 1/4 cup butter and 1/3 cup maple syrup in the pan.",
            "bot": true,
            "annotations": "simplify_continue(inst-2, [ing-1, ing-2]);"
        },
        {
            "utt_id": "utt-10",
            "utterance": "What's the last ingredient?",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}"
        },
        {
            "utt_id": "utt-11",
            "utterance": "1/3 cup of maple syrup.",
            "bot": true,
            "annotations": "repeat(inst-2, [ing-2]);"
        },
        {
            "utt_id": "utt-12",
            "utterance": "Ok. I have added the maple syrup. What should I do now?",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}"
        },
        {
            "utt_id": "utt-13",
            "utterance": "Now add 1/2 teaspoon ground cinnamon and 1/3 teaspoon ground ginger.",
            "bot": true,
            "annotations": "simplify_continue(inst-2, [ing-3, ing-4]);"
        },
        {
            "utt_id": "utt-14",
            "utterance": "Done. What else?",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}"
        },
        {
            "utt_id": "utt-15",
            "utterance": "Finally still add 1/2 lemon and juice it, also add 1 teaspoon vanilla extract. Now bring it to a boil and drizzle equally over apples.",
            "bot": true,
            "annotations": "simplify_continue(inst-2, [ing-5, ing-6]);\r\ninform_instruction(inst-3);"
        },
        {
            "utt_id": "utt-16",
            "utterance": "Ok. Done. I have drizzled the mixture over the apples.",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}"
        },
        {
            "utt_id": "utt-17",
            "utterance": "Great. now take it off the heat and cover it with foil. Afterwards bake it in the preheated oven for 20 minutes.",
            "bot": true,
            "annotations": "inform_instruction(inst-4);"
        },
        {
            "utt_id": "utt-18",
            "utterance": "What kind of foil do I need to use?",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}"
        },
        {
            "utt_id": "utt-19",
            "utterance": "I cannot answer that question.",
            "bot": true,
            "annotations": "fence();"
        },
        {
            "utt_id": "utt-20",
            "utterance": "I have baked it for 20 minutes in the preheated oven. How do I know whether it is ready?",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}"
        },
        {
            "utt_id": "utt-21",
            "utterance": "Now remove the cover and continue to bake it for another 10 minutes.",
            "bot": true,
            "annotations": "inform_instruction(inst-5);"
        },
        {
            "utt_id": "utt-22",
            "utterance": "Ok. another 10 minutes have passed now.",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}"
        },
        {
            "utt_id": "utt-23",
            "utterance": "It will be ready when the apples are tender.",
            "bot": true,
            "annotations": "inform_duration(cond-5-0);"
        },
        {
            "utt_id": "utt-24",
            "utterance": "Yes, they are tender.",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}"
        },
        {
            "utt_id": "utt-25",
            "utterance": "Ok. then enjoy and serve it warm!",
            "bot": true,
            "annotations": "inform_instruction(inst-6);\r\nend_recipe();\r\nenjoy();"
        },
        {
            "utt_id": "utt-26",
            "utterance": "Great. Thank you for the instructions.",
            "bot": false,
            "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}"
        }
    ]
}