From b4ee3f02af0275654f0f4df03491412b60de3184 Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 5 Jun 2023 21:23:33 +0200 Subject: [PATCH] remove git submodule --- .gitignore | 55 + ai_talks/AMUseBotBackend | 1 - ai_talks/AMUseBotBackend/.gitignore | 54 + ai_talks/AMUseBotBackend/README.md | 37 + ai_talks/AMUseBotBackend/consts.py | 8 + ai_talks/AMUseBotBackend/dialog/000.1.json | 172 + ai_talks/AMUseBotBackend/dialog/001.1.json | 484 + ai_talks/AMUseBotBackend/dialog/002.1.json | 388 + ai_talks/AMUseBotBackend/dialog/003.1.json | 142 + ai_talks/AMUseBotBackend/dialog/004.1.json | 232 + ai_talks/AMUseBotBackend/dialog/005.1.json | 214 + ai_talks/AMUseBotBackend/dialog/006.1.json | 268 + ai_talks/AMUseBotBackend/dialog/007.1.json | 178 + ai_talks/AMUseBotBackend/dialog/008.1.json | 130 + ai_talks/AMUseBotBackend/dialog/009.1.json | 532 + ai_talks/AMUseBotBackend/dialog/010.1.json | 118 + ai_talks/AMUseBotBackend/dialog/011.1.json | 214 + ai_talks/AMUseBotBackend/dialog/012.1.json | 172 + ai_talks/AMUseBotBackend/dialog/013.1.json | 148 + ai_talks/AMUseBotBackend/dialog/014.1.json | 142 + ai_talks/AMUseBotBackend/dialog/015.1.json | 154 + ai_talks/AMUseBotBackend/dialog/016.1.json | 232 + ai_talks/AMUseBotBackend/dialog/017.1.json | 274 + ai_talks/AMUseBotBackend/dialog/018.1.json | 76 + ai_talks/AMUseBotBackend/dialog/019.1.json | 184 + ai_talks/AMUseBotBackend/dialog/020.1.json | 250 + ai_talks/AMUseBotBackend/dialog/021.1.json | 262 + ai_talks/AMUseBotBackend/dialog/022.1.json | 178 + ai_talks/AMUseBotBackend/dialog/023.1.json | 250 + ai_talks/AMUseBotBackend/dialog/024.1.json | 148 + ai_talks/AMUseBotBackend/dialog/025.1.json | 244 + ai_talks/AMUseBotBackend/dialog/026.1.json | 196 + ai_talks/AMUseBotBackend/dialog/027.1.json | 316 + ai_talks/AMUseBotBackend/dialog/028.1.json | 244 + ai_talks/AMUseBotBackend/dialog/029.1.json | 196 + ai_talks/AMUseBotBackend/dialog/030.1.json | 292 + ai_talks/AMUseBotBackend/dialog/031.1.json | 202 + ai_talks/AMUseBotBackend/dialog/032.1.json | 166 + ai_talks/AMUseBotBackend/dialog/033.1.json | 106 + ai_talks/AMUseBotBackend/dialog/034.1.json | 106 + ai_talks/AMUseBotBackend/dialog/035.1.json | 178 + ai_talks/AMUseBotBackend/dialog/036.1.json | 238 + ai_talks/AMUseBotBackend/dialog/037.1.json | 166 + ai_talks/AMUseBotBackend/dialog/038.1.json | 178 + ai_talks/AMUseBotBackend/dialog/039.1.json | 340 + ai_talks/AMUseBotBackend/dialog/040.1.json | 220 + ai_talks/AMUseBotBackend/dialog/041.1.json | 130 + ai_talks/AMUseBotBackend/dialog/042.1.json | 136 + ai_talks/AMUseBotBackend/dialog/043.1.json | 94 + ai_talks/AMUseBotBackend/dialog/044.1.json | 250 + ai_talks/AMUseBotBackend/dialog/045.1.json | 208 + ai_talks/AMUseBotBackend/dialog/046.1.json | 214 + ai_talks/AMUseBotBackend/dialog/047.1.json | 268 + ai_talks/AMUseBotBackend/dialog/048.1.json | 280 + ai_talks/AMUseBotBackend/dialog/049.1.json | 130 + ai_talks/AMUseBotBackend/dialog/050.1.json | 190 + ai_talks/AMUseBotBackend/dialog/051.1.json | 322 + ai_talks/AMUseBotBackend/dialog/052.1.json | 238 + ai_talks/AMUseBotBackend/dialog/053.1.json | 226 + ai_talks/AMUseBotBackend/dialog/054.1.json | 76 + ai_talks/AMUseBotBackend/dialog/055.1.json | 166 + ai_talks/AMUseBotBackend/dialog/056.1.json | 166 + ai_talks/AMUseBotBackend/dialog/057.1.json | 202 + ai_talks/AMUseBotBackend/dialog/058.1.json | 166 + ai_talks/AMUseBotBackend/dialog/059.1.json | 118 + ai_talks/AMUseBotBackend/dialog/060.1.json | 130 + ai_talks/AMUseBotBackend/dialog/061.1.json | 118 + ai_talks/AMUseBotBackend/dialog/062.1.json | 190 + ai_talks/AMUseBotBackend/dialog/063.1.json | 226 + ai_talks/AMUseBotBackend/dialog/064.1.json | 142 + ai_talks/AMUseBotBackend/dialog/065.1.json | 232 + ai_talks/AMUseBotBackend/dialog/066.1.json | 82 + ai_talks/AMUseBotBackend/dialog/067.1.json | 214 + ai_talks/AMUseBotBackend/dialog/068.1.json | 220 + ai_talks/AMUseBotBackend/dialog/069.1.json | 142 + ai_talks/AMUseBotBackend/dialog/070.1.json | 142 + ai_talks/AMUseBotBackend/dialog/071.1.json | 160 + ai_talks/AMUseBotBackend/dialog/072.1.json | 166 + ai_talks/AMUseBotBackend/dialog/073.1.json | 142 + ai_talks/AMUseBotBackend/dialog/074.1.json | 202 + ai_talks/AMUseBotBackend/dialog/075.1.json | 250 + ai_talks/AMUseBotBackend/dialog/076.1.json | 202 + ai_talks/AMUseBotBackend/dialog/077.1.json | 220 + ai_talks/AMUseBotBackend/dialog/078.1.json | 298 + ai_talks/AMUseBotBackend/dialog/079.1.json | 220 + ai_talks/AMUseBotBackend/dialog/080.1.json | 310 + ai_talks/AMUseBotBackend/dialog/081.1.json | 244 + ai_talks/AMUseBotBackend/dialog/082.1.json | 250 + ai_talks/AMUseBotBackend/dialog/083.1.json | 148 + ai_talks/AMUseBotBackend/dialog/084.1.json | 154 + ai_talks/AMUseBotBackend/dialog/085.1.json | 208 + ai_talks/AMUseBotBackend/dialog/086.1.json | 178 + ai_talks/AMUseBotBackend/dialog/087.1.json | 142 + ai_talks/AMUseBotBackend/dialog/088.1.json | 238 + ai_talks/AMUseBotBackend/dialog/089.1.json | 100 + ai_talks/AMUseBotBackend/dialog/090.1.json | 274 + ai_talks/AMUseBotBackend/dialog/091.1.json | 76 + ai_talks/AMUseBotBackend/dialog/092.1.json | 400 + ai_talks/AMUseBotBackend/dialog/093.1.json | 274 + ai_talks/AMUseBotBackend/dialog/094.1.json | 130 + ai_talks/AMUseBotBackend/dialog/095.1.json | 142 + ai_talks/AMUseBotBackend/dialog/096.1.json | 100 + ai_talks/AMUseBotBackend/dialog/097.1.json | 382 + ai_talks/AMUseBotBackend/dialog/098.1.json | 322 + ai_talks/AMUseBotBackend/dialog/099.1.json | 202 + ai_talks/AMUseBotBackend/dialog/100.1.json | 118 + ai_talks/AMUseBotBackend/dialog/101.1.json | 214 + ai_talks/AMUseBotBackend/dialog/102.1.json | 154 + ai_talks/AMUseBotBackend/dialog/103.1.json | 340 + ai_talks/AMUseBotBackend/dialog/104.1.json | 238 + ai_talks/AMUseBotBackend/dialog/105.1.json | 280 + ai_talks/AMUseBotBackend/dialog/106.1.json | 250 + ai_talks/AMUseBotBackend/dialog/107.1.json | 238 + ai_talks/AMUseBotBackend/dialog/108.1.json | 382 + ai_talks/AMUseBotBackend/dialog/109.1.json | 142 + ai_talks/AMUseBotBackend/dialog/110.1.json | 274 + ai_talks/AMUseBotBackend/dialog/111.1.json | 286 + ai_talks/AMUseBotBackend/dialog/112.1.json | 298 + ai_talks/AMUseBotBackend/dialog/113.1.json | 142 + ai_talks/AMUseBotBackend/dialog/114.1.json | 256 + ai_talks/AMUseBotBackend/dialog/115.1.json | 280 + ai_talks/AMUseBotBackend/dialog/116.1.json | 190 + ai_talks/AMUseBotBackend/dialog/117.1.json | 202 + ai_talks/AMUseBotBackend/dialog/118.1.json | 268 + ai_talks/AMUseBotBackend/dialog/119.1.json | 124 + ai_talks/AMUseBotBackend/dialog/120.1.json | 238 + ai_talks/AMUseBotBackend/dialog/121.1.json | 184 + ai_talks/AMUseBotBackend/dialog/122.1.json | 364 + ai_talks/AMUseBotBackend/dialog/123.1.json | 214 + ai_talks/AMUseBotBackend/dialog/124.1.json | 244 + ai_talks/AMUseBotBackend/dialog/125.1.json | 238 + ai_talks/AMUseBotBackend/dialog/126.1.json | 160 + ai_talks/AMUseBotBackend/dialog/127.1.json | 238 + ai_talks/AMUseBotBackend/dialog/128.1.json | 280 + ai_talks/AMUseBotBackend/dialog/129.1.json | 238 + ai_talks/AMUseBotBackend/dialog/130.1.json | 238 + ai_talks/AMUseBotBackend/dialog/131.1.json | 184 + ai_talks/AMUseBotBackend/dialog/132.1.json | 154 + ai_talks/AMUseBotBackend/dialog/133.1.json | 154 + ai_talks/AMUseBotBackend/dialog/134.1.json | 256 + ai_talks/AMUseBotBackend/dialog/135.1.json | 154 + ai_talks/AMUseBotBackend/dialog/136.1.json | 184 + ai_talks/AMUseBotBackend/dialog/137.1.json | 142 + ai_talks/AMUseBotBackend/dialog/138.1.json | 124 + ai_talks/AMUseBotBackend/dialog/139.1.json | 202 + ai_talks/AMUseBotBackend/dialog/140.1.json | 448 + ai_talks/AMUseBotBackend/dialog/141.1.json | 118 + ai_talks/AMUseBotBackend/dialog/142.1.json | 280 + ai_talks/AMUseBotBackend/dialog/143.1.json | 268 + ai_talks/AMUseBotBackend/dialog/144.1.json | 190 + ai_talks/AMUseBotBackend/dialog/145.1.json | 214 + ai_talks/AMUseBotBackend/dialog/146.1.json | 304 + ai_talks/AMUseBotBackend/dialog/147.1.json | 136 + ai_talks/AMUseBotBackend/dialog/148.1.json | 364 + ai_talks/AMUseBotBackend/dialog/149.1.json | 190 + ai_talks/AMUseBotBackend/dialog/150.1.json | 346 + ai_talks/AMUseBotBackend/dialog/151.1.json | 172 + ai_talks/AMUseBotBackend/dialog/152.1.json | 226 + ai_talks/AMUseBotBackend/dialog/153.1.json | 166 + ai_talks/AMUseBotBackend/dialog/154.1.json | 310 + ai_talks/AMUseBotBackend/dialog/155.1.json | 238 + ai_talks/AMUseBotBackend/dialog/156.1.json | 238 + ai_talks/AMUseBotBackend/dialog/157.1.json | 112 + ai_talks/AMUseBotBackend/dialog/158.1.json | 232 + ai_talks/AMUseBotBackend/dialog/159.1.json | 160 + ai_talks/AMUseBotBackend/dialog/160.1.json | 448 + ai_talks/AMUseBotBackend/dialog/161.1.json | 226 + ai_talks/AMUseBotBackend/dialog/162.1.json | 298 + ai_talks/AMUseBotBackend/dialog/163.1.json | 280 + ai_talks/AMUseBotBackend/dialog/164.1.json | 232 + ai_talks/AMUseBotBackend/dialog/165.1.json | 268 + ai_talks/AMUseBotBackend/dialog/166.1.json | 130 + ai_talks/AMUseBotBackend/dialog/167.1.json | 238 + ai_talks/AMUseBotBackend/dialog/168.1.json | 304 + ai_talks/AMUseBotBackend/dialog/169.1.json | 208 + ai_talks/AMUseBotBackend/dialog/170.1.json | 100 + ai_talks/AMUseBotBackend/dialog/171.1.json | 202 + ai_talks/AMUseBotBackend/dialog/172.1.json | 232 + ai_talks/AMUseBotBackend/dialog/173.1.json | 70 + ai_talks/AMUseBotBackend/dialog/174.1.json | 172 + ai_talks/AMUseBotBackend/dialog/175.1.json | 238 + ai_talks/AMUseBotBackend/dialog/176.1.json | 250 + ai_talks/AMUseBotBackend/dialog/177.1.json | 178 + ai_talks/AMUseBotBackend/dialog/178.1.json | 292 + ai_talks/AMUseBotBackend/dialog/179.1.json | 130 + ai_talks/AMUseBotBackend/dialog/180.1.json | 112 + ai_talks/AMUseBotBackend/dialog/181.1.json | 208 + ai_talks/AMUseBotBackend/dialog/182.1.json | 268 + ai_talks/AMUseBotBackend/dialog/183.1.json | 244 + ai_talks/AMUseBotBackend/dialog/184.1.json | 190 + ai_talks/AMUseBotBackend/dialog/185.1.json | 214 + ai_talks/AMUseBotBackend/dialog/186.1.json | 214 + ai_talks/AMUseBotBackend/dialog/187.1.json | 280 + ai_talks/AMUseBotBackend/dialog/188.1.json | 250 + ai_talks/AMUseBotBackend/dialog/189.1.json | 214 + ai_talks/AMUseBotBackend/dialog/190.1.json | 208 + ai_talks/AMUseBotBackend/dialog/191.1.json | 238 + ai_talks/AMUseBotBackend/dialog/192.1.json | 244 + ai_talks/AMUseBotBackend/dialog/193.1.json | 232 + ai_talks/AMUseBotBackend/dialog/194.1.json | 142 + ai_talks/AMUseBotBackend/dialog/195.1.json | 226 + ai_talks/AMUseBotBackend/dialog/196.1.json | 166 + ai_talks/AMUseBotBackend/dialog/197.1.json | 130 + ai_talks/AMUseBotBackend/dialog/198.1.json | 220 + ai_talks/AMUseBotBackend/dialog/199.1.json | 220 + ai_talks/AMUseBotBackend/dialog/200.1.json | 190 + ai_talks/AMUseBotBackend/dialog/201.1.json | 154 + ai_talks/AMUseBotBackend/dialog/202.1.json | 130 + ai_talks/AMUseBotBackend/dialog/203.1.json | 292 + ai_talks/AMUseBotBackend/dialog/204.1.json | 136 + ai_talks/AMUseBotBackend/dialog/205.1.json | 130 + ai_talks/AMUseBotBackend/dialog/206.1.json | 256 + ai_talks/AMUseBotBackend/dialog/207.1.json | 130 + ai_talks/AMUseBotBackend/dialog/208.1.json | 214 + ai_talks/AMUseBotBackend/dialog/209.1.json | 280 + ai_talks/AMUseBotBackend/dialog/210.1.json | 220 + ai_talks/AMUseBotBackend/dialog/211.1.json | 268 + ai_talks/AMUseBotBackend/dialog/212.1.json | 394 + ai_talks/AMUseBotBackend/dialog/213.1.json | 148 + ai_talks/AMUseBotBackend/dialog/214.1.json | 184 + ai_talks/AMUseBotBackend/dialog/215.1.json | 268 + ai_talks/AMUseBotBackend/dialog/216.1.json | 172 + ai_talks/AMUseBotBackend/dialog/217.1.json | 178 + ai_talks/AMUseBotBackend/dialog/218.1.json | 178 + ai_talks/AMUseBotBackend/dialog/219.1.json | 298 + ai_talks/AMUseBotBackend/dialog/220.1.json | 280 + ai_talks/AMUseBotBackend/dialog/221.1.json | 244 + ai_talks/AMUseBotBackend/dialog/222.1.json | 238 + ai_talks/AMUseBotBackend/dialog/223.1.json | 292 + ai_talks/AMUseBotBackend/dialog/224.1.json | 136 + ai_talks/AMUseBotBackend/dialog/225.1.json | 100 + ai_talks/AMUseBotBackend/dialog/226.1.json | 196 + ai_talks/AMUseBotBackend/dialog/227.1.json | 274 + ai_talks/AMUseBotBackend/dialog/228.1.json | 268 + ai_talks/AMUseBotBackend/dialog/229.1.json | 190 + ai_talks/AMUseBotBackend/dialog/230.1.json | 88 + ai_talks/AMUseBotBackend/dialog/231.1.json | 88 + ai_talks/AMUseBotBackend/dialog/232.1.json | 136 + ai_talks/AMUseBotBackend/dialog/233.1.json | 376 + ai_talks/AMUseBotBackend/dialog/234.1.json | 262 + ai_talks/AMUseBotBackend/dialog/235.1.json | 202 + ai_talks/AMUseBotBackend/dialog/236.1.json | 148 + ai_talks/AMUseBotBackend/dialog/237.1.json | 220 + ai_talks/AMUseBotBackend/dialog/238.1.json | 220 + ai_talks/AMUseBotBackend/dialog/239.1.json | 88 + ai_talks/AMUseBotBackend/dialog/240.1.json | 232 + ai_talks/AMUseBotBackend/dialog/241.1.json | 106 + ai_talks/AMUseBotBackend/dialog/242.1.json | 280 + ai_talks/AMUseBotBackend/dialog/243.1.json | 172 + ai_talks/AMUseBotBackend/dialog/244.1.json | 160 + ai_talks/AMUseBotBackend/dialog/245.1.json | 220 + ai_talks/AMUseBotBackend/dialog/246.1.json | 226 + ai_talks/AMUseBotBackend/dialog/247.1.json | 496 + ai_talks/AMUseBotBackend/dialog/248.1.json | 244 + ai_talks/AMUseBotBackend/dialog/249.1.json | 208 + ai_talks/AMUseBotBackend/dialog/250.1.json | 208 + ai_talks/AMUseBotBackend/dialog/251.1.json | 280 + ai_talks/AMUseBotBackend/dialog/252.1.json | 208 + ai_talks/AMUseBotBackend/dialog/253.1.json | 232 + ai_talks/AMUseBotBackend/dialog/254.1.json | 160 + ai_talks/AMUseBotBackend/dialog/255.1.json | 286 + ai_talks/AMUseBotBackend/dialog/256.1.json | 184 + ai_talks/AMUseBotBackend/dialog/257.1.json | 142 + ai_talks/AMUseBotBackend/dialog/258.1.json | 208 + ai_talks/AMUseBotBackend/dialog/259.1.json | 244 + ai_talks/AMUseBotBackend/doc/Metody.md | 61 + ai_talks/AMUseBotBackend/main.py | 63 + .../models/NLU/roberta-base-cookdial.txt | 1 + ai_talks/AMUseBotBackend/models/README.md | 1 + .../recipe/000_English_Walnut_Pie.json | 102 + .../recipe/001_Broccoli_Cheese_Crepes.json | 204 + .../recipe/002_Cake_Doughnuts.json | 156 + .../recipe/003_Basil_Burgers.json | 72 + .../recipe/004_Dads_BBQ_Roast.json | 90 + ...ied_Leg_of_Lamb_With_Cumin_and_Garlic.json | 144 + .../recipe/006_Cinnamon_Bread_I.json | 162 + .../007_Baked_Chicken_Breasts_Supreme.json | 102 + .../008_Chocolate_Hazelnut_Fruit_Crepes.json | 60 + .../009_Dziriat_Algerian_Almond_Tarts.json | 306 + .../010_Basic_Syrup_for_Sunset_Cooler.json | 54 + .../recipe/011_Deep_Fried_Turkey.json | 108 + .../recipe/012_Fried_Beef_Ribs.json | 108 + .../recipe/013_Aaahh_Potato_Soup.json | 66 + .../recipe/014_Frosted_Ruby_Punch.json | 72 + .../recipe/015_California_Chicken.json | 96 + .../recipe/016_E_Z_Cheezy_Pie.json | 144 + .../recipe/017_Bakers_Secret_Pie_Crust.json | 150 + .../recipe/018_Easiest_Salad_Dressing.json | 42 + .../recipe/019_Black_Bean_Lasagna_Rolls.json | 114 + .../recipe/020_Alaskan_Halibut_Lasagna.json | 156 + .../recipe/021_Cupids_Cookies.json | 168 + ...rtichoke_and_Sun_dried_Tomato_Chicken.json | 90 + .../recipe/023_Caramel_Chocolate_Corn.json | 150 + .../recipe/024_Awesome_Turkey_Sandwich.json | 96 + .../025_Cheddar_Artichoke_Quiche_Cups.json | 126 + .../recipe/026_British_Bread_Pudding.json | 102 + ..._Baked_Spaghetti_Squash_Lasagna_Style.json | 150 + .../recipe/028_Cinnamon_Crackle_Cookies.json | 132 + .../recipe/029_Country_Fried_Chicken.json | 114 + .../recipe/030_chicken_pot_pie_ix.json | 174 + .../recipe/031_Caraway_Rye_Muffins.json | 108 + .../AMUseBotBackend/recipe/032_Eggnog_II.json | 108 + .../recipe/033_Cold_Cocoa_Smoothie.json | 54 + .../034_A_Very_Intense_Fruit_Smoothie.json | 36 + .../recipe/035_Delicious_Artichoke_Dip.json | 78 + .../recipe/036_Atomic_Canuck_Chili.json | 150 + .../recipe/037_Baked_Aloha_Chicken.json | 90 + ...38_Beths_Spicy_Oatmeal_Raisin_Cookies.json | 138 + .../039_Eileens_Spicy_Gingerbread_Men.json | 144 + .../recipe/040_Crustless_Spinach_Quiche.json | 108 + .../recipe/041_Gelatin_Fruit_Salad.json | 54 + .../recipe/042_Asian_Ginger_Dressing.json | 78 + .../043_Campfire_Angel_Food_Yummies.json | 36 + .../recipe/044_Chicken_Pot_Pie_II_2.json | 180 + .../recipe/045_Almond_Buttercrunch.json | 72 + .../recipe/046_Cranberry_Apple_Pie_II.json | 114 + .../recipe/047_1_Pot_3_Bean_Chicken_Stew.json | 138 + .../recipe/048_Black_Bean_Chili.json | 126 + .../recipe/049_Eggnog_Blend.json | 84 + .../recipe/050_Deep_South_Fried_Chicken.json | 84 + .../AMUseBotBackend/recipe/051_Biriyani.json | 216 + .../recipe/052_Cinnamon_Sugar_Cookies_2.json | 132 + .../recipe/053_Banana_Orange_Bars.json | 126 + .../recipe/054_Buttermilk_Shake.json | 54 + .../recipe/055_Grandmas_Gingersnaps.json | 114 + .../recipe/056_Asian_Turkey_Burgers.json | 78 + .../recipe/057_Apple_Cranberry_Crisp_2.json | 108 + .../recipe/058_Fall_Harvest_Baked_Apples.json | 96 + .../recipe/059_Fancy_Brussels_Sprouts.json | 72 + .../AMUseBotBackend/recipe/060_Churros.json | 102 + .../recipe/061_Easy_Fried_Eggplant.json | 54 + ...ry_Fish_Tacos_with_Crunchy_Corn_Salsa.json | 126 + .../recipe/063_Best_Macaroni_Salad.json | 96 + ...rly_Morning_Oven_Roasted_New_Potatoes.json | 72 + .../recipe/065_Beet_and_Pear_Puree.json | 102 + .../recipe/066_Crab_Cake_Sauce.json | 60 + .../recipe/067_Easy_Bake_Oven_Cookie_Mix.json | 114 + .../recipe/068_Garlic_Chicken_Stir_Fry.json | 138 + .../recipe/069_Chili_For_Two.json | 66 + ...isons_Slow_Cooker_Vegetable_Beef_Soup.json | 96 + .../recipe/071_Easy_Pot_Roast.json | 90 + .../072_Classic_Peanut_Butter_Cookies.json | 114 + .../recipe/073_Chicken_Vegetable_Stew.json | 102 + .../recipe/074_Eggplant_Mixed_Grill.json | 120 + .../recipe/075_Fresh_Apple_Cake.json | 138 + ...gplant_and_Pepper_Parmesan_Sandwiches.json | 102 + ...llini_Soup_With_Zucchini_and_Tomatoes.json | 84 + .../recipe/078_Chicken_Fried_Chops_2.json | 90 + .../079_Black_Bean_and_Corn_Quesadillas.json | 114 + .../recipe/080_Crab_Quiche.json | 114 + ...81_Crab_and_Lobster_Stuffed_Mushrooms.json | 96 + .../082_Crabby_Cliffs_Mushroom_Puffs.json | 120 + .../recipe/083_Frosted_Shortbread.json | 114 + .../recipe/084_Dads_Best_Burgers.json | 96 + .../recipe/085_Apple_Butter_V.json | 90 + .../recipe/086_Garlic_Crab_Artichoke_Dip.json | 66 + .../recipe/087_Cabin_Hash.json | 72 + .../recipe/088_Chocolate_Madeleines.json | 126 + .../recipe/089_Drunken_Fruit_Salsa.json | 54 + ...ken_Marsala_with_Portobello_Mushrooms.json | 156 + .../recipe/091_Garlic_Butter.json | 60 + .../recipe/092_Cinnamon_Rolls_I.json | 174 + .../093_Brandy_Flamed_Peppercorn_Steak.json | 150 + .../recipe/094_Blackened_Tuna.json | 60 + ...igs_with_Goat_Cheese_Pecans_and_Bacon.json | 66 + .../recipe/096_Cucumber_Sandwiches.json | 60 + .../recipe/097_Chicken_Pot_Pie_II.json | 228 + .../recipe/098_Corn_Bread_Sloppy_Joes.json | 114 + .../099_Fresh_Cranberry_Spiced_Tea.json | 96 + .../recipe/100_Fruit_Dip_2.json | 48 + .../101_Canadian_Cedar_Planked_Salmon.json | 102 + .../recipe/102_Bacon_Wrapped_Hotdogs.json | 48 + .../recipe/103_Grandmas_Carrot_Cake.json | 180 + .../recipe/104_Bacon_Wrapped_Smokies.json | 66 + .../recipe/105_Chai_Butter_Cookies.json | 108 + .../recipe/106_Festive_Shortbread_Logs.json | 108 + .../recipe/107_Broccoli_Chicken_Roli.json | 132 + .../108_Baked_Fake_Steak_with_Gravy.json | 180 + .../recipe/109_Feta_Chicken_Salad.json | 90 + .../recipe/110_Babis_Bean_Salad.json | 150 + .../111_Caramel_Shortbread_Squares.json | 138 + .../recipe/112_Easy_Pavlova.json | 150 + .../113_Cheesy_Cheddar_Potato_Boats.json | 72 + .../114_Chocolate_Covered_Banana_Pie.json | 150 + .../recipe/115_Chocolate_Cream_Dessert.json | 120 + .../recipe/116_Date_Nut_Bars.json | 102 + .../recipe/117_Applesauce_Bread_I.json | 120 + ...18_Fast_and_Delicious_Black_Bean_Soup.json | 144 + ...119_Doreens_Oriental_Swordfish_Steaks.json | 78 + .../recipe/120_Grandmas_Gnocchi.json | 102 + .../recipe/121_Crawfish_Etouffee_III.json | 60 + .../recipe/122_Diegos_Special_Beef_Stew.json | 174 + .../recipe/123_Chicken_Fiesta_Salad.json | 96 + .../recipe/124_Garden_Potato_Salad.json | 126 + ...125_Caribbean_Canadian_Glazed_Chicken.json | 114 + .../recipe/126_Apple_Pie_2.json | 54 + .../recipe/127_Cabbage_Rolls_II.json | 126 + .../128_Carrots_and_Onions_Au_Gratin.json | 132 + .../recipe/129_Best_Ever_Tuna_Salad.json | 114 + .../recipe/130_Adriennes_Tom_Ka_Gai.json | 126 + .../recipe/131_Broccoli_Coleslaw.json | 84 + .../132_Dads_Kickin_Jamaican_Wings_Mon.json | 78 + .../recipe/133_Cosmopolitan.json | 54 + .../recipe/134_Apple_Blueberry_Tarts.json | 138 + .../135_Butterscotch_Brownies_in_a_Jar.json | 102 + .../recipe/136_Easy_Marinated_Vegetables.json | 84 + .../recipe/137_Chicken_Eileen.json | 60 + .../recipe/138_Fruited_Ice_Cream.json | 54 + .../recipe/139_Golden_Cheese_Yeast_Bread.json | 120 + .../recipe/140_Eclairs_II.json | 228 + .../recipe/141_Caramelized_Apple_Bites.json | 48 + ..._Badische_Schupfnudeln_Potato_Noodles.json | 126 + .../recipe/143_Flavorful_Rice_Dressing_2.json | 144 + .../recipe/144_Baked_Apple_Oatmeal.json | 90 + .../recipe/145_BBQ_Chicken_Wings.json | 108 + .../recipe/146_Fig_Bars_II.json | 126 + .../147_Carrot_and_Coriander_Soup_II.json | 60 + .../recipe/148_Baked_Fettuccine_Lasagna.json | 174 + .../recipe/149_Barbecued_Shredded_Beef.json | 108 + .../150_German_Chocolate_Brownie_Cookies.json | 180 + .../recipe/151_Dutch_Cream_Waffles.json | 84 + .../recipe/152_Glazed_Ham.json | 126 + .../recipe/153_Bocconcini_Salad.json | 90 + .../recipe/154_Chicken_Spinach_Bake.json | 192 + .../155_Cawl_Traditional_Welsh_Broth.json | 138 + .../recipe/156_Chicken_Tacos.json | 132 + ai_talks/AMUseBotBackend/recipe/157_Biga.json | 72 + .../AMUseBotBackend/recipe/158_Empanadas.json | 108 + .../recipe/159_Dilled_Garlic.json | 72 + ...zabeths_Extreme_Chocolate_Lovers_Cake.json | 276 + .../recipe/161_Brownie_Mix_in_a_Jar_III.json | 114 + .../recipe/162_Cindis_Egg_Rolls.json | 180 + .../recipe/163_Arroz_con_Pollo_II.json | 120 + .../164_Famous_Caramel_Cookie_Bars.json | 78 + .../recipe/165_Coq_au_Vin_alla_Italiana.json | 150 + .../recipe/166_Campagnard_Sauce.json | 72 + .../recipe/167_Cookie_Jar_Sugar_Cookies.json | 132 + .../168_Banana_Kiwi_Strawberry_Tart.json | 216 + ...ccoflower_Risotto_with_Wild_Mushrooms.json | 108 + .../recipe/170_Dipping_Sauce.json | 66 + .../171_A_Surprise_Inside_French_Toast.json | 114 + .../recipe/172_Chocolate_Crisps.json | 120 + .../recipe/173_Cookie_Paints.json | 30 + .../recipe/174_Date_Loaf_Cake.json | 96 + .../recipe/175_Cornbread_Dressing_I.json | 120 + .../recipe/176_Chocolate_Chews.json | 126 + ...oated_Milk_Chocolate_Pieces_Cookies_I.json | 108 + .../178_Bacon_Mushroom_Swiss_Meatloaf.json | 138 + .../recipe/179_Chunky_Pizza_Dip.json | 66 + .../recipe/180_Easy_Punch.json | 54 + .../181_Grandmas_Wheat_Germ_Cookies.json | 120 + .../recipe/182_BBQ_Chuck_Roast.json | 114 + .../recipe/183_Armadillo_Eggs.json | 102 + .../recipe/184_Crunchy_Cheese_Sandwiches.json | 96 + .../185_Dilly_Chicken_and_Potatoes.json | 120 + .../recipe/186_Candy_Bar_Squares.json | 114 + .../recipe/187_Fried_Apple_Pies.json | 144 + .../recipe/188_Baked_Fish_and_Rice_2.json | 108 + .../recipe/189_Fresh_Apple_Walnut_Cake.json | 132 + .../recipe/190_Chicken_Stuffed_Buns.json | 90 + .../recipe/191_Dads_Flat_Bread.json | 120 + .../recipe/192_Baked_French_Toast_2.json | 108 + ...93_Fab_Summer_Blackened_Chicken_Salad.json | 126 + .../recipe/194_Cabbage_Kielbasa_Supper.json | 72 + ..._Chocolate_Chip_Cookie_Ice_Cream_Cake.json | 108 + .../196_Absolutely_Awesome_BBQ_Sauce.json | 78 + .../recipe/197_Citrus_Infused_Guacamole.json | 78 + .../recipe/198_Banana_Chip_Muffins_I.json | 108 + .../recipe/199_French_Spring_Soup.json | 114 + .../recipe/200_Black_Forest_Dump_Cake_II.json | 84 + .../recipe/201_Asparagus_Sandwiches.json | 72 + .../recipe/202_Avocado_Tzatziki.json | 84 + ...led_Chicken_with_Roasted_Garlic_Sauce.json | 156 + .../204_Flax_and_Sunflower_Seed_Bread.json | 78 + .../205_Argentine_Chimichurri_Bread.json | 96 + .../recipe/206_Enchilada_Style_Burritos.json | 132 + .../recipe/207_Fresh_Apple_Salsa.json | 84 + .../recipe/208_Crawfish_Chowder.json | 120 + .../recipe/209_Grand_Marnier_Chicken.json | 174 + .../recipe/210_Chicken_with_Vegetables.json | 144 + .../recipe/211_apple_butter_spice_cake.json | 132 + .../212_Butterscotch_Basketball_Cookies.json | 210 + .../recipe/213_Curried_Winter_Squash.json | 72 + ...ken_Salad_With_Thai_Flavored_Dressing.json | 114 + .../215_Chicken_and_Herbs_in_White_Wine.json | 156 + .../recipe/216_Adobo_Chicken_with_Ginger.json | 96 + .../recipe/217_Cookie_Jar_Gingersnaps.json | 102 + .../recipe/218_Fudge_Drops.json | 84 + .../recipe/219_Carrot_Pineapple_Cake_I.json | 174 + .../recipe/220_French_Apple_Cream_Pie.json | 132 + .../recipe/221_Basic_Chicken_Stock.json | 144 + .../222_Crustless_Spinach_Quiche_2.json | 90 + .../recipe/223_Cookie_Bowl.json | 150 + .../recipe/224_Garden_Party_Salad.json | 78 + .../recipe/225_Chipotle_Mayo_Relish.json | 54 + .../recipe/226_Bruschetta_II_2.json | 78 + .../recipe/227_Almond_Apricot_Bread.json | 156 + .../recipe/228_Best_Chocolate_Chippers.json | 126 + .../229_Cheesy_Sweet_and_Savory_Spuds.json | 102 + .../recipe/230_Fire_Side_Coffee.json | 60 + .../recipe/231_Easy_Alfredo_Sauce_I.json | 48 + .../recipe/232_Double_Fudge_Brownie_Mix.json | 48 + .../recipe/233_Chocolate_Cheesecake_II.json | 198 + .../recipe/234_Chicken_Tortilla_Soup_IV.json | 132 + .../recipe/235_Baked_Halibut_Steaks.json | 108 + .../recipe/236_Cranberry_Brandy_Slush.json | 54 + .../237_Baked_Pork_Chops_Low_Fat_Version.json | 150 + .../recipe/238_Escargots_Vol_au_Vent.json | 114 + .../recipe/239_Bahama_Mama_II.json | 42 + .../recipe/240_Anzac_Biscuits_I.json | 90 + .../241_Chocolate_Covered_Pretzels.json | 42 + .../recipe/242_Cinnamon_Chocolate_Cake_2.json | 192 + .../recipe/243_Gingery_Fish_Kabobs.json | 108 + .../recipe/244_Artichoke_Hummus.json | 84 + .../recipe/245_Gingered_Mango_Salsa.json | 66 + .../recipe/246_Baked_Salmon_with_Herbs.json | 102 + .../recipe/247_Gerrys_Chicken_Enchiladas.json | 204 + .../recipe/248_Bacon_Wrapped_Hamburgers.json | 114 + .../recipe/249_A_1_Chicken_Soup.json | 120 + .../250_German_Sweet_Chocolate_Pie.json | 90 + .../recipe/251_Buffalo_Chicken_Wings_I.json | 84 + .../recipe/252_Corned_Beef_Hash.json | 48 + .../recipe/253_Bs_Cordon_Bleu_Bundles.json | 96 + .../recipe/254_Coconut_Ambrosia_Salad.json | 66 + .../recipe/255_Aunt_Mamies.json | 156 + .../recipe/256_Fried_Chicken_Tenders.json | 126 + .../257_Broiled_Egg_Salad_Sandwiches.json | 96 + .../recipe/258_Banana_Bran_Muffins.json | 132 + .../259_Chicken_and_Black_Bean_Chili.json | 174 + ai_talks/AMUseBotBackend/requirements.txt | 9 + ai_talks/AMUseBotBackend/src/DP/__init__.py | 0 ai_talks/AMUseBotBackend/src/DP/dp.py | 62 + ai_talks/AMUseBotBackend/src/DST/__init__.py | 0 ai_talks/AMUseBotBackend/src/DST/dst.py | 107 + ai_talks/AMUseBotBackend/src/NLG/__init__.py | 0 ai_talks/AMUseBotBackend/src/NLG/nlg.py | 26 + ai_talks/AMUseBotBackend/src/NLU/__init__.py | 0 ai_talks/AMUseBotBackend/src/NLU/nlu.py | 22 + ai_talks/AMUseBotBackend/src/README.md | 1 + ai_talks/AMUseBotBackend/src/tools/search.py | 48 + .../AMUseBotBackend/utils/NLU_Trainer.ipynb | 1 + ai_talks/AMUseBotBackend/utils/README.md | 6 + .../utils/chatbot_prototype.ipynb | 5420 ++++++++++ .../AMUseBotBackend/utils/convlab_install.txt | 11 + .../AMUseBotBackend/utils/intent_dict.json | 1 + ai_talks/AMUseBotBackend/utils/main.ipynb | 220 + .../AMUseBotBackend/utils/preprocess_data.py | 46 + .../utils/preprocessed_data.csv | 4611 +++++++++ .../utils/roberta_nlu_training.ipynb | 8983 +++++++++++++++++ .../tools/generate_merged_ingredients.py | 46 + .../tools/ingredients_recipes_merged.csv | 260 + 551 files changed, 104420 insertions(+), 1 deletion(-) delete mode 160000 ai_talks/AMUseBotBackend create mode 100644 ai_talks/AMUseBotBackend/.gitignore create mode 100644 ai_talks/AMUseBotBackend/README.md create mode 100644 ai_talks/AMUseBotBackend/consts.py create mode 100644 ai_talks/AMUseBotBackend/dialog/000.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/001.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/002.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/003.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/004.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/005.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/006.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/007.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/008.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/009.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/010.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/011.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/012.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/013.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/014.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/015.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/016.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/017.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/018.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/019.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/020.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/021.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/022.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/023.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/024.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/025.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/026.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/027.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/028.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/029.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/030.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/031.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/032.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/033.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/034.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/035.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/036.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/037.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/038.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/039.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/040.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/041.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/042.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/043.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/044.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/045.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/046.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/047.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/048.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/049.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/050.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/051.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/052.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/053.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/054.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/055.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/056.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/057.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/058.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/059.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/060.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/061.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/062.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/063.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/064.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/065.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/066.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/067.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/068.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/069.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/070.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/071.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/072.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/073.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/074.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/075.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/076.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/077.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/078.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/079.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/080.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/081.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/082.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/083.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/084.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/085.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/086.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/087.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/088.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/089.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/090.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/091.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/092.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/093.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/094.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/095.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/096.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/097.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/098.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/099.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/100.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/101.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/102.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/103.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/104.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/105.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/106.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/107.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/108.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/109.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/110.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/111.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/112.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/113.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/114.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/115.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/116.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/117.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/118.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/119.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/120.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/121.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/122.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/123.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/124.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/125.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/126.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/127.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/128.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/129.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/130.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/131.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/132.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/133.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/134.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/135.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/136.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/137.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/138.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/139.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/140.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/141.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/142.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/143.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/144.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/145.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/146.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/147.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/148.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/149.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/150.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/151.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/152.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/153.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/154.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/155.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/156.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/157.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/158.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/159.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/160.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/161.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/162.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/163.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/164.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/165.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/166.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/167.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/168.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/169.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/170.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/171.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/172.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/173.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/174.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/175.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/176.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/177.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/178.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/179.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/180.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/181.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/182.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/183.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/184.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/185.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/186.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/187.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/188.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/189.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/190.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/191.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/192.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/193.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/194.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/195.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/196.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/197.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/198.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/199.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/200.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/201.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/202.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/203.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/204.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/205.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/206.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/207.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/208.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/209.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/210.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/211.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/212.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/213.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/214.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/215.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/216.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/217.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/218.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/219.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/220.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/221.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/222.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/223.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/224.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/225.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/226.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/227.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/228.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/229.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/230.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/231.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/232.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/233.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/234.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/235.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/236.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/237.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/238.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/239.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/240.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/241.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/242.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/243.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/244.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/245.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/246.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/247.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/248.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/249.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/250.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/251.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/252.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/253.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/254.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/255.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/256.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/257.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/258.1.json create mode 100644 ai_talks/AMUseBotBackend/dialog/259.1.json create mode 100644 ai_talks/AMUseBotBackend/doc/Metody.md create mode 100644 ai_talks/AMUseBotBackend/main.py create mode 100644 ai_talks/AMUseBotBackend/models/NLU/roberta-base-cookdial.txt create mode 100644 ai_talks/AMUseBotBackend/models/README.md create mode 100644 ai_talks/AMUseBotBackend/recipe/000_English_Walnut_Pie.json create mode 100644 ai_talks/AMUseBotBackend/recipe/001_Broccoli_Cheese_Crepes.json create mode 100644 ai_talks/AMUseBotBackend/recipe/002_Cake_Doughnuts.json create mode 100644 ai_talks/AMUseBotBackend/recipe/003_Basil_Burgers.json create mode 100644 ai_talks/AMUseBotBackend/recipe/004_Dads_BBQ_Roast.json create mode 100644 ai_talks/AMUseBotBackend/recipe/005_Broiled_Slow_Roasted_Butterflied_Leg_of_Lamb_With_Cumin_and_Garlic.json create mode 100644 ai_talks/AMUseBotBackend/recipe/006_Cinnamon_Bread_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/007_Baked_Chicken_Breasts_Supreme.json create mode 100644 ai_talks/AMUseBotBackend/recipe/008_Chocolate_Hazelnut_Fruit_Crepes.json create mode 100644 ai_talks/AMUseBotBackend/recipe/009_Dziriat_Algerian_Almond_Tarts.json create mode 100644 ai_talks/AMUseBotBackend/recipe/010_Basic_Syrup_for_Sunset_Cooler.json create mode 100644 ai_talks/AMUseBotBackend/recipe/011_Deep_Fried_Turkey.json create mode 100644 ai_talks/AMUseBotBackend/recipe/012_Fried_Beef_Ribs.json create mode 100644 ai_talks/AMUseBotBackend/recipe/013_Aaahh_Potato_Soup.json create mode 100644 ai_talks/AMUseBotBackend/recipe/014_Frosted_Ruby_Punch.json create mode 100644 ai_talks/AMUseBotBackend/recipe/015_California_Chicken.json create mode 100644 ai_talks/AMUseBotBackend/recipe/016_E_Z_Cheezy_Pie.json create mode 100644 ai_talks/AMUseBotBackend/recipe/017_Bakers_Secret_Pie_Crust.json create mode 100644 ai_talks/AMUseBotBackend/recipe/018_Easiest_Salad_Dressing.json create mode 100644 ai_talks/AMUseBotBackend/recipe/019_Black_Bean_Lasagna_Rolls.json create mode 100644 ai_talks/AMUseBotBackend/recipe/020_Alaskan_Halibut_Lasagna.json create mode 100644 ai_talks/AMUseBotBackend/recipe/021_Cupids_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/022_Artichoke_and_Sun_dried_Tomato_Chicken.json create mode 100644 ai_talks/AMUseBotBackend/recipe/023_Caramel_Chocolate_Corn.json create mode 100644 ai_talks/AMUseBotBackend/recipe/024_Awesome_Turkey_Sandwich.json create mode 100644 ai_talks/AMUseBotBackend/recipe/025_Cheddar_Artichoke_Quiche_Cups.json create mode 100644 ai_talks/AMUseBotBackend/recipe/026_British_Bread_Pudding.json create mode 100644 ai_talks/AMUseBotBackend/recipe/027_Baked_Spaghetti_Squash_Lasagna_Style.json create mode 100644 ai_talks/AMUseBotBackend/recipe/028_Cinnamon_Crackle_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/029_Country_Fried_Chicken.json create mode 100644 ai_talks/AMUseBotBackend/recipe/030_chicken_pot_pie_ix.json create mode 100644 ai_talks/AMUseBotBackend/recipe/031_Caraway_Rye_Muffins.json create mode 100644 ai_talks/AMUseBotBackend/recipe/032_Eggnog_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/033_Cold_Cocoa_Smoothie.json create mode 100644 ai_talks/AMUseBotBackend/recipe/034_A_Very_Intense_Fruit_Smoothie.json create mode 100644 ai_talks/AMUseBotBackend/recipe/035_Delicious_Artichoke_Dip.json create mode 100644 ai_talks/AMUseBotBackend/recipe/036_Atomic_Canuck_Chili.json create mode 100644 ai_talks/AMUseBotBackend/recipe/037_Baked_Aloha_Chicken.json create mode 100644 ai_talks/AMUseBotBackend/recipe/038_Beths_Spicy_Oatmeal_Raisin_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/039_Eileens_Spicy_Gingerbread_Men.json create mode 100644 ai_talks/AMUseBotBackend/recipe/040_Crustless_Spinach_Quiche.json create mode 100644 ai_talks/AMUseBotBackend/recipe/041_Gelatin_Fruit_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/042_Asian_Ginger_Dressing.json create mode 100644 ai_talks/AMUseBotBackend/recipe/043_Campfire_Angel_Food_Yummies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/044_Chicken_Pot_Pie_II_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/045_Almond_Buttercrunch.json create mode 100644 ai_talks/AMUseBotBackend/recipe/046_Cranberry_Apple_Pie_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/047_1_Pot_3_Bean_Chicken_Stew.json create mode 100644 ai_talks/AMUseBotBackend/recipe/048_Black_Bean_Chili.json create mode 100644 ai_talks/AMUseBotBackend/recipe/049_Eggnog_Blend.json create mode 100644 ai_talks/AMUseBotBackend/recipe/050_Deep_South_Fried_Chicken.json create mode 100644 ai_talks/AMUseBotBackend/recipe/051_Biriyani.json create mode 100644 ai_talks/AMUseBotBackend/recipe/052_Cinnamon_Sugar_Cookies_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/053_Banana_Orange_Bars.json create mode 100644 ai_talks/AMUseBotBackend/recipe/054_Buttermilk_Shake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/055_Grandmas_Gingersnaps.json create mode 100644 ai_talks/AMUseBotBackend/recipe/056_Asian_Turkey_Burgers.json create mode 100644 ai_talks/AMUseBotBackend/recipe/057_Apple_Cranberry_Crisp_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/058_Fall_Harvest_Baked_Apples.json create mode 100644 ai_talks/AMUseBotBackend/recipe/059_Fancy_Brussels_Sprouts.json create mode 100644 ai_talks/AMUseBotBackend/recipe/060_Churros.json create mode 100644 ai_talks/AMUseBotBackend/recipe/061_Easy_Fried_Eggplant.json create mode 100644 ai_talks/AMUseBotBackend/recipe/062_Fiery_Fish_Tacos_with_Crunchy_Corn_Salsa.json create mode 100644 ai_talks/AMUseBotBackend/recipe/063_Best_Macaroni_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/064_Early_Morning_Oven_Roasted_New_Potatoes.json create mode 100644 ai_talks/AMUseBotBackend/recipe/065_Beet_and_Pear_Puree.json create mode 100644 ai_talks/AMUseBotBackend/recipe/066_Crab_Cake_Sauce.json create mode 100644 ai_talks/AMUseBotBackend/recipe/067_Easy_Bake_Oven_Cookie_Mix.json create mode 100644 ai_talks/AMUseBotBackend/recipe/068_Garlic_Chicken_Stir_Fry.json create mode 100644 ai_talks/AMUseBotBackend/recipe/069_Chili_For_Two.json create mode 100644 ai_talks/AMUseBotBackend/recipe/070_Alisons_Slow_Cooker_Vegetable_Beef_Soup.json create mode 100644 ai_talks/AMUseBotBackend/recipe/071_Easy_Pot_Roast.json create mode 100644 ai_talks/AMUseBotBackend/recipe/072_Classic_Peanut_Butter_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/073_Chicken_Vegetable_Stew.json create mode 100644 ai_talks/AMUseBotBackend/recipe/074_Eggplant_Mixed_Grill.json create mode 100644 ai_talks/AMUseBotBackend/recipe/075_Fresh_Apple_Cake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/076_Eggplant_and_Pepper_Parmesan_Sandwiches.json create mode 100644 ai_talks/AMUseBotBackend/recipe/077_Chicken_Tortellini_Soup_With_Zucchini_and_Tomatoes.json create mode 100644 ai_talks/AMUseBotBackend/recipe/078_Chicken_Fried_Chops_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/079_Black_Bean_and_Corn_Quesadillas.json create mode 100644 ai_talks/AMUseBotBackend/recipe/080_Crab_Quiche.json create mode 100644 ai_talks/AMUseBotBackend/recipe/081_Crab_and_Lobster_Stuffed_Mushrooms.json create mode 100644 ai_talks/AMUseBotBackend/recipe/082_Crabby_Cliffs_Mushroom_Puffs.json create mode 100644 ai_talks/AMUseBotBackend/recipe/083_Frosted_Shortbread.json create mode 100644 ai_talks/AMUseBotBackend/recipe/084_Dads_Best_Burgers.json create mode 100644 ai_talks/AMUseBotBackend/recipe/085_Apple_Butter_V.json create mode 100644 ai_talks/AMUseBotBackend/recipe/086_Garlic_Crab_Artichoke_Dip.json create mode 100644 ai_talks/AMUseBotBackend/recipe/087_Cabin_Hash.json create mode 100644 ai_talks/AMUseBotBackend/recipe/088_Chocolate_Madeleines.json create mode 100644 ai_talks/AMUseBotBackend/recipe/089_Drunken_Fruit_Salsa.json create mode 100644 ai_talks/AMUseBotBackend/recipe/090_Chicken_Marsala_with_Portobello_Mushrooms.json create mode 100644 ai_talks/AMUseBotBackend/recipe/091_Garlic_Butter.json create mode 100644 ai_talks/AMUseBotBackend/recipe/092_Cinnamon_Rolls_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/093_Brandy_Flamed_Peppercorn_Steak.json create mode 100644 ai_talks/AMUseBotBackend/recipe/094_Blackened_Tuna.json create mode 100644 ai_talks/AMUseBotBackend/recipe/095_Figs_with_Goat_Cheese_Pecans_and_Bacon.json create mode 100644 ai_talks/AMUseBotBackend/recipe/096_Cucumber_Sandwiches.json create mode 100644 ai_talks/AMUseBotBackend/recipe/097_Chicken_Pot_Pie_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/098_Corn_Bread_Sloppy_Joes.json create mode 100644 ai_talks/AMUseBotBackend/recipe/099_Fresh_Cranberry_Spiced_Tea.json create mode 100644 ai_talks/AMUseBotBackend/recipe/100_Fruit_Dip_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/101_Canadian_Cedar_Planked_Salmon.json create mode 100644 ai_talks/AMUseBotBackend/recipe/102_Bacon_Wrapped_Hotdogs.json create mode 100644 ai_talks/AMUseBotBackend/recipe/103_Grandmas_Carrot_Cake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/104_Bacon_Wrapped_Smokies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/105_Chai_Butter_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/106_Festive_Shortbread_Logs.json create mode 100644 ai_talks/AMUseBotBackend/recipe/107_Broccoli_Chicken_Roli.json create mode 100644 ai_talks/AMUseBotBackend/recipe/108_Baked_Fake_Steak_with_Gravy.json create mode 100644 ai_talks/AMUseBotBackend/recipe/109_Feta_Chicken_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/110_Babis_Bean_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/111_Caramel_Shortbread_Squares.json create mode 100644 ai_talks/AMUseBotBackend/recipe/112_Easy_Pavlova.json create mode 100644 ai_talks/AMUseBotBackend/recipe/113_Cheesy_Cheddar_Potato_Boats.json create mode 100644 ai_talks/AMUseBotBackend/recipe/114_Chocolate_Covered_Banana_Pie.json create mode 100644 ai_talks/AMUseBotBackend/recipe/115_Chocolate_Cream_Dessert.json create mode 100644 ai_talks/AMUseBotBackend/recipe/116_Date_Nut_Bars.json create mode 100644 ai_talks/AMUseBotBackend/recipe/117_Applesauce_Bread_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/118_Fast_and_Delicious_Black_Bean_Soup.json create mode 100644 ai_talks/AMUseBotBackend/recipe/119_Doreens_Oriental_Swordfish_Steaks.json create mode 100644 ai_talks/AMUseBotBackend/recipe/120_Grandmas_Gnocchi.json create mode 100644 ai_talks/AMUseBotBackend/recipe/121_Crawfish_Etouffee_III.json create mode 100644 ai_talks/AMUseBotBackend/recipe/122_Diegos_Special_Beef_Stew.json create mode 100644 ai_talks/AMUseBotBackend/recipe/123_Chicken_Fiesta_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/124_Garden_Potato_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/125_Caribbean_Canadian_Glazed_Chicken.json create mode 100644 ai_talks/AMUseBotBackend/recipe/126_Apple_Pie_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/127_Cabbage_Rolls_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/128_Carrots_and_Onions_Au_Gratin.json create mode 100644 ai_talks/AMUseBotBackend/recipe/129_Best_Ever_Tuna_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/130_Adriennes_Tom_Ka_Gai.json create mode 100644 ai_talks/AMUseBotBackend/recipe/131_Broccoli_Coleslaw.json create mode 100644 ai_talks/AMUseBotBackend/recipe/132_Dads_Kickin_Jamaican_Wings_Mon.json create mode 100644 ai_talks/AMUseBotBackend/recipe/133_Cosmopolitan.json create mode 100644 ai_talks/AMUseBotBackend/recipe/134_Apple_Blueberry_Tarts.json create mode 100644 ai_talks/AMUseBotBackend/recipe/135_Butterscotch_Brownies_in_a_Jar.json create mode 100644 ai_talks/AMUseBotBackend/recipe/136_Easy_Marinated_Vegetables.json create mode 100644 ai_talks/AMUseBotBackend/recipe/137_Chicken_Eileen.json create mode 100644 ai_talks/AMUseBotBackend/recipe/138_Fruited_Ice_Cream.json create mode 100644 ai_talks/AMUseBotBackend/recipe/139_Golden_Cheese_Yeast_Bread.json create mode 100644 ai_talks/AMUseBotBackend/recipe/140_Eclairs_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/141_Caramelized_Apple_Bites.json create mode 100644 ai_talks/AMUseBotBackend/recipe/142_Badische_Schupfnudeln_Potato_Noodles.json create mode 100644 ai_talks/AMUseBotBackend/recipe/143_Flavorful_Rice_Dressing_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/144_Baked_Apple_Oatmeal.json create mode 100644 ai_talks/AMUseBotBackend/recipe/145_BBQ_Chicken_Wings.json create mode 100644 ai_talks/AMUseBotBackend/recipe/146_Fig_Bars_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/147_Carrot_and_Coriander_Soup_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/148_Baked_Fettuccine_Lasagna.json create mode 100644 ai_talks/AMUseBotBackend/recipe/149_Barbecued_Shredded_Beef.json create mode 100644 ai_talks/AMUseBotBackend/recipe/150_German_Chocolate_Brownie_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/151_Dutch_Cream_Waffles.json create mode 100644 ai_talks/AMUseBotBackend/recipe/152_Glazed_Ham.json create mode 100644 ai_talks/AMUseBotBackend/recipe/153_Bocconcini_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/154_Chicken_Spinach_Bake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/155_Cawl_Traditional_Welsh_Broth.json create mode 100644 ai_talks/AMUseBotBackend/recipe/156_Chicken_Tacos.json create mode 100644 ai_talks/AMUseBotBackend/recipe/157_Biga.json create mode 100644 ai_talks/AMUseBotBackend/recipe/158_Empanadas.json create mode 100644 ai_talks/AMUseBotBackend/recipe/159_Dilled_Garlic.json create mode 100644 ai_talks/AMUseBotBackend/recipe/160_Elizabeths_Extreme_Chocolate_Lovers_Cake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/161_Brownie_Mix_in_a_Jar_III.json create mode 100644 ai_talks/AMUseBotBackend/recipe/162_Cindis_Egg_Rolls.json create mode 100644 ai_talks/AMUseBotBackend/recipe/163_Arroz_con_Pollo_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/164_Famous_Caramel_Cookie_Bars.json create mode 100644 ai_talks/AMUseBotBackend/recipe/165_Coq_au_Vin_alla_Italiana.json create mode 100644 ai_talks/AMUseBotBackend/recipe/166_Campagnard_Sauce.json create mode 100644 ai_talks/AMUseBotBackend/recipe/167_Cookie_Jar_Sugar_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/168_Banana_Kiwi_Strawberry_Tart.json create mode 100644 ai_talks/AMUseBotBackend/recipe/169_Broccoflower_Risotto_with_Wild_Mushrooms.json create mode 100644 ai_talks/AMUseBotBackend/recipe/170_Dipping_Sauce.json create mode 100644 ai_talks/AMUseBotBackend/recipe/171_A_Surprise_Inside_French_Toast.json create mode 100644 ai_talks/AMUseBotBackend/recipe/172_Chocolate_Crisps.json create mode 100644 ai_talks/AMUseBotBackend/recipe/173_Cookie_Paints.json create mode 100644 ai_talks/AMUseBotBackend/recipe/174_Date_Loaf_Cake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/175_Cornbread_Dressing_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/176_Chocolate_Chews.json create mode 100644 ai_talks/AMUseBotBackend/recipe/177_Candy_Coated_Milk_Chocolate_Pieces_Cookies_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/178_Bacon_Mushroom_Swiss_Meatloaf.json create mode 100644 ai_talks/AMUseBotBackend/recipe/179_Chunky_Pizza_Dip.json create mode 100644 ai_talks/AMUseBotBackend/recipe/180_Easy_Punch.json create mode 100644 ai_talks/AMUseBotBackend/recipe/181_Grandmas_Wheat_Germ_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/182_BBQ_Chuck_Roast.json create mode 100644 ai_talks/AMUseBotBackend/recipe/183_Armadillo_Eggs.json create mode 100644 ai_talks/AMUseBotBackend/recipe/184_Crunchy_Cheese_Sandwiches.json create mode 100644 ai_talks/AMUseBotBackend/recipe/185_Dilly_Chicken_and_Potatoes.json create mode 100644 ai_talks/AMUseBotBackend/recipe/186_Candy_Bar_Squares.json create mode 100644 ai_talks/AMUseBotBackend/recipe/187_Fried_Apple_Pies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/188_Baked_Fish_and_Rice_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/189_Fresh_Apple_Walnut_Cake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/190_Chicken_Stuffed_Buns.json create mode 100644 ai_talks/AMUseBotBackend/recipe/191_Dads_Flat_Bread.json create mode 100644 ai_talks/AMUseBotBackend/recipe/192_Baked_French_Toast_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/193_Fab_Summer_Blackened_Chicken_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/194_Cabbage_Kielbasa_Supper.json create mode 100644 ai_talks/AMUseBotBackend/recipe/195_Chocolate_Chip_Cookie_Ice_Cream_Cake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/196_Absolutely_Awesome_BBQ_Sauce.json create mode 100644 ai_talks/AMUseBotBackend/recipe/197_Citrus_Infused_Guacamole.json create mode 100644 ai_talks/AMUseBotBackend/recipe/198_Banana_Chip_Muffins_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/199_French_Spring_Soup.json create mode 100644 ai_talks/AMUseBotBackend/recipe/200_Black_Forest_Dump_Cake_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/201_Asparagus_Sandwiches.json create mode 100644 ai_talks/AMUseBotBackend/recipe/202_Avocado_Tzatziki.json create mode 100644 ai_talks/AMUseBotBackend/recipe/203_Broiled_Chicken_with_Roasted_Garlic_Sauce.json create mode 100644 ai_talks/AMUseBotBackend/recipe/204_Flax_and_Sunflower_Seed_Bread.json create mode 100644 ai_talks/AMUseBotBackend/recipe/205_Argentine_Chimichurri_Bread.json create mode 100644 ai_talks/AMUseBotBackend/recipe/206_Enchilada_Style_Burritos.json create mode 100644 ai_talks/AMUseBotBackend/recipe/207_Fresh_Apple_Salsa.json create mode 100644 ai_talks/AMUseBotBackend/recipe/208_Crawfish_Chowder.json create mode 100644 ai_talks/AMUseBotBackend/recipe/209_Grand_Marnier_Chicken.json create mode 100644 ai_talks/AMUseBotBackend/recipe/210_Chicken_with_Vegetables.json create mode 100644 ai_talks/AMUseBotBackend/recipe/211_apple_butter_spice_cake.json create mode 100644 ai_talks/AMUseBotBackend/recipe/212_Butterscotch_Basketball_Cookies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/213_Curried_Winter_Squash.json create mode 100644 ai_talks/AMUseBotBackend/recipe/214_Chicken_Salad_With_Thai_Flavored_Dressing.json create mode 100644 ai_talks/AMUseBotBackend/recipe/215_Chicken_and_Herbs_in_White_Wine.json create mode 100644 ai_talks/AMUseBotBackend/recipe/216_Adobo_Chicken_with_Ginger.json create mode 100644 ai_talks/AMUseBotBackend/recipe/217_Cookie_Jar_Gingersnaps.json create mode 100644 ai_talks/AMUseBotBackend/recipe/218_Fudge_Drops.json create mode 100644 ai_talks/AMUseBotBackend/recipe/219_Carrot_Pineapple_Cake_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/220_French_Apple_Cream_Pie.json create mode 100644 ai_talks/AMUseBotBackend/recipe/221_Basic_Chicken_Stock.json create mode 100644 ai_talks/AMUseBotBackend/recipe/222_Crustless_Spinach_Quiche_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/223_Cookie_Bowl.json create mode 100644 ai_talks/AMUseBotBackend/recipe/224_Garden_Party_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/225_Chipotle_Mayo_Relish.json create mode 100644 ai_talks/AMUseBotBackend/recipe/226_Bruschetta_II_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/227_Almond_Apricot_Bread.json create mode 100644 ai_talks/AMUseBotBackend/recipe/228_Best_Chocolate_Chippers.json create mode 100644 ai_talks/AMUseBotBackend/recipe/229_Cheesy_Sweet_and_Savory_Spuds.json create mode 100644 ai_talks/AMUseBotBackend/recipe/230_Fire_Side_Coffee.json create mode 100644 ai_talks/AMUseBotBackend/recipe/231_Easy_Alfredo_Sauce_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/232_Double_Fudge_Brownie_Mix.json create mode 100644 ai_talks/AMUseBotBackend/recipe/233_Chocolate_Cheesecake_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/234_Chicken_Tortilla_Soup_IV.json create mode 100644 ai_talks/AMUseBotBackend/recipe/235_Baked_Halibut_Steaks.json create mode 100644 ai_talks/AMUseBotBackend/recipe/236_Cranberry_Brandy_Slush.json create mode 100644 ai_talks/AMUseBotBackend/recipe/237_Baked_Pork_Chops_Low_Fat_Version.json create mode 100644 ai_talks/AMUseBotBackend/recipe/238_Escargots_Vol_au_Vent.json create mode 100644 ai_talks/AMUseBotBackend/recipe/239_Bahama_Mama_II.json create mode 100644 ai_talks/AMUseBotBackend/recipe/240_Anzac_Biscuits_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/241_Chocolate_Covered_Pretzels.json create mode 100644 ai_talks/AMUseBotBackend/recipe/242_Cinnamon_Chocolate_Cake_2.json create mode 100644 ai_talks/AMUseBotBackend/recipe/243_Gingery_Fish_Kabobs.json create mode 100644 ai_talks/AMUseBotBackend/recipe/244_Artichoke_Hummus.json create mode 100644 ai_talks/AMUseBotBackend/recipe/245_Gingered_Mango_Salsa.json create mode 100644 ai_talks/AMUseBotBackend/recipe/246_Baked_Salmon_with_Herbs.json create mode 100644 ai_talks/AMUseBotBackend/recipe/247_Gerrys_Chicken_Enchiladas.json create mode 100644 ai_talks/AMUseBotBackend/recipe/248_Bacon_Wrapped_Hamburgers.json create mode 100644 ai_talks/AMUseBotBackend/recipe/249_A_1_Chicken_Soup.json create mode 100644 ai_talks/AMUseBotBackend/recipe/250_German_Sweet_Chocolate_Pie.json create mode 100644 ai_talks/AMUseBotBackend/recipe/251_Buffalo_Chicken_Wings_I.json create mode 100644 ai_talks/AMUseBotBackend/recipe/252_Corned_Beef_Hash.json create mode 100644 ai_talks/AMUseBotBackend/recipe/253_Bs_Cordon_Bleu_Bundles.json create mode 100644 ai_talks/AMUseBotBackend/recipe/254_Coconut_Ambrosia_Salad.json create mode 100644 ai_talks/AMUseBotBackend/recipe/255_Aunt_Mamies.json create mode 100644 ai_talks/AMUseBotBackend/recipe/256_Fried_Chicken_Tenders.json create mode 100644 ai_talks/AMUseBotBackend/recipe/257_Broiled_Egg_Salad_Sandwiches.json create mode 100644 ai_talks/AMUseBotBackend/recipe/258_Banana_Bran_Muffins.json create mode 100644 ai_talks/AMUseBotBackend/recipe/259_Chicken_and_Black_Bean_Chili.json create mode 100644 ai_talks/AMUseBotBackend/requirements.txt create mode 100644 ai_talks/AMUseBotBackend/src/DP/__init__.py create mode 100644 ai_talks/AMUseBotBackend/src/DP/dp.py create mode 100644 ai_talks/AMUseBotBackend/src/DST/__init__.py create mode 100644 ai_talks/AMUseBotBackend/src/DST/dst.py create mode 100644 ai_talks/AMUseBotBackend/src/NLG/__init__.py create mode 100644 ai_talks/AMUseBotBackend/src/NLG/nlg.py create mode 100644 ai_talks/AMUseBotBackend/src/NLU/__init__.py create mode 100644 ai_talks/AMUseBotBackend/src/NLU/nlu.py create mode 100644 ai_talks/AMUseBotBackend/src/README.md create mode 100644 ai_talks/AMUseBotBackend/src/tools/search.py create mode 100644 ai_talks/AMUseBotBackend/utils/NLU_Trainer.ipynb create mode 100644 ai_talks/AMUseBotBackend/utils/README.md create mode 100644 ai_talks/AMUseBotBackend/utils/chatbot_prototype.ipynb create mode 100644 ai_talks/AMUseBotBackend/utils/convlab_install.txt create mode 100644 ai_talks/AMUseBotBackend/utils/intent_dict.json create mode 100644 ai_talks/AMUseBotBackend/utils/main.ipynb create mode 100644 ai_talks/AMUseBotBackend/utils/preprocess_data.py create mode 100644 ai_talks/AMUseBotBackend/utils/preprocessed_data.csv create mode 100644 ai_talks/AMUseBotBackend/utils/roberta_nlu_training.ipynb create mode 100644 ai_talks/AMUseBotBackend/utils/tools/generate_merged_ingredients.py create mode 100644 ai_talks/AMUseBotBackend/utils/tools/ingredients_recipes_merged.csv diff --git a/.gitignore b/.gitignore index cee018f..3332471 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,58 @@ dmypy.json .idea *secrets.toml .ruff_cache +# amusebot src +# Byte-compiled / optimized / DLL files +__pycache__/ +__pycache__/* + +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +docs/_build/ + +*.pyc \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend b/ai_talks/AMUseBotBackend deleted file mode 160000 index 01d547d..0000000 --- a/ai_talks/AMUseBotBackend +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 01d547dc221b2bd81ccbe24da37b792e9b176b37 diff --git a/ai_talks/AMUseBotBackend/.gitignore b/ai_talks/AMUseBotBackend/.gitignore new file mode 100644 index 0000000..1f2fec0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/.gitignore @@ -0,0 +1,54 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +__pycache__/* + +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +docs/_build/ + +*.pyc \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/README.md b/ai_talks/AMUseBotBackend/README.md new file mode 100644 index 0000000..5cc4bc3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/README.md @@ -0,0 +1,37 @@ +# Cooking taskbot project + +## Run system + +#### With Conda + + conda create -n "my_env" python=3.9.12 ipython + conda activate my_env + pip install -r requirements.txt + python main.py + +#### Debug mode + + python main.py --debug + +After running system, model saves in dir: + +Linux + + ~/.cache/huggingface/transformers + +Windows + + C:\Users\username\.cache\huggingface\transformers. + + +## Requirements + + Python 3.9.12 + +## Dataset + +[YiweiJiang2015/CookDial](https://github.com/YiweiJiang2015/CookDial) + +## NLU model HF repo + +[kedudzic/roberta-base-cookdial](https://huggingface.co/kedudzic/roberta-base-cookdial) diff --git a/ai_talks/AMUseBotBackend/consts.py b/ai_talks/AMUseBotBackend/consts.py new file mode 100644 index 0000000..d8bf21a --- /dev/null +++ b/ai_talks/AMUseBotBackend/consts.py @@ -0,0 +1,8 @@ +RECIPE_ID_KEY = "recipe_id" +CURR_STEP_KEY = "curr_step" +STEPS_KEY = "steps" +INGREDIENTS_KEY = "inngredients" +DIALOG_HISTORY_KEY = "dialog_history" +SYSTEM_MESSAGE_KEY = "system_message" +USER_MESSAGE_KEY = "user_message" +INTENTS_KEY = "intents" diff --git a/ai_talks/AMUseBotBackend/dialog/000.1.json b/ai_talks/AMUseBotBackend/dialog/000.1.json new file mode 100644 index 0000000..5d31433 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/000.1.json @@ -0,0 +1,172 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. What's the first step I need to take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-1", + "utterance": "Could you preheat your oven to 400 degrees?", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Are the degrees in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-3", + "utterance": "No, it's 400 degrees Fahrenheit and 205 degrees Celsius.", + "bot": true, + "annotations": "negate();\r\ninform_temperature(temp-0-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. thank you. What's the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-5", + "utterance": "Take a large bowl and beat 3 eggs.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I did it. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Now mix in 3/4 cup of white sugar, 2 teaspoons of vanilla extract and 3/4 cup of light corn syrup.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the last ingredient please?", + "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-9", + "utterance": "3/4 cup of light corn syrup which you may add to the others.", + "bot": true, + "annotations": "repeat(inst-2, [ing-3]);" + }, + { + "utt_id": "utt-10", + "utterance": "Thank you. What is the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Now you may melt 1/4 cup butter or margarine and add it to the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-12", + "utterance": "That's done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "Stir 1 cup of chopped walnuts and add them to the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. what shall I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Did it work to follow all the steps and create a filling?", + "bot": true, + "annotations": "verify(ac-4-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Yes it worked.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Ok. now you may pour the filling into a pie shell. Is the oven preheated well?", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nverify(ac-0-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Yes the oven is preheated and I have put the filling in a pie shell.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok. Great. now you can bake the the cake for 10 minutes. After the 10 minutes reduce the oven to 150 degrees Celsius and leave the cake another 35 tot 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-20", + "utterance": "I have baked the cake for 10 minutes. Can you repeat the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you may lower the oven temperature to 150 degrees Celsius and bake another 35 to 45 minutes.", + "bot": true, + "annotations": "repeat(inst-7);" + }, + { + "utt_id": "utt-22", + "utterance": "Thank you for the clarification. What's the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "After the 35-45 minutes the pie will be ready.", + "bot": true, + "annotations": "inform_instruction(ac-7-1);\r\nend_recipe();" + }, + { + "utt_id": "utt-24", + "utterance": "It's ready now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Ok. enjoy, anything else I can do?", + "bot": true, + "annotations": "enjoy();\r\npropose_other_help();" + }, + { + "utt_id": "utt-26", + "utterance": "No everything is fine. Thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate; thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Ok. goodbye sir have a nice day.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/001.1.json b/ai_talks/AMUseBotBackend/dialog/001.1.json new file mode 100644 index 0000000..955586f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/001.1.json @@ -0,0 +1,484 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, what's the first thing I have to do?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-1", + "utterance": "Hey, today we will make Broccoli Cheese Crepes. Do you need me to give the ingredient list?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "I would like to skip that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-3", + "utterance": "Ok. First, we make batter. You will combine many things in a blender.", + "bot": true, + "annotations": "simplify_begin(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, I got the blender here. What do I combine first?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-5", + "utterance": "First, add 2 eggs, 1/4 cup water and 6 tablespoons all-purpose flour.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1, ing-2]);" + }, + { + "utt_id": "utt-6", + "utterance": "Oh that was to much. How many eggs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "2 eggs.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-9", + "utterance": "Add 1/2 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-3]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, salt and eggs are in the blender.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-11", + "utterance": "Now cover and process until smooth. Let stand for 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Wasn't there a third ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry, I cannot answer that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "So I only have to combine eggs and salt?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "No. You also need to add water and flour.", + "bot": true, + "annotations": "negate();\r\nrepeat(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "How much flour and water?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-17", + "utterance": "1/4 cup water and 6 tablespoons all-purpose flour.", + "bot": true, + "annotations": "inform_amount(ing-1);\r\ninform_amount(ing-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, I got all 4 ingredients in the blender. Whats next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Cover and process until smooth; let stand for 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, I blended everything. Can I do some thing in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Take a small saucepan. Saute 2 tablespoons chopped onion with 1 tablespoon butter until tender.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Oh, your going to fast. I got the butter and onions here. What else?", + "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": "Stir in 1 tablespoon all-purpose flour until blended.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "How much butter and onions do I need? Do I chop the onions or slice them into rings?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount; req_ingredient;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-25", + "utterance": "2 tablespoons chopped onion and 1 tablespoon butter.", + "bot": true, + "annotations": "inform_amount(ing-4);\r\ninform_amount(ing-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, I mixed the onions, butter and flour in the pan. Its on medium heat.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "Good. Now gradually stir in 1 cup milk.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "I added the milk.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"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": "Boil the mixture over medium heat and stir constantly.", + "bot": true, + "annotations": "inform_instruction(ac-5-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, its boiling.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Then cook and stir for 2 minutes or until slightly thickened.", + "bot": true, + "annotations": "inform_instruction(ac-5-1);" + }, + { + "utt_id": "utt-32", + "utterance": "Can you repeat the first?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "Cook and stir for 2 minutes.", + "bot": true, + "annotations": "repeat(ac-5-1);" + }, + { + "utt_id": "utt-34", + "utterance": "Ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "Now reduce heat to low.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, heat is turned down.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-37", + "utterance": "We will add many things in the next step. First, add 1/2 cup shredded Cheddar cheese, 1 1/2 teaspoons Dijon mustard and 1 teaspoon Worcestershire sauce.", + "bot": true, + "annotations": "simplify_begin(inst-7);\r\nsimplify_continue(inst-7, [ing-8, ing-9, ing-10]);" + }, + { + "utt_id": "utt-38", + "utterance": "I have to add cheese and mustard to the onion mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-40", + "utterance": "1 table spoon of mustard and 1 cup of cheddar cheese?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-41", + "utterance": "1/2 cup shredded Cheddar cheese and 1 1/2 teaspoons Dijon mustard.", + "bot": true, + "annotations": "repeat(ing-8);\r\nrepeat(ing-9);" + }, + { + "utt_id": "utt-42", + "utterance": "Thanks, done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-43", + "utterance": "Great. Now add 1/4 teaspoon pepper and 1/8 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(inst-7, [ing-11, ing-12]);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok, I seasoned the mixture.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-45", + "utterance": "You can now stir in 2 cups chopped broccoli. Cover the mixture and keep warm.", + "bot": true, + "annotations": "inform_instruction(inst-8);\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok, I will keep it warm.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-47", + "utterance": "Now heat a lightly greased 8-in. nonstick skillet.", + "bot": true, + "annotations": "inform_instruction(ac-10-0);" + }, + { + "utt_id": "utt-48", + "utterance": "Sorry I didn't understand that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-49", + "utterance": "Grease an 8 inch nonstick skillet and heat it.", + "bot": true, + "annotations": "repeat(ac-10-0);" + }, + { + "utt_id": "utt-50", + "utterance": "The skillet is hot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-51", + "utterance": "Ok. Pour 2 tablespoons batter into the center of skillet.", + "bot": true, + "annotations": "inform_instruction(ac-10-1);" + }, + { + "utt_id": "utt-52", + "utterance": "Ok, the butter is melting.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-53", + "utterance": "Please pour 2 tablespoons flour batter into the center of skillet.", + "bot": true, + "annotations": "repeat(ac-10-1);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok, are we going to cook the pancakes now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-55", + "utterance": "Yes. Now lift and tilt pan to evenly coat bottom.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok, I know how to bake pancakes. I will finish all of the batter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-57", + "utterance": "Please follow me, sir. Now cook it until top appears dry; turn and cook 15-20 seconds longer.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok, i wil follow your steps.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-59", + "utterance": "Remove the crepes to a wire rack.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-60", + "utterance": "To a what?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-61", + "utterance": "A wire rack.", + "bot": true, + "annotations": "repeat(tool-13-0);" + }, + { + "utt_id": "utt-62", + "utterance": "Ok, the first pancake is resting on the wire rack.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-63", + "utterance": "Great. Now you can repeat with remaining flour batter and grease the skillet as needed.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-64", + "utterance": "So now I can continue baking until the pancake batter is finished?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-65", + "utterance": "Yes. Go ahead. Did you finish all batter?", + "bot": true, + "annotations": "affirm();\r\nverify(inst-14);" + }, + { + "utt_id": "utt-66", + "utterance": "Yes, I have a heap of pancakes on the wire rack.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-67", + "utterance": "Great. Now spoon about 1/2 cup filling down the center of each crepe. Roll up each crepe.", + "bot": true, + "annotations": "inform_instruction(inst-15);" + }, + { + "utt_id": "utt-68", + "utterance": "Ok, I filled the crepes and rolled them up.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-69", + "utterance": "Now you can place seam side down in an ungreased 11-inch baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-16);" + }, + { + "utt_id": "utt-70", + "utterance": "Ok, do I have to preheat the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-71", + "utterance": "No, you do not need to.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-72", + "utterance": "Ok, whats next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-73", + "utterance": "Sprinkle crepes with remaining cheese.", + "bot": true, + "annotations": "inform_instruction(inst-17);" + }, + { + "utt_id": "utt-74", + "utterance": "Ok, how much cheddar cheese should I sprinkle on them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-75", + "utterance": "1/2 cup cheese.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-76", + "utterance": "Ok, done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-18\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-77", + "utterance": "Last step is to bake crepes at 350 degrees F for 5-7 minutes or until cheese is melted.", + "bot": true, + "annotations": "inform_instruction(inst-18);" + }, + { + "utt_id": "utt-78", + "utterance": "Ok, thanks bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-18\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-79", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/002.1.json b/ai_talks/AMUseBotBackend/dialog/002.1.json new file mode 100644 index 0000000..972d5d0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/002.1.json @@ -0,0 +1,388 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi.", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. are you ready to cook the cake doughnuts?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I'm ready. What's the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-3", + "utterance": "First take a large bowl so we can add some ingredients to prepare the batter.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\nsimplify_begin(ac-0-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have the large bowl. How should I start making the batter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-5", + "utterance": "Ok! Now we will make the batter and we need some ingredients. First add 2 and 1/2 cups of all-purpose flour to the bowl.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "Thank you. I have added the all-purpose flour to the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-7", + "utterance": "Ok. very good. Now add 1/2 cup of white sugar and 1 tablespoon of baking powder.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "I have added the white sugar. Could you repeat the second ingredient please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-9", + "utterance": "The second ingredient is 1 tablespoon of baking powder.", + "bot": true, + "annotations": "repeat(inst-0, [ing-2]);" + }, + { + "utt_id": "utt-10", + "utterance": "Thank you for repeating it. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-11", + "utterance": "Now continue and add 1/2 teaspoon of salt and 1 teaspoon of cinnamon to the batter.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-12", + "utterance": "I didn't understand the last ingredient, could you repeat it please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "1 teaspoon of cinnamon.", + "bot": true, + "annotations": "repeat(inst-0, [ing-4]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thank you. What is the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Now to finish the first part add 1/4 teaspoon of ground nutmeg.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-5]);" + }, + { + "utt_id": "utt-16", + "utterance": "I have added the nutmeg.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-17", + "utterance": "You may mix all these dry ingredients and make a well in the middle of it.", + "bot": true, + "annotations": "simplify_begin(ac-0-0);\r\ninform_instruction(ac-1-0);\r\n" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. what should I put in the well?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Good question, you may first pour in 1 cup of milk.", + "bot": true, + "annotations": "simplify_continue(ac-1-1, [ing-6]);" + }, + { + "utt_id": "utt-20", + "utterance": "I have poured the milk in the well.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you may beat an egg and add it as well in the well.", + "bot": true, + "annotations": "simplify_continue(ac-1-1, [ing-7]);" + }, + { + "utt_id": "utt-22", + "utterance": "I didn't understand the first part of the sentence, could you repeat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "You may beat an egg with an egg beater or mixer.", + "bot": true, + "annotations": "repeat(ac-1-1, [ing-7]);" + }, + { + "utt_id": "utt-24", + "utterance": "Oh now it is clear. I have beaten an egg and should I add it to the well now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes you may add it to the well and also add 1/4 cup of butter.", + "bot": true, + "annotations": "affirm(ac-1-1);\r\nsimplify_continue(ac-1-1, [ing-8]);\r\n" + }, + { + "utt_id": "utt-26", + "utterance": "That's done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Now add 2 teaspoons of vanilla extract and mix everything until it is well blended.", + "bot": true, + "annotations": "simplify_continue(ac-1-1, [ing-9]);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. the batter seems to be well-blended. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Very good. Yes it is done. You may cover it and put it in the refrigerator for 1 hour.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "I have waited for one hour. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Do you have a deep heavy skillet or a deep-fryer?", + "bot": true, + "annotations": "verify(inst-4, [tool-4-0, tool-4-1]);" + }, + { + "utt_id": "utt-32", + "utterance": "What did you say after deep heavy skillet?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "A deep-fryer.", + "bot": true, + "annotations": "repeat(inst-4, [tool-4-1]);" + }, + { + "utt_id": "utt-34", + "utterance": "Oh now it is clear. Yes I have a deep fryer.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "Ok. good you may heat the fryer to 185 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. the fryer is now heated to 185 degrees.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Now put some flour on a cutting board.", + "bot": true, + "annotations": "fetch(inst-5, [tool-5-0]);" + }, + { + "utt_id": "utt-38", + "utterance": "Yes I have put some flour on my cutting board.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-39", + "utterance": "Good. You may take out the dough batter from the fridge and put it on the cutting board.", + "bot": true, + "annotations": "fetch(inst-5);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-41", + "utterance": "Roll out the dough to 1/2 inch thickness.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-42", + "utterance": "Should I knead the flour into the dough?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-43", + "utterance": "No you may just put the dough on the cutting board. The flour on the cutting board is there to not make it sticky.", + "bot": true, + "annotations": "negate();\r\nother();" + }, + { + "utt_id": "utt-44", + "utterance": "Thank you for the clarification. The dough is now rolled out to one inch thickness.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-45", + "utterance": "Very well. Now take a 3 inch round cutter so we can cut out the doughnuts.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. I have cut out all the donuts.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-47", + "utterance": "Ah I still had to give you the instructions how to do that. Did it work out?", + "bot": true, + "annotations": "verify(inst-6);" + }, + { + "utt_id": "utt-48", + "utterance": "I have cut out all circles with the three inch round cutter.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-49", + "utterance": "Ok. very good. Now you can still cut holes from the center.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-50", + "utterance": "What is the diameter of the inner hole?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-51", + "utterance": "As you want. Just try to keep it small holes.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-52", + "utterance": "Ok. I have cut out everything then.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-53", + "utterance": "Very good. Now you can fry the doughnuts in the deep-fryer until the become golden brown. Turn them only one time.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-54", + "utterance": "I have fried all the donuts. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-55", + "utterance": "Very good. Almost. First let them drain on some paper plates for a little while.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-57", + "utterance": "Combine 1/2 teaspoon of cinnamon and 1/2 cup of sugar in a large resealable bag.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok. I have combined everything in the bag.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-59", + "utterance": "Ok. now you may place a couple of warm donuts in the bag at a time and seal it and shake it.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-60", + "utterance": "That's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-61", + "utterance": "Ok. great. Now you are done! I hope the donuts taste well.", + "bot": true, + "annotations": "enjoy();" + }, + { + "utt_id": "utt-62", + "utterance": "Thank you for the instructions. The doughnuts are delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-63", + "utterance": "You are welcome, I'm happy to hear that. Have a good day.", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/003.1.json b/ai_talks/AMUseBotBackend/dialog/003.1.json new file mode 100644 index 0000000..72e0b5c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/003.1.json @@ -0,0 +1,142 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what is the first step to bake basil burgers?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. the first step is to preheat an outdoor grill to a high heat temperature.", + "bot": true, + "annotations": "greeting();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. I preheated the outdoor grill to a high heat temperature. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "Next you should take a bowl to prepare a mixture.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. should it be a large bowl or it doesn't matter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-5", + "utterance": "It doesn't matter as long as it fits the mixture in the end. You can take a large bowl to be safe.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I took a large bowl. How do we proceed?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-7", + "utterance": "First add 1/4 pounds of ground beef to the bowl.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-0]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I added the beef to the bowl. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "Next add 3 tablespoons Worcestershire sauce and 1/2 tablespoons dried basil.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I added the sauce and dry basil. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Finally add 1/4 teaspoon garlic salt and 1/4 teaspoon ground black pepper.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I added the garlic salt and black pepper to the mix. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "You should now form 4 burger patties from the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I made 4 patties from the mixture. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Now you should oil the preheated grill and cook the burgers to desired doneness.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I oiled the grill. How long should I cook the burgers?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "You should cook them as desired or you can cook them about 6 minutes to an internal temperature of 70 degrees celsius.", + "bot": true, + "annotations": "inform_duration(dur-3-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. thanks I did that and the burgers are cooked. Is there a next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "You can now serve the cooked burgers on hamburger buns.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I served the burgers on the buns. It looks good, thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "That's all, enjoy your Basil Burgers.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();\r\n" + }, + { + "utt_id": "utt-22", + "utterance": "Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/004.1.json b/ai_talks/AMUseBotBackend/dialog/004.1.json new file mode 100644 index 0000000..44f7b60 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/004.1.json @@ -0,0 +1,232 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making today?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"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 going to cook Dads BBQ Roast, are you ready?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I'm ready, what's 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\": 4}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a small bowl.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "I have taken a small bowl, what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-5", + "utterance": "Now add 1/3 cups of yellow mustard and 1 ounce of dry onion soup mix to the bowl.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have added the mustard and onions to the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"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": "Now take out some aluminium foil and lay out two long sheets crosswise.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "How long do the sheets need to be or does it not matter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "Better take two long sheets.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have two long sheets now, what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Now take the 5 pound beef rump roast and pat the roast dry before placing it in the center of the aluminium foil.", + "bot": true, + "annotations": "fetch(inst-1, [ing-2]);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "I have taken the five pound beef but could you repeat the last part please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"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": "Pat the beef dry before putting it on the aluminium foil.", + "bot": true, + "annotations": "repeat(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Thank you. that's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-15", + "utterance": "Great. Now mix the mustard onion soup in the bowl and coat the roast with the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Now you may wrap the foil tightly around the roast so it's all covered.", + "bot": true, + "annotations": "inform_instruction(ac-4-0);" + }, + { + "utt_id": "utt-18", + "utterance": "The roast is all covered now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok. now take one more piece of the aluminum foil and wrap it all around the roast.", + "bot": true, + "annotations": "inform_instruction(ac-4-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "In this way the roast can be rotated but the juices will stay inside. Now prepare an outdoor grill. You need some charcoal, do you have that?", + "bot": true, + "annotations": "fetch(inst-5, [tool-5-0]);\r\nverify(inst-6, [tool-6-0]);" + }, + { + "utt_id": "utt-22", + "utterance": "Yes I have some charcoal. The grill is now ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-23", + "utterance": "Ok. now light the charcoal then move it to one side of the grill then place the roast on the grill and cover it.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-24", + "utterance": "Does the roast need to be on the side above the charcoal or on the other side of the grill?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "The roast should be all over the grill but the coals are on one side.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. that's clear. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "Now cook the roast for about 2 hours. Don't forget to turn every 30 to 45 minutes. Let me know if something doesn't work.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have cooked the roast for two hours now and I have turned the roast regularly.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-29", + "utterance": "Great. Is the internal temperature at least 63 degrees Celsius?", + "bot": true, + "annotations": "verify(cond-8-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Yes the internal temperature is about 65 degrees celsius.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-31", + "utterance": "Ok. now let the roast stand for 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "That's done. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-33", + "utterance": "No, place the roast on a deep serving plate before unwrapping.", + "bot": true, + "annotations": "negate();\r\nsimplify_begin(ac-10-0);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I placed it on a deep serving plate. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-35", + "utterance": "You can slather the juices and mustard rub onto the beef slices. It's up to you.", + "bot": true, + "annotations": "inform_instruction(purp-10-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I have done it. Thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-37", + "utterance": "Ok. Great. enjoy the roasted beef.", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/005.1.json b/ai_talks/AMUseBotBackend/dialog/005.1.json new file mode 100644 index 0000000..e490ad4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/005.1.json @@ -0,0 +1,214 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how should I start making the Roasted Butterflied Leg of Lamb?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. the first step is to mix some oil, garlic, salt, pepper, cumin and oregano.", + "bot": true, + "annotations": "greeting();\r\ninform_instruction(ac-0-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. should I mix it in a pan or a bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-3", + "utterance": "Sorry I cannot answer that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-4", + "utterance": "Alright I made the mixture. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-5", + "utterance": "Now you should spread the mixture on both sides of the lamb. Wait for about one hour until the lamb is at room temperature.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);\r\ninform_instruction(ac-0-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Can you repeat the second part? I added the mixture to the lamb.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat; confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "Wait for one hour until the lamb comes at room temperature.", + "bot": true, + "annotations": "repeat(ac-0-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. the lamb is on room temperature.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-9", + "utterance": "Ok. now you can preheat the oven to high heat for at least 10 minutes.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I preheated the oven. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Cover a roasting pan with foil.", + "bot": true, + "annotations": "fetch(inst-2, [tool-2-1]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I covered the roasting pan with foil. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "Now you can place the lamb in the roasting pan and place it on a large wire rack in the oven. Make sure the cut side of the lamb is upwards.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "I placed the lamb in the oven. Can you repeat the last phrase?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Make sure the side of the lamb were it is cut, is facing upwards.", + "bot": true, + "annotations": "repeat(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. the side of the lamb is facing upwards. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Now you should broil the lamb for about 8 minutes. Meanwhile you should move the pan regularly so the entire surface browns evenly.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. The entire surface is brown. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you should turn the lamb over so the other surface is facing upwards. Repeat the 8 minutes while moving the pan regularly.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have done that. The other side also turned out ok.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you can turn off the broiler and let rest the lamb outside the oven for 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. the lamb rested for 10 minutes. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Now heat the oven to 325 degrees Fahrenheit.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. the oven is heated.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Place a thermometer into the thickest portion of the lamb.", + "bot": true, + "annotations": "inform_instruction(ac-7-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I did. What should be the temperature?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_temperature;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you should roast the lamb until the thermometer shows 140 degrees. This should be about 50 minutes to 1 hour.", + "bot": true, + "annotations": "inform_instruction(ac-7-1);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. the temperature shows 140 degrees. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-29", + "utterance": "Take the lamb out of the oven and squeeze on some lemon juice and sprinkle with fresh herbs.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have done that. How to finish it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-31", + "utterance": "Slice the lamb and serve on a platter. Sprinkle the lamb with the accumulated juices from the lamb.", + "bot": true, + "annotations": "inform_instruction(inst-12);\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have served it on a platter. Something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-33", + "utterance": "No that's all, well done! Enjoy your meal.", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. thanks it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 22}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/006.1.json b/ai_talks/AMUseBotBackend/dialog/006.1.json new file mode 100644 index 0000000..3665e7e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/006.1.json @@ -0,0 +1,268 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making today?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"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 going to make a cinnamon bread. Are you ready?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I'm ready. What's the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-3", + "utterance": "First preheat the oven to 175 degrees celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. the oven is at 170 degrees Celsius.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-5", + "utterance": "Now grease a 9x5 inch loaf pan with some butter.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "The leaf pan is greased with some butter. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-7", + "utterance": "Now we are going to add some ingredients into a large mixing bowl. First add 2 cups of flour.", + "bot": true, + "annotations": "simplify_begin(ac-2-0);\r\nsimplify_continue(inst-2, [ing-0]);" + }, + { + "utt_id": "utt-8", + "utterance": "What kind of flour should it be? Is all-purpose flour good?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes it is! Also add 1 cup of white sugar.", + "bot": true, + "annotations": "affirm();\r\nsimplify_continue(inst-2, [ing-1]);" + }, + { + "utt_id": "utt-10", + "utterance": "That's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-11", + "utterance": "Now continue adding 2 teaspoons of baking powder.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-2]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have added the baking powder to the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-13", + "utterance": "Now add 1/2 teaspoon of baking soda and 1 1/2 teaspoons of cinnamon into the mix.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-14", + "utterance": "That's Done. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-15", + "utterance": "Add 1 teaspoon of salt, 1 cup of buttermilk and 1/4 cup of vegetable oil to the mix.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-5, ing-6, ing-7]);" + }, + { + "utt_id": "utt-16", + "utterance": "I have added the salt and butter milk. What's the quantity of the vegetable oil again?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "It is 1/4 cup.", + "bot": true, + "annotations": "inform_amount(ing-7);" + }, + { + "utt_id": "utt-18", + "utterance": "Thank you. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Now still add 2 eggs and 2 teaspoons of vanilla extract to the mix.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I added the eggs and vanilla extract to the mix.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Good, now the mix is done. You may beat it for 3 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "I have beaten it for three minutes and it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Now put it in the loaf pan you prepared earlier and smooth the top.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. what is the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-25", + "utterance": "Take a small bowl and add 2 tablespoons of white sugar, 1 teaspoon of cinnamon and 2 teaspoons of butter.", + "bot": true, + "annotations": "inform_instruction(ac-6-0);" + }, + { + "utt_id": "utt-26", + "utterance": "I have added the white sugar. Can you repeat the other two ingredients please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-27", + "utterance": "1 teaspoon of cinnamon and 2 teaspoons of butter.", + "bot": true, + "annotations": "repeat(inst-6, [ing-11, ing-12]);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. that's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-29", + "utterance": "Good, now mix these ingredients in the small bowl until they are crumbly.", + "bot": true, + "annotations": "inform_instruction(ac-6-1);" + }, + { + "utt_id": "utt-30", + "utterance": "The crumble looks good. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "Now sprinkle this crumbled topping on the smoothed batter.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "I have sprinkled it on the batter. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-33", + "utterance": "Now use a knife and cut in a light swirling motion in the batter. This will give a marbled effect.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. that's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "Great. now you are ready to bake the cake for 50 minutes in the oven.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "I have baked it for 15 minutes now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-37", + "utterance": "Bake it 35 minutes more. It has to be baked for 50 minutes.", + "bot": true, + "annotations": "repeat(inst-9);" + }, + { + "utt_id": "utt-38", + "utterance": "Oh I misunderstood it. I have baked it now for 50 minutes.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-39", + "utterance": "Ok. very good. Now test with a toothpick if it's ready. It's ready when it comes out clean.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-40", + "utterance": "It seems to be ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-41", + "utterance": "Ok. great. Now remove the bread and let it cool. Now you are done.", + "bot": true, + "annotations": "inform_instruction(inst-12);\r\nend_recipe();" + }, + { + "utt_id": "utt-42", + "utterance": "Thank you for the instructions!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-43", + "utterance": "Ok. you are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/007.1.json b/ai_talks/AMUseBotBackend/dialog/007.1.json new file mode 100644 index 0000000..5db6d8c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/007.1.json @@ -0,0 +1,178 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make baked chicken breasts supreme?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. first you should take a large bowl to create a mixture.", + "bot": true, + "annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. I took the large bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "You should combine eight ingredients in total. I will say them one by one if you are ready.", + "bot": true, + "annotations": "simplify_begin(ac-0-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I'm ready what is the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "First add 1/2 cups sour cream.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. done what is the next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Next add 1/4 cup lemon juice and 1/2 teaspoon Worcestershire sauce.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-9", + "utterance": "Then add 1/2 teaspoon celery seed and 1/2 teaspoon Hungarian sweet paprika.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I added both. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "Furthermore add 1 minced garlic glove.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-5]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I also added that. Now what should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Finally add 1/2 teaspoon salt and 1/4 teaspoon pepper.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. all added.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, your mixture is ready. Now you can place the chicken in the mixture and turn the chicken so everything is coated with the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. all of the chicken is coated with the mixture. What should I do with it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "You should covered it and let it marinate in the refrigerator during the night.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. thanks. I just let it marinate this night. What should I do today?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Great. you are back. Now you can remove the chicken from the marinade and coat the chicken with crumbs.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Thanks. Sorry can you repeat the second part with the crumbs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "You should coat each piece of chicken with crumbs. You should use about 2 cups fine dry bread crumbs.", + "bot": true, + "annotations": "repeat(ac-3-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have coated each piece of chicken with crumbs. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Now arrange the chicken on a shallow baking pan.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have put the chicken in the pan. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Now you should bake it at 350 degrees Fahrenheit for 45 minutes. The chicken should be uncovered.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I bake the chicken for 45 minutes. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "That's all. Enjoy your Baked Chicken Breasts.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. thank you for the instructions. It looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/008.1.json b/ai_talks/AMUseBotBackend/dialog/008.1.json new file mode 100644 index 0000000..c52897f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/008.1.json @@ -0,0 +1,130 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making today?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"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 are going to make chocolate hazelnut fruit crepes.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "That sounds good! What's the first step I need to take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-3", + "utterance": "Great. the first step is to take 4 readymade crepes and 1 cup of chocolate hazelnut spread.", + "bot": true, + "annotations": "fetch(inst-0, [ing-1, ing-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have taken the crepes and the hazelnut spread.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-5", + "utterance": "Now you may spread 1/4 cup of the hazelnut spread on each crepe.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "That's done. What's next?", + "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-7", + "utterance": "Take 4 bananas and slice all of them in little pieces.", + "bot": true, + "annotations": "fetch(inst-1, [ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "I have sliced all the bananas into little pieces. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Great. now you may put one 1 sliced banana on the center of each crepe.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Could you repeat that please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "You may put 1 sliced banana on each crepe.", + "bot": true, + "annotations": "repeat(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Thank you. that's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Ok. now roll up all the crepes and place them in a skillet over medium heat for 1,5 minute.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "For how many minutes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "For 1,5 minutes in total.", + "bot": true, + "annotations": "inform_duration(dur-3-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. everything is done now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Great. the last step is to serve it on plates with some whipped cream if you like.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. They look delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok. thanks have a nice day.", + "bot": true, + "annotations": "goodbye();" + }, + { + "utt_id": "utt-20", + "utterance": "Thank you. have a nice day too.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/009.1.json b/ai_talks/AMUseBotBackend/dialog/009.1.json new file mode 100644 index 0000000..f6b72dd --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/009.1.json @@ -0,0 +1,532 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what is the first step to make the tarts?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. the first step is to bring 6 cups of water to a boil.", + "bot": true, + "annotations": "greeting();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. the water is boiling. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-3", + "utterance": "You can now remove the boiling water from the heat and add 4 cups of raw almonds.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Should I add the almonds to the water?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-5", + "utterance": "Yes you should add them in the water and let them soak for 5 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I did that now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-7", + "utterance": "Next you should drain the almonds and peel them.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);\r\ninform_instruction(ac-2-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Thanks. the almonds are all drained and peeled. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-9", + "utterance": "Now you can spread the almonds on baking sheets and bake them at 95 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. in the oven right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes you should use the oven for this.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. thanks. And how long should I bake them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-13", + "utterance": "You should bake until they are completely dry and toasted. This will take several hours. Do not burn the nuts, because this will give a bitter taste.", + "bot": true, + "annotations": "inform_duration(cond-3-0);\r\ninform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. it looks they are now completely dry. What should I do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-15", + "utterance": "Put them aside for now and we will continue with the rest of the recipe.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. alright. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-17", + "utterance": "Take a saucepan and combine 1 cup sugar and 1 cup water and bring it to boil.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that, it is boiling now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-19", + "utterance": "Reduce to low heat and add 1 teaspoon lemon juice. Let it simmer about 30 to 40 minutes until it becomes syrupy.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-20", + "utterance": "Can you repeat what I should add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-21", + "utterance": "You should add 1 teaspoon lemon juice.", + "bot": true, + "annotations": "repeat(ac-7-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. thanks. It's syrupy now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you should stir in orange blossom water and remove it from the heat.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have done that, thanks. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-25", + "utterance": "You can put the syrup aside and we can continue with the rest of the recipe.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have put it aside as well. Where do we continue with?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-27", + "utterance": "Take a large mixing bowl and combine 2 cups all-purpose flour and 1 pinch salt.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I took the bowl. Can you repeat the ingredients again?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-29", + "utterance": "2 cups all-purpose flour and 1 pinch of salt.", + "bot": true, + "annotations": "repeat(inst-10, [ing-4, ing-8]);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. sorry I hear salt two times. Is that correct?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-31", + "utterance": "No I mean 1 pinch of salt.", + "bot": true, + "annotations": "negate();\r\nrepeat(inst-10, [ing-8]);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. and two cups with?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-33", + "utterance": "2 cups of all-purpose flour.", + "bot": true, + "annotations": "repeat(inst-10, [ing-4]);" + }, + { + "utt_id": "utt-34", + "utterance": "Ah Ok. Thanks. now I got it. Thanks I added it to the bowl. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-35", + "utterance": "Now you should make a hole in the center of the mixture and add some ingredients in the hole. I will say them when you are ready.", + "bot": true, + "annotations": "inform_instruction(ac-11-0);\r\nsimplify_begin(ac-11-1);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-37", + "utterance": "First add 2 tablespoons vegetable oil and 1 egg.", + "bot": true, + "annotations": "simplify_continue(inst-11, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. they are added, what is the next ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-39", + "utterance": "1/2 teaspoon lemon juice and 1 tablespoon orange blossom water.", + "bot": true, + "annotations": "simplify_continue(inst-11, [ing-7, ing-9]);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. Done. what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-41", + "utterance": "That are all the ingredients. Now you can mix everything with your fingers until it looks like coarse crumbs.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. thanks. I mixed everything with my fingers. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-43", + "utterance": "Now gradually sprinkle the dough with warm water while mixing until it becomes soft and pliable.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. the dough is soft now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-45", + "utterance": "Divide the dough into 4 equal portions and cover it with a wet cloth.", + "bot": true, + "annotations": "inform_instruction(inst-14);\r\ninform_instruction(ac-15-0);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. I have divided the dough. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 36, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 36}" + }, + { + "utt_id": "utt-47", + "utterance": "You can put it aside and take the almonds.", + "bot": true, + "annotations": "inform_instruction(ac-15-1);\r\nfetch(inst-16, [ing-10]);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. done. What should I do with the almonds?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 37, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 37}" + }, + { + "utt_id": "utt-49", + "utterance": "Put them in a food processor and finely grind them.", + "bot": true, + "annotations": "inform_instruction(inst-16);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. they are grinded. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 37, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 38}" + }, + { + "utt_id": "utt-51", + "utterance": "Take 3 cups of the grinded almonds and place into a mixing bowl.", + "bot": true, + "annotations": "inform_instruction(ac-17-0);" + }, + { + "utt_id": "utt-52", + "utterance": "Ok. I placed them into the bowl. What should I do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 38, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 38}" + }, + { + "utt_id": "utt-53", + "utterance": "First add 1 cup sugar and 1/2 teaspoon baking powder.", + "bot": true, + "annotations": "simplify_continue(ac-17-1, [ing-11, ing-13]);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok. done. What should I add next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 38, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 38}" + }, + { + "utt_id": "utt-55", + "utterance": "Next add 1 teaspoon vanilla powder and 1 zested lemon.", + "bot": true, + "annotations": "simplify_continue(ac-17-1, [ing-14, ing-15]);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok. I have done that. Should I add more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 38, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 38}" + }, + { + "utt_id": "utt-57", + "utterance": "Yes finally add 2 tablespoons orange flower water.", + "bot": true, + "annotations": "affirm();\r\nsimplify_continue(ac-17-1, [ing-16]);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok. done. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 38, \"tracker_requested_step\": \"inst-18\", \"tracker_requested_step_num\": 39}" + }, + { + "utt_id": "utt-59", + "utterance": "Stir everything and mix in three eggs. Add the eggs one at a time and stir constantly until you get paste-like mixture.", + "bot": true, + "annotations": "inform_instruction(inst-18);" + }, + { + "utt_id": "utt-60", + "utterance": "Ok. I got a paste like mixture. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 39, \"tracker_requested_step\": \"inst-20\", \"tracker_requested_step_num\": 41}" + }, + { + "utt_id": "utt-61", + "utterance": "Ok. this is the almond filling. Now you should take the 4 portions of the dough.", + "bot": true, + "annotations": "fetch(inst-20);" + }, + { + "utt_id": "utt-62", + "utterance": "Ok. thanks. Yes I took the 4 portions. What should I do with that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 39, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 40}" + }, + { + "utt_id": "utt-63", + "utterance": "Roll out each portion of dough to a thickness of 1 to 2 millimeters. Make sure to sprinkle cornstarch on the rolling surface in order to prevent sticking.", + "bot": true, + "annotations": "inform_instruction(inst-20);\r\ninform_instruction(inst-19);" + }, + { + "utt_id": "utt-64", + "utterance": "Ok. what should I sprinkle, can you repeat that again?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-20\", \"tracker_completed_step_num\": 41, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 40}" + }, + { + "utt_id": "utt-65", + "utterance": "Sprinkle cornstarch.", + "bot": true, + "annotations": "repeat(inst-19);" + }, + { + "utt_id": "utt-66", + "utterance": "Ok. Done. thanks. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank; req_instruction;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 40, \"tracker_requested_step\": \"inst-21\", \"tracker_requested_step_num\": 42}" + }, + { + "utt_id": "utt-67", + "utterance": "Cut circles from the rolled dough with a diameter of 10 centimeters.", + "bot": true, + "annotations": "inform_instruction(inst-21);" + }, + { + "utt_id": "utt-68", + "utterance": "Ok. I cut the circles. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-21\", \"tracker_completed_step_num\": 42, \"tracker_requested_step\": \"inst-22\", \"tracker_requested_step_num\": 43}" + }, + { + "utt_id": "utt-69", + "utterance": "Wipe the surface of each circle with cornstarch and fit into a tart mold. Make sure the cornstarch side is facing down to prevent sticking.", + "bot": true, + "annotations": "inform_instruction(inst-22);" + }, + { + "utt_id": "utt-70", + "utterance": "Ok. done. It's facing down. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-22\", \"tracker_completed_step_num\": 43, \"tracker_requested_step\": \"inst-23\", \"tracker_requested_step_num\": 44}" + }, + { + "utt_id": "utt-71", + "utterance": "Press the circles onto the sides and the bottom of tart mold so it is fitting perfectly. Trim the edges at the rim of the tart mold.", + "bot": true, + "annotations": "inform_instruction(inst-23);" + }, + { + "utt_id": "utt-72", + "utterance": "Ok. can you repeat the last phrase once more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-23\", \"tracker_completed_step_num\": 44, \"tracker_requested_step\": \"inst-23\", \"tracker_requested_step_num\": 44}" + }, + { + "utt_id": "utt-73", + "utterance": "Remove extra dough that's over the rim of the tart mold.", + "bot": true, + "annotations": "repeat(ac-23-1);" + }, + { + "utt_id": "utt-74", + "utterance": "Ok. I removed the extra dough. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-23\", \"tracker_completed_step_num\": 44, \"tracker_requested_step\": \"inst-24\", \"tracker_requested_step_num\": 45}" + }, + { + "utt_id": "utt-75", + "utterance": "Now fill three quarters of each mold with the almond filling.", + "bot": true, + "annotations": "inform_instruction(inst-24);" + }, + { + "utt_id": "utt-76", + "utterance": "Ok. I have filled it with the almond filling. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-24\", \"tracker_completed_step_num\": 45, \"tracker_requested_step\": \"inst-25\", \"tracker_requested_step_num\": 46}" + }, + { + "utt_id": "utt-77", + "utterance": "Bake them on the top shelf of the oven at 175 degrees Celsius for 20 to 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-25);" + }, + { + "utt_id": "utt-78", + "utterance": "Ok. I have baked them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-25\", \"tracker_completed_step_num\": 46, \"tracker_requested_step\": \"inst-26\", \"tracker_requested_step_num\": 47}" + }, + { + "utt_id": "utt-79", + "utterance": "As soon as they are ready, take them out of the oven and remove the tarts from the molds.", + "bot": true, + "annotations": "inform_instruction(inst-26);" + }, + { + "utt_id": "utt-80", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-26\", \"tracker_completed_step_num\": 47, \"tracker_requested_step\": \"inst-27\", \"tracker_requested_step_num\": 48}" + }, + { + "utt_id": "utt-81", + "utterance": "Dip them directly in the sugar syrup we prepared earlier.", + "bot": true, + "annotations": "inform_instruction(inst-27);" + }, + { + "utt_id": "utt-82", + "utterance": "Ok. I did so. Are there still more steps now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-27\", \"tracker_completed_step_num\": 48, \"tracker_requested_step\": \"inst-28\", \"tracker_requested_step_num\": 49}" + }, + { + "utt_id": "utt-83", + "utterance": "Yes you can put a pine nut on each tart for decoration.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-28);" + }, + { + "utt_id": "utt-84", + "utterance": "Ok. I have done that. It looks good. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-28\", \"tracker_completed_step_num\": 49, \"tracker_requested_step\": \"inst-29\", \"tracker_requested_step_num\": 50}" + }, + { + "utt_id": "utt-85", + "utterance": "Finally place the tarts on a wire rack so they can drain.", + "bot": true, + "annotations": "inform_instruction(inst-29);" + }, + { + "utt_id": "utt-86", + "utterance": "Ok. done they are drained now. Thanks. it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-29\", \"tracker_completed_step_num\": 50, \"tracker_requested_step\": \"inst-29\", \"tracker_requested_step_num\": 50}" + }, + { + "utt_id": "utt-87", + "utterance": "Great. enjoy it!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/010.1.json b/ai_talks/AMUseBotBackend/dialog/010.1.json new file mode 100644 index 0000000..3bc3773 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/010.1.json @@ -0,0 +1,118 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make basic syrup for sunset cooler?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. take a deep saucepan before we will add some ingredients.", + "bot": true, + "annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "I have the deep saucepan. What should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-3", + "utterance": "Now first add 1 cup of white sugar and 1 cup of water to the pan.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have added the sugar and water to the pan. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-5", + "utterance": "Now still add 2 pandan leaves.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2]);" + }, + { + "utt_id": "utt-6", + "utterance": "What kind of leaves?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "Pandan leaves.", + "bot": true, + "annotations": "repeat(inst-0, [ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. they are added.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "Great. now bring it to a boil and then lower the heat until the sugar is dissolved.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. the sugar is dissolved. What's 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-11", + "utterance": "Now first remove the pandan leaves.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-12", + "utterance": "I removed them.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"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": "Now strain the syrup and allow it to cool so you can use it.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. the syrup is strained and cooled. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Ok. Great. now you can store it in a bottle and put in the refrigerator.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "That was all. I hope you enjoy it.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-18", + "utterance": "It looks good. Thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/011.1.json b/ai_talks/AMUseBotBackend/dialog/011.1.json new file mode 100644 index 0000000..d2b3d40 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/011.1.json @@ -0,0 +1,214 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make the deep fried turkey?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-1", + "utterance": "Do you have a large stockpot or turkey fryer?", + "bot": true, + "annotations": "verify(inst-0, [tool-0-0, tool-0-1]);" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I have a turkey fryer.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-3", + "utterance": "Great. take your turkey fryer and heat oil to 400 degrees.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. is that Fahrenheit or Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-5", + "utterance": "It is 400 degreesFahrenheit or equivalently 200 degrees Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-0-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. Thanks. done. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; 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-7", + "utterance": "Did you leave enough room in the fryer for the turkey? Otherwise oil will spill over.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ah, thanks for letting me know there is enough room now for the turkey.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-9", + "utterance": "That's good, now you can place food-safe paper bags on a large platter.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. done. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Take the turkey and rinse it. Then pat dry with paper towels.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. can you repeat the first part before drying it with paper towels?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Rinse the turkey with water.", + "bot": true, + "annotations": "repeat(ac-3-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thanks for the clarification. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Rub 1/4 cup Creole seasoning over the inside and outside of the turkey.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. done. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "The hole at the neck of the turkey should be at least 2 inches so the oil can flow easily through the turkey.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. the whole is at least 2 inches. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you can place the turkey and 1 white onion in the drain basket of the fryer.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Done. I put it in the fryer. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Make sure the neck end of the turkey is downwards.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. it is. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Now slowly place the basket into the fryer so the turkey is covered completely in oil.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. the turkey is in the fryer. How long should it stay?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Cook it for about 45 minutes. Make sure the temperature of the oil is maintained at 175 degrees.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. it's now 45 minutes later. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Remove the basket from the oil and let the turkey drain.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I let the turkey drain. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "Place a meat thermometer in the thickest part of the turkey and verify if the internal temperature is around 80 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-30", + "utterance": "Yes the temperature is 80 degrees Celsius. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Finish the drain of the turkey on the platter you prepared earlier with paper bags.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. done. Is there another step to take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "No, well done. You can now enjoy your deep fried turkey.", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. thanks for the explanation.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/012.1.json b/ai_talks/AMUseBotBackend/dialog/012.1.json new file mode 100644 index 0000000..8b5c185 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/012.1.json @@ -0,0 +1,172 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make fried beef ribs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. you may start with heating 3 quarts of peanut oil in a deep fryer to 190 degrees Celsius.", + "bot": true, + "annotations": "greeting();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. the peanut oil is now at 190 degrees Celsius. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Now take a medium bowl. We will add some ingredients into it.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);\r\nsimplify_begin(inst-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Which ingredients should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "First add 2 tablespoons of salt.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "I have done that. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Now add 3 tablespoons of black pepper and 2 tablespoons of cayenne pepper.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. that's done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-9", + "utterance": "Finally add 2 tablespoons of garlic salt and 2 tablespoons onion salt. Afterwards mix everything together.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I added the last ingredients and mixed everything together.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Ok. great. Now take another bowl and add 2 cups all-purpose flour.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "That's done. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "Take another bowl and add 6 eggs. Then whisk the eggs.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Can you repeat the last part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Whisk the eggs.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I whisked the eggs and added them to the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-17", + "utterance": "Ok. good. Now rub the spice mix you made before onto all of the ribs.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Now dip each rib in the egg mixture and after in the flour mixture.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "I have dipped each rib in both the egg and flour mixture. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Ok. Great. now do exactly the same one more time.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I repeated the dipping.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Now we have to fry the ribs. Try to fry 4 to 5 ribs at a time.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "I fried all the ribs in the peanut oil. Are there other steps to take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Great! take them out after 8 minutes. Then they should be ready.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. thank you for the instructions. They look good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/013.1.json b/ai_talks/AMUseBotBackend/dialog/013.1.json new file mode 100644 index 0000000..994d07b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/013.1.json @@ -0,0 +1,148 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make the potato soup?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. to start, you can take a large saucepan or pot to combine several ingredients. I will say the ingredients one by one if you are ready.", + "bot": true, + "annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);\r\nsimplify_begin(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. Thanks. I took the pan and I am ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-3", + "utterance": "First add 2 Yukon Gold potatoes. Make sure the potatoes are cut in cubes.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. should they cubes be big or small or it doesn't matter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-5", + "utterance": "It doesn't matter but not too big or too small.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. Thanks. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "Then you can add 1 package au gratin instant potato mix to the saucepan. One package should weigh around 5.5 ounce.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-1]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. thanks I have added the potato mix. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Now add 1 can condensed chicken broth. One can should weigh around 10.5 ounce.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I added the chicken broth. Should I add more to the mix?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes finally you can add 1/2 cups water. You might need to add more water if necessary.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0]);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. thanks. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Cook the mixture over medium heat until the potatoes become tender. This will take about 40 minutes. Make sure to stir occasionally.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I cooked the mixture. What should I do with it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Now you can stir in 1 cup heavy cream while still heating.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "How much cream do I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-17", + "utterance": "You need 1 cup.", + "bot": true, + "annotations": "inform_amount(ing-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. and should I add it into the pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes you should add the cream to the saucepan and continue heating.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I did that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "That's all. You can serve the Potato soup and enjoy it.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\nenjoy();\r\n" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. thanks it looks good. Have a nice day.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-23", + "utterance": "Have a nice day too.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/014.1.json b/ai_talks/AMUseBotBackend/dialog/014.1.json new file mode 100644 index 0000000..b897cf1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/014.1.json @@ -0,0 +1,142 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make Frosted Ruby Punch?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. first take a 5-cup ring mold.", + "bot": true, + "annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. I have the mould. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-3", + "utterance": "Now pour in 4 cups of cranberry juice and let it freeze over night.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. it is the next day now and the cranberry juice is frozen. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "Great. Now take a punch bowl. We will add some ingredients into the bowl.", + "bot": true, + "annotations": "fetch(inst-2, [tool-2-0]);\r\nsimplify_begin(inst-2);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have the punch bowl. What should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-7", + "utterance": "First add 1 1/2 cups of sugar.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-1]);" + }, + { + "utt_id": "utt-8", + "utterance": "That's done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "Then add 1 1/2 cups of lemon juice and 1 cup of orange juice.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. what should I add next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Finally add 4 cups of ginger ale.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Can you repeat that please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Add 4 cups of ginger ale soda.", + "bot": true, + "annotations": "repeat(ac-2-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Thank you for repeating it. I added the ginger ale soda now. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Now take out the frozen ice ring from the mold and add it into the punch.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Great. Now finally place some scoops of raspberry sherbet around the ring of the punch bowl.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "What should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Some scoops of raspberry sherbet.", + "bot": true, + "annotations": "inform_instruction(inst-4, [ing-5]);" + }, + { + "utt_id": "utt-20", + "utterance": "Thank you. I added the raspberry sherbet. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, enjoy!", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Thank you. it looks delicious!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/015.1.json b/ai_talks/AMUseBotBackend/dialog/015.1.json new file mode 100644 index 0000000..ef5ac58 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/015.1.json @@ -0,0 +1,154 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make the California chicken dish?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-1", + "utterance": "To start, you can preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. the oven is heating up. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-3", + "utterance": "Now you should take a skillet and warm oil in it.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. the oil is getting warm, what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-5", + "utterance": "You should add the chicken and onions to the skillet.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what should I add first?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "You can add them together.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"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": "Cook for about 15 minutes until the chicken is browned.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. the chicken is brown now. 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-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Now you can add some taste to it with 1 pinch salt and 1 pinch ground black pepper.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I added the spices. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "Place the chicken breasts on a cookie sheet.", + "bot": true, + "annotations": "inform_instruction(ac-4-0);\r\n" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. what should I do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Place on each breast 1 to 2 slices of tomato and 2 to 3 slices of Monterey Jack cheese.", + "bot": true, + "annotations": "inform_instruction(ac-4-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Can you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "2 to 3 slices of cheese, preferably Monterey Jack cheese.", + "bot": true, + "annotations": "repeat(ac-4-1, [ing-7]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. thanks. I added all to the breast. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; 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-19", + "utterance": "Now place it in the preheated oven until the cheese is melted. This will take about 10 to 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. the cheese is melted now. Should I take it out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Take it out of the oven and add 2 to 3 slices of avocado on each breast.", + "bot": true, + "annotations": "inform_instruction(ac-6-0);\r\ninform_instruction(ac-6-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you can serve it and enjoy your California Chicken.", + "bot": true, + "annotations": "inform_instruction(ac-6-2);\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. thanks for the instructions, it looks nice.", + "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}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/016.1.json b/ai_talks/AMUseBotBackend/dialog/016.1.json new file mode 100644 index 0000000..530f513 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/016.1.json @@ -0,0 +1,232 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making today?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"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 going to make a Cheezy Pie.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "What's the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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 you can already preheat the oven and set it on 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. that's Done. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-5", + "utterance": "Now take a medium size mixing bowl and add 8 ounce of softened cream cheese.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "I added the creme cheese to the bowl. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "First whip the cream cheese a bit until it becomes fluffy.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);" + }, + { + "utt_id": "utt-8", + "utterance": "It looks fluffy now, what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"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 add 1/2 cup of sugar and 1 teaspoon of vanilla extract and mix it together.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Can you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "1 teaspoon of vanilla extract.", + "bot": true, + "annotations": "repeat(inst-2, [ing-3]);" + }, + { + "utt_id": "utt-12", + "utterance": "Thank you. that's done now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "Add 2 eggs to the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have added the eggs, what's next?", + "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-15", + "utterance": "Now beat the eggs and make sure that all the ingredients are well mixed.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-16", + "utterance": "That's Done. everything is well mixed now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Ok. great. Now pour the mixture into 2 pre-baked pie shells.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. should I put them in the oven now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes you may bake them for 20 minutes. Let me know when it's finished.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-20", + "utterance": "The 20 minutes passed, it is finished now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Great, now leave it for 5 minutes outside of the oven and grab a small bowl.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have a small bowl. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Combine 1 cup of sour cream and 3 tablespoons of sugar and put it in the bowl.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-24", + "utterance": "Can you repeat the first ingredient please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "1 cup of sour cream.", + "bot": true, + "annotations": "repeat(inst-9, [ing-5]);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have added the sour cream and the sugar now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "Mix them well and spread half of the mixture on each pie.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-28", + "utterance": "That's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-29", + "utterance": "Now place the pies in the oven for 15 minutes but turn the oven off.", + "bot": true, + "annotations": "inform_instruction(inst-11);\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-30", + "utterance": "So I should turn the oven off before placing them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes and then just 15 minutes inside still.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-32", + "utterance": "The 15 minutes have passed now, what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-33", + "utterance": "Take them out of the oven and let the pies chill overnight.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I'm back. Are they ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "The final step is to top each pie with 1 cup of strawberries.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. that's done. It looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-37", + "utterance": "Ok. glad to hear that, enjoy!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/017.1.json b/ai_talks/AMUseBotBackend/dialog/017.1.json new file mode 100644 index 0000000..bd56572 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/017.1.json @@ -0,0 +1,274 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make the bakers secret pie crust?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. take 4 tablespoons unsalted butter and 5 tablespoons shortening. Place them into the freezer for 20 minutes.", + "bot": true, + "annotations": "greeting();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "5 tablespoons of what? Could you repeat that again?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-3", + "utterance": "5 tablespoons of shortening. Shortening is butter or fat used for making bread.", + "bot": true, + "annotations": "repeat(inst-0, [ing-6]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. thanks for the clarification. I put everything in the freezer for 20 minutes. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-5", + "utterance": "Take the bowl of the food processor. In this bowl we will combine several ingredients.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-7", + "utterance": "Combine 3/4 cup cake flour and 3/4 cup all-purpose flour.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I added them to the bowl. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-9", + "utterance": "Next you can add 1/2 teaspoon salt and 1 teaspoon white suga.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. added as well. Should I add more still?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-11", + "utterance": "Finally add 1/8 teaspoon baking powder.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-4]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I added the baking powder. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "Now mix everything for a few seconds.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Should I mix it with the machine?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes with the food processor.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. thanks. Done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Next take one half of the cold butter and one half of the cold shortening you put in the freezer.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I took them out. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "You can put them in the food processor with the other ingredients and mix for about 1 minutes. Make sure to scrape down the bowl twice while mixing.", + "bot": true, + "annotations": "inform_instruction(ac-3-1);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Could you repeat the last part once, what should I make sure of?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "During the one minute of mixing you should stop twice and scrape down the edges of the bowl.", + "bot": true, + "annotations": "repeat(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. thanks for the clarification. What should I do now with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you can add the remainder of the butter and the shortening to the mixture. Mix only briefly so there are pea-sized chunks lef.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. done. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "Take a measuring cup and mix 1 egg yolk and 2 teaspoons distilled white vinegar.", + "bot": true, + "annotations": "fetch(ac-6-0, [tool-6-0]);\r\ninform_instruction(ac-6-0);" + }, + { + "utt_id": "utt-26", + "utterance": "What should I add besides the two teaspoons of stilled white vinegar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "1 egg yolk. It is the yellow part of an egg.", + "bot": true, + "annotations": "repeat(ac-6-0, [ing-7]);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. now I understood thanks. Ok. they are both in the measuring cup. Should I add more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "If these two ingredients are well mixed, you can add 3 ice cubes and 1/2 cup cold water.", + "bot": true, + "annotations": "inform_instruction(ac-6-1);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. done. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Let this cool down for about 3 to 4 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. it's cooled down now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "Remove the mixture of flours and shortening from the processor and place it in a large mixing bow.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. the first mixture is in a large mixing bowl. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "Now you can sprinkle 4 to 5 tablespoons of the egg and vinegar mixture on the first mixture in the mixing bowl. Mix with a fork and add the tablespoons a little at a time.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. could you repeat only the last part? I couldn't follow that, thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat; thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "When you are adding the tablespoons of egg, add only one tablespoon at a time and mix with a fork.", + "bot": true, + "annotations": "repeat(ac-9-1);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. thanks. It's all added now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-39", + "utterance": "Now take a plastic bag, place the dough in it and place it in the refrigerator for a few minute.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. it's in the fridge. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-41", + "utterance": "After a few minutes you can remove from the fridge and roll out the dough.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. in which shape should I roll it out, or it doesn't matter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-43", + "utterance": "No it doesn't matter. Your Pie crust is ready now, enjoy it!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();\r\n" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. Thanks. it looks nice.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 24}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/018.1.json b/ai_talks/AMUseBotBackend/dialog/018.1.json new file mode 100644 index 0000000..584838a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/018.1.json @@ -0,0 +1,76 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making today?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"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 going to make the easiest salad dressing. You may grab a jar with a tight fitting lid.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "What should I grab?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "A jar with a tight fitting lid.", + "bot": true, + "annotations": "inform_instruction(tool-0-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have it now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-5", + "utterance": "Now add 1/2 cup of mayonnaise and 3 teaspoons of milk into the jar.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "I have added the mayonnaise and milk. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "Now add 1/4 teaspoon of salt and 1 pinch of ground black pepper.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I added these two, what's next?", + "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-9", + "utterance": "Great. now just mix them well together and pour it over your salad. Then you are done!", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\nend_recipe();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done it! Thank you. it tastes good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Ok. thanks have a nice day.", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/019.1.json b/ai_talks/AMUseBotBackend/dialog/019.1.json new file mode 100644 index 0000000..95f9ecb --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/019.1.json @@ -0,0 +1,184 @@ +{ + "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": "Today we are making Black bean Lasagne Rolls.", + "bot": true, + "annotations": "inform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Hm that sounds good. How do I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Cook 8 lasagne noodles. Do not add salt and fat and drain it well.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "How many minutes I have to cook them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "You should cook them according to the package directions.", + "bot": true, + "annotations": "inform_duration(cond-0-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ah Ok. I will take a look thanks. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-7", + "utterance": "Next we will create the cheese mixture. Combine 1 cup shredded Monterey jack cheese and 15 ounce ricotta cheese.", + "bot": true, + "annotations": "simplify_begin(inst-1);\r\nsimplify_continue(inst-1, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I put the two types of cheese together. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-9", + "utterance": "In addition, add 4.5 ounce chopped green chiles, 1/2 teaspoon chili powder and 1/8 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-3, ing-4, ing-5]);" + }, + { + "utt_id": "utt-10", + "utterance": "Can you repeat the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "4.5 ounce chopped green chiles.", + "bot": true, + "annotations": "repeat(ac-1-0, [ing-3]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. thanks. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "Stir everything well.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. it's well stirred. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Now you can put the cheese mixture on one side of each lasagna noodle.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I putted the cheese mixture on the each side of the lasagna noodles. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-17", + "utterance": "Next you can place some black beans over the cheese mixture.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you can roll up the noodles. Make sure you start rolling at the narrow end.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I rolled up all the noodles. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "Take a baking dish, coat it with cooking spray and place the noodles on it. Make sure the seam side is down.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I put the noodles on the baking dish.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, now you can bake them at 350 degrees for about 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "350 degrees Fahrenheit right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes Fahrenheit.", + "bot": true, + "annotations": "affirm();\r\ninform_temperature(temp-6-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. that is done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you can serve the lasagna rolls. If desired, you can add some salsa or cilantro sprigs.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. thanks it looks good. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Great. enjoy it!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/020.1.json b/ai_talks/AMUseBotBackend/dialog/020.1.json new file mode 100644 index 0000000..d87bb5b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/020.1.json @@ -0,0 +1,250 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make Alaskan Halibut Lasagna?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. first take a large skillet and put it on the stove on medium heat. Melt 2 tablespoons of butter.", + "bot": true, + "annotations": "greeting();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "I have put the skillet on the stove. How many butter do I need to melt?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "2 tablespoons is enough.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. that's Done. what's next?", + "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\": 13}" + }, + { + "utt_id": "utt-5", + "utterance": "When it's melted, add 1 1/2 pounds of halibut steaks. Don't forget to remove the bones and cut them into little cubes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "I have added the Halibut steaks. For how long do I need to bake them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-7", + "utterance": "Also add 2 minced garlic cloves and 3/4 teaspoons of dried thyme. Then let the fish cook for about 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_duration(dur-2-0);" + }, + { + "utt_id": "utt-8", + "utterance": "The ten minutes have passed now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-9", + "utterance": "Make sure the fish flakes easily with a fork. Is that the case?", + "bot": true, + "annotations": "verify(cond-2-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Yes it is.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-11", + "utterance": "Ok. Great. now remove the fish from the pan and set it aside. Now use the skillet again and add 4 tablespoons of butter.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I refilled the skillet with butter. What should I cook in it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-13", + "utterance": "Add 1/3 cup of all-purpose flour and 1/2 teaspoon of salt. Cook and stir the mixture until it is golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-14", + "utterance": "The flour and salt mixture is golden-brown now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-15", + "utterance": "Ok. now gradually add 1 1/2 cups of chicken broth and 1 cup of heavy whipping cream.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-16", + "utterance": "That's Done. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-17", + "utterance": "Bring it to a boil. Let it cook and stir it for 2 minutes and make sure it's thick in the end.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-18", + "utterance": "The mixture is thick now. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok. good now remove it from the stove and take a 13 inch baking dish.", + "bot": true, + "annotations": "fetch(inst-8, [tool-8-0]);" + }, + { + "utt_id": "utt-20", + "utterance": "I have the 13 inch baking dish.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-21", + "utterance": "Now we are going to prepare the lasagna. First make the baking dish greasy with some butter. Then add 4 ounces of lasagna noodles.", + "bot": true, + "annotations": "simplify_begin(inst-8);\r\nsimplify_continue(inst-8, [ing-8]);" + }, + { + "utt_id": "utt-22", + "utterance": "How many ounces of lasagna noodles?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "4 ounces.", + "bot": true, + "annotations": "inform_amount(ing-8);" + }, + { + "utt_id": "utt-24", + "utterance": "Thank you. I added them to the baking dish.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-25", + "utterance": "Ok. now add half of the cooked halibut and half of the white sauce you just made.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-26", + "utterance": "Can you repeat the first ingredient please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-27", + "utterance": "Add half of the cooked halibut. The fish you cooked first.", + "bot": true, + "annotations": "repeat(inst-8, [ing-1]);" + }, + { + "utt_id": "utt-28", + "utterance": "Oh Thank you. I understand it. It is done now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-29", + "utterance": "Ok. now still add 1 cup of shredded Swiss cheese.", + "bot": true, + "annotations": "simplify_continue(inst-8, [ing-9]);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I added the shredded swiss cheese. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "Now repeat another layer with the same 4 steps.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "I made a second layer. Should I make another one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-33", + "utterance": "No it should be ok like that. Now cover it up and bake it in the oven for 20 minutes at 350 degrees Fahrenheit.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I baked it for 20 minutes. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "Now uncover it and bake another 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-36", + "utterance": "Another 20 minutes have passed. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes does it look bubbly? Then you let it stand for 15 minutes.", + "bot": true, + "annotations": "affirm();\r\nverify(cond-11-0);\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-38", + "utterance": "Yes it looks bubbly.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-39", + "utterance": "Ok. great. You can still sprinkle it with a bit of parsley if you desire. Enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-13);\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Thank you. it looks delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 25}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/021.1.json b/ai_talks/AMUseBotBackend/dialog/021.1.json new file mode 100644 index 0000000..f81b8e6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/021.1.json @@ -0,0 +1,262 @@ +{ + "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. today we are making Cupids Cookies. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes. how should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-3", + "utterance": "Great. take a medium bowl and combine 1 cup butter and 1 cup white sugar until it looks light and fluffy.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. done. what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-5", + "utterance": "Blend in 1 egg and 1/2 teaspoons of vanilla extract in the bowl.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "How much vanilla extract should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "1/2 teaspoons.", + "bot": true, + "annotations": "inform_amount(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. that is done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-9", + "utterance": "Sift 2 1/2 cups all-purpose flour and 1/2 teaspoon salt in the bowl.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. added as well. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-11", + "utterance": "Mix everything well and stir in 1 cup rolled oats.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-12", + "utterance": "Sorry can you repeat the last part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-13", + "utterance": "Add 1 cup rolled oats and stir everything.", + "bot": true, + "annotations": "repeat(inst-4);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thanks. Everything is stirred.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-15", + "utterance": "Now divide the dough in half.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. done. What should I do with the dough?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-17", + "utterance": "Take one half of the dough and add 1/4 teaspoons peppermint extract 3 drops red food coloring.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. both added on the one half on the dough. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-19", + "utterance": "Let it rest for several hours.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I let it rest for a couple hours. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-21", + "utterance": "Good, you can now preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I will do that. What should I do afterwards?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-23", + "utterance": "Roll out both halves of the dough to a thickness of 1/8 inch. Do this on a surface that is sprinkled with 2 tablespoons confectioners' sugar.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I rolled out both. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-25", + "utterance": "Next you should cut out half of each color with the 2 1/2 inch heart shaped cookie cutter and the other half with the 1 1/2 inch cookie cutter.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-26", + "utterance": "In what shape should I cut it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-27", + "utterance": "One half in heart shapes and the other half in standard cookie shapes.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. thanks. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-29", + "utterance": "Next place them on cookie sheets.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-31", + "utterance": "If the oven is preheated you can bake them for 10 to 12 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I baked them for 10 minutes now. When are they ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-33", + "utterance": "You can remove them from the oven. Place 1/8 of a chocolate bar onto the center of each heart.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-34", + "utterance": "What should I add to the center of each heart?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-35", + "utterance": "Add 1/8 of a chocolate bar onto the center of each heart.", + "bot": true, + "annotations": "inform_instruction(ac-13-1);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-37", + "utterance": "Now place the other cookie shape on top of it and press lightly.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I did that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-39", + "utterance": "Finally you can place them on a rack to cool.", + "bot": true, + "annotations": "inform_instruction(inst-15);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. I did that. How long should they cool, or is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-41", + "utterance": "It is done now. You can enjoy your Cupids Cookies.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. Thanks. they look good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 27}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/022.1.json b/ai_talks/AMUseBotBackend/dialog/022.1.json new file mode 100644 index 0000000..70bfdd9 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/022.1.json @@ -0,0 +1,178 @@ +{ + "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 going to make Artichoke and Sun dried Tomato Chicken. 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. What is the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-3", + "utterance": "First we are going to season both sides of the 4 chicken breasts with salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "How many salt and pepper do I need to use?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-5", + "utterance": "You can add as much as you desire depending on your taste.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. that's done now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-7", + "utterance": "Good. Now heat some oil in a large skillet over medium high heat.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "The oil is heated now. Should I add the chicken breasts now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes you can add the chicken breasts. Cook them until both sides are brown.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. the 4 breasts are brown now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-11", + "utterance": "Ok. now remove them from the pan and set them aside. Keep the pan on the pit and pour 1 can of diced tomatoes with green peppers and onions.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(ac-4-0);" + }, + { + "utt_id": "utt-12", + "utterance": "How many tomatoes, peppers and onions do I need to add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-13", + "utterance": "Just 1 prepared can which includes these ingredients.", + "bot": true, + "annotations": "inform_amount(ing-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thank you for the clarification. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Now cook them for 1 minute and stir constantly.", + "bot": true, + "annotations": "inform_instruction(ac-4-1);" + }, + { + "utt_id": "utt-16", + "utterance": "One minute has passed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Now add 1/4 cup of sun-dried tomato pesto.", + "bot": true, + "annotations": "simplify_continue(inst-5, [ing-4]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have added it.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Now add 1 can of artichoke hearts.", + "bot": true, + "annotations": "simplify_continue(inst-5, [ing-5]);" + }, + { + "utt_id": "utt-20", + "utterance": "So only the hearts of an artichoke?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes they are coming in a can and are normally already drained in water and quartered.", + "bot": true, + "annotations": "affirm();\r\ninform_amount(ing-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Thank you. I have added them.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Now finally add the chicken again. Cover the pan and reduce the heat to medium.", + "bot": true, + "annotations": "inform_instruction(ac-5-1);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "I have added the chicken again. For how long should I cook it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Let it slimmer for 5 to 10 minutes. Make sure the chicken is cooked through.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "The chicken is ready now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Ok. nice, enjoy the meal.", + "bot": true, + "annotations": "enjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Thank you. it is really good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/023.1.json b/ai_talks/AMUseBotBackend/dialog/023.1.json new file mode 100644 index 0000000..545873e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/023.1.json @@ -0,0 +1,250 @@ +{ + "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": "Today we will make Caramel Chocolate Corn. Are you ready to start?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Alright, what is the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Take some cookie sheets and grease them.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. that is done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-5", + "utterance": "Place 16 cups popped popcorn and 1 cup roasted peanuts in a paper bag and set it aside.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-7", + "utterance": "Take a microwave safe bowl.", + "bot": true, + "annotations": "fetch(inst-3, [tool-3-0]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. should it be big or it doesn't matter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-9", + "utterance": "It should not be a big one, a medium is sufficient.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have it. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-11", + "utterance": "Now add 1 cup brown sugar and 1/2 cup butter to the bowl.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. done. Should I add more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes, next add 1/4 cup light corn syrup.", + "bot": true, + "annotations": "affirm();\r\nsimplify_continue(inst-3, [ing-4]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Finally add 1 teaspoon vanilla extract and 1 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. both added. What should I do with it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Now you can place it in the microwave for 4 minutes until it becomes bubbly.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. it is bubbly now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Next you should stir in 1/2 teaspoon baking soda.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Pour this mixture in the paper bag with the popcorn mixture and shake the bag to cover the popcorn with this mixture.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. how long should I shake it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-23", + "utterance": "Until all the popcorn is coated with the mixture.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. that is done now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "Close the bag and place it in the microwave for 2 minutes. During these 2 minutes you should stop three times and mix the bag.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. done. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-27", + "utterance": "Take your prepared greased cookie sheets and spread the popcorn mixture onto it.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. all of it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes you can spread all of it. If you didn't prepare enough sheets you should prepare additional sheets.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. Thanks. I will do that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "The sheets are used to cool down the popcorn. Next you should take an empty microwave safe bowl again.", + "bot": true, + "annotations": "inform_instruction(purp-9-0);\r\nfetch(inst-10, [tool-10-0]);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I took another bowl again.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Combine 1 cup milk chocolate chips and 1/2 teaspoon baking soda.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I put them both in the bowl. Should I add more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-35", + "utterance": "No you can place it now in the microwave for 90 seconds until everything is melted. During these 90 seconds stop once to stir everything.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. it's all melted. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-37", + "utterance": "You can now sprinkle this over the popcorn mixture.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-39", + "utterance": "Let it first cool down a bit and then you can serve it. Well Done. enjoy your Caramel Chocolate Corn.", + "bot": true, + "annotations": "inform_instruction(inst-13);\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. thanks. It looks great!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 24}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/024.1.json b/ai_talks/AMUseBotBackend/dialog/024.1.json new file mode 100644 index 0000000..39c7160 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/024.1.json @@ -0,0 +1,148 @@ +{ + "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": "Hello. today we are going to make Awesome Turkey Sandwich.", + "bot": true, + "annotations": "inform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds good. What is the first step I need to take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "You start with spreading mayonnaise on one slice of toast.", + "bot": true, + "annotations": "inform_instruction(ac-0-0);" + }, + { + "utt_id": "utt-4", + "utterance": "That's done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "On another slice of toast, spread mustard.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-7", + "utterance": "Prepare a smoked turkey by slicing its breast.", + "bot": true, + "annotations": "fetch(inst-1, [ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I sliced the breast of the turkey. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-9", + "utterance": "Now arrange the sliced turkey breast on one side.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "I have done that. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-11", + "utterance": "Scoop two spoons of guacamole, then spread it over the turkey.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "I have spreaded the guacamole over the turkey. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "Good. Put the salad greens, bean sprouts, avocado and cheese on the turkey.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "I have put the salad greens on the turkey. Can you repeat the other ingredients please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes. Bean sprouts, avocado and cheese. Do you need to know the quantity of them?", + "bot": true, + "annotations": "repeat(inst-3, [ing-6, ing-7, ing-8]);\r\nother();" + }, + { + "utt_id": "utt-16", + "utterance": "Yes, could you specify the quantity of each of these ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-17", + "utterance": "You need half cup salad greens, one fourth cup bean sprouts, one fourth sliced avocado and 3 ounces sliced cheese.", + "bot": true, + "annotations": "inform_amount(ing-5);\r\ninform_amount(ing-6);\r\ninform_amount(ing-7);\r\ninform_amount(ing-8);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. thank you to specify that. I have put everything on the turkey now. What's the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Now we are on the final step. Put 2 tomato slices on the mixture, then place another toast on top.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "I have done that. It looks good!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Good. Enjoy it. Anything else do you need?", + "bot": true, + "annotations": "enjoy();\r\npropose_other_help();" + }, + { + "utt_id": "utt-22", + "utterance": "No everything is fine. Thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate; thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Bye.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/025.1.json b/ai_talks/AMUseBotBackend/dialog/025.1.json new file mode 100644 index 0000000..deac4f2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/025.1.json @@ -0,0 +1,244 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. can you tell me the name of today's recipe?", + "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 are making Cheddar Artichoke Quiche Cups.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. What ingredients do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Do you want me to say all the ingredients first or can I say them when you need them?", + "bot": true, + "annotations": "propose_skip_ing_list();" + }, + { + "utt_id": "utt-4", + "utterance": "You are right. Just tell me when I need them. So where should I start from?", + "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\": 12}" + }, + { + "utt_id": "utt-5", + "utterance": "First take 1 jar marinated artichoke hearts. Drain the artichokes and keep half of the marinade aside.", + "bot": true, + "annotations": "fetch(inst-0, [ing-0]);\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "How long should I drain the artichokes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-7", + "utterance": "Drain the artichokes until most of the marinade is separated.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. It is done now. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-9", + "utterance": "Next you should chop the drained artichokes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Easy job. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-11", + "utterance": "Take a skillet and add onion and garlic in the marinade you reserved. Let this marinate until it becomes tender.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-12", + "utterance": "I have to heat the skillet, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes you need to heat the skillet first.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. The marinade is tender enough now. What shall I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, set it aside and take a large bowl.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);\r\nfetch(inst-3, [tool-3-0]);" + }, + { + "utt_id": "utt-16", + "utterance": "Yes. I have the bowl now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "In this bowl combine 4 beaten eggs and 1/4 cup dry bread crumbs.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-18", + "utterance": "I have mixed them. That's all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "No, in addition, add 1/4 teaspoon ground mustard, 1/8 teaspoon dried oregano, 1/8 teaspoon pepper and 1/8 teaspoon hot pepper sauce.", + "bot": true, + "annotations": "negate();\r\nsimplify_continue(inst-3, [ing-5, ing-6, ing-7]);\r\nsimplify_continue(inst-3, [ing-8]);" + }, + { + "utt_id": "utt-20", + "utterance": "OK. A lot of things, I add them as you said. Ohh, wait. I forgot the onions. You mentioned that I should put them in the skillet, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes indeed. Put the bowl aside and start all over again with the skillet.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Alright, my fault. How many onions do I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-23", + "utterance": "No problem. You need 1 finely chopped onion.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Great. It is done. Let's continue with the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Take the bowl again and you can now stir in 8 ounce of shredded Cheddar cheese and 2 tablespoons minced fresh parsley.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "OK. It's done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Next you can stir in the chopped artichokes and the onion mixture you prepared.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "So shall I add all the onion mixture into the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes you should add all of it.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. For next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Take muffin cups and fill them three-fourths with the mixture in the bowl.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Yeah, I filled 20 cups. Shall I put them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes bake them in the oven at 325 degrees Fahrenheit for about 15-17 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Can you repeat the temperature in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "325 degrees Fahrenheit is about 163 degrees Celsius.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-36", + "utterance": "Good. I set the temperature and time. What can I do while waiting?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "I have nothing else for you to do while waiting. The final step is to cool down the muffins for 5 minutes and afterwards place them on a wire rack and serve them warm.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-38", + "utterance": "Cool. Good job, bot. Bye!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-39", + "utterance": "Enjoy your Cheddar Artichoke Quiche Cups! Bye!", + "bot": true, + "annotations": "enjoy();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/026.1.json b/ai_talks/AMUseBotBackend/dialog/026.1.json new file mode 100644 index 0000000..eef1446 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/026.1.json @@ -0,0 +1,196 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make British bread pudding?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-1", + "utterance": "First of all, you need to preheat oven to 190 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "I have set the oven to 190 degrees Celsius. What can I do while the oven is preheating?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a large bowl and add six and one fourth cups of cubed bread. Then add one and one fourth cups of milk into the bowl.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have added the cubed bread and milk into the bowl. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "Let the bread soak for 5 minutes.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. should I do something else during the five minutes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-7", + "utterance": "No, just wait for it. Afterwards, stir in 1 egg, one third cup of soften butter.", + "bot": true, + "annotations": "negate();\r\nsimplify_continue(inst-2, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. the 5 minutes have passed and the eggs and butter are added. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-9", + "utterance": "Also three fourth cup of raisins, one fourth cup of dried mixed fruit, half cup of brown sugar.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-4, ing-5, ing-6]);" + }, + { + "utt_id": "utt-10", + "utterance": "That's a lot. Can you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes, it is half cup of brown sugar. Can we continue?", + "bot": true, + "annotations": "repeat(inst-2, [ing-6]);\r\nother();" + }, + { + "utt_id": "utt-12", + "utterance": "Yes everything is added. Continue please.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "For the bowl, you still need to add one tablespoon of ground nutmeg, one tablespoon of ground cinnamon.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-7, ing-8]);" + }, + { + "utt_id": "utt-14", + "utterance": "Done. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "No. That is all. Now you can mix them in the bowl.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "For how long should I mix it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry. I cannot answer your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "No problem. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Take a 9 inch square baking pan, then press the mixture into the pan.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. should I heat the pan now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Sorry, are you requesting the next instruction?", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-22", + "utterance": "Yes what's the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Place the pan in the preheated oven. Then bake for 35 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have set the timer on 45 minutes. Can I do something while waiting.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "It is better to set it as 35 minutes.", + "bot": true, + "annotations": "inform_duration(dur-5-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have adjusted it to 35 minutes.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "You do not need to do anything while waiting.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-28", + "utterance": "The 35 minutes have passed now. What's the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "This is the final step. Let the pudding cool in the pan, then cut into squares. Then you can enjoy it.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have done that. They are delicious. Bye!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; goodbye;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Bye!", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/027.1.json b/ai_talks/AMUseBotBackend/dialog/027.1.json new file mode 100644 index 0000000..948ae0b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/027.1.json @@ -0,0 +1,316 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make baked spaghetti squash lasagna style?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. since the ingredient list is long, do you need me to read them through now?", + "bot": true, + "annotations": "greeting();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. that would be nice. What is the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "The first is 1 spaghetti squash which is halved in length and seeded.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. thanks I have it here. What is the next ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "1 chopped onion.", + "bot": true, + "annotations": "inform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what is next?", + "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": "2 tablespoons fo minced garlic and 2 cans of stewed tomatoes.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. should the two cans of stewed tomatoes be big or small or with some specific measurements?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "They should be 14 ounce.", + "bot": true, + "annotations": "inform_amount(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. thanks. I have them now. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; confirm; 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-11", + "utterance": "You need 1 tablespoon of dried basil and 1 cube of vegetable bouillon.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have those as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Some black pepper and 1 can of black olives. You need 15 ounce of olives and chop them in advance.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thanks I will chop them now in advance. What is the next ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "1 cup of shredded mozzarella cheese and 1 cup of shredded parmesan cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I shredded both the cheeses. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "These are all the ingredients.", + "bot": true, + "annotations": "end_ingredient_list();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. nice I have them all ready. What is the first step now to take in order to cook the dish?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Now we preheat the oven to 325 degrees Fahrenheit.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. the oven is starting to preheat. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Take a baking sheet and layer it with cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. the baking sheet is prepared. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Put the squash in the oven. Bake it for 35 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. it's 35 minutes now. I guess it is ready. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Remove the squash from oven and let it cool.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. how long should it cool down?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Sorry, I cannot answer it. Do you need me to provide the next step?", + "bot": true, + "annotations": "fence();\r\npropose_next_instruction();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. no problem. What can I do in the meantime when it's cooling down?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "Use some cooking spray to spray a non-stick saucepan.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. the pan is ready. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Put the saucepan on a medium heat, then saute the onion and garlic until the color turns golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. it looks fine, what should I add now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Now you can add tomatoes, basil, bouillon cube and black pepper. Stir them well.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I added al those ingredients and stirred them. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Cook for about 15 minutes when the sauce becomes medium thick.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. the sauce looks Ok. now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Use a fork to remove the squash strands and reserve the shells.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. what should I do with both?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "For each shell, layer it with a spoon of the sauce you made.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "Add another layer of squash strands, olives and mozzarella cheese.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. I added all those things on top. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-43", + "utterance": "Repeat these layers until the shells are full.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. The shells are full now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-45", + "utterance": "Top with Parmesan cheese.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. it's all topped now with the Parmesan. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-47", + "utterance": "The final step is to bake the two shells for 20 minutes in oven.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. great. I baked all the shells and they look really nice. Is there anything else I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-49", + "utterance": "No. Just enjoy your work.", + "bot": true, + "annotations": "negate();\r\nenjoy();" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. thanks a lot. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-51", + "utterance": "Bye.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/028.1.json b/ai_talks/AMUseBotBackend/dialog/028.1.json new file mode 100644 index 0000000..36e01ad --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/028.1.json @@ -0,0 +1,244 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. can you tell me the name of recipe?", + "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 cinnamon crackle cookies.", + "bot": true, + "annotations": "inform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Good. Where should I start from?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Is it Ok. if I first give you all the ingredients before we start, since it is a long list?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "How long?", + "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-5", + "utterance": "It consist of 15 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-6", + "utterance": "Alright, just tell me the details when it is needed. What is the first step I can do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-7", + "utterance": "Ok. first you can take a mixing bowl. We will mix some ingredients in there.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\nsimplify_begin(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Is it an electrical one or just a normal bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-9", + "utterance": "A normal mixing bowl.", + "bot": true, + "annotations": "inform_tool(tool-0-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. What should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-11", + "utterance": "First add 1/2 cup of softened butter.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-12", + "utterance": "It is added. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-13", + "utterance": "Ok. now add 1/2 cup of shortening and 1 cup of sugar to the bowl.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-1, ing-2, ing-3]);" + }, + { + "utt_id": "utt-14", + "utterance": "It is done. Should I add flour now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-15", + "utterance": "Not yet. First add 1 egg.", + "bot": true, + "annotations": "negate();\r\nsimplify_continue(inst-1, [ing-4]);" + }, + { + "utt_id": "utt-16", + "utterance": "Alright, egg is added.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-17", + "utterance": "Ok. now still add 1 teaspoon of vanilla extract and 1/2 teaspoon of almond extract. Then mix well before we continue.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-5, ing-6]);\r\nsimplify_continue(ac-1-1);" + }, + { + "utt_id": "utt-18", + "utterance": "It seems well mixed. Please continue.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok. now we will add the next 8 ingredients gradually into the creamed mixture. The first one is 2 1/2 cups of all-purpose flour.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\nsimplify_continue(inst-2, [ing-7]);" + }, + { + "utt_id": "utt-20", + "utterance": "8 ingredients? What do you mean specifically?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-21", + "utterance": "We will add 8 ingredients now into the mixture. The first one is, 2 1/2 cups of all-purpose flour.", + "bot": true, + "annotations": "repeat(inst-2);\r\nsimplify_continue(inst-2, [ing-7]);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I add the flour now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-23", + "utterance": "Ok. now add 1 tablespoon of ground cinnamon and 2 teaspoons of baking soda.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-24", + "utterance": "Yeah, what are the rest? I think I can add them together.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Ok. 2 teaspoons cream of tartar, 2 teaspoons ground nutmeg, 2 teaspoons grated orange peel and 1 teaspoon grated lemon peel.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-10, ing-11, ing-12]);\r\nsimplify_continue(inst-2, [ing-13, ing-14]);" + }, + { + "utt_id": "utt-26", + "utterance": "Stir all of them, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes you can stir them a bit until it becomes solid.", + "bot": true, + "annotations": "affirm();\r\nother();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. It looks good. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-29", + "utterance": "Now take some ungreased baking sheets and add some sugar on it.", + "bot": true, + "annotations": "inform_instruction(ac-3-1);" + }, + { + "utt_id": "utt-30", + "utterance": "The sheet is greased. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Ok. now shape the mixture into 1 inch balls and roll them in the sugar on the baking sheets.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);\r\ninform_instruction(ac-3-1);" + }, + { + "utt_id": "utt-32", + "utterance": "The balls are all rolled. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Ok. great. Now bake them in the oven at 350 degrees Fahrenheit. Leave them in for 10 or 15 minutes and take them out when they are lightly browned.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-34", + "utterance": "Can you tell me the temperature in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "It is 177 degrees Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-4-1);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. The cookies are baked very well.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "Ok. Great. enjoy the cookies!", + "bot": true, + "annotations": "enjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Thanks! Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "Bye.", + "bot": true, + "annotations": "goodbye();\r\nend_recipe();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/029.1.json b/ai_talks/AMUseBotBackend/dialog/029.1.json new file mode 100644 index 0000000..faff8e2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/029.1.json @@ -0,0 +1,196 @@ +{ + "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. Today we make Country Fried Chicken.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. sounds nice. What is the first step I have to take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Prepare a large resealable plastic bag to mix some ingredients.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have prepared the bag. Which ingredients should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "First, add 1/3 cup all purpose flour and 1 teaspoon garlic salt.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I added them to the bag. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Keep adding 1 teaspoon pepper, 1/2 teaspoon paprika and 1/4 teaspoon poultry seasoning into the bag.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3, ing-4]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Could you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-9", + "utterance": "It is 1/4 teaspoon poultry seasoning.", + "bot": true, + "annotations": "repeat(inst-0, [ing-4]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. thanks. I added all of them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Now take a shallow bowl. In the bowl, beat egg and milk.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I took the shallow bowl. What should I do with the milk? I didn't understand that part.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "You put 1 egg and 1/4 cup of milk in the bowl. Beat them well.", + "bot": true, + "annotations": "repeat(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thanks now it is clear. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Prepare 2 chicken thighs and 2 chicken drumsticks.", + "bot": true, + "annotations": "fetch(inst-2, [ing-7, ing-8]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. what do you mean with prepare? What should I do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "You should add the chicken to the bag, a few pieces at a time, and shake the bag to coat.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Alright. I have done that now! What should I do with the chicken?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Dip the chicken into the egg mixture.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. that is ready. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Return the chicken to the bag and shake again.", + "bot": true, + "annotations": "inform_instruction(ac-3-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I shook the chicken in the bag again. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Remove them from the bag and let stand for 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. the 5 minutes have passed. What should I do with it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Take a large skillet and heat some canola oil in it.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I heated the oil. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Fry the chicken until all sides become golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have fried all the chicken. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Reduce heat to medium and cook until a meat thermometer reads 180 degrees. Then you can remove the chicken from the oil and enjoy it.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have done that. It looks good. Thanks for the instructions!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "You are welcome. The recipe is finished. See you.", + "bot": true, + "annotations": "thank();\r\nend_recipe();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/030.1.json b/ai_talks/AMUseBotBackend/dialog/030.1.json new file mode 100644 index 0000000..26c7288 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/030.1.json @@ -0,0 +1,292 @@ +{ + "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 chicken pot pie ix. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I am ready. What's the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-3", + "utterance": "First you may preheat the oven to 220 degrees Celsius. In the meantime we will start preparing the chicken.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have set the oven to 220 degrees celsius. How should I prepare the chicken?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-5", + "utterance": "First take a saucepan. I will give you instructions about which ingredients we will add.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);\r\nsimplify_begin(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Should it be a large or a small saucepan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-7", + "utterance": "I cannot answer that question. But we will add 4 ingredients to the pan.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. what ingredients should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-9", + "utterance": "First add 1 pound of skinless, boneless chicken breast halves.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-0]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. that's done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-11", + "utterance": "Now you may add 1 cup of sliced carrots and 1 cup of frozen green peas.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have added the carrots. What was the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-13", + "utterance": "1 cup of frozen green peas.", + "bot": true, + "annotations": "repeat(inst-1, [ing-2]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have added it now. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "Finally add 1/2 cup of sliced celery and water to the pan. Let it boil for 15 minutes.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-3]);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. should I do something else during these 15 minutes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-17", + "utterance": "You can already chop an onion.", + "bot": true, + "annotations": "fetch(inst-4, [ing-5]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have chopped one onion. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-19", + "utterance": "Now take the saucepan off the fire. Let the water drain and set is aside. Then take another saucepan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "That's done. What should I do with the other saucepan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-21", + "utterance": "First put in 1/3 cup of butter and cook the chopped onions over medium heat until they are soft and translucent.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. that's Done. they look ready. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-23", + "utterance": "Then stir in 4 ingredients. The first two are 1/3 cup of all-purpose flour and 1/2 teaspoon of salt.", + "bot": true, + "annotations": "simplify_begin(inst-5);\r\nsimplify_continue(inst-5, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-24", + "utterance": "I have added the flour, can you repeat the quantity of salt?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_amount;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "1/2 teaspoon.", + "bot": true, + "annotations": "repeat(inst-5, [ing-7]);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. thank you. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "The other two ingredients are 1/4 teaspoon of black pepper and 1/4 teaspoon celery seed.", + "bot": true, + "annotations": "simplify_continue(inst-5, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-28", + "utterance": "I have added the two. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-29", + "utterance": "Now also stir in 1 3/4 cups chicken broth and 2/3 cup of milk.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "How long should I stir?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "Let it simmer until the mixture becomes thick.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. it is thick now. What's the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-33", + "utterance": "Great! Now remove it from the heat and set aside. Take 2 unbaked pie crusts.", + "bot": true, + "annotations": "inform_instruction(inst-8);\r\nfetch(inst-9, [ing-12]);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. what should I do with the two pie crusts?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "Place the chicken mixture you made before into the bottom of the pie crust.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "That's done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-37", + "utterance": "Good. Pour over the hot liquid mixture you made.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I poured over the mixture. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-39", + "utterance": "Now cover it up with top crust. Also seal the edges of the pie and cut away excess dough.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. what else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-41", + "utterance": "Before you put it in the oven make several small slits in the top of the pie.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-42", + "utterance": "That's Done. can I now put it in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-43", + "utterance": "Yes bake it for 30 to 35 minutes. Check if the pastry becomes golden brown and the filling is bubbly.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. 35 minutes have passed now and everything looks good. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-45", + "utterance": "Ok. great. Let is cool for 10 minutes before serving and enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. it looks delicious. Thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-47", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();\r\nend_recipe();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/031.1.json b/ai_talks/AMUseBotBackend/dialog/031.1.json new file mode 100644 index 0000000..8adb05e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/031.1.json @@ -0,0 +1,202 @@ +{ + "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": "Today we are making Caraway Rye Muffins. Are you ready?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. Great. yes!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a large bowl to combine some ingredients.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. how many ingredients should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "You should add 5 ingredients. Start by adding the flours and sugar.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\nsimplify_continue(inst-0, [ing-0, ing-1, ing-2]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. how much flour and sugar should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "For the flours add 1 cup rye flour and 3/4 cup all-purpose. For the sugar add 1/4 cup.", + "bot": true, + "annotations": "inform_amount(ing-0);\r\ninform_amount(ing-1);\r\ninform_amount(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "What is the second type of flour I should add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-9", + "utterance": "All-purpose flour.", + "bot": true, + "annotations": "repeat(ing-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. thanks. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "Next add 2 1/2 teaspoons baking powder and 1/2 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Finally add 1/2 teaspoon caraway seeds.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-5]);" + }, + { + "utt_id": "utt-14", + "utterance": "What kind of seeds? I couldn't understand.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Caraway seeds.", + "bot": true, + "annotations": "repeat(inst-0, [ing-5]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ah Ok. thanks. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Now you can stir in 3/4 cup shredded Cheddar cheese.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. something else to add still?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you may add 1 beaten egg, 3/4 cup milk and 1/3 cup vegetable oil. Keep stiring until everything is moistened.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. could you repeat the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "The first ingredient is 1 beaten egg.", + "bot": true, + "annotations": "repeat(inst-2, [ing-7]);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. thanks. I added all and I am stirring. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Take some muffin cups and add some grease.", + "bot": true, + "annotations": "fetch(inst-3, [tool-3-0]);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Now you can add the muffin cups two-thirds full.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have added the mixture into the cups. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Bake the muffins in an oven at 400 degrees Fahrenheit for about 20-23 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. when do I know that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "You can verify whey are ready by inserting a toothpick and see if it comes out clean.", + "bot": true, + "annotations": "inform_duration(cond-4-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. it looks good. Is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "You can let them cool down for 5 minutes and place them on a wire rack. That's all. Enjoy it!", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. Thanks. it looks nice!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/032.1.json b/ai_talks/AMUseBotBackend/dialog/032.1.json new file mode 100644 index 0000000..29252a0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/032.1.json @@ -0,0 +1,166 @@ +{ + "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 will make Eggnog II.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "That sounds good. What is the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "You may start by taking a large saucepan and already add 6 beaten eggs.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\nsimplify_continue(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "That's done. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-5", + "utterance": "Now add 2 1/4 cups of milk and 1/3 cup of white sugar.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-6", + "utterance": "Can you repeat the quantities please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "2, 1/4 cups of milk and 1/3 cup of white sugar.", + "bot": true, + "annotations": "inform_amount(ing-1);\r\ninform_amount(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Thank you. Something else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "No now let it cook and stir over medium heat. Stir the mixture until it will cling to a metal spoon rather than it will run off it.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-1);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. it seems good. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-11", + "utterance": "Remove it from the heat. Let it cool quickly by placing the pan in a sink with ice water. Keep stirring it for 1 to 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-12", + "utterance": "When do I know it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "1 or 2 minutes is enough.", + "bot": true, + "annotations": "inform_duration(dur-3-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Now stir in 1 teaspoon of vanilla extract and lit it chill for 4 to 24 hours.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-16", + "utterance": "Can I do something else during these hours?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-17", + "utterance": "You can make the whip cream already. Take 1 cup of heavy whipping cream and add 2 tablespoons of sugar. Then whip the cream until soft peaks are formed.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-18", + "utterance": "I have the whipping creme. How many sugar do I need to add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_amount;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-19", + "utterance": "Just 2 tablespoons.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Thank you. The whipping creme is ready now. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Now transfer the cooled egg mixture into a punch bowl. Then with each serving sprinkle it with some nutmeg and fold in the whipped cream.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-22", + "utterance": "Can you repeat the last sentence please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "For each serving sprinkle it with some nutmeg and add the whipped cream.", + "bot": true, + "annotations": "repeat(inst-8);\r\nrepeat(inst-9);" + }, + { + "utt_id": "utt-24", + "utterance": "Thank you. Anything else I need to do for serving?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "No that is it. Enjoy!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-26", + "utterance": "Thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/033.1.json b/ai_talks/AMUseBotBackend/dialog/033.1.json new file mode 100644 index 0000000..3a139fd --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/033.1.json @@ -0,0 +1,106 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make the cold cocoa smoothie?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. do you have a blender?", + "bot": true, + "annotations": "greeting();\r\nverify(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I have!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-3", + "utterance": "Great. Take the blender and combine the ice cream and milk inside the blender.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\nsimplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. how much should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Add 1 1/2 scoops vanilla ice cream amd 1 1/2 cups milk.", + "bot": true, + "annotations": "inform_amount(ing-0);\r\ninform_amount(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I add both. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "In addition add 2 tablespoons instant hot chocolate mix and 1/4 cup whipped cream.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Finally add 5 crushed chocolate sandwich cookies.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-4]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Now blend everything until it becomes smooth.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. it is smooth now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Now you can pour the mixture into large chilled glass.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. done. What should I still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "That's all. Enjoy your Cold Cocoa Smoothie.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Thanks. it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/034.1.json b/ai_talks/AMUseBotBackend/dialog/034.1.json new file mode 100644 index 0000000..16d3b36 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/034.1.json @@ -0,0 +1,106 @@ +{ + "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 will make a fruit smoothie. It will be quick and easy. Are you ready?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I am. What's 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\": 4}" + }, + { + "utt_id": "utt-3", + "utterance": "Do you have a blender?", + "bot": true, + "annotations": "verify(ac-0-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I have one. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-5", + "utterance": "Take it and add 1 package of frozen mixed berries.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\nsimplify_continue(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "How large should the package be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "It should be a 10 ounce package.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Thank you. I have added it to the blender. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "Now add a can of sliced drained peaches as well.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-1]);" + }, + { + "utt_id": "utt-10", + "utterance": "How large should the can of peaches be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-11", + "utterance": "It should be 15 ounce.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Thank you. anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-13", + "utterance": "Before blending, add 2 tablespoons of honey.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have added the hony. Can I blend everything now?", + "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-15", + "utterance": "Yes go ahead. Blend until smooth and enjoy.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "It looks good. Thank you for the instructions!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/035.1.json b/ai_talks/AMUseBotBackend/dialog/035.1.json new file mode 100644 index 0000000..55514e8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/035.1.json @@ -0,0 +1,178 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making this morning?", + "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": "You are going to make delicious Artichoke Dip. Are you ready to start?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Nice, yes I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "Great. the first thing you can do is preheat an oven to 200 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. the oven is preheating. What can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "Take a medium-sized mixing bowl.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "I have the bowl. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-7", + "utterance": "In this bowl stir mayonnaise and sour cream.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-8", + "utterance": "Sorry could you repeat the first part, in this bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "In this bowl, add mayonnaise and sour cream and stir everything.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. alright, I added both and stirred. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Do you want to have the quantities of the mayonnaise and sour cream?", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-12", + "utterance": "Ah that is true. What are those?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_amount;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-13", + "utterance": "1/2 cup mayonnaise and 1/2 cup sour cream.", + "bot": true, + "annotations": "inform_amount(ing-0);\r\ninform_amount(ing-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thanks I still added a bit to make it right. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "In addition, add 1 cup grated Parmesan cheese and 1/2 cup minced red onion to the bowl and stir everything.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-2, ing-4]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I stirred everything. Is there more to add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes you can now drain 1 can artichoke hearts and add it to the bowl.", + "bot": true, + "annotations": "affirm();\r\nfetch(inst-2, [ing-3]);\r\nsimplify_continue(inst-2, [ing-3]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Finally add 1 tablespoon lemon juice and salt and pepper as desired.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. thanks. I did that. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you can transfer the mixture to a shallow baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. done. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Finally bake the mixture in the preheated oven at 400 degrees Fahrenheit for about 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. thanks. I baked the mixture for about 20 minutes now. How do I know it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "When it is light brown on top, it should be ready.", + "bot": true, + "annotations": "inform_duration(cond-4-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "No it is done. Enjoy your Artichoke Dip.", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. Thanks. it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/036.1.json b/ai_talks/AMUseBotBackend/dialog/036.1.json new file mode 100644 index 0000000..c6a0487 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/036.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make Atomic Canuck Chili?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. first take a large skillet.", + "bot": true, + "annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "I have the large skillet. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-3", + "utterance": "Now first still dice 1/2 large onion.", + "bot": true, + "annotations": "fetch(inst-0, [ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-5", + "utterance": "Put the skillet on medium heat and start cooking the onions for a bit and then add 2 pounds lean ground beef.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "Can you repeat what I should add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-7", + "utterance": "2 pounds of lean ground beef.", + "bot": true, + "annotations": "repeat(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-8", + "utterance": "That's done. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-9", + "utterance": "Still add some spices: 1 tablespoon crushed red pepper, 3 tablespoons garlic powder and 1 tablespoon seasoned pepper.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3, ing-4]);" + }, + { + "utt_id": "utt-10", + "utterance": "I have added the first two. What is the last one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-11", + "utterance": "1 tablespoon seasoned pepper.", + "bot": true, + "annotations": "repeat(inst-0, [ing-4]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. what is the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-13", + "utterance": "Drain off the fat from what you cooked and place the mixture into a slow cooker.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I placed it in a slow cooker without the fat.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-15", + "utterance": "Good. Now we will add 10 ingredients into the slow cooker. If you are ready I will announce them.", + "bot": true, + "annotations": "simplify_begin(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Yes I am ready. What's the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-17", + "utterance": "First add 2 cans of mushroom pieces and 1 can of baked beans.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-18", + "utterance": "How large should the cans be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-19", + "utterance": "2 4 ounce cans for the mushrooms and 1 28 ounce can baked beans.", + "bot": true, + "annotations": "inform_amount(ing-5);\r\ninform_amount(ing-6);" + }, + { + "utt_id": "utt-20", + "utterance": "Good, what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-21", + "utterance": "Add 2 cans kidney beans. The size should be 15.25 ounce.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-7]);" + }, + { + "utt_id": "utt-22", + "utterance": "That's added, anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes still 7 more ingredients. Now add 2 (6 ounce) cans tomato paste and 1/4 cup of white sugar.", + "bot": true, + "annotations": "affirm();\r\nsimplify_continue(inst-2, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-25", + "utterance": "Now add 3 sliced carrots, 3 stalks of celery and 1 green bell pepper.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-10, ing-11, ing-12]);" + }, + { + "utt_id": "utt-26", + "utterance": "What is the third one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "1 green bell pepper.", + "bot": true, + "annotations": "repeat(ing-12);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have add these three ingredients. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-29", + "utterance": "Add 1 red bell pepper and 2 jalapeno chile peppers.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-13, ing-14]);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. that's done. Are there any other ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-31", + "utterance": "Finally still add 1/4 cup of Canadian beer into the slow cooker.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-15, ing-18]);" + }, + { + "utt_id": "utt-32", + "utterance": "I have added the Canadian beer. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-33", + "utterance": "Now season it with hot sauce and more crushed red pepper as desired. Then cover it and cook on a low stand for 4 to 5 hours.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. can I do something else during these 4 to 5 hours?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "No, that is all, just let it slow cook.", + "bot": true, + "annotations": "negate();\r\n\r\n" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I have cooked it for 5 hours now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-37", + "utterance": "That is all, enjoy!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "It looks good. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"goodbye;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 23}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/037.1.json b/ai_talks/AMUseBotBackend/dialog/037.1.json new file mode 100644 index 0000000..7c34428 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/037.1.json @@ -0,0 +1,166 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make baked aloha chicken?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. the first step is to preheat the oven to 350 degrees Fahrenheit.", + "bot": true, + "annotations": "greeting();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. what can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a bowl to combine some ingredients.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. How many ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-5", + "utterance": "You need to combine 6 ingredients in total. The first two are 1/4 cup lemon juice and 1/4 cup light corn syrup.", + "bot": true, + "annotations": "simplify_begin(inst-1);\r\nsimplify_continue(inst-1, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I added both. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "Next add 2 tablespoons soy sauce and 1 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. both added as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-9", + "utterance": "Finally add 1/4 teaspoon ground ginger and 1/4 cup corn oil.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. also added. What should I do with it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-11", + "utterance": "Now stir everything until smooth.", + "bot": true, + "annotations": "simplify_begin(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Now stir in 1 can crushed pineapple including its liquid.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Could you repeat what comes after stir?", + "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-15", + "utterance": "1 can crushed pineapple including its liquid.", + "bot": true, + "annotations": "repeat(inst-2, [ing-6]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ah ok. It's added. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Now place 10 chicken leg quarters in an ovenproof glass baking dish and pour the sauce you prepared on top.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. Something else I should add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you can bake the chicken legs in the preheated oven for 30 minutes.", + "bot": true, + "annotations": "inform_instruction(ac-4-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. 30 minutes haves passed. Is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you can turn the chicken over and continue baking for about 20 minutes.", + "bot": true, + "annotations": "inform_instruction(ac-4-1);\r\ninform_instruction(ac-4-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. when do I know it's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "When the chicken is tender and no longer pink, it should be ready.", + "bot": true, + "annotations": "inform_duration(cond-4-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Thanks. is there something else still?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "No that's all. Enjoy your Aloha Chicken!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. thanks it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/038.1.json b/ai_talks/AMUseBotBackend/dialog/038.1.json new file mode 100644 index 0000000..75bd8b8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/038.1.json @@ -0,0 +1,178 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making today?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"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 Beths Spicy Oatmeal Raisin Cookies.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds good. What's the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-3", + "utterance": "Preheat the over to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. what's the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-5", + "utterance": "Now take a large bowl. We will add some ingredients to prepare the mixture. First add 1/2 cup of softened butter.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);\r\nsimplify_begin(ac-1-0);\r\nsimplify_continue(ac-1-0, [ing-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "I added the softened butter. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-7", + "utterance": "1/2 cup butter flavored shortening and 1 cup packed light brown sugar.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-9", + "utterance": "Still add 1/2 cup white sugar, 2 eggs and 1 teaspoon vanilla extract. Cream it all together until it becomes smooth.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-3, ing-4, ing-5]);\r\nsimplify_begin(ac-1-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. it is smooth now. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-11", + "utterance": "Now add 5 other ingredients to the mix. The first one is 1 1/2 cups all-purpose flour.", + "bot": true, + "annotations": "simplify_begin(ac-2-0);\r\nsimplify_continue(ac-2-0, [ing-6]);" + }, + { + "utt_id": "utt-12", + "utterance": "Done. What's the next one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-13", + "utterance": "Now add 1 teaspoon baking soda and 1 teaspoon ground cinnamon.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-7, ing-8]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have added that. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-15", + "utterance": "Add 1/2 teaspoon ground cloves and 1/2 teaspoon salt. Stir it all together.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-9, ing-10]);\r\ninform_instruction(ac-2-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Can you repeat the last sentence?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-17", + "utterance": "Stir everything well together.", + "bot": true, + "annotations": "repeat(ac-2-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Done. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-19", + "utterance": "Also still stir in 3 cups of rolled oats and 1 cup raisins.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Done. anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-21", + "utterance": "Now drop the mixture onto ungreased cookie sheets. Use rounded teaspoonfuls.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "I placed it on cooking sheets. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-23", + "utterance": "Bake them in the oven for 10 to 12 minutes until they are light and golden. Do not overbake them.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. 11 minutes have passed now and they look good. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-25", + "utterance": "Now still let them cool for 2 minutes before removing them from the cookie sheets to cool completely.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have let them cool down for 2 minutes.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-27", + "utterance": "Ok. great. You may store them in an airtight container if you like. Enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-8);\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "They look delicious, thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/039.1.json b/ai_talks/AMUseBotBackend/dialog/039.1.json new file mode 100644 index 0000000..226e4a0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/039.1.json @@ -0,0 +1,340 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello. I'm all set to make the gingerbread men, tell me what to do!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-1", + "utterance": "First, take a large bowl.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. I'll do that, but could you first guide me through the ingredients, so I can gather everything I need? I've taken the bowl by the way.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list; confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-3", + "utterance": "Ok. But the ingredient list is a bit long with 12 ingredients. Would you like me to specify the ingredients when they are needed?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_skip_ing_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. that's fine, thanks. Let's get on with it. How long will it take do you think?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; thank; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry, I cannot answer that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "All right thanks. So what do I do with the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-7", + "utterance": "Now, put 1/2 cup margarine and 1/2 cup sugar into the bowl. Then cream them until smooth.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "You mean with a mixer?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry, I cannot answer it. Shall we continue?", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Er... What I meant is - do I need to cream it with a beater or with an electric mixer? The margarine is quite hard.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry, I cannot answer this question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. done! What's up next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "Now add 1/2 cup molasses and 1 egg yolk to the bowl. Stir them well.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "All right, what do I do with the egg-white? Do I keep it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry, I cannot find the answer from this recipe. Shall we continue?", + "bot": true, + "annotations": "fence();\r\npropose_next_instruction();" + }, + { + "utt_id": "utt-16", + "utterance": "No problem, yes, please, let's continue.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Now in another place, you shall combine 8 ingredients. I will read 3 items one by one.", + "bot": true, + "annotations": "simplify_begin(ac-2-0);\r\n" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I'm waiting.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "First, combine 2 cups sifted all-purpose flour, 1/2 teaspoon salt and 1/2 teaspoon baking powder.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-4, ing-5, ing-6]);" + }, + { + "utt_id": "utt-20", + "utterance": "What was the third ingredient, and how much do I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat; req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-21", + "utterance": "That is baking powder. You need 1/2 teaspoon of it.", + "bot": true, + "annotations": "repeat(ing-6);\r\n" + }, + { + "utt_id": "utt-22", + "utterance": "OK?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Then add 1/2 teaspoon baking soda, 1/2 teaspoon ground cinnamon and 1 teaspoon ground cloves.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-7, ing-8, ing-9]);" + }, + { + "utt_id": "utt-24", + "utterance": "Sorry, what kind of cloves?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "That is ground cloves.", + "bot": true, + "annotations": "repeat(ing-9);" + }, + { + "utt_id": "utt-26", + "utterance": "Oh, I don't have that, I'll just leave it out. Could you repeat the first two items, please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other; req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Baking soda and ground cinnamon. Do you have them?", + "bot": true, + "annotations": "repeat(ac-2-0, [ing-7, ing-8]);\r\nverify(ac-2-0, [ing-7, ing-8]);" + }, + { + "utt_id": "utt-28", + "utterance": "Yes, sure, how much exactly?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-29", + "utterance": "1/2 teaspoon baking soda and 1/2 teaspoon ground cinnamon.", + "bot": true, + "annotations": "inform_amount(ing-7);\r\ninform_amount(ing-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Okay, I added them. I used a bit less cinnamon, because I don't really like it..", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "That is fine. Good. The final 2 items are 1 teaspoon ginger and 1/2 teaspoon ground nutmeg.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-10, ing-11]);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. finished! Do I stir it all together now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes, and you should blend them into the molasses mixture until smooth.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(ac-2-1);" + }, + { + "utt_id": "utt-34", + "utterance": "All right, that's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-35", + "utterance": "Cover the mixture and chill for one hour.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-36", + "utterance": "All right, I'll put it in the fridge. Hello. I'm back, so, what now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-37", + "utterance": "Now you can preheat the oven to 350 degrees Fahrenheit.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-38", + "utterance": "Er.. what's that in Celcius? Sorry, my oven doesn't indicate Fahrenheit.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-39", + "utterance": "It is 175 degrees Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-4-1);" + }, + { + "utt_id": "utt-40", + "utterance": "Thanks! All right, the oven is heating.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-41", + "utterance": "You can prepare a floured surface. Then we wait for the dough until 1 hour passes.", + "bot": true, + "annotations": "fetch(inst-5, [tool-5-0]);" + }, + { + "utt_id": "utt-42", + "utterance": "Sorry, I already left the dough to chill in the fridge for an hour, is that what you meant?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-43", + "utterance": "Good. Now you can put it on the floured surface. Roll the dough to 1/4 inch thickness.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-44", + "utterance": "Okay, that's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-45", + "utterance": "Ues a cookie cutter to cut the dough into shapes as you want.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-46", + "utterance": "Great. that was fun. Anything else, or do I put them into the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-47", + "utterance": "No, there are still something we have to accomplish. Place these cookies 2 inches apart on ungreased cookie sheets.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-49", + "utterance": "Now you can put cookies in the oven and bake for 8 to 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-50", + "utterance": "Ah, all right, I though we needed to do something else first. They're baking now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-51", + "utterance": "When the timer runs out, you can remove the cookies from sheets to wire racks.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-52", + "utterance": "That's done!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-53", + "utterance": "When cookies are cool, you can frost and decorate them as you desire. This is the final step. Do you need other help?", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\npropose_other_help();" + }, + { + "utt_id": "utt-54", + "utterance": "No, I think they worked out perfectly, I'll add the toppings, thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate; thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-55", + "utterance": "Enjoy! Bye!", + "bot": true, + "annotations": "enjoy();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/040.1.json b/ai_talks/AMUseBotBackend/dialog/040.1.json new file mode 100644 index 0000000..14ad18f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/040.1.json @@ -0,0 +1,220 @@ +{ + "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 a crustless spinach quiche. 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?", + "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\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "First preheat the oven to 175 degrees Celsius. Then lightly grease a 9 inch pie pan.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have preheated the oven. How large should the pan be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_tool;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-5", + "utterance": "It should be a 9 inch pie pan.", + "bot": true, + "annotations": "inform_instruction(tool-1-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Thank you. I have greased it in. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "Now cut 1 onion and take a large skillet.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\nfetch(inst-2, [tool-2-0]);" + }, + { + "utt_id": "utt-8", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-9", + "utterance": "Heat some oil in the large skillet on medium high heat and add the onions.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-10", + "utterance": "For how long should I bake the onions?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "They are done when they are soft. Stir occasionally.", + "bot": true, + "annotations": "inform_duration(cond-3-0);\r\ninform_instruction(ac-3-2);" + }, + { + "utt_id": "utt-12", + "utterance": "They are soft now. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "Take 1 package frozen chopped spinach and add it to the onions.", + "bot": true, + "annotations": "inform_instruction(ac-4-0);" + }, + { + "utt_id": "utt-14", + "utterance": "How large should the package be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-15", + "utterance": "It should be 10 ounce.", + "bot": true, + "annotations": "inform_amount(ing-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Thank you. I have added it. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Continue cooking the spinach until excess moisture has evaporated.", + "bot": true, + "annotations": "inform_instruction(ac-4-1);" + }, + { + "utt_id": "utt-18", + "utterance": "That's done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Take a large bowl. We will combine some ingredients into the bowl.", + "bot": true, + "annotations": "fetch(inst-5, [tool-5-0]);\r\nsimplify_begin(ac-5-0);" + }, + { + "utt_id": "utt-20", + "utterance": "I have a large bowl in front of me. What should I add to this bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "First add 5 beaten eggs and 3 cups of shredded Muenster cheese.", + "bot": true, + "annotations": "simplify_continue(ac-5-0, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-22", + "utterance": "Done. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Now still add 1/4 teaspoon salt and 1/8 teaspoon ground black pepper.", + "bot": true, + "annotations": "simplify_continue(ac-5-0, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-24", + "utterance": "How much ground black pepper?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-25", + "utterance": "1/8 teaspoon.", + "bot": true, + "annotations": "inform_amount(ing-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Thank you for repeating it. What can I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Now add the spinach mixture you made before and stir everything together.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Scoop the mixture into the pie pan you prepared before.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "The mixture is in the pie pan now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Great. Now bake it in the oven for about 30 minutes. Make sure that the eggs have set.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have set the oven timer on 40 minutes. Can I do something in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "No that was all. After it's done just let it cool for 10 minutes before serving the dish.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. it has cooled down now. Thank you for the instructions. It looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "Ok. Thanks. enjoy.", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/041.1.json b/ai_talks/AMUseBotBackend/dialog/041.1.json new file mode 100644 index 0000000..c42b182 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/041.1.json @@ -0,0 +1,130 @@ +{ + "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. today we are making Gelatin Fruit Salad. A short and easy recipe. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sure, what should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a saucepan and bring 1 cup applesauce to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Could you repeat what kind of sauce I need to boil please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-5", + "utterance": "Applesauce.", + "bot": true, + "annotations": "repeat(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what size should the cup be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "I can not answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. the sauce is boiling. What is next?", + "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-9", + "utterance": "You can now remove it from the heat and add gelatin. Keep stirring until all the gelatin is dissolved.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "How much gelatin should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-11", + "utterance": "2 packages cherry gelatin. 1 package has a weight of 3 ounce.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. thanks. I added and stirred. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Now you can slowly add the soda and pineapple. Take 1 can lemon-lime soda and 1 can undrained crushed pineapple.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. what size do they need to have?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-15", + "utterance": "1 can lemon-lime soda of 12 ounce and 1 can pineapple of 8 ounce.", + "bot": true, + "annotations": "inform_amount(ing-2);\r\ninform_amount(ing-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. thanks. I added both. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "As a last step place it in the refrigerator until it becomes firm.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I will do that. Was that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes that's all. Bye.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\ngoodbye();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. thanks for the instructions. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/042.1.json b/ai_talks/AMUseBotBackend/dialog/042.1.json new file mode 100644 index 0000000..d6bb85d --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/042.1.json @@ -0,0 +1,136 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make Asian ginger dressing?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. first take a pint glass. It could also be a pint jar or larger.", + "bot": true, + "annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "I have a pint jar. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "Now combine some ingredients into the jar. First add 3 cloves of minced garlic and 2 tablespoons of minded fresh ginger root.", + "bot": true, + "annotations": "simplify_begin(ac-0-0);\r\nsimplify_continue(ac-0-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Can you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "2 tablespoons of minced fresh ginger root.", + "bot": true, + "annotations": "repeat(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Thank you. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-7", + "utterance": "Add 3/4 cup olive oil and 1/3 cup rice vinegar.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Both added. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "Still add 1/2 cup soy sauce, 3 tablespoons of honey and 1/4 cup water.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-4, ing-5, ing-6]);" + }, + { + "utt_id": "utt-10", + "utterance": "I have added the soy sauce and the water. How much honey do I need to add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "You should add 3 tablespoons.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Now cover the jar and shake it well.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have shaken it well. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Now open the jar again and heat it in the microwave for 1 minute.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Did the honey dissolve after doing this?", + "bot": true, + "annotations": "verify(purp-2-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Yes it seems so.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok. good. Now just let it cool down and shake it well before serving.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. it looks good. Thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Thanks and enjoy!", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/043.1.json b/ai_talks/AMUseBotBackend/dialog/043.1.json new file mode 100644 index 0000000..ad182db --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/043.1.json @@ -0,0 +1,94 @@ +{ + "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. today we are making Campfire Angel Food Yummies. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds good. How do I start?", + "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\": 4}" + }, + { + "utt_id": "utt-3", + "utterance": "Take 1 angel food cake and cut it into large cubes.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\ninform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Sorry what should I cut into large cubes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-5", + "utterance": "1 angel food cake.", + "bot": true, + "annotations": "repeat(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. Thanks. what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "Next you can toast the cake cubes over the coals of a campfire on toasting sticks until they become brown.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. they became brown. What is the next step?", + "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-9", + "utterance": "Next you can dip the toasted cake into condensed milk. You can use 1 can sweetened condensed milk of 5 ounce.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. thanks. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Finally roll it in coconut flakes. Take about 1 cup coconut flakes.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. alright, I did that. Is there a next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "No that's all. Enjoy your Campfire Angel Food Yummies!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thanks it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/044.1.json b/ai_talks/AMUseBotBackend/dialog/044.1.json new file mode 100644 index 0000000..9598b5b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/044.1.json @@ -0,0 +1,250 @@ +{ + "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 will make Chick Pot Pie number 2.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds good. What's the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-3", + "utterance": "First wash the chicken breasts in water and then place them in a pot with water.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "How many chicken breasts do I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "You need 3 chicken breasts halves. They should be skinless.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-7", + "utterance": "Now add some salt and 1/4 teaspoon of garlic powder.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Done. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-9", + "utterance": "No let the chicken cool down in the pot. Now preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-10", + "utterance": "The oven is preheating. Can I do anything in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-11", + "utterance": "Take 3 potatoes and cut them into bite size pieces and boil till they are almost fork-tender.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-12", + "utterance": "Done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-13", + "utterance": "Drain the potatoes and set them aside. Wash 3 stalks of celery and cut them to bite-size pieces as well.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-14", + "utterance": "That's done. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-15", + "utterance": "Cut an onion to bite size pieces as well.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-17", + "utterance": "Take a large heavy skillet. Put it over medium heat and saute the celery and onion pieces with 2 tablespoons of oil.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-18", + "utterance": "For how long should I bake them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-19", + "utterance": "For 5-8 minutes.", + "bot": true, + "annotations": "inform_duration(dur-8-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. when do I know they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-21", + "utterance": "After 8 minutes it should be good! Now add 2 cups of frozen mixed vegetables and cook for another 5 minutes.", + "bot": true, + "annotations": "inform_duration(dur-8-0);\r\ninform_instruction(inst-9);\r\n" + }, + { + "utt_id": "utt-22", + "utterance": "How large should the cups be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-23", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. the 5 minutes have passed. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-25", + "utterance": "Add 2 tablespoons of all-purpose flour and cook for about 30 seconds. After that add 1 (14.5 ounce) can chicken broth and bring it to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-26", + "utterance": "The chicken broth is boiling now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-27", + "utterance": "After it becomes thick, add the potatoes you made earlier.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-28", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-29", + "utterance": "Now remove chicken from pot and cut it into bite-size pieces. Afterwards add the chicken to the vegetable mixture.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-30", + "utterance": "I have done that. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-31", + "utterance": "You may add some salt and pepper to the taste you desire. After that pour the mixture into a 9 inch deep dish pie plate and cover with pie shell.", + "bot": true, + "annotations": "inform_instruction(inst-14);\r\ninform_instruction(inst-15);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-33", + "utterance": "Make sure that you crimp the edges of the pie shell to the plate. Like that you make sure no juices spill in the oven.", + "bot": true, + "annotations": "inform_instruction(inst-16);" + }, + { + "utt_id": "utt-34", + "utterance": "Can you repeat that please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-35", + "utterance": "You should crimp the edges of the pie shell to the plate.", + "bot": true, + "annotations": "repeat(inst-16);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-37", + "utterance": "Now finally bake the pie at 175 degrees Celsius for 45 minutes. Make sure the pie shell is cooked and golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-17);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I have baked it for 45 minutes.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-39", + "utterance": "Ok. nice, now enjoy the dish!", + "bot": true, + "annotations": "enjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "It looks good. Thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 29}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/045.1.json b/ai_talks/AMUseBotBackend/dialog/045.1.json new file mode 100644 index 0000000..fe10a72 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/045.1.json @@ -0,0 +1,208 @@ +{ + "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. today we are making Almond Buttercrunch.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. sounds nice. What is the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a saucepan and place it on low heat.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. should it be large ?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I can not answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "In this saucepan, combine the butter, sugar and 1 cup chopped almonds.", + "bot": true, + "annotations": "inform_instruction(ac-0-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. how much butter and sugar should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-9", + "utterance": "3/4 cup butter and 2 cups white sugar.", + "bot": true, + "annotations": "inform_amount(ing-0);\r\ninform_amount(ing-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I added them. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Good, now stir constantly until the mixture is boiling.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. it's boiling now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "As soon as it is boiling, do not stir or shake the mixture anymore.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thanks. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Now heat the mixture to 149 to 154 degrees Celsius.", + "bot": true, + "annotations": "simplify_begin(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Should I leave the mixture in the pan and put it in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes, you should leave it in the pan.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. and then put it in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "No you should heat the mixture in the pan on high heat.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Thanks. now it's clear. Ok. the mixture is heating. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_parallel_action;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-21", + "utterance": "No.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. the mixture is on the given temperature. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-23", + "utterance": "When you drop a small amount of syrup in cold water, does it form hard, brittle threads?", + "bot": true, + "annotations": "verify(cond-2-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Yes it does.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-25", + "utterance": "Great. you can now pour the mixture onto a large buttered cookie sheet.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-27", + "utterance": "Press chocolate chips onto the hot mixture. You can use 2 cups milk chocolate chips. When the chocolate melts, you can spread it smoothly over the candy.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-29", + "utterance": "Next you can sprinkle finely chopped almonds. You should use 1/2 cup finely chopped almonds.", + "bot": true, + "annotations": "inform_instruction(ac-5-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I sprinkled them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-31", + "utterance": "Finally let it cool down and break it in uneven pieces. Enjoy!", + "bot": true, + "annotations": "inform_instruction(ac-5-1);\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. thanks it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-33", + "utterance": "Bye.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/046.1.json b/ai_talks/AMUseBotBackend/dialog/046.1.json new file mode 100644 index 0000000..1d52820 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/046.1.json @@ -0,0 +1,214 @@ +{ + "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 a cranberry apple pie. 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. What ingredients do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "You need 7 ingredients, if you are ready I will announce them after each other.", + "bot": true, + "annotations": "propose_skip_ing_list();\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. go ahead.", + "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": "6 apples and 1 (16 ounce) can of whole cranberry sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have that.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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 next 3 ingredients are 1/2 cup packed brown sugar, 1/3 cup all-purpose flour and 1 1/2 teaspoons ground cinnamon.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Good I have them all in front of me now.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "The last two are 1/2 teaspoon ground nutmeg and 1 recipe pastry for a 9 inch double crust pie.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Could you repeat the last one please?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "1 pastry for a 9 inch double crust pie.", + "bot": true, + "annotations": "repeat(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Thank you. I think I have everything. What is the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "First preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Done. Can I do something while waiting?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes first you may line a pie plate with pastry.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Now take the apples and peel, core and slice them.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "I have sliced them. What should I do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Combine the pieces with the cranberry sauce in a medium sized mixing bowl.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Now we will add some other things to the mixture. You may add the brown sugar, cinnamon and nutmeg to the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Should I stir everything?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes mix it all well and thoroughly.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Now turn the mixture into the pastry lined pan.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have done that. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Now cover it up with top crust and crimp the edges.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Done. What is the next instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Cut a couple of slits in the top crust and bake it for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-9);\r\nsimplify_begin(ac-10-0); \r\n" + }, + { + "utt_id": "utt-30", + "utterance": "How do I know when it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Watch if the crust becomes golden brown and the filling becomes bubbly.", + "bot": true, + "annotations": "inform_duration(cond-10-0);\r\n" + }, + { + "utt_id": "utt-32", + "utterance": "One hour has passed and the crust is golden brown and the filling is bubbly.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "Ok. great! That was it. Enjoy!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "It looks good, thank you. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/047.1.json b/ai_talks/AMUseBotBackend/dialog/047.1.json new file mode 100644 index 0000000..aaa169e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/047.1.json @@ -0,0 +1,268 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making?", + "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 are making 1 pot 3 bean chicken stew.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. sounds good. Does it contain many ingredients?", + "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": "Yes it contains many ingredients. It contains 16 ingredients to be precise. I will announce every ingredient with its quantity when you need it.", + "bot": true, + "annotations": "affirm();\r\nsum_ingredient_list();\r\npropose_skip_ing_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. sounds good. 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\": 18}" + }, + { + "utt_id": "utt-5", + "utterance": "Take a large pot and heat oil inside it.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\ninform_instruction(ac-0-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Could you repeat the first part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-7", + "utterance": "Take a large pot.", + "bot": true, + "annotations": "repeat(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. thanks. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-9", + "utterance": "Next bake the 1 3/4 pounds boneless, skinless chicken breast cut in chunks. Bake until they are brown.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_instruction(ac-0-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. the chicken is brown. now What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-11", + "utterance": "Next remove the chicken from the pot and set it aside.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I put the chicken aside. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-13", + "utterance": "Saute 1 large yellow chopped onion until it is soft, about 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. can I do something in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-15", + "utterance": "No.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. the onions are Ok. now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-17", + "utterance": "Next you will need to add several ingredients. I will say them one by one if you are ready.", + "bot": true, + "annotations": "simplify_begin(ac-3-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-19", + "utterance": "Start with 1 can fat-free, less-sodium chicken broth and 1 can no-salt-added black beans.", + "bot": true, + "annotations": "simplify_continue(ac-3-0, [ing-6, ing-7]);\r\n" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. both added. What are the next ones?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-21", + "utterance": "Next add 1 can no-salt-added navy beans and 1 can no salt-added kidney beans.", + "bot": true, + "annotations": "simplify_continue(ac-3-0, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-22", + "utterance": "Both a can? I didn't understand that part.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes, both a can.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-24", + "utterance": "What size do they have?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-25", + "utterance": "Both a can of 15 ounce.", + "bot": true, + "annotations": "inform_amount(ing-8);\r\ninform_amount(ing-9);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I added them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-27", + "utterance": "Next add 3 cups no-salt-added chopped tomatoes and 1 cup sliced celery.", + "bot": true, + "annotations": "simplify_continue(ac-3-0, [ing-5, ing-3]);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I added both. Is there more to add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes in addition add 1 cup thinly sliced carrots and 1 cup dry red wine.", + "bot": true, + "annotations": "affirm();\r\nsimplify_continue(ac-3-0, [ing-4, ing-10]);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. both added. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "Furthermore add 1 bay leaf and 1 tablespoon Italian herbs.", + "bot": true, + "annotations": "simplify_continue(ac-3-0, [ing-11, ing-12]);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. added as well. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Finally add the chicken you have put aside. Cover it and let it simmer for about 40 minutes.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);\r\ninform_instruction(ac-3-1);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I have done that! Is there something else to do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-35", + "utterance": "After the 40 minutes add 1 cup fresh Italian parsley chopped and 1 cup fresh cilantro chopped.", + "bot": true, + "annotations": "simplify_continue(ac-4-0, [ing-14, ing-15]);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. could you repeat the second ingredient please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-37", + "utterance": "1 cup fresh cilantro chopped.", + "bot": true, + "annotations": "repeat(ac-4-0, [ing-15]);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. added as well. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "In addition, add salt and pepper and let it simmer for 5 more minutes.", + "bot": true, + "annotations": "simplify_continue(ac-4-0, [ing-16]);\r\ninform_instruction(ac-4-1);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-41", + "utterance": "That's all, enjoy your dish!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. thanks it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-43", + "utterance": "Bye.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/048.1.json b/ai_talks/AMUseBotBackend/dialog/048.1.json new file mode 100644 index 0000000..35a5656 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/048.1.json @@ -0,0 +1,280 @@ +{ + "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 will make black bean chili! 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's the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "First we will get some ingredients and prepare them. If you are ready I will announce them one by one.", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Go ahead.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "First take one onion and chop it.", + "bot": true, + "annotations": "inform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Done. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"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-7", + "utterance": "Yes now take 2 red bell peppers and chop them.", + "bot": true, + "annotations": "inform_ingredient(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "I have chopped two red bell peppers. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; 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-9", + "utterance": "Now take 1 jalapeno pepper, seeded and minced. Also take 10 fresh mushrooms and chop them in quarters.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Done. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Take 6 roma (plum) tomatoes and make little dices. Also grab 1 cup of fresh corn kernels.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Do the tomatoes need to be peeled before cutting it into pieces?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "No problem, what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Take a large saucepan and heat some oil over medium-high heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Yes I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Now sautee the ingredients you just prepared for about 10 minutes.", + "bot": true, + "annotations": "simplify_begin(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ten minutes have passed now. How do I know when they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "It's ready when the onions became translucent.", + "bot": true, + "annotations": "inform_duration(dur-1-0);" + }, + { + "utt_id": "utt-20", + "utterance": "They are translucent now. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "Now we will season it with some ingredients. First add 1 teaspoon ground black pepper.", + "bot": true, + "annotations": "simplify_begin(ac-2-0);\r\nsimplify_continue(ac-2-0, [ing-7]);" + }, + { + "utt_id": "utt-22", + "utterance": "I have added it. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Now add 1 teaspoon ground cumin and 1 tablespoon chili powder.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-24", + "utterance": "Both added. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Now stir in 2 cans of drained and rinsed black beans.", + "bot": true, + "annotations": "simplify_continue(ac-3-0, [ing-10]);" + }, + { + "utt_id": "utt-26", + "utterance": "How large should the cans be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-27", + "utterance": "They should be both 15 ounces.", + "bot": true, + "annotations": "inform_amount(ing-10);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Now in addition to that still add 1 1/2 cups of chicken broth and 1 teaspoon salt. Bring it to a boil.", + "bot": true, + "annotations": "simplify_continue(ac-3-0, [ing-11, ing-12]);" + }, + { + "utt_id": "utt-30", + "utterance": "What's the volume of 1 cup chicken broth?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry I cannot answer that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Is it boiling? Do you have a food processor or blender?", + "bot": true, + "annotations": "verify(inst-4);\r\nverify(ac-5-0, [tool-5-0]);" + }, + { + "utt_id": "utt-34", + "utterance": "Yes it is boiling and I have a blender.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Now remove 1 1/2 cups of the soup and put it in the blender.", + "bot": true, + "annotations": "inform_instruction(ac-5-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Done. For how long should I blend it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "I cannot answer that question. You have to puree the mixture you put into the blender. After that stir it back into the soup.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(ac-5-1);\r\ninform_instruction(ac-5-2);" + }, + { + "utt_id": "utt-38", + "utterance": "What should I do with the mixture in the blender?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-39", + "utterance": "You can stir it back into the soup in the saucepan.", + "bot": true, + "annotations": "inform_instruction(ac-5-2);" + }, + { + "utt_id": "utt-40", + "utterance": "Can you repeat the last part, in what?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-41", + "utterance": "Into the soup in the saucepan.", + "bot": true, + "annotations": "repeat(ac-5-2);" + }, + { + "utt_id": "utt-42", + "utterance": "Thank you for repeating it. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-43", + "utterance": "That was all. You can serve it hot by itself or over rice.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-44", + "utterance": "It looks good. Thank you for the instructions!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome! enjoy.", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/049.1.json b/ai_talks/AMUseBotBackend/dialog/049.1.json new file mode 100644 index 0000000..8ccc58c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/049.1.json @@ -0,0 +1,130 @@ +{ + "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": "Hello. today we are making Eggnog Blend.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. nice. What is the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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": "Take a saucepan and place it on low heat.", + "bot": true, + "annotations": "inform_instruction(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have done that. What should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "Add 4 cups half-and-half and 1 cup white sugar. Stir everything.", + "bot": true, + "annotations": "simplify_begin(ac-0-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Could you repeat the first ingredient please?", + "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-7", + "utterance": "4 cups Half-and-half.", + "bot": true, + "annotations": "repeat(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have added them. What is next?", + "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-9", + "utterance": "Add egg yolks and stir and cook until light custard forms. However make sure the mixture does not boil.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done it. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "Remove the mixture from the heat and let it cool. Afterwards place it in the refrigerator and let it chill overnight.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have let it chill overnight. Is there something else to do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes you should now stir in 5 ingredients. Start with 1 teaspoon vanilla extract and 2 cups heavy cream.", + "bot": true, + "annotations": "affirm();\r\nsimplify_begin(inst-3);\r\nsimplify_continue(inst-3, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I stirred in both. What are the next ones?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Next stir in 2/3 cups dark rum and 1/2 cup Scotch whisky.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I added both. What are the next ones?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Finally add 1 pint vanilla ice cream.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-7]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Thanks. I added it as well. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "You should serve it cold. That's all, well done!", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Thanks. it looks nice. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/050.1.json b/ai_talks/AMUseBotBackend/dialog/050.1.json new file mode 100644 index 0000000..b6fb802 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/050.1.json @@ -0,0 +1,190 @@ +{ + "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 will make deep south fried chicken. 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 ingredients do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "You need only five ingredients. If you ready I can announce them after each other so you can prepare them.", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Yes go ahead.", + "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": "First take 1 cup of shortening and 2 cups of all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "I have both ingredients. What else?", + "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-7", + "utterance": "Now take 1 teaspoon salt and 1 teaspoon ground black pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. done. What is the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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 last one is 1 whole chicken (2 to 3 pound). You should cut it into pieces.", + "bot": true, + "annotations": "inform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Great. Now take a large cast iron skillet and put it over medium high heat. You may heat the shortening.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I am heating the shortening.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Now take a brown paper lunch bag. Combine the flour, salt, and pepper into the bag.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Shake two chicken pieces in the bag to coat. Afterwards place them in the skillet.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "The two coated chicken pieces are in the skillet. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Now repeat this process until all of the chicken is coated and into the skillet.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. all the chicken is in the skillet now. For how long should I bake it.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Fry the chicken over medium-high heat. It's done when all of the pieces have been browned on both sides.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "All the chicken pieces are brown on both sides. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Now turn the heat to medium-low and cover the skillet. Then cook for another 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Can I do anything else during these 25 minutes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "No, there is nothing else to do.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. the 25 minutes have passed. Is it done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Not yet. Now remove the lid and increase the heat again to medium-high and continue frying the chicken.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-6);\r\nsimplify_begin(ac-7-0);" + }, + { + "utt_id": "utt-26", + "utterance": "For how long should I continue frying?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "Until the chicken pieces are deep golden brown and the juices run clear.", + "bot": true, + "annotations": "inform_duration(cond-7-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-29", + "utterance": "Great. now you are ready. Enjoy!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Thank you for the instructions. It looks good. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/051.1.json b/ai_talks/AMUseBotBackend/dialog/051.1.json new file mode 100644 index 0000000..83fc71a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/051.1.json @@ -0,0 +1,322 @@ +{ + "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. today we are making Biriyani.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. where do we start with?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a large skillet and heat 2 1/2 tablespoons olive oil over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have done that, what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-5", + "utterance": "Mix in 3 tablespoons plain yoghurt and 2 tablespoons distilled white vinegar.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-7", + "utterance": "Now you should place 1 medium onion sliced into the skillet and cook until tender.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I also added that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-9", + "utterance": "Next you should mix in four ingredients. Start with 2 cloves crushed garlic and 1 tablespoon ginger paste.", + "bot": true, + "annotations": "simplify_begin(inst-3);\r\nsimplify_continue(inst-3, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I added both, what are the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-11", + "utterance": "Then mix in 2 small green chile peppers and 2 chopped tomatoes.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. both added as well. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-13", + "utterance": "Cook and stir it until tomatoes are tender.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. The tomatoes are tender. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-15", + "utterance": "We use some species to season it. Start with 2 tablespoons garam masala, then 1 tablespoon dried mint.", + "bot": true, + "annotations": "simplify_begin(ac-5-0); \r\nsimplify_continue(ac-5-0, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-17", + "utterance": "Add salt and pepper. Then mix in 5 sprigs cilantro.", + "bot": true, + "annotations": "simplify_continue(ac-5-0, [ing-10]);\r\ninform_instruction(ac-5-1);" + }, + { + "utt_id": "utt-18", + "utterance": "5 what?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "5 sprigs cilantro.", + "bot": true, + "annotations": "repeat(ing-11);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. It is being seasoned. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you can place the chicken in the skillet.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-22", + "utterance": "How big should the chicken be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "You should take 1 whole chicken of 3 pounds, skin removed and cut into pieces.", + "bot": true, + "annotations": "inform_amount(ing-12);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have added the chicken as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-25", + "utterance": "Next you can reduce the heat to medium-low and continue cooking.", + "bot": true, + "annotations": "inform_instruction(ac-7-0);\r\ninform_instruction(ac-7-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have done that. For how long should I continue to cook?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-27", + "utterance": "For about 45 minutes. You should stir occasionally and chicken juices should run clear in the end.", + "bot": true, + "annotations": "inform_duration(dur-7-0);\r\ninform_duration(cond-7-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. it's 45 minutes later. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-29", + "utterance": "Bring 2 quarts water and 4 cups uncooked basmati rice to a boil in a large pot.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. the rice is boiling. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-31", + "utterance": "In the skillet with the chicken, mix four ingredients. Start with 1 bay leaf and 4 pods green cardamom.", + "bot": true, + "annotations": "simplify_begin(inst-9);\r\nsimplify_continue(inst-9, [ing-15, ing-16]);" + }, + { + "utt_id": "utt-32", + "utterance": "Could you repeat the first part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-33", + "utterance": "In the skillet with the chicken, mix in four ingredients.", + "bot": true, + "annotations": "repeat(inst-9);" + }, + { + "utt_id": "utt-34", + "utterance": "You mean to add 4 ingredients in the skillet with the chicken?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-36", + "utterance": "What are the other 2 ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-37", + "utterance": "The other two ingredients are 1 pod black cardamom and 1 cinnamon stick.", + "bot": true, + "annotations": "simplify_continue(inst-9, [ing-17, ing-18]);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I also added both. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-39", + "utterance": "Now you can season the mixture with salt to taste.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. I have done that. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-41", + "utterance": "Yes, cover the skillet, reduce the heat to low and let it simmer for another 20 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-43", + "utterance": "No.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-45", + "utterance": "Take a separate pot and alternate rice and chicken mixture layers with rice as top layer.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-46", + "utterance": "Could you repeat the first part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-47", + "utterance": "Take another pot. In this pot you should alternate rice and chicken layers. Make sure the top layer is a rice layer.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. thanks to clarify. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-49", + "utterance": "Sprinkle with 1/4 teaspoon powdered yellow food coloring and mix to serve.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. I have done that. Is that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 35, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-51", + "utterance": "Yes that's all. Enjoy it!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-52", + "utterance": "Ok. thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 35, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 35}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/052.1.json b/ai_talks/AMUseBotBackend/dialog/052.1.json new file mode 100644 index 0000000..bb9c2dd --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/052.1.json @@ -0,0 +1,238 @@ +{ + "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 cinnamon sugar cookies. 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 ingredients do I need?", + "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": "You will need 12 ingredients. The first two are 1 cup of softened butter and 1 cup of sugar.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have them. What are the others?", + "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": "The next are 1 cup of confectioners sugar, 1 cup of vegetable oil and 2 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what else?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "Next are 1 teaspoon of vanilla extract and 4 1/3 cups of all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have the vanilla extract and all-purpose flour. What's 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-9", + "utterance": "1 teaspoon salt, 1 teaspoon baking soda and 1 teaspoon ground cinnamon.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. anything else?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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-11", + "utterance": "1 teaspoon cream of tartar and 1 cup finely chopped pecans. That were all the ingredients.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-12", + "utterance": "Can you repeat the last two?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "1 teaspoon cream of tartar and 1 cup finely chopped pecans.", + "bot": true, + "annotations": "repeat(ing-10);\r\nrepeat(ing-11);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thank you. What is the first step I need to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Now take a large bowl and add the butter sugars and cream of tartar. Cream them together.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Now add the eggs and vanilla as well. Mix it well.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "All of the egg or only the yolk?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "Now add the flour, salt, baking soda, cinnamon and cream of tartar as well.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have add everything to the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you may stir in some pecans as much as desired.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. what else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "Roll into a 1 inch form and place it on greased baking sheets.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(ac-5-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "First still flatten it with the bottom of a glass dipped in sugar. Then sprinkle it with colored sugar if desired.", + "bot": true, + "annotations": "inform_instruction(ac-5-1);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Can you repeat the first part please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Flatten the mixture with the bottom of a glass dipped in sugar.", + "bot": true, + "annotations": "repeat(ac-5-1);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. thank you. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "Now the last thing you have to do is to bake it at 375 degrees Fahrenheit for 10 -12 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "How many degrees are that in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "It is 190 degrees Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-7-1);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. Thanks. How do I know it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "You should bake it between 10-12 minutes.", + "bot": true, + "annotations": "inform_duration(dur-7-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. 12 minutes have passed. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "That was all. Enjoy the cookies!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Great. thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/053.1.json b/ai_talks/AMUseBotBackend/dialog/053.1.json new file mode 100644 index 0000000..2705b52 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/053.1.json @@ -0,0 +1,226 @@ +{ + "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. today we are making banana Orange Bars.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. nice, what is the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a mixing bowl.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Alright. What should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-5", + "utterance": "You should add 4 ingredients. Start with 2 cups mashed ripe bananas and 1 2/3 cups sugar.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\nsimplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have both added them. What are the next two?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-7", + "utterance": "The next two are 1 cup vegetable oil and 4 eggs.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I also added them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-9", + "utterance": "Now beat everything until well blended.", + "bot": true, + "annotations": "simplify_begin(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-11", + "utterance": "Combine the dry ingredients into the banana mixture. Start with 2 cups all purpose flour and 2 teaspoons ground cinnamon.", + "bot": true, + "annotations": "simplify_begin(ac-1-0);\r\nsimplify_continue(ac-1-0, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. both added into the mixture. What are the next dry ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-13", + "utterance": "Next add 2 teaspoons baking powder and 1 teaspoon baking soda.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I also added them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "Finally add 1 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-8]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. added as well. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Fold the dry mixture into the banana mix you just made.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Done. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Spread it over bars.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I did it. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Pour the mixture into a greased 15 inch baking pan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. on what heat should it be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Bake it at 350 degrees Fahrenheit for about 25-30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. When do I know if they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have baked them for 30 minutes. Is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "Now we will create the frosting.", + "bot": true, + "annotations": "simplify_begin(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Add 1/4 cup butter softened and 3 cups confectioners' sugar in a mixing bowl.", + "bot": true, + "annotations": "inform_instruction(ac-5-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I added them in the bowl. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Next add 1/4 cup orange juice and 1/2 teaspoon grated orange peel.", + "bot": true, + "annotations": "inform_instruction(ac-6-0);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. both added as well. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "Finally beat until smooth.", + "bot": true, + "annotations": "inform_instruction(ac-6-1);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. it's smooth now. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "That's all. Enjoy Banana Orange Bars.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. thanks it looks nice.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/054.1.json b/ai_talks/AMUseBotBackend/dialog/054.1.json new file mode 100644 index 0000000..308f99b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/054.1.json @@ -0,0 +1,76 @@ +{ + "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 will make a buttermilk shake. We will use 5 ingredients and place all of them in a blender container. Do you have one?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\ninform_instruction(inst-0);\r\nverify(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I have a blender. What should I add?", + "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\": 6}" + }, + { + "utt_id": "utt-3", + "utterance": "First add 1 pint vanilla ice cream and 1 cup buttermilk.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have added the ice-cream and buttermilk.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-5", + "utterance": "Now add 1 teaspoon of grated lemon peel and 1/2 teaspoon of vanilla extract.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-6", + "utterance": "What's the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "1 teaspoon of grated lemon peel.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Thank you. I have added both now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Great. Now still add 1 drop of lemon extract. Then cover everything and process on high until it becomes smooth. It's ready now. You may pour it into some glasses and enjoy!", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-4]);\r\ninform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. it is smooth now. Thank you for the instructions, it looks great!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "You are welcome, enjoy.", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/055.1.json b/ai_talks/AMUseBotBackend/dialog/055.1.json new file mode 100644 index 0000000..ef55656 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/055.1.json @@ -0,0 +1,166 @@ +{ + "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. today we are making Grandmas Gingersnaps. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. nice yes I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Good, let's start then. First preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. what can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-5", + "utterance": "Take a medium bowl and cream together 3/4 cup margarine and 1 cup white sugar until smooth.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-7", + "utterance": "Next beat in one egg and 1/4 cup molasses until well blended.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have added both. Is there more to add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes you should add 5 more ingredients. Start with 2 cups all-purpose flour and 1 tablespoon ground ginger.", + "bot": true, + "annotations": "affirm();\r\nsimplify_begin(ac-3-0);\r\nsimplify_continue(ac-3-0, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. both added. What are the other 3 ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-11", + "utterance": "The other 3 ingredients are 1 teaspoon ground cinnamon, 2 teaspoons baking soda and 1/2 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(ac-3-0, [ing-6, ing-7, ing-8]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. all added as well. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "Stir into the molasses mixture to form the dough.", + "bot": true, + "annotations": "inform_instruction(ac-3-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. they are mixed together now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "From the dough roll balls of 1 inch and roll the balls in sugar. You can use 1/2 cup white sugar for this.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. nice, I made some dough balls. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-17", + "utterance": "Place the balls 2 inches apart on an ungreased cookie sheet.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-19", + "utterance": "Bake them for 8 to 10 minutes in the preheated oven.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. when do I know that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have baked them for 10 minutes. Is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Let them cool for 5 minutes on the baking sheet. After that remove them to a wire rack to cool completely.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have done that! Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes that's all. Enjoy it!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/056.1.json b/ai_talks/AMUseBotBackend/dialog/056.1.json new file mode 100644 index 0000000..b2dcf8c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/056.1.json @@ -0,0 +1,166 @@ +{ + "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 Asian turkey burgers, 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. What's the first step I need to do?", + "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 take a bowl. We will combine 7 ingredients in the bowl.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\nsimplify_begin(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. go ahead. What are the first ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "First add 1 egg. Only the white. After that add 1 tablespoon of soy sauce.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "Done. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-7", + "utterance": "Now add 1/2 cup dry bread crumbs, 1 tablespoon finely chopped onion and 1 garlic clove, minced onion.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3, ing-4]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "Add 1/4 teaspoon ground ginger, 1/8 teaspoon pepper and finally the turkey.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-5, ing-6, ing-7]);" + }, + { + "utt_id": "utt-10", + "utterance": "What's the quantity of the turkey?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "It should be 12 ounces of ground turkey.", + "bot": true, + "annotations": "inform_amount(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have that. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Crumble the turkey over the mixture and mix the two until it is just combined.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Done. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "After that shape the mixture into four patties.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Into four what?", + "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-17", + "utterance": "Four patties.", + "bot": true, + "annotations": "repeat(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. thank you. What should I do with the patties?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "You may cook the patties in a nonstick skillet coated nonstick cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "For how long should I cook them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Until they are no longer pink.", + "bot": true, + "annotations": "inform_instruction(cond-3-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. can I do anything else in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "No, that was all.", + "bot": true, + "annotations": "negate();\r\n" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. the turkey is not pink anymore. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes it done now, enjoy the burgers.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-26", + "utterance": "Thank you for the instructions. They look delicious!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/057.1.json b/ai_talks/AMUseBotBackend/dialog/057.1.json new file mode 100644 index 0000000..647cebc --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/057.1.json @@ -0,0 +1,202 @@ +{ + "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. today we are making Apple Cranberry Crisp 2. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. sounds good. How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Start with preheating the oven to 375 degrees Fahrenheit or 190 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(ac-0-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have done that. What can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "In the meantime, take an 8 inch square baking dish and butter it in.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-7", + "utterance": "Take a large bowl. In this bowl you will have to mix together 5 ingredients.", + "bot": true, + "annotations": "inform_instruction(inst-1, [tool-1-0]);\r\nsimplify_begin(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. what are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-9", + "utterance": "Start with 2 pounds Granny Smith apples. This apples should be peeled, cored and thinly sliced.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-0]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done that, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Next add 3/4 cup cranberries and 1/4 cup white sugar.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I also added them both. What should I add more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "Finally add 3 teaspoons ground cinnamon and 1 teaspoon ground nutmeg.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I added them as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Place the mixture evenly into the baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-17", + "utterance": "Take the same bowl and combine 1/3 cup quick-cooking oats, 1/3 cup all-purpose flour and 1/2 cup packed light brown sugar.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. could you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "1/2 cup packed light brown sugar.", + "bot": true, + "annotations": "repeat(ing-7);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have added them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Mix in butter with a fork until the mixture becomes crumbly.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have done that. It is crumbly. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Stir in 1/2 cup chopped pecans and sprinkle it over the apples.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. what should I sprinkle over the apples?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "The mixture in which you stirred in the pecans.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Bake it in the preheated oven for about 40 to 50 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. when do I know when it will be done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "It is done when the topping is golden brown and the apples are tender.", + "bot": true, + "annotations": "inform_duration(cond-6-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. it looks good now. Is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "No that's all. Enjoy your dish.", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. thanks it looks nice!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/058.1.json b/ai_talks/AMUseBotBackend/dialog/058.1.json new file mode 100644 index 0000000..3e9577c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/058.1.json @@ -0,0 +1,166 @@ +{ + "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}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/059.1.json b/ai_talks/AMUseBotBackend/dialog/059.1.json new file mode 100644 index 0000000..8da93ed --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/059.1.json @@ -0,0 +1,118 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make fancy Brussels sprouts?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. it is a short recipe. Start with placing a saucepan over medium heat.", + "bot": true, + "annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "In this saucepan you will need to add four ingredients. Start with 1 cup water and 1/4 cup minced fresh parsley.", + "bot": true, + "annotations": "simplify_begin(ac-0-0);\r\nsimplify_continue(ac-0-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. what are the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-5", + "utterance": "Next add 1 teaspoon sugar and 1/2 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have added them as well. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-7", + "utterance": "Next add 4 cups Brussels sprouts, halved.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have added them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-9", + "utterance": "Cover the saucepan and let it simmer for 6-8 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done that. Is there more to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "Now add 1 can water chestnuts and 1 tablespoon butter.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I added them as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Finally heat everything through.", + "bot": true, + "annotations": "inform_instruction(ac-3-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. when do I know if it's finished?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "I can not answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "No that's all. Enjoy it.", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. it looks good, thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/060.1.json b/ai_talks/AMUseBotBackend/dialog/060.1.json new file mode 100644 index 0000000..7bf15df --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/060.1.json @@ -0,0 +1,130 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. can you tell me how to make Churros?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. first take a small saucepan and put it over medium heat. We will combine 4 ingredients into the pan.", + "bot": true, + "annotations": "greeting();\r\nsimplify_begin(inst-0);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. done. What are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-3", + "utterance": "First 1 cup of water and 2 1/2 tablespoons sugar.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Done. What are the other two ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "1/2 teaspoon salt and 2 tablespoons of vegetable oil. Bring it to a boil and then remove from heat.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. it is boiling now and I removed it from the heat.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Now stir in 1 cup all-purpose flour until the mixture forms a ball.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. done. 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-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-9", + "utterance": "Now heat 2 quarts of oil for frying in a deep fryer or deep skillet at 190 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-10", + "utterance": "The oil in the deep fryer is now at 190 degrees Celsius. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-11", + "utterance": "Now make pipe strips of the dough and put them into the hot oil using a pastry bag.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. done. For how long should I fry them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "Fry them until they are golden. Then drain them on paper towels.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. they are all drained now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "Now combine 1/2 cup white sugar and 1 teaspoon of ground cinnamon.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-16", + "utterance": "Yes done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-17", + "utterance": "Now finally roll the drained churros in the cinnamon and sugar mixture.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. that's done. Are they ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes enjoy!", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Great. thank you for the instructions!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/061.1.json b/ai_talks/AMUseBotBackend/dialog/061.1.json new file mode 100644 index 0000000..244ae88 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/061.1.json @@ -0,0 +1,118 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what do we make 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 you will make Easy Fried Eggplant.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. how do I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-3", + "utterance": "First heat 2 tablespoons canola oil in a large skillet over medium-high heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have done that. What is the next step?", + "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-5", + "utterance": "Next dip 1 large eggplant, peeled and sliced in the egg. You should use 3 beaten eggs for this.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "Now dip the eggplant into the crumbles. You can use 2 cups dry bread crumbs for this.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. should I dip all of the eggplant?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes all of the eggplant.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done that. 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-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Next place the eggplant into the hot oil.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-13", + "utterance": "Fry 2 to 3 minutes on each side.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have done that. What should I do with it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Drain the eggplant on paper towels.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "That's all. Enjoy your Easy Fried Eggplant!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Thanks. it looks nice.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/062.1.json b/ai_talks/AMUseBotBackend/dialog/062.1.json new file mode 100644 index 0000000..4780e4e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/062.1.json @@ -0,0 +1,190 @@ +{ + "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 will make fiery fish tacos with crunchy corn salsa. 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 ingredients do I need?", + "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": "You will need 13 ingredients. First take 1 cup corn and 1/2 cup diced red onion.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "That's a lot. I have the first two ingredients. What are the next ones?", + "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 cup peeled, chopped jicama, 1/2 cup diced red bell pepper and 1 cup fresh cilantro leaves. The leaves should be finely chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-6", + "utterance": "Can you repeat the first one please?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "1 cup peeled and chopped jicama.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have that. Continue please.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "1 lime, it should be zested and juiced. 2 tablespoons of sour cream, 2 tablespoons cayenne pepper and 1 tablespoon of ground black pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have them all. What's next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "2 tablespoons salt, 6 fillets tilapia and 2 tablespoons olive oil.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-12", + "utterance": "Can you repeat the last one?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "2 tablespoons olive oil.", + "bot": true, + "annotations": "repeat(ing-11);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Finally take 12 warmed corn tortillas. Now you may preheat the grill for high heat and take a medium bowl.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have the medium bowl and the grill is preheating.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "In the bowl mix together the corn, red onion, jicama, red bell pepper and cilantro.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have added the four ingredients to the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Also stir in the lime juice and zest.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Yes done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Now take a small bowl and combine the cayenne pepper, ground black pepper and salt.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Now brush each fillet with olive oil and sprinkle with all the spices you made.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Arrange all the fillets on the grill and cook them for 3 minutes per side.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "I have cooked all the fillets 6 minutes in total. 3 minutes on each side.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-27", + "utterance": "Finally for each fiery fish taco you may top two corn tortillas with fish, sour cream and the corn salsa you made.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Done. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-29", + "utterance": "That was all, enjoy.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Great. thank you for the instructions!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/063.1.json b/ai_talks/AMUseBotBackend/dialog/063.1.json new file mode 100644 index 0000000..fed1412 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/063.1.json @@ -0,0 +1,226 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make best macaroni salad?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. you will have to prepare 9 ingredients. I will introduce them one by one when you are ready.", + "bot": true, + "annotations": "greeting();\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. I'm ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "First take 1 package macaroni and 1/2 cup mayonnaise.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "How big should the package be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The package should be 16 ounces.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "Next prepare 1 cup cucumber. The cucumber should be peeled, seeded and chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have done that. What is the next one?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-9", + "utterance": "Next take 1 tablespoon dried minced onion and 1 cup diced ham.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Could you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "1 cup diced ham.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Take 1 cup shredded Cheddar cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have that as well. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes 3 tablespoons olive oil and 3 tablespoons white wine vinegar.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Finally take some salt and pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-8);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have all the ingredients. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Take a large pot with salted water. Bring it to a boil and cook the macaroni until al dente.", + "bot": true, + "annotations": "inform_instruction(ac-0-0);" + }, + { + "utt_id": "utt-20", + "utterance": "How long should I cook it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "Until al dente.", + "bot": true, + "annotations": "inform_duration(cond-0-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. is there any indication of how many minutes you need to cook until you reach al dente?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-23", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "When the pasta is al dente, rinse it under cold water and drain it.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);\r\ninform_instruction(ac-0-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-27", + "utterance": "Take a large bowl and combine the macaroni and mayonnaise. Make sure to mix well.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-29", + "utterance": "Now you should stir in the cucumber, onion, ham and cheese. Again make sure to mix everything well.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have stirred those ingredients in the bowl. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "Drizzle the oil and white wine vinegar over the top and toss the bowl.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "Finally place it in the refrigerator for at least 4 hours.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I have done that. Is there something else I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-35", + "utterance": "No that's all. Enjoy your macaroni salad.", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/064.1.json b/ai_talks/AMUseBotBackend/dialog/064.1.json new file mode 100644 index 0000000..14e4dd4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/064.1.json @@ -0,0 +1,142 @@ +{ + "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. today we will make early morning oven roasted new potatoes. 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.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-3", + "utterance": "First preheat the oven to 230 degrees Celsius. Also heat a skillet.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "The oven is preheating. Should I heat the skillet on low or high heat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-5", + "utterance": "I cannot answer that question. It should be hot and we will add just 4 ingredients to it.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-7", + "utterance": "Add 4 tablespoons butter and 2 teaspoons fresh rosemary to the skillet. Also add salt and pepper as much as desired.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-8", + "utterance": "2 teaspoons of what?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "2 teaspoons fresh rosemary.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Now take 1 1/2 pounds new potatoes and cut them into wedges.", + "bot": true, + "annotations": "fetch(inst-3, [ing-0]);" + }, + { + "utt_id": "utt-12", + "utterance": "The potatoes are cut in wedges. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Take off the heat from the skillet and coat the potatoes evenly with the melted butter mixture.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Now arrange the potatoes in a single layer on a baking pan and bake them in the oven for approximately 20 to 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-16", + "utterance": "How do I know when they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "The potatoes will be ready when they are golden brown.", + "bot": true, + "annotations": "inform_duration(cond-5-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have them for 22 minutes and they are golden brown. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Great. just check if they are brown on all sides. If they are not you can toss them around occasionally.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. they are brown on all sides. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "That was all! Enjoy the potatoes.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "They look good. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"goodbye;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/065.1.json b/ai_talks/AMUseBotBackend/dialog/065.1.json new file mode 100644 index 0000000..b707cb7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/065.1.json @@ -0,0 +1,232 @@ +{ + "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. today we are making Beet and Pear Puree.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Nice. How do I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "First preheat the oven to 400 degrees Fahrenheit or 200 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "Wash 8 medium beets and place them in a roasting pan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "Bake the beets for 45 minutes to 1 hour.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. when do I know when they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-9", + "utterance": "The beets are ready when they have become tender.", + "bot": true, + "annotations": "inform_duration(cond-2-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. they are ready now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "Take a large skillet and melt butter over medium heat. You can use 1 pound unsalted butter for it.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I will do that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "You should stir in four ingredients into the large skillet. Start with 1 1/2 cups minced Vidalia onions.", + "bot": true, + "annotations": "simplify_begin(ac-4-0);\r\nsimplify_continue(ac-4-0, [ing-2]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Next add 4 Bosc pears. The pears should be peeled, cored and minced.", + "bot": true, + "annotations": "simplify_continue(ac-4-0, [ing-3]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have done that as well. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Finally add 2 tablespoons white sugar and 1/2 cup cranberry vinegar.", + "bot": true, + "annotations": "simplify_continue(ac-4-0, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Cook it for 20 minutes. Stir frequently.", + "bot": true, + "annotations": "inform_instruction(ac-4-1);\r\ninform_instruction(ac-4-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. how do I know when it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Peel and coarsely chop the beets when they are cool enough to handle.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Place the onion mixture into a food processor with metal blade and puree the onion mixture.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. for how long should I puree it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Until it becomes puree.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Now you can add 1 teaspoon salt and 1/2 of the beets. When this is added pulse 4 to 5 times.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Could you repeat the last part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "Pulse 4 to 5 times with the food processor.", + "bot": true, + "annotations": "repeat(ac-7-1);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-33", + "utterance": "Now you can add the remaining 1/2 of the beets and pulse 2 to 3 minutes with the food processor.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I have done that as well. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-35", + "utterance": "That's all. It is finished now. Enjoy your Beat and Pear Puree.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. thanks it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-37", + "utterance": "Bye.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/066.1.json b/ai_talks/AMUseBotBackend/dialog/066.1.json new file mode 100644 index 0000000..4738e9a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/066.1.json @@ -0,0 +1,82 @@ +{ + "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 will make crab cake sauce. It will be a short recipe. 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.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "Take 1 cup sour cream an 1 cup of mayonnaise.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "I have them both. What should I do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-5", + "utterance": "We still need 5 more ingredients. You should put all the ingredients in a blender. The next two ingredients are 1/2 cup cottage cheese and 1/3 cup hot salsa.", + "bot": true, + "annotations": "simplify_begin(ac-0-0);\r\nsimplify_continue(ac-0-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-6", + "utterance": "Should I place the mayonnaise and the sour creme also in the blender?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-7", + "utterance": "Yes all the ingredients should go into a blender.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. what are the other three ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "1/4 teaspoon cayenne pepper, 1 tablespoon lemon juice and 1/2 cup plain yogurt. Now puree until it becomes smooth.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-4, ing-5, ing-6]);\r\ninform_instruction(ac-0-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. it is smooth. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "That was all. Let it chill before serving.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\nend_recipe();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. thank you. It looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/067.1.json b/ai_talks/AMUseBotBackend/dialog/067.1.json new file mode 100644 index 0000000..571ccfa --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/067.1.json @@ -0,0 +1,214 @@ +{ + "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. today we are making Easy Bake Oven Cookie Mix.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "How do I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a medium bowl in which you will have to combine 4 ingredients.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\nsimplify_begin(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have the bowl. What are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "Start with 1 1/2 cups quick-cooking oats.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what is the next one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-7", + "utterance": "Next add 3/4 cup all-purpose flour and 1/4 teaspoon baking soda.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have added both. What is the last one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "The last one is 3/4 cup packed brown sugar.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-3]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Stir everything well together.", + "bot": true, + "annotations": "simplify_begin(ac-0-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Now add 1/2 cup shortening to the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I also added that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Make sure there are no lumps of shortening left.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. there are none left. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Add 1/2 cup of the mixture into a re-sealable bag.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Do this until all of the mixture is consumed.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. all of the mixture is consumed now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Empty one bag of the mixture into a bowl.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you should stir in 3 ingredients. Start with 2 teaspoons of water.", + "bot": true, + "annotations": "simplify_begin(inst-6);\r\nsimplify_continue(inst-6, [ing-5]);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have stirred the water in. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "The other two ingredients are 1 tablespoon of raisins and 1 tablespoon of mini semisweet chocolate chips.", + "bot": true, + "annotations": "simplify_continue(inst-6, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have also added the two ingredients. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Mix everything well and shape teaspoons of the mixture into small balls.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have shaped the mixture. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Now you can place the balls on an ungreased cookie sheet.", + "bot": true, + "annotations": "inform_instruction(ac-8-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have placed the balls. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Next flatten the balls with bottom of a glass. The bottom of the glass should be buttered and dipped in sugar.", + "bot": true, + "annotations": "inform_instruction(ac-8-1);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Now you should follow your oven's instructions for baking the cookies. That's all. Enjoy your cookies!", + "bot": true, + "annotations": "inform_instruction(inst-9);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I will do that. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/068.1.json b/ai_talks/AMUseBotBackend/dialog/068.1.json new file mode 100644 index 0000000..bc2088f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/068.1.json @@ -0,0 +1,220 @@ +{ + "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 will make garlic chicken stir fry. You will need many ingredients. I will announce them when you need them.", + "bot": true, + "annotations": "inform_title(title);\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. that's good. What's the first step I need to take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-3", + "utterance": "First take a wok or a large skillet and heat 2 tablespoons of peanut oil.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have heated the oil in a large skillet. What's 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-5", + "utterance": "When the oil begins to smoke stir in 4 ingredients. The first two ingredients are 2 cloves minced garlic and 1 teaspoon grated fresh ginger.", + "bot": true, + "annotations": "simplify_begin(inst-1);\r\nsimplify_continue(inst-1, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. done. What are the other two ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-7", + "utterance": "The second two ingredients are 1 bunch of chopped green onions and 1 teaspoon salt.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-8", + "utterance": "How large should the bunch of onions be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. what's the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-11", + "utterance": "Stir fry until the onion becomes translucent. It will take about 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Can you repeat the first part please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-13", + "utterance": "You should stir fry the mixture in the large skillet.", + "bot": true, + "annotations": "repeat(ac-2-0);" + }, + { + "utt_id": "utt-14", + "utterance": "The onions are translucent now. What should I do now?", + "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-15", + "utterance": "Now cut 1 pound boneless skinless chicken breasts into strips and add them in the skillet for about 3 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Three minutes have passed. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-17", + "utterance": "Now add 5 ingredients. The first two are 2 thinly sliced sweet onions and 1 cup sliced cabbage.", + "bot": true, + "annotations": "simplify_begin(inst-4);\r\nsimplify_continue(inst-4, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-18", + "utterance": "Can you repeat the last ingredient please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "1 cup sliced cabbage.", + "bot": true, + "annotations": "repeat(ing-7);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. what are the other three ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-21", + "utterance": "The next ingredients are 1 thinly sliced red bell pepper, 2 cups sugar snap peas and 1/2 cup of chicken broth or water.", + "bot": true, + "annotations": "simplify_continue(inst-4, [ing-8, ing-9, ing-10]);" + }, + { + "utt_id": "utt-22", + "utterance": "I have added them all. What should I do know?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-23", + "utterance": "Now cover the pan and take a small bowl.", + "bot": true, + "annotations": "inform_instruction(ac-4-1);\r\nfetch(inst-5, [tool-5-0]);" + }, + { + "utt_id": "utt-24", + "utterance": "I have the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-25", + "utterance": "Now add the remaining 1/2 cup chicken broth or water, 2 tablespoons soy sauce, 2 tablespoons white sugar and 2 tablespoons cornstarch.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. that's a lot. What is the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"ing-13\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "The last ingredient is 2 tablespoons of cornstarch.", + "bot": true, + "annotations": "repeat(ing-13);" + }, + { + "utt_id": "utt-28", + "utterance": "Oh thank you I have added the cornstarch. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-29", + "utterance": "No, mix it all together and add the sauce to the skillet.", + "bot": true, + "annotations": "inform_instruction(ac-6-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "Now stir until the chicken and vegetables are coated with the thickened sauce.", + "bot": true, + "annotations": "inform_instruction(ac-6-1);" + }, + { + "utt_id": "utt-32", + "utterance": "Yes everything is coated now. What should I do now?", + "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-33", + "utterance": "That was all. Serve immediately or over hot rice if desired.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\nend_recipe();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. thank you for the instructions! It looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-35", + "utterance": "Enjoy.", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/069.1.json b/ai_talks/AMUseBotBackend/dialog/069.1.json new file mode 100644 index 0000000..990d67b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/069.1.json @@ -0,0 +1,142 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. how do I make chili for two?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. first take a saucepan.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. should it be small or large?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-5", + "utterance": "Now you should add three ingredients to this saucepan. Start with 1/4 pound ground beef.", + "bot": true, + "annotations": "simplify_begin(ac-0-0);\r\nsimplify_continue(ac-0-0, [ing-0]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what are the other 2 ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-7", + "utterance": "The other two ingredients are 1/4 cup chopped onion and 1 garlic clove minced.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have added both. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "Place it over medium heat and cook until the meat is no longer pink.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. the meat is no longer pink. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "You can now drain the mixture.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Now you should stir in the remaining 4 ingredients. Start with 1 can chili beans, undrained and 1 can diced tomatoes, undrained.", + "bot": true, + "annotations": "simplify_begin(ac-1-0);\r\nsimplify_continue(ac-1-0, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have added both. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Next add 1 1/2 teaspoon chili powder and 1/2 teaspoon ground cumin.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have also added these ingredients. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Now stir everything well and bring it to a boil.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. it's boiling. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you can reduce the heat. Cover it and let it simmer for 10-15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. the 15 minutes have passed. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "That's all, enjoy it!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. thanks it looks nice.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/070.1.json b/ai_talks/AMUseBotBackend/dialog/070.1.json new file mode 100644 index 0000000..bc3618f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/070.1.json @@ -0,0 +1,142 @@ +{ + "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 Alisons slow cooker vegetable beef soup. Are you ready to start?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I am ready. What's the first step?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "First take 1/2 pounds beef stew meat and cut it in little cubes.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Done. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "Now put it in a slow cooker and pour in 2 cups of water.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have added the water. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-7", + "utterance": "Now we will add 8 ingredients. The first two are 1 small chopped onion and 1 can of crushed tomatoes.", + "bot": true, + "annotations": "simplify_begin(inst-2);\r\nsimplify_continue(inst-2, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "How large should the can be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "It should be 28 ounce.", + "bot": true, + "annotations": "inform_amount(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-11", + "utterance": "The next two ingredients are 1 package frozen mixed vegetables and 2 peeled and cubed potatoes.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-12", + "utterance": "How large should the package of vegetables be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "It should be 16 ounce.", + "bot": true, + "annotations": "inform_amount(ing-4);\r\n" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. thank you anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "There are still 4 more ingredients. The first two are 10 crumbled cubes beef bouillon and 2 teaspoons ground black pepper.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-16", + "utterance": "Can you repeat the first ingredient please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "10 crumbled cubes of beef bouillon.", + "bot": true, + "annotations": "repeat(ing-6);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. thank you I have them now. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "The last two ingredients are 1 tablespoon salt and 1 tablespoon dried basil.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have added them both. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Now let it cook on low for 8 hours. That was all, enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Thank you for the instructions. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/071.1.json b/ai_talks/AMUseBotBackend/dialog/071.1.json new file mode 100644 index 0000000..6ed2689 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/071.1.json @@ -0,0 +1,160 @@ +{ + "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. today we are making Easy Pot Roast. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "First preheat the oven to 350 degrees Fahrenheit or 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "Take 4 pounds boneless chuck roast. Score it on top and sides, then place it in a medium sized oven bag.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Could you repeat the first part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "4 pounds boneless chuck roast.", + "bot": true, + "annotations": "repeat(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-9", + "utterance": "Combine 2 cups water, 1 package dry onion and mushroom soup mix and 1 tablespoon Worcestershire sauce. Pour this over the roast.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "How large should the package be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-11", + "utterance": "1 ounce.", + "bot": true, + "annotations": "inform_amount(ing-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Now you should arrange the vegetables around the meat. For the vegetables use 3 potatoes peeled and chopped. 2 stalks celery, chopped and 2 carrots chopped.", + "bot": true, + "annotations": "simplify_begin(inst-3);\r\nsimplify_continue(inst-3, [ing-4, ing-5, ing-6]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Place them in the bag with the meat.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Place the oven bag on a roasting pan.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have placed it on the roasting pan. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Next place the roast in the oven. When you have placed it in the oven immediately reduce the heat to 300 degrees Fahrenheit.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. how long should it be in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Bake it for 1 1/2 hours.", + "bot": true, + "annotations": "inform_duration(inst-6);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. it's 1,5 hours later now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "That's all. Enjoy your Easy Pot Roast!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. thanks it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Bye.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/072.1.json b/ai_talks/AMUseBotBackend/dialog/072.1.json new file mode 100644 index 0000000..b61a194 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/072.1.json @@ -0,0 +1,166 @@ +{ + "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 classic peanut butter cookies. Are you ready?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I am. What's 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\": 10}" + }, + { + "utt_id": "utt-3", + "utterance": "First cream together 3 ingredients. The first two are 1 cup unsalted butter and 1 cup crunchy peanut butter.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\nsimplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "I have done the first two ingredients, what is the third one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-5", + "utterance": "The third one is 1 cup white sugar. Also add 2 eggs.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2]);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Should I add all of the egg?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "No problem, what's the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-9", + "utterance": "Now take a separate bowl and we will add 4 other ingredients. The first two are 2 1/2 cups all-purpose flour and 1 teaspoon baking powder.", + "bot": true, + "annotations": "simplify_begin(inst-2);\r\nsimplify_continue(inst-2, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-10", + "utterance": "How many cups all-purpose flour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "2 and 1/2 cups.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Thank you. What are the other two ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "The other ingredients are 1/2 teaspoon salt and 1 1/2 teaspoons baking soda.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-7, ing-8]);" + }, + { + "utt_id": "utt-14", + "utterance": "What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Now stir in the mixture into the batter you made before and put it in the refrigerator for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I will do that. Can I do anything in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "No just wait. Afterwards you should roll the mixture into 1 inch balls and put them on baking sheets.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have rolled the mixture into one inch balls and I have placed them on baking sheets. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Now flatten each ball with a fork, making a criss-cross pattern.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-20", + "utterance": "I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Ok. Now preheat the oven to 375 degrees Fahrenheit and bake the cookies for about 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-22", + "utterance": "How do I know when they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "They are ready when the cookies begin to brown. Do not over-bake them.", + "bot": true, + "annotations": "inform_duration(cond-7-0);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. they are ready now. Should I do anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "That was all. enjoy.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-26", + "utterance": "Thank you for the instructions. They look good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/073.1.json b/ai_talks/AMUseBotBackend/dialog/073.1.json new file mode 100644 index 0000000..5ceb221 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/073.1.json @@ -0,0 +1,142 @@ +{ + "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. today we are making Chicken Vegetable Stew.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. how do I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "First take a large pot.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have the large pot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "In this pot add four ingredients. Start with 1 chopped onion and 4 skinless boneless chicken breast halves. Make sure the chicken is cut into bite size pieces.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\nsimplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. how large should the chick breast halves be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-9", + "utterance": "Next add 1/2 pound baby carrots and 4 potatoes.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have added these ingredients. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Next add 1/2 teaspoon salt and 1/4 teaspoon ground turmeric.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "OK. what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "Next dissolve 3 tablespoons tomato paste into water and add it to the large pot.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have added the tomato paste. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Now you can add if desired 1/4 teaspoon garlic powder and 1/2 teaspoon ground black pepper to season the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Alright. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Let it cook for 1 to 1 1/2 hours on medium to low heat.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. is there something I can still do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "No.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "That's all, you can now serve the chicken vegetable stew. Enjoy it!", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/074.1.json b/ai_talks/AMUseBotBackend/dialog/074.1.json new file mode 100644 index 0000000..5798e2f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/074.1.json @@ -0,0 +1,202 @@ +{ + "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 will make eggplant mixed grill. 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 ingredients do I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-3", + "utterance": "It will consist of 14 ingredients. I will give them to you step by step. First take a large resealable plastic bag.", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_skip_ing_list();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have the bag in front of me. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-5", + "utterance": "Now add 2 tablespoons chopped fresh parsley and 2 tablespoons olive oil.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\nsimplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "Done. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-7", + "utterance": "Add 2 tablespoons chopped fresh oregano and 2 tablespoons chopped fresh basil.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "What is the last one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "2 tablespoons chopped fresh basil.", + "bot": true, + "annotations": "repeat(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Thank you. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-11", + "utterance": "We still have to add 10 more ingredients. The next two are 1 tablespoon balsamic vinegar and 1 teaspoon kosher salt.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-12", + "utterance": "Yes both added. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-13", + "utterance": "1/2 teaspoon black pepper and 6 cloves minced garlic.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "Now cut 1 red onion into wedges and trim 18 spears fresh asparagus. Put them both into the bag.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-16", + "utterance": "Can you repeat the second ingredient please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "18 spears fresh asparagus. You should trim them and put them into the bag.", + "bot": true, + "annotations": "repeat(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Now take 12 crimini mushrooms and remove the stems. Also take 1 eggplant and slice it into 1/4 inch rounds. Add both into the bag.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-10, ing-11]);" + }, + { + "utt_id": "utt-20", + "utterance": "Should the eggplant be peeled?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Finally add 1 red bell pepper and 1 yellow bell pepper. Cut both into wedges.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-12, ing-13]);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. done. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Seal the bag and let it marinate 2 hours in the refrigerator. Turn it occasionally.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);\r\ninform_instruction(ac-2-1);\r\ninform_instruction(ac-2-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Can I do anything in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes you can preheat the grill for high heat. Lightly oil the grill grate.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(ac-2-3);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Now take out the bag and grill the vegetables 6 minutes on each side.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "I have done that so 12 minutes in total. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Make sure they are tender. That was all! Enjoy.", + "bot": true, + "annotations": "inform_instruction(cond-4-0);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Yes they are tender. Thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/075.1.json b/ai_talks/AMUseBotBackend/dialog/075.1.json new file mode 100644 index 0000000..65ac1a6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/075.1.json @@ -0,0 +1,250 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are 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. today we are making Fresh apple cake. Are you ready to start.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. nice. Is it a large recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-4", + "utterance": "How many ingredients does it have?", + "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-5", + "utterance": "You need a total of 14 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. what is the first step I should take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-7", + "utterance": "The first step is to preheat the oven to 325 degrees Fahrenheit or equivalently 165 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have done that. What is 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-9", + "utterance": "Next take one 10 inch tube pan and grease it.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "With what should I grease it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-11", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-13", + "utterance": "You should now beat together four ingredients. Start with 1 1/2 cups vegetable oil and 3 beaten eggs.", + "bot": true, + "annotations": "simplify_begin(inst-2);\r\nsimplify_continue(inst-2, [ing-0, ing-2]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. should I use all of the beaten eggs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-15", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-17", + "utterance": "The next two ingredients are 2 tablespoons vanilla extract and 2 cups white sugar.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-3, ing-1]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have added both. 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-19", + "utterance": "Next you should sift together five ingredients and add to the egg mixture. The first two ingredients are 3 cups all-purpose flour and 1 teaspoon baking soda.", + "bot": true, + "annotations": "simplify_begin(inst-3);\r\nsimplify_continue(inst-3, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-21", + "utterance": "The other three ingredients are 1 teaspoon salt, 1/2 teaspoon ground cinnamon and 1/2 teaspoon ground nutmeg.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-6, ing-7, ing-8]);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I added all of them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you can stir in another three ingredients. Start with 2 1/2 cups apples. The apples should be peeled, cored and diced.", + "bot": true, + "annotations": "simplify_begin(inst-4);\r\nsimplify_continue(inst-4, [ing-9]);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. which kind of apples should it be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. what are the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "The other two ingredients are 1 cup chopped walnuts and 1 cup raisins.", + "bot": true, + "annotations": "simplify_continue(inst-4, [ing-10, ing-11]);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have added them as well. What is next?", + "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": "Pour the mixture into the greased pan and bake it in the preheated oven for 1 1/2 hours.", + "bot": true, + "annotations": "simplify_begin(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "No.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-32", + "utterance": "When do I know if it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "It is ready when a cake tester placed in the center comes out clean.", + "bot": true, + "annotations": "inform_duration(cond-5-0);\r\n" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. it looks ready. Is there something else I should do?", + "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-35", + "utterance": "Let it cool and frost the cake with cream cheese icing. You should us 1 container of 16 ounce cream cheese frosting.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. is there anything still to do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-37", + "utterance": "Yes, finally sprinkle the top with 1/4 cup finely chopped walnuts.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. It looks good, is there anything I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "No that's all. Enjoy it!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. thanks for the instructions. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/076.1.json b/ai_talks/AMUseBotBackend/dialog/076.1.json new file mode 100644 index 0000000..9446869 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/076.1.json @@ -0,0 +1,202 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. what are we making?", + "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 eggplant and pepper parmesan sandwiches. You will need 6 ingredients. When you are ready, I will announce them one by one.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes go ahead!", + "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": "First you need 1 seeded eggplant. Cut it lengthwise into 1/4 inch slices.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "I have cut the eggplant into slices. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "Now take 1 red bell pepper and slice it into thin strips. Also take 1 French baguette.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "How large should the French baguette be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. what should I do now?", + "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 3 ingredients are 2 ounces soft goat cheese, 1/4 cup tapenade and 1/4 cup grated Parmesan cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "What kind of tapenade should I use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "It should be olive spread.", + "bot": true, + "annotations": "inform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Thank you. What should I do with these three ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Nothing yet just put them ready for later to use. First preheat the oven broiler.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Can you repeat the last word?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "First preheat the oven broiler.", + "bot": true, + "annotations": "repeat(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Now place the eggplant and red bell pepper on a medium baking sheet. Season with salt and pepper as much as desired.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "I have placed them on the baking sheet. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Now broil it 5 to 10 minutes.", + "bot": true, + "annotations": "simplify_begin(ac-2-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. when do I know it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "When it becomes tender and slightly browned.", + "bot": true, + "annotations": "inform_duration(cond-2-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. they seem ready. What can I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Cut the baguette in half lengthwise.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "I have done that. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Spread the bottom half with goat cheese and then followed by tapenade.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Now layer it with eggplant and red pepper. Then sprinkle with the Parmesan cheese.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Both done. Is that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Cover the top with the other half of the baguette and cut into 4 pieces.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "That's done!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Serve it hot or cold. That was all, enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-8);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Great. thank you for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/077.1.json b/ai_talks/AMUseBotBackend/dialog/077.1.json new file mode 100644 index 0000000..15254e7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/077.1.json @@ -0,0 +1,220 @@ +{ + "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 Chicken Tortellini Soup with Zucchini and Tomatoes.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. how do I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "Prepare Fast Chicken Soup Base and bring it to a simmer.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "You should prepare Fast Chicken Soup Base yourself. I cannot help you with that. When you have made it you should bring the soup to a simmer.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "How do I prepare it? In a pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-7", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-9", + "utterance": "Next you should add four ingredients to the soup. I will say them one by one if you are ready.", + "bot": true, + "annotations": "simplify_begin(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. what are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-11", + "utterance": "Start with 1 package refrigerated small cheese tortellini.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-1]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. how large should the package be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-13", + "utterance": "The package should be 9 ounce.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. what is the next ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Next add 1 can diced tomatoes.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-2]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-17", + "utterance": "Do you want to know the quantity of the can? It should be 14.5 ounces.", + "bot": true, + "annotations": "other();\r\ninform_amount(ing-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ah thanks good to know! What is the next ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "The next ingredient is 2 medium zucchinis. The zucchinis should be diced.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-3]);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have also added them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "Finally add 1 teaspoon dried basil.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-4]);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Now let it simmer for 10-20 minutes until it is tender.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. is there something I should do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-25", + "utterance": "No you do not need to do anything in the meantime.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-27", + "utterance": "When it is tender you can remove it from the heat.", + "bot": true, + "annotations": "inform_instruction(cond-4-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. it's tender now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-29", + "utterance": "You can now stir in 1/2 cup chopped fresh parsley.", + "bot": true, + "annotations": "inform_instruction(ac-4-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have stirred the parsley in. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-31", + "utterance": "Now add salt and freshly ground black pepper to taste.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-33", + "utterance": "That's all. Enjoy your Chicken Tortellini soup with zucchini and tomatoes!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. thanks for the instructions. It looks nice. Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-35", + "utterance": "Bye.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/078.1.json b/ai_talks/AMUseBotBackend/dialog/078.1.json new file mode 100644 index 0000000..2beaec9 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/078.1.json @@ -0,0 +1,298 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "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. Today we are going to make Chicken Fried Chops.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. What is the first step to prepare chicken fried chops?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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, you need a shallow bowl to combine some ingredients.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Which ingredients should I have?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "There are 8 ingredients. Do you need me to read them one by one?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-6", + "utterance": "Yes, that would be nice.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Ok. You have to prepare flour, salt, ground mustard and garlic powder.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Are these all the ingredients I need for the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_ends;\", \"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": "You also need pork loin chops, vegetable oil, condensed cream of chicken soup and water.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "I will specify the quantity when we use them.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. So what is the first step ?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "In the bowl, add 1/2 cup flour and 2 teaspoons salt.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-14", + "utterance": "Is it ok if I use whole grain flour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-15", + "utterance": "It is recommended to use all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have the flour and the salt. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Then continue adding 1 1/2 teaspoons ground mustard and 1/2 teaspoon garlic powder.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Done. what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you should prepare 6 pork chops, each of which is about 3/4 inch thick.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "Then put the chops into the bowl and combine everything.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);" + }, + { + "utt_id": "utt-22", + "utterance": "What is the ideal temperature for the chops to be mixed?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry, I cannot answer this question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Good. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "Now take a skillet and oil it.", + "bot": true, + "annotations": "fetch(inst-1, [tool-1-0]);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. How much oil should I use?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-27", + "utterance": "You need 2 tablespoons vegetable oil.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. Done. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-29", + "utterance": "Good. Brown the chops on both sides.", + "bot": true, + "annotations": "simplify_begin(inst-1);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. For how long should I brown the chops?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-31", + "utterance": "Until the chops get brown.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. Done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-33", + "utterance": "Move the chops to a slow cooker.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. What is a slow cooker?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-35", + "utterance": "It is a tool that has low heat to cook food.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. Done. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-37", + "utterance": "Now mix the 1 can of chicken soup and 1/3 cup water. Then pour the mix over chops.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. Done. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-39", + "utterance": "Cover the slow cooker and heat it in low temperature for 6-8 hours or until the pork is tender.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. What is the exact temperature I should have?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-41", + "utterance": "Use the lowest heat of the cooker.", + "bot": true, + "annotations": "inform_temperature(temp-4-0);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. Thanks. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; 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-43", + "utterance": "If you want, you can thicken pan juices and serve with the pork chops.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-44", + "utterance": "Sorry, I didn't understand. Could you repeat the first part of the sentence?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-45", + "utterance": "Sure. You can utilize the juices remaining at the bottom of the pan to make the chops more tasty.", + "bot": true, + "annotations": "repeat(ac-5-0);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. Perfect. Is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-47", + "utterance": "Yes. That is the final step. Enjoy your meal.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-48", + "utterance": "Thank you bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/079.1.json b/ai_talks/AMUseBotBackend/dialog/079.1.json new file mode 100644 index 0000000..da51daf --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/079.1.json @@ -0,0 +1,220 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. Could you repeat the recipe name for me?", + "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": "Hello. The recipe name is Black Bean and Corn Quesadillas.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. What about the ingredients?", + "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 10 ingredients. Do you want me to list them now?", + "bot": true, + "annotations": "count_ing_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "I prefer you tell me when it is needed. How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "You start by heating oil in a large saucepan over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Shall I use all the oil?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "You can use all the oil, which means 2 teaspoons.", + "bot": true, + "annotations": "affirm();\r\ninform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Good. I heated the oil. What's next?", + "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\": 12}" + }, + { + "utt_id": "utt-9", + "utterance": "You stir in the onion, and cook until softened, about 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "You mean cook until onions become soft?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "You cook the onions until they become soft and stir them in the pan.", + "bot": true, + "annotations": "repeat(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "OK. That's done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "Good. You can add beans and corn to the pan.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-14", + "utterance": "The beans are added now. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Ok. You can add sugar, salsa, and pepper flakes and mix well.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);\r\ninform_instruction(ac-2-2);" + }, + { + "utt_id": "utt-16", + "utterance": "How much sugar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-17", + "utterance": "1 tablespoon of brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I add them. Is that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "You cook that until heated through, about 3 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "3 minutes? I think it needs more time.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, 3 minutes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-22", + "utterance": "Okkk. I will follow your order, sir.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Good job.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-24", + "utterance": "So what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "You can continue by melting 2 teaspoons of the butter in a large skillet over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. The butter is melted now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Good, you can Place a tortilla in the skillet, sprinkle evenly with cheese, then top with some of the bean mixture.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I add the beans to the skillet. I should continue cooking them, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes, you now add another tortilla on top and keep on cooking them. You cook until golden, then flip and cook on the other side.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Can I add some salt?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes, you can add some salt if you want. You can season as you like adding salt, pepper or hot chili.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Great. Thanks! Is it done? I am going to remove it from the pan.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes it's Done. You can remove it from the pan and repeat with remaining tortillas and filling. Enjoy your meal.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\ninform_instruction(inst-7);\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Thanks!! Bye.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "Thank you!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/080.1.json b/ai_talks/AMUseBotBackend/dialog/080.1.json new file mode 100644 index 0000000..211c527 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/080.1.json @@ -0,0 +1,310 @@ +{ + "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. Today we will make a crab quiche. 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! Which ingredients do I need to prepare?", + "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": "You will need 10 ingredients. The first two ingredients are 1 deep dish frozen pie crust and 4 eggs.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Thanks. could I ask the complete list of ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient_list;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Yes I will announce the rest of the ingredients two by two. Do you need the size of the deep dish frozen pie crust?", + "bot": true, + "annotations": "affirm();\r\nother();" + }, + { + "utt_id": "utt-6", + "utterance": "Yes that would be nice thanks.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; thank;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "The size of the pie crust is 9 inch.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok thanks! Could I ask also the other ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes, the next two ingredients are 1 cup heavy cream and 1/2 teaspoon salt.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. thanks. Can I have two more?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-11", + "utterance": "Yes, the next ingredients are 1/2 teaspoon black pepper and 3 dashes of hot pepper sauce.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "I don't have black pepper. Could I use also white pepper?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry, I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. no problem. Can I have two more 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-15", + "utterance": "The next two ingredients are 1 cup shredded Monterey jack cheese and 1/4 cup grated Parmesan cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok thanks. Can I have two more?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "The last two ingredients are 1 chopped green onion and 1 package imitation flaked crabmeat.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "I didn't understand the second ingredient, sorry.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "The second ingredient is 1 package imitation crabmeat. It should be flaked.", + "bot": true, + "annotations": "repeat(ing-9);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok good. Is that all with the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, that were all the ingredients. Do you want to know how large the package should be?", + "bot": true, + "annotations": "affirm();\r\nother();" + }, + { + "utt_id": "utt-22", + "utterance": "Yes, thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; thank;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Is should be 8 ounce. Now you may preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_amount(ing-8);\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. The oven is warm. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Now bake the pie crust for about 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. Done. Can I leave it 10 more minutes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "When it just starts to brown, you may remove it from the oven and allow it to cool.", + "bot": true, + "annotations": "inform_duration(cond-1-0);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. For how long should i cool it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-29", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, no problem. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "You should take a large bowl. In the bowl, we will mix some ingredients.", + "bot": true, + "annotations": "fetch(inst-3, [tool-3-0]);\r\nsimplify_begin(inst-3);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. Thanks. Can I ask how big the bowl should be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_tool;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-33", + "utterance": "I cannot also not answer that question. It should be a large bowl and we will add 8 ingredients.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok which ingredients should I mix?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-35", + "utterance": "Mix together the eggs, cream, salt, pepper, and hot sauce which you prepared before.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. Should I use all the eggs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I mixed the 5 ingredients. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-39", + "utterance": "We still need to add 3 more ingredients. Those are the shredded cheese, onion and imitation crab which you prepared before.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok no problem. I put them in. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-41", + "utterance": "Now you should pour the mixture into the pie shell.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. Done. Should I put it in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-43", + "utterance": "Yes bake it for 25 to 30 minutes. Afterwards, turn off the oven, but leave the door closed.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. How warm should the oven be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-45", + "utterance": "It should normally still be preheated from before. It was 175 degrees Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-0-1);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok I'll put it in. It's done. I took it out and I keep the door closed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-47", + "utterance": "Now leave the quiche in the oven for an additional 20 to 30 minutes until it becomes firm.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. It's done. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-49", + "utterance": "Yes, that was all. Enjoy the crab quiche!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-50", + "utterance": "Thank you. It smells delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/081.1.json b/ai_talks/AMUseBotBackend/dialog/081.1.json new file mode 100644 index 0000000..cd78fbc --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/081.1.json @@ -0,0 +1,244 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. How do I make crab and lobster stuffed mushrooms?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. Would you like to have a list of the ingredients first?", + "bot": true, + "annotations": "greeting();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Sure. How many ingredients do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list_length;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "You will need 7 ingredients plus one optional.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. What are the ingredients?", + "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-5", + "utterance": "The first two ingredients are 3/4 cup melted butter and 1 pound fresh mushrooms.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "OK. Thank you. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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 next ingredients are 1 cup crushed seasoned croutons, 1 cup shredded mozzarella cheese and 1 (6 ounce) can crabmeat, cleaned and chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the third ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"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 third ingredient is 1 can of crab meat, the can should weigh 6 ounces.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "And the ingredient after that?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "The next ingredients are 1 pound of lobster tail, 3 tablespoons minced garlic and optionally 1/4 cup shredded mozzarella cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Thanks. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Now you should preheat the oven to 190 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. The oven is preheating. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes, you can brush a large baking sheet with butter.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "The next step is to arrange the mushroom caps in a single layer over the baking sheet.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. 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-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok. Now you should take a medium bowl and mix together 6 ingredients. Do you want to hear the ingredients two by two?", + "bot": true, + "annotations": "simplify_begin(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I will take the bowl. Yes, that would help thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "You are welcome. The first two ingredients are crushed croutons and half a cup of butter.", + "bot": true, + "annotations": "thank();\r\nsimplify_continue(inst-3, [ing-2, ing-0]);" + }, + { + "utt_id": "utt-22", + "utterance": "How many crushed croutons do I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-23", + "utterance": "You need 1 cup of crushed seasoned croutons.", + "bot": true, + "annotations": "inform_amount(ing-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "The next two ingredients are 1 cup of shredded mozzarella cheese and the can of crabmeat.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have put them ready. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "The next ingredients are lobster and garlic.", + "bot": true, + "annotations": "simplify_continue(inst-3, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-28", + "utterance": "How much lobster and garlic do I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-29", + "utterance": "You need 1 pound of lobster tail, cleaned and chopped and 3 tablespoons minced garlic.", + "bot": true, + "annotations": "inform_amount(ing-5);\r\ninform_amount(ing-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok now I understand. They are the ingredients I already put ready in the beginning. Is there something else I should add to the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-31", + "utterance": "No, there is nothing you should add to the bowl. You can mix the ingredients in the bowl and after that you can spoon the content of the bowl into the mushroom caps.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. What should I do with the content of the bowl? I didn't understand.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-33", + "utterance": "You can spoon the content in the mushroom caps.", + "bot": true, + "annotations": "repeat(inst-4);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I have done that. What is the next step?", + "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-35", + "utterance": "The next step is to Bake for 10 to 12 minutes in the preheated oven, or until lightly browned on the top.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I have done that. It is light brown on the top. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes, if you like it you can sprinkle with additional cheese. After that you can serve it hot, and you are ready to enjoy your meal.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. Thanks for the instructions. It looks very good!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-39", + "utterance": "Thank you!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/082.1.json b/ai_talks/AMUseBotBackend/dialog/082.1.json new file mode 100644 index 0000000..b7de4e6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/082.1.json @@ -0,0 +1,250 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! 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. Today we will make crabby cliffs mushroom puffs. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I am ready, and I love mushrooms. Could I have a list of the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice to hear that. I will guide you though the recipe and announce the ingredients when you need them if that is ok?", + "bot": true, + "annotations": "propose_skip_ing_list();" + }, + { + "utt_id": "utt-4", + "utterance": "That is ok with me! 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\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "First preheat the oven to 200 degrees Celsius and put a medium saucepan over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok done! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Now add 2 tablespoons olive oil and stir in 4 ingredients. The first two ingredients are 2 chopped green onions and 3 cups chopped fresh mushrooms.", + "bot": true, + "annotations": "simplify_begin(inst-2);\r\nsimplify_continue(inst-2, [ing-1, ing-2]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Should I add the ingredients to the pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes, you should stir them into the pan.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I added onions and mushrooms to the pan. What should I do next?", + "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-11", + "utterance": "Now add 1crushed clove garlic and 1/2 teaspoon ground cayenne pepper. Let it cook for 10 minutes.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-3, ing-4]);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok done! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "Now transfer the cooked mixture to a medium bowl.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I transferred the mixture into a medium bowl. What should I do now?", + "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-15", + "utterance": "Now blend in 4 ounces of softened cream cheese and 1 can crabmeat, drained and flaked.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, I am gonna do that. What should I do with the crab meat before I add it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "The crab meat should be drained and flaked.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok perfect, so I add cheese and crab to the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes, blend them into the mixture.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Now take 1 package frozen puff pastry sheets. It should be thawed.", + "bot": true, + "annotations": "fetch(inst-6, [ing-7]);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. How big should the package be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "It should be 17.5 ounce. You should roll each pastry sheet into a 12x12 inch square and put it on a lightly floured flat surface.", + "bot": true, + "annotations": "inform_amount(ing-7);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I've done that. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "You should cut each sheet into nine 4x4 inch squares.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I've done that. Can I ask how much in centimeters?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Sorry, this question is beyond my capability.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-28", + "utterance": "Never mind. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Now place 1 tablespoon of the mushroom mixture onto each pastry square.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I've done that. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Now you should fold the squares by bringing the corners to the center, creating an X. Afterwards, place the squares on a medium baking sheet.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I've done that. Should I put in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes, now bake it for 20 minutes in the preheated oven.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. How warm should the oven be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "It should be preheated by now at 200 degrees Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-0-1);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok good. 20 minutes passed. Should I take them out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Are they golden brown?", + "bot": true, + "annotations": "verify(cond-10-0);" + }, + { + "utt_id": "utt-38", + "utterance": "Yes, they are!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-39", + "utterance": "Ok. That was all. Enjoy!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/083.1.json b/ai_talks/AMUseBotBackend/dialog/083.1.json new file mode 100644 index 0000000..9f7fdd5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/083.1.json @@ -0,0 +1,148 @@ +{ + "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! Today we make frosted shortbread.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. That sounds nice. What is the first step I should take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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": "The first step is to add 1 cup butter and 1 cup brown sugar in a mixing bowl.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Should it be a large bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry, I cannot reply to that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok no problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "The next step is to add 1 egg yolk and 1 teaspoon vanilla extract to the bowl and mix well.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes, the first ingredient is one egg yolk.", + "bot": true, + "annotations": "affirm();\r\nrepeat(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "You first combine 2 cups of all-purpose flour and a quarter teaspoon of salt. Mix and then add to the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have mixed the all purpose flour and salt and added it to the mixture.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "Ok. Good. You can press the mixture into a 15inches baking pan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "You now Bake at 350 degrees Farenheit for 15-18 minutes or until golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "OK. they are golden brown. Is there something else I should do?", + "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-17", + "utterance": "Yes, you take 4 milk chocolate candy bars, you break them into rectangles and you place them over the crust. You then let stand for one minute, or until it's soft, and spread chocolate evenly.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-18", + "utterance": "How large should the candy bars be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "Each bar should be 1.55 ounces.", + "bot": true, + "annotations": "inform_amount(ing-6);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I spread the chocolate evenly. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you sprinkle with half a cup of chopped walnuts. You then let it cool and cut it into squares. Then enjoy, but eat sugars responsibly.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have done that. Thanks for the instructions. It looks good!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Enjoy!!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/084.1.json b/ai_talks/AMUseBotBackend/dialog/084.1.json new file mode 100644 index 0000000..8ba0092 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/084.1.json @@ -0,0 +1,154 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, what are we gonna do 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": "We will make dads best burgers. Are you ready to start?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yummy yes, I am ready. 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\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a bowl. We will add 7 ingredients. First add 1 (3 ounce) package softened cream cheese and 1 egg.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\nsimplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. should it be a big bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I added the cream cheese and the egg. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Now add 1 medium onion, it should be finely chopped. 1/2 cup dry bread crumbs and 1 1/2 teaspoons dried parsley flakes.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3, ing-4]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Done. Which are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-9", + "utterance": "Now still add 1/2 teaspoon seasoned salt and 1/4 teaspoon pepper.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Did it. Should I mix the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Now take 1 pound ground beef and 1 pound bulk pork sausage and crumble it over mixture. Mix everything well.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Good. Is it ok if I use ground chicken instead of the beef?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "I cannot answer that question. Sorry.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "That's no problem, i'll use beef. Ok. I mixed well.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Now shape the mixture into eight patties.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Should I do it with my hands or use a tool?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. No problem. I did it with my hands.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Grill the patties, uncovered, over medium-hot heat for 4-6 minutes on each side.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "That was all! Serve it on buns.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\nend_recipe();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Perfect. Thank you. It smells great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "You are welcome, enjoy!", + "bot": true, + "annotations": "thank();\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "See you tomorrow bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"goodbye;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/085.1.json b/ai_talks/AMUseBotBackend/dialog/085.1.json new file mode 100644 index 0000000..8441206 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/085.1.json @@ -0,0 +1,208 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, what do we make 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": "Hello, today we are gonna prepare Apple Butter V.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Hi, that sounds nice. How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-3", + "utterance": "You can start by slicing 6 pounds of tart apples and place them in a Dutch oven.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "In which way should I slice the apples?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "You should core and slice 6 pounds of tart apples.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "In which oven should I place them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "You should place them in a dutch oven. A Dutch oven is a thick-walled cooking pot with a tight-fitting lid.", + "bot": true, + "annotations": "inform_tool(tool-0-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ah ok. Thanks for the clarification. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-9", + "utterance": "You're welcome! You can now pour 6 cups of apple cider in the dutch oven.", + "bot": true, + "annotations": "thank();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Ok. You can now bring to a boil and cook on medium heat for 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "You can wait for 30 minutes and when the mixture is soft you can press it through a food mill.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. The 30 minutes have passed. I have presses it through the food mill.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Good. You can continue to cook it at a medium boil for 30 more minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "You should stir the mixture occasionally.", + "bot": true, + "annotations": "inform_instruction(ac-4-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Good. Now mix in 3 cups of sugar, 2 teaspoons ground cinnamon and 1 teaspoon ground cloves cloves.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Should I put it in a bowl or in the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You can mix sugar, cinnamon and cloves in.", + "bot": true, + "annotations": "repeat(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. The ingredients are in the mixture. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Ok! Now you should Continue cooking over low heat until the sugar dissolves. You should stir the mixture frequently.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. The sugar has dissolved. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "You can cook until the desired thickness has been attained.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. It looks ok now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you can refrigerate the finished apple butter in sterile containers.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. For how long should it be in the refrigerator?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Sorry, I cannot reply to that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "The recipe is complete. I hope you will enjoy your apple butter!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-33", + "utterance": "Your are welcome. See you for the next recipe!", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/086.1.json b/ai_talks/AMUseBotBackend/dialog/086.1.json new file mode 100644 index 0000000..6fe9111 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/086.1.json @@ -0,0 +1,178 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello Bot, 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": "Today we will make garlic crab artichoke dip. It will be a short recipe. Are you ready to start?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes, I am ready! Could I have all the ingredients first so I can prepare them?", + "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": "Sure. the first two ingredients are 1 cup mayonnaise and 8 ounces sour cream.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Good. They are ready. Could I have 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 package garlic and mushroom soup mix and 1 can artichoke hearts, drained and chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Could you repeat 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-7", + "utterance": "1 package of garlic and mushroom soup mix.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, how big the package should be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "It should be a 1 ounce package.", + "bot": true, + "annotations": "inform_amount(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok perfect. Could I have the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "1 cup shredded Swiss cheese and 1 can crab meat. It should be drained.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. How big should the can be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "It should be 6 ounces.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. good. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "No, these were all the ingredients. You may now preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Good. The oven is 175 degrees now,what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Take a 1-1/2 quart casserole dish and combine the ingredients you prepared before.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Sorry, I didn't understand. Which kind of casserole should I use?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "It should be a casserole dish. The size should be 1-1/2 quart.", + "bot": true, + "annotations": "inform_tool(tool-1-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Sorry, I didn't understand the size of the casserole.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-21", + "utterance": "It means one and a half quart. This is a specific size which cannot be pronounced in centimeters.", + "bot": true, + "annotations": "inform_tool(tool-1-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Thank you. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "Bake it uncovered for 30 minutes in the oven.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, 30 minutes passed. How do I see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "I cannot answer that question. After the 30 minutes you should serve it immediately.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ook good. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes, that was all! Enjoy your garlic crab artichoke dip.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Thank you!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/087.1.json b/ai_talks/AMUseBotBackend/dialog/087.1.json new file mode 100644 index 0000000..e81c6ab --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/087.1.json @@ -0,0 +1,142 @@ +{ + "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": "Hello, today we are gonna make cabin hash. It's a short recipe with just 7 ingredients. Simple but tasty!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. That sounds good. What are the ingredients?", + "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": "The first two ingredients are 12 medium potatoes, peeled cooked and cubed and 3 cups cubed cooked ham.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Should I put them in a bowl or just put them ready?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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": "Sorry, I cannot answer that question. The next ingredients are half a cup of chopped onion and half a cup of butter or margarine.", + "bot": true, + "annotations": "fence();\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have put them ready. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "1 (10 ounce) package frozen chopped broccoli, sour cream, salt and pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-8", + "utterance": "Should the package contain frozen broccoli and sour cream?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "The package should contain 10 ounces of frozen chopped broccoli.", + "bot": true, + "annotations": "inform_amount(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. And how much sour cream do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "There is no listed amount for sour cream, so it's according to your taste!", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ah ok, sure! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Next step is to take a large skillet and cook potatoes, ham and onion in butter. You should stir frequently.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. For how long should I cook the potatoes and onion?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "You should cook potatoes, ham and onion until potatoes are lightly browned.", + "bot": true, + "annotations": "inform_duration(cond-0-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. They are lightly brown now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Next step is to add broccoli and heat through.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "You can now season with salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You can serve with sour cream if desired. After that, you can enjoy your cabin hash!", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok thanks. It looks nice.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/088.1.json b/ai_talks/AMUseBotBackend/dialog/088.1.json new file mode 100644 index 0000000..b88e17a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/088.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, 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": "Today we will make chocolate madeleines. Are you ready to start?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I am ready! 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\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "First you can already preheat the oven to 190 degrees Celsius and butter one Madeleine pan.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, what is a madeleine pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "It is a special pan which you need in order to make the chocolate madeleines.", + "bot": true, + "annotations": "inform_tool(tool-1-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. Good. The oven is heated and the pan is buttered. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-7", + "utterance": "Now sift 4 ingredients together. The first two are 1/4 cup sifted all-purpose flour and 1/4 cup unsweetened cocoa powder.", + "bot": true, + "annotations": "simplify_begin(inst-2);\r\nsimplify_continue(inst-2, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-8", + "utterance": "Could I use brown flour instead of all purpose flour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry, I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I mixed flour and cocoa powder. What is the next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-11", + "utterance": "1/2 teaspoon baking powder and 1 pinch of salt.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Good. I also mixed them. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "After that, cream 2 ounces butter together with 1/2 teaspoon vanilla extract and 1/4 cup white sugar.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Can I use stevia instead of sugar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I've mixed those ingredients. What should i do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Now add 1 egg and 2 egg yolks and beat them in the mix.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Done. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "No, not yet. Now add the dry ingredients until they are just combined only. Do not cover the mix.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Which ingredients should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "The ingredients you prepared before and sifted together.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I added them to the mix. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Are the dry ingredients stirred in until they are just combined only?", + "bot": true, + "annotations": "verify(cond-5-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Now place rounded teaspoon of this batter you just prepared into the prepared Madeleine shell forms.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok done. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Bake them in the oven for 12 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. Is the temperature still 190C?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes, it should be 190 degrees Celsius.", + "bot": true, + "annotations": "affirm();\r\ninform_temperature(temp-7-1);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. Good. They are inside. And they baked for 12 mins. How do I see if they look ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Good. Now remove them from the oven and immediately invert onto a wire rack to cool.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Sorry what should I do after removing them? I didn't understand.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "You should immediately invert them onto a wire rack so they can cool.", + "bot": true, + "annotations": "repeat(ac-8-1);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok good. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "No, once they are cool you may sprinkle them with confectioners sugar, if desired.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I sprinkled them, are they ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes, that was all. Enjoy the Madeleines.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Nice!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/089.1.json b/ai_talks/AMUseBotBackend/dialog/089.1.json new file mode 100644 index 0000000..50cda41 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/089.1.json @@ -0,0 +1,100 @@ +{ + "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, today we are gonna prepare drunken fruit salsa!!!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok nice. How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-3", + "utterance": "You can start by taking a bowl and mixing inside 6 ingredients.", + "bot": true, + "annotations": "simplify_begin(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. What are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-5", + "utterance": "The first two ingredients are 1 medium mango, peeled and diced and 3 fourths of a cup of chopped fresh strawberries.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have them ready. What are the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-7", + "utterance": "The next two ingredients are 1 kiwi, peeled and finely diced and 1 jalapeno pepper, seeled and chopped.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-9", + "utterance": "You also add in the bowl 2 tablespoons of chopped fresh mint and one quarter of a cup of Rum.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Now refrigerate for 1 to 3 hours, stirring once or twice.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. It has been in the refrigerator for two hours now. Is it ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes, that is it. You are ready to enjoy your drunken fruit salsa.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Thanks for the instructions. It looks nice!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "You are welcome. See you next time!", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/090.1.json b/ai_talks/AMUseBotBackend/dialog/090.1.json new file mode 100644 index 0000000..34b6480 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/090.1.json @@ -0,0 +1,274 @@ +{ + "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. Today we will cook chicken marsala with portobello mushrooms. It will be a long recipe with many instructions. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I am ready! Could I have all the ingredients to prepare two by two?", + "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": "Yes, there are 10 ingredients. The first two are 3/4 cup butter and 2 tablespoons vegetable oil. They both should be divided.", + "bot": true, + "annotations": "affirm();\r\nsum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I took them. Is it ok if I use margarine instead of butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok no problem. Could I have the next two 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 next two ingredients are 4 portobello mushroom caps. They should be sliced. And 1 chopped garlic clove.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good. What are the next two ingredients?", + "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": "3/4 cup all-purpose flour. It should be divided. And 1 (14.5 ounce) can beef broth.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. How much is 14.5 ounces in grams?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry, I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem. What are the next two 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-13", + "utterance": "The next two ingredients are 1/2 cup dry Marsala wine and kosher salt and ground black pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Can I use white pepper instead of black pepper?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok no problem. Are the ingredients over?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "No, there are still two more ingredients. 1 tablespoon browning sauce and 6 skinless, boneless chicken breast halves. You should pound them to 1/2 inch thickness.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, I don't know what browning sauce is. Can you tell me what it is?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question. It should be 1 tablespoon browning sauce.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok no problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Now preheat the oven to 175 degrees Celsius. Take a skillet and melt 1/2 cup butter and1 tablespoon vegetable oil over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok done that! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Cook and stir the mushroom slices in the skillet until tender.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. They are tender now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Now remove them from heat, cover to keep warm, and set aside. After that melt the remaining butter and heat the remaining oil in a saucepan over medium-high heat.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I've put the mushrooms aside and heated oil and butter. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "No, there will be many more instructions. Now cook and stir the garlic until tender. Afterwards you should gradually whisk in the flour.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I whisked in all the flour. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Increase heat to high and pour in the beef broth and Marsala wine.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I've done that! What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Season it with kosher salt and pepper and whisk in the browning sauce.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. Done. How should I go on?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Now bring to a boil, and reduce heat to low. Mix in the mushrooms, and make sure to reserve remaining butter and oil in the skillet.", + "bot": true, + "annotations": "inform_instruction(inst-8);\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I did it. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "Now cover the saucepan and remove it from heat, and set aside. Season chicken with salt and pepper, and dredge in the remaining flour. Cook the chicken 2 minutes per side, until browned.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I cooked the chicken until browned. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-37", + "utterance": "Arrange the chicken in the bottom of a 9x13 inch baking dish. Then cover it with the sauce and the mushroom mixture.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I did it.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-39", + "utterance": "The final step is to cover the baking dish and bake it 25 minutes in the preheated oven.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. Can I bake it a little bit more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-41", + "utterance": "Make sure that you bake until the chicken juices run clear.", + "bot": true, + "annotations": "inform_duration(cond-14-0);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok good. It's done. Should I take it out from the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-43", + "utterance": "Yes, that was all! Enjoy.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. Thank you. It looks great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 25}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/091.1.json b/ai_talks/AMUseBotBackend/dialog/091.1.json new file mode 100644 index 0000000..583431f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/091.1.json @@ -0,0 +1,76 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. How do I make garlic butter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi! It's very simple! you first take a small bowl.", + "bot": true, + "annotations": "greeting();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-2", + "utterance": "OK I have the bowl. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-3", + "utterance": "Then you combine 1 cup softened butter, 1 tablespoon minced garlic and one quarter of a cup of grated parmesan cheese.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-5", + "utterance": "After you mixed those ingredients, you can already season. You will need 1 tablespoon garlic salt, 1 teaspoon italian seasoning. And also half a teaspoon of black pepper and a quarter of a teaspoon of ground paprika.", + "bot": true, + "annotations": "simplify_begin(inst-1);\r\nsimplify_continue(inst-1, [ing-3, ing-4, ing-5]);\r\nsimplify_continue(inst-1, [ing-6]);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok so I can season it as desired? Or should I add all the teaspoons?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-7", + "utterance": "You can season using the quantities of the recipes, but you can also change them depending on what you like.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "That's it. Your tasty garlic butter is ready. enjoy!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "It has been a pleasure!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/092.1.json b/ai_talks/AMUseBotBackend/dialog/092.1.json new file mode 100644 index 0000000..688f9cd --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/092.1.json @@ -0,0 +1,400 @@ +{ + "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. Today we will make cinnamon rolls I. Are you ready and looking forward to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I am ready and looking very forward!! Which are the ingredients that I should prepare?", + "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": "There are 14 ingredients to prepare.The first two are 1 cup warm water and 1 egg.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Which is the size of the egg I should use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok no problem. Could I have the next two 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 next 2 ingredients are 3 cups bread flour and 1/4 cup white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good. Is it ok if I use brown sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "Sorry I also not answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok no problem. Can I have the next two ingredients?", + "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-11", + "utterance": "The next two ingredients are 3 tablespoons instant powdered milk and 1 1/2 teaspoons salt.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I've prepared them, what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "Good the next 3 ingredients are 5 tablespoons butter, softened, 1 teaspoon instant yeast and 1/3 cup butter.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I've got them. Which ingredients should I prepare next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-15", + "utterance": "1/2 cup vanilla ice cream, 1/2 cup brown sugar and 1/2 cup butter, softened (for spreading).", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good. Are the ingredients over?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "There are 2 more ingredients left. 1 tablespoon ground cinnamon and 1/2 cup brown sugar.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-12);\r\ninform_ingredient(ing-13);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. done. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes, that were all the ingredients to prepare. Do you have a bread machine?", + "bot": true, + "annotations": "affirm();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-20", + "utterance": "Yes, I have one at home! What is the first step of the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you should put 8 ingredients in the bread machine in the order suggested by the manufacturer. The first 3 ingredients are the water, egg and bread flour.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\nsimplify_continue(inst-0, [ing-0, ing-1, ing-2]);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I put them in.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "The other 3 ingredients are white sugar, powdered milk and salt.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-3, ing-4, ing-5]);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I add them.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "The last two ingredients are 5 tablespoons butter and yeast.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok done! Which program should I use on the machine?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "You should select the DOUGH setting and then turn on the machine.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I selected the dough program and turned on the machine. What next?", + "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-29", + "utterance": "Ok. In the meantime, take a small saucepan and melt 1/3 cup of butter.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. Can I use margarine instead of butter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry I cannot answer that question. You should use the butter you prepared before.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok no problem. I melted butter in the saucepan.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Add 1/2 cup brown sugar and the ice cream. Cook it for 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I've done that. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Now lightly grease a 9 x 13 inch pan and pour in caramel into the bottom.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I've poured the caramel. Is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "No, not yet, we have 9 more instructions to go. Now preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-38", + "utterance": "Do you know on which program I should preheat the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-40", + "utterance": "Ok no problem. The oven is nicely heated now. What is the next step of the recipe?", + "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-41", + "utterance": "When the bread machine has finished cycling then you should remove the dough from pan and turn it out onto a lightly floured surface.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-42", + "utterance": "Sorry I didn't understand correctly I think. Should I remove the dough from the bread machine?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-43", + "utterance": "Yes, you should remove it from the machine.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok I put the dough out. How should I continue?", + "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-45", + "utterance": "Now pat the dough into a rectangle.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok I will. Do you know what should I use to cut it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-47", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-48", + "utterance": "Ok no worries. I just cut the dough into a rectangle. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; 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-49", + "utterance": "You should spread the dough with softened butter and sprinkle it lightly with cinnamon.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. I sprinkled cinnamon. 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-51", + "utterance": "Now crumble 1/2 cup brown sugar over the top of the dough.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-52", + "utterance": "Ok. I've crumbled sugar. What should I do next?", + "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-53", + "utterance": "Roll up, and seal the edge. Then cut it into 12 rolls and place them in the prepared pan of caramel you made before.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok. How wide should the rolls be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-55", + "utterance": "Sorry I cannot answer that question. You should make 12 rolls out of it.", + "bot": true, + "annotations": "fence();\r\nother();" + }, + { + "utt_id": "utt-56", + "utterance": "Ok. I cut it into 12 rolls. What should I do with them?", + "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-57", + "utterance": "Now allow it to rise until it will be doubled in size. It will take about 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok. 45 mins have passed and the rolls doubled in size. Should I put them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-59", + "utterance": "Finally bake them in the preheated oven for approximately 20 to 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-60", + "utterance": "Ok. How do I see that they are ready?", + "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-61", + "utterance": "When they become golden brown they should be ready.", + "bot": true, + "annotations": "inform_duration(cond-13-0);" + }, + { + "utt_id": "utt-62", + "utterance": "Ok perfect. They are now golden brown. Should I take them out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-63", + "utterance": "Yes, take them out and enjoy your cinnamon rolls!", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-64", + "utterance": "Mmmh they smell great. Thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-65", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/093.1.json b/ai_talks/AMUseBotBackend/dialog/093.1.json new file mode 100644 index 0000000..8430d81 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/093.1.json @@ -0,0 +1,274 @@ +{ + "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 gonna make Brandy Flamed Peppercorn Steak. Do you like steak? are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes, that sounds perfect! I'm ready.", + "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": "Ok, good there are 12 ingredients. The first two are 3 tablespoons of crushed black peppercorns and 2 beef top sirloin steaks.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Can I hear the ingredients two by two so I can prepare them?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Yes of course. The first two are 3 tablespoons of crushed black peppercorns and 2 beef top sirloin steaks.", + "bot": true, + "annotations": "affirm();\r\nrepeat(ing-0);\r\nrepeat(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "How large should the steaks be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "The steaks should be 8 ounces beef top sirloin steaks.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have them ready. What are the next 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-9", + "utterance": "The next two are 1 tablespoon lemon pepper and 1 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Can I also use another type of pepper?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry, I cannot reply to that question. You can use 1 tablespoon lemon pepper.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "What are the next ingredients?", + "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-13", + "utterance": "The next two ingredients are 5 tablespoons butter and 2 minced garlic cloves garlic. Do you have them ready?", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I took the butter and garlic. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes, there are 6 more ingredients. The next two ingredients are half a cup of red wine and 3 tablespoons of brandy.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Is there any clarification of what kind of red wine I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "You will need a cup of red wine. Half a cup sorry lol.", + "bot": true, + "annotations": "repeat(ing-6);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok no problem. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "The next two ingredients are 1 fourth of a cup chopped green onions and 1 shallot, chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have them. What are the next?", + "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-21", + "utterance": "The last two ingredients are half a cup of heavy cream and 1 teaspoon white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-22", + "utterance": "Could I use another type of sugar as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry, I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok no problem. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "The first step is to press the crushed peppercorns into both sides of each steak.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "You can now sprinkle the steak with lemon pepper and salt.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. What should I do after that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "You can now melt the butter in a large skillet over medium-high heat.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. The butter is melted. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "You can now stir in garlic and wine, and cook for 1 minute.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok 1 minute has passed. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "You now arrange the steaks in the pan, and cook for 5 to 10 minutes per side, or until desired doneness.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok the steaks are done now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "You now reduce the heat to low and Pour brandy onto the steaks. You then carefully light with a match.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "How long should I let it burn?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "You let the flames blow off by themselves. And then you Sprinkle green onion and shallot around the steaks, and circle the steaks with cream.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok I have done all of that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "You cook, stirring sauce, until hot.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. It is hot now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-41", + "utterance": "You now Transfer steaks to plates. Then you Stir sugar into sauce, and then spoon over meat.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. The sauce is over the meat. Is there something to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "Now your steaks are ready! enjoy!!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-44", + "utterance": "Thanks. It looks tasty!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/094.1.json b/ai_talks/AMUseBotBackend/dialog/094.1.json new file mode 100644 index 0000000..15a0f3a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/094.1.json @@ -0,0 +1,130 @@ +{ + "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 blackened tuna. It will be a short recipe.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great, I love tuna! What are the ingredients?", + "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": "There are 4 ingredients. First take 1 1/2 pounds fresh tuna steaks. They should be 1 inch thick.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Good, I have them!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "Now take 2 tablespoons cajun seasoning, 2 tablespoons olive oil and 2 tablespoons butter.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have them! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "Now coat the tuna with the cajun seasoning.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I seasoned the tuna. What should I do next?", + "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-9", + "utterance": "Now heat the oil and butter in a large skillet over high heat.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. oil and butter are heated, 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-11", + "utterance": "When the oil is nearly smoking you should place the steaks in pan.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. The tuna steaks are in the pan. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Cook them on one side for 3 to 4 minutes, or until they beceame blackened.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. They are blackened now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Turn the steaks and cook them again 3 to 4 minutes. Or to your desired doneness.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "How long should I cook them for them to be very done inside?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "You should cook them at least for 3 to 4 minutes.", + "bot": true, + "annotations": "inform_duration(dur-4-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Good. I cooked them for 4 minutes. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "That was all. Enjoy your tuna!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Gracias!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/095.1.json b/ai_talks/AMUseBotBackend/dialog/095.1.json new file mode 100644 index 0000000..f7da3d1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/095.1.json @@ -0,0 +1,142 @@ +{ + "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, today we are making Figs with Goat Cheese Pecans and Bacon. It's a quick recipe perfect for busy people.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. Nice. Is it a long recipe?", + "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 four ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Nice. What are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first two are 6 figs, halved and 6 ounces goat cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "OK. I have them. What are the next 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-7", + "utterance": "The next two ingredients are half a cup of toasted, chopped pecans 3 slices bacon, cut in half.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have them. What should I do now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "You can start by preheating the broiler.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Is there some temperature indication?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "There is no temperature indication sorry.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-13", + "utterance": "You can now Stuff fig halves with goat cheese.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have done that. What is next?", + "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-15", + "utterance": "Next step is to press pecan nuts into the cheese.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have done that as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Next is to Wrap each stuffed fig half with half a slice of bacon, securing with toothpicks. And then you can arrange them on a medium baking sheet.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have arranged them on the sheet. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "You can now broil for 5 minutes. You will see that it\\s. You will see that it's ready when bacon is evenly brown and crisp and goat cheese is bubbly and lightly browned.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. It looks ready now. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "Nothing more to do! enjoy your food.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Thanks for the instructions. It looks nice!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 10}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/096.1.json b/ai_talks/AMUseBotBackend/dialog/096.1.json new file mode 100644 index 0000000..af09b9a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/096.1.json @@ -0,0 +1,100 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hallo, 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 cucumber sandwiches. It will be a short recipe.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. Great! What are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-3", + "utterance": "Take a bowl and combine these two ingredients. 1 package cream cheese spread and 2 teaspoons ranch salad dressing mix.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. How big should the cheese package be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "It should be 8 ounce.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. Good. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "Now take 12 slices pumpernickel rye bread and spread the mixture on one side of each slice of bread.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Sorry I didn't understand which bread I should use.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "You should use pumpernickel rye bread. It's a type of rye bread.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Good. I spread the mixture on the bread. Is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Not yet. Now Peel 2 medium cucumbers if desired into thinly slices and place them on six slices of bread.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I cut the cucumber and placed on the bread. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Now top it with the remaining bread. After that, serve immediately.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "It's very tasty! Thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/097.1.json b/ai_talks/AMUseBotBackend/dialog/097.1.json new file mode 100644 index 0000000..9f0c0e7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/097.1.json @@ -0,0 +1,382 @@ +{ + "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! today we are gonna prepare chicken Pot Pie. It's a pretty long recipe so I will give you the ingredients two by two so you can prepare them. Are you ready to go?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes. What are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"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 are. One and a half pounds of skinless, boneless chicken breast meat and 1 cup of chicken broth.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have them. What are the next 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": "The next two ingredients are half a teaspoon of salt and one quarter teaspoon black pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have them as well. What are the next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "The next ingredients are one and a half cup of milk and 3 tablespoons butter.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. what kind of milk should I use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "I am sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. No problem. 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-11", + "utterance": "The next two ingredients are 1 onion, chopped and 1 cup chopped celery.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have them. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Next is one third of a cup of allpurpose flour and 2 cups frozen mixed vegetables, thawed.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-14", + "utterance": "Could you repeat the last part?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "2 cups of frozen mixed vegetables, They should be thawed.", + "bot": true, + "annotations": "repeat(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have them. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes there are 4 more ingredients. The first two are 1 tablespoon chopped fresh parsley and half a teaspoon dried thyme.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-18", + "utterance": "OK. What are the last two 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-19", + "utterance": "The last two ingredients are one pastry for a 9 inch single crust pie and 1 egg, lightly beaten. Are you ready to start with the recipe?", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have all of them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Next is to combine the chicken meat, chicken broth, salt and pepper In a large saucepan over medium high heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. For how long should it stay? On the heat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"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": "You should Bring to a boil and reduce heat to low.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I reduced the heat to low now. What is next?", + "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": "You now Cover and let simmer for 30 minutes. You should remove the chicken when it is no longer pink in the center and the juices run clear.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Is there anything I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-27", + "utterance": "You can already start to preheat the oven at 200 degrees celsuis.", + "bot": true, + "annotations": "inform_instruction(inst-16);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "You can Pour the remaining chicken broth mixture into a measuring cup.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have done that. 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-31", + "utterance": "You then let it stand and spoon off the fat.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have done that. What should I do now?", + "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-33", + "utterance": "Add enough milk to the broth mixture to equal 2 and a half cups.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. it is 2, 1/2 cups now. What is next?", + "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 you cut the chicken into one and a half inch pieces.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; 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-37", + "utterance": "In the same pan, melt butter or margarine over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. It's melted now. What should I do?", + "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-39", + "utterance": "You now add add the onion and celery.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. Added. What is next?", + "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-41", + "utterance": "Then Saute, stirring, for 3 minutes. You then Stir in flour until well blended.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. 3 minutes have passed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-43", + "utterance": "And Gradually stir in broth mixture.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-44", + "utterance": "It's well blended now! Ok. I have stirred in the broth mixture. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-45", + "utterance": "You Simmer, stirring constantly, until the sauce thickens and boils.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. How long should I do that?", + "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-47", + "utterance": "You should do that until the sauce thickens and boils.", + "bot": true, + "annotations": "inform_duration(cond-13-0);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. It is thick now. What is 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-49", + "utterance": "After that you add the chicken, vegetables, parsley and thyme.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. I have added all of them. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-51", + "utterance": "You now pour the mixture into a 1 1/2 quart deep casserole dish.", + "bot": true, + "annotations": "inform_instruction(inst-15);" + }, + { + "utt_id": "utt-52", + "utterance": "Ok. It is in the dish. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-53", + "utterance": "You can now roll out pastry 1 inch larger than the diameter of the casserole dish on a lightly floured surface. And Cut slits in the pastry for venting air.", + "bot": true, + "annotations": "inform_instruction(inst-17);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-55", + "utterance": "You now place the pastry on top of casserole.", + "bot": true, + "annotations": "inform_instruction(inst-19);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok. The pastry is on top. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-20\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-57", + "utterance": "Roll the edges, cut away the extra pastry, and flute edges by pinching together.", + "bot": true, + "annotations": "inform_instruction(inst-20);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok. I have done all of that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-20\", \"tracker_completed_step_num\": 35, \"tracker_requested_step\": \"inst-21\", \"tracker_requested_step_num\": 36}" + }, + { + "utt_id": "utt-59", + "utterance": "Brush pastry with beaten egg and bake in the preheated oven for 30 minute. It's ready when the crust is golden brown and the filling is bubbling.", + "bot": true, + "annotations": "inform_instruction(inst-21);" + }, + { + "utt_id": "utt-60", + "utterance": "Ok. 30 minutes have passed. What is next? It is golden brown now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-21\", \"tracker_completed_step_num\": 36, \"tracker_requested_step\": \"inst-22\", \"tracker_requested_step_num\": 37}" + }, + { + "utt_id": "utt-61", + "utterance": "You now let it cool for 10 minutes and serve it. The recipe is ready! enjoyy!!", + "bot": true, + "annotations": "inform_instruction(inst-22);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-62", + "utterance": "Ok. Thanks. It looks nice!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-22\", \"tracker_completed_step_num\": 37, \"tracker_requested_step\": \"inst-22\", \"tracker_requested_step_num\": 37}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/098.1.json b/ai_talks/AMUseBotBackend/dialog/098.1.json new file mode 100644 index 0000000..bd4415b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/098.1.json @@ -0,0 +1,322 @@ +{ + "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, today we will make corn bread sloppy Joes. 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! Which ingredients should I prepare?", + "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": "You will need 10 ingredients. The first two are 1 package corn bread/muffin mix and 1 egg.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. How big should the corn bread mix package be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "It should be 8.5 ounce.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. And what is 8.5 ounces in grams?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. No problem. Can I have two more ingredients please?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Now prepare 1/3 cup milk and 2 pounds ground beef.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have skimmed milk, is that ok?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. No problem. Can I have two more ingredients?", + "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-13", + "utterance": "Continue with preparing 1/2 of chopped onions and 1 jar meatless spaghetti sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Could you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "The second ingredient is 1 jar meatless spaghetti sauce.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Great, sounds delicious. What are the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-17", + "utterance": "Do you need the size of the spaghetti sauce jar?", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-18", + "utterance": "Yes, that would be good thanks.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-19", + "utterance": "The size is 26 ounce.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Good. What next?", + "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-21", + "utterance": "The ingredients are 1 cup frozen corn and 1 (4 ounce) can chopped green chilies. You should drain them.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I drained them. Are the ingredients over?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "No, there are still 2 ingredients. 2 (1.3 ounce) envelopes sloppy joe mix and 1 cup shredded Cheddar cheese.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. What is sloppy joe mix?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-25", + "utterance": "It is the Sloppy Joes seasoning mix.", + "bot": true, + "annotations": "repeat(ing-8);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. Good. What is the first step of the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-27", + "utterance": "You should prepare and bake the corn bread according to the instructions from the package, using the egg and milk.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. And should I use all the milk?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-29", + "utterance": "You should use 1/3 cup milk. You don't have to use milk later in the recipe.", + "bot": true, + "annotations": "affirm();\r\ninform_amount(ing-2);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. That's good. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-31", + "utterance": "You should take a large skillet and cook the beef and onion over medium heat.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. How long should I cook them for?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-33", + "utterance": "You should cook it until the meat is no longer pink. Afterwards drain the liquid out.", + "bot": true, + "annotations": "inform_duration(cond-1-0);\r\ninform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. The meat is no longer pink and I drained the liquid out. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-35", + "utterance": "Now stir in the spaghetti sauce, corn, chilies and sloppy joe mix.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I did it. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-37", + "utterance": "Now bring it a boil.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. It's boiling now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-39", + "utterance": "Reduce the heat, let is simmer for 10 minutes. Don't cover the skillet.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. I let it simmer for 10 minutes. Can I add some pepper?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-41", + "utterance": "Sorry I cannot answer that question. You should now sprinkle with cheese. Then cover the skillet and cook for 1 minute.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. I cooked for one minute, but the cheese doesn't look ready. Can I leave it one more minute?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-43", + "utterance": "It will be ready when the cheese is melted.", + "bot": true, + "annotations": "inform_duration(cond-5-0);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. Good. The cheese is nicely melted now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-45", + "utterance": "You should cut the corn bread in six pieces. Cut each piece in half.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. Then I cut it in 12 pieces?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-47", + "utterance": "Yes, in total, you will have 12 pieces.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. I have 12 pieces of bread. How should I continue?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-49", + "utterance": "Finally top the bread with the sloppy joe mixture.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. Done. Is the food ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-51", + "utterance": "Yes, that was all. Enjoy!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-52", + "utterance": "Ok. Great. I am very hungry.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/099.1.json b/ai_talks/AMUseBotBackend/dialog/099.1.json new file mode 100644 index 0000000..9847a71 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/099.1.json @@ -0,0 +1,202 @@ +{ + "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, today we are gonna prepare fresh cranberry spiced tea! Do you like tea? I love tea.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "I love tea as well. How should I make it?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "We'll have first to prepare 9 ingredients. The first two are 1 pound of fresh or frozen cranberries. And 3 quarts of cold water.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have the cranberries and water. What is next?", + "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": "Good! Next two ingredients are 2 cups of orange juice and 2 and one eighth cup of pineapple juice.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Should it be fresh juice?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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": "Sorry I cannot reply to your question. You need 2 cups of orange juice and 2 and one eighth cup of pineapple juice.", + "bot": true, + "annotations": "fence();\r\nrepeat(ing-2);\r\nrepeat(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. No problem. What are the next ingredients?", + "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 two ingredients are one fourth of a cup of lemon juice and 2 cups of white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Could I use brown sugar instead as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes, the last ingredients are 1 cinnamon stick 1 teaspoon of whole cloves and half a teaspoon of whole allspice berries.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Sorry, could you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "The last ingredient is half a teaspoon of whole allspice berries.", + "bot": true, + "annotations": "repeat(ing-8);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Now I could understand, thanks. How should I make the tea?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Good! You start by placing the cranberries and water into a large pot.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Good! Next is to Bring to a boil and cook just until the berries pop, about 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. 5 minutes have passed. Could you repeat that part again of the berries? What should happen?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "The berries should pop.", + "bot": true, + "annotations": "repeat(cond-1-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. They popped. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Next step is to Remove from the heat and let stand at room temperature until cold. it will take several hours.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok.It is cold now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "You now should Strain out the cranberries. After that you stir the orange juice, pineapple juice, lemon juice and sugar into the liquid.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "What should I do with the cranberries?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "You should strain the cranberries out from the water.", + "bot": true, + "annotations": "repeat(ac-3-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have done that and added the ingredients you mentioned. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Good! You can now add Add the cinnamon stick, whole cloves and allspice berries.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have added them as well. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "You now bring to a low boil and after that you can enjoy your Fresh Cranberry Spiced Tea!", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have done it. It is very tasty. Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/100.1.json b/ai_talks/AMUseBotBackend/dialog/100.1.json new file mode 100644 index 0000000..580c4dc --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/100.1.json @@ -0,0 +1,118 @@ +{ + "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}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/101.1.json b/ai_talks/AMUseBotBackend/dialog/101.1.json new file mode 100644 index 0000000..ada9bd1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/101.1.json @@ -0,0 +1,214 @@ +{ + "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": "Hello! Today we are making canadian cedar planked salmon. You will have to prepare 6 ingredients. Are you ready for it?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. sounds nice. I like salmon. What are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"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 one 24 by 8 by 1 inch untreated cedar plank and 6 salmon fillets.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Sorry I didn't get the first ingredient. Could you repeat it?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "It is a cedar plank. The size is 24 by 8 by 1 inch.", + "bot": true, + "annotations": "repeat(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. thanks. I have both ingredients ready. What are the next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "The next two ingredients are half a cup of extra virgin olive oil and 1 large red onion, chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have the oil and chopped the onion. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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 last ingredients are 1 sliced lemon and half a tablespoon of chopped black peppercorns.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "You will start by submerging the untreated cedar plank in water.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. For how long should it be in?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Soak approximately 12 hours, or overnight.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "The next step is to preheat an outdoor grill for high heat.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. The outdoor grill is on high heat.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Good, you now Place prepared plank on the grill, and sprinkle with coarse salt.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. How long should it be there?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "You Cover the grill and heat plank 2 to 3 minutes, until dry.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. It is dry now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "You now adjust grill temperature for medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. It's on medium heat. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "You now Rub the salmon filets with olive oil.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Should I use all the olive oil or leave some for later?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry I cannot reply to the question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. No problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "You now arrange the salmon fillets on the plank.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "You now Top salmon with red onion, lemon slices and black peppercorns.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have topped the salmon. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "The last step is to Cook salmon, covered, 10 to 12 minutes, or until opaque and easily flaked with a fork.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. It seems to fine now. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-33", + "utterance": "No it's done! Enjoy the salmon!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. Thanks. It smells good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/102.1.json b/ai_talks/AMUseBotBackend/dialog/102.1.json new file mode 100644 index 0000000..3fed7ab --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/102.1.json @@ -0,0 +1,154 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello, what are we cooking 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 bacon wrapped hotdogs. Are you looking forward?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Great I am looking so forward!! What are the ingredients?", + "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": "First you will need 3 ingredients. Start with 10 hot dogs and cut them into thirds.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Good. What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "You will need 15 slices bacon, cut in half and 1/2 cup packed brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. Good. Can I use white sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Good. Are the ingredients over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes, that were all the ingredients. Now you should wrap 1/2 slice of bacon around each piece of hot dog.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I wrapped the bacon around the hotdogs. What is the next step?", + "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-11", + "utterance": "You should secure the bacon with a toothpick.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I've done that. Should I put them in the oven now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Do you have a slow cooker?", + "bot": true, + "annotations": "verify(inst-2, [tool-2-0]);" + }, + { + "utt_id": "utt-14", + "utterance": "Yes, I do! Should I take it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes, place the hot dogs into a slow cooker on low heat.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "Now pour the brown sugar over the hot dogs and lit it cook for 5 to 6 hours.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Good. Should I use all the sugar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes, use all of it.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Good. I waited six hours. How do I see if the hot dogs are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-21", + "utterance": "It will be ready when all of the bacon is cooked.", + "bot": true, + "annotations": "inform_duration(cond-3-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. The bacon is cooked. Is the dish ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes, that was all. Enjoy! I'm sure you will.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "Great, I love bacon.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/103.1.json b/ai_talks/AMUseBotBackend/dialog/103.1.json new file mode 100644 index 0000000..602ed99 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/103.1.json @@ -0,0 +1,340 @@ +{ + "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! Today we make grandmas carrot cake!! Do you like cake?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes, that sounds very good. How many ingredients does the recipe have?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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": "This recipe has 15 ingredients. Do you want to hear them two by two?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Sure let me know.", + "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": "The first two are 2 cups of all-purpose flour and 2 teaspoons baking soda.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "What is next?", + "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 next two are 1 teaspoon ground cinnamon and 2 cups white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "OK. I have all of them. What are the next ones?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Good. Next ones are 1 cup vegetable oil and 3 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have them as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "The next ingredients are 1 teaspoon of vanilla extract and 1 cup chopped walnuts. Do you have them ready?", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Yes, I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Ok. Good. The next two ingredients are 1 can of crushed pineapple and 2 cups of grated carrots.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have them prepared. What is next?", + "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-15", + "utterance": "The next two ingredients are 1 cup of flaked coconut and half a cup butter.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes, 3 more ingredients. 1 cup white sugar, half a cup buttermilk and 1 teaspoon vanilla extract.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have all of them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Great! you start by preheating the oven to 175 degrees celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have done that. What can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "You can grease a 9 by 13 inch pan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have greased the pan. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "After that, you sift together the flour, baking soda and cinnamon.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I sift them together.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Good. You now set that aside. And combine the sugar and oil in a large bowl until blended.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. It looks blended now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-27", + "utterance": "Good. You now have to beat in the eggs, one at a time.", + "bot": true, + "annotations": "inform_instruction(ac-5-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have added them as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-29", + "utterance": "Good. You can now stir the vanilla in.", + "bot": true, + "annotations": "inform_instruction(ac-5-1);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I stirred it in. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-31", + "utterance": "You now stir in the flour mixture just until incorporated.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. It looks incorporated now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-33", + "utterance": "You now fold in the pineapple, carrots, coconut and walnuts.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "In the bowl as well?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes, you have to fold the ingredients in the bowl.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(tool-4-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-37", + "utterance": "Good! you now pour the batter into the pan you prepared before.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. It's inside of the pan.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-39", + "utterance": "Great, you can now bake it in the preheated oven for 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-40", + "utterance": "OK. How do I know when it's done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-41", + "utterance": "You will see that it's ready once toothpick inserted into the center of the cake comes out clean.", + "bot": true, + "annotations": "inform_duration(cond-9-0);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok it looks ready now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-43", + "utterance": "Great! While it's still warm, poke holes in the cake with a fork.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. How many holes should I make?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-45", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-46", + "utterance": "Ok no problem. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-47", + "utterance": "You now start to prepare the glaze. In a saucepan, combine butter, sugar, buttermilk and vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok I have combined them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-49", + "utterance": "Next is to bring mixture to a boil over medium heat.", + "bot": true, + "annotations": "inform_instruction(ac-12-0);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. I have done that. How long should I let it boil?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-51", + "utterance": "Then you can reduce heat and cook for 5 minutes.", + "bot": true, + "annotations": "inform_duration(dur-12-0);" + }, + { + "utt_id": "utt-52", + "utterance": "Ok. I let it cook for 5 minutes. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-53", + "utterance": "Good. You can now Pour the glaze over the cake. And allow to cool completely. You can then enjoy your cake!", + "bot": true, + "annotations": "inform_instruction(inst-13);\r\nenjoy();" + }, + { + "utt_id": "utt-54", + "utterance": "Ok. Thanks. It looks tasty!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-55", + "utterance": "Thank you!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/104.1.json b/ai_talks/AMUseBotBackend/dialog/104.1.json new file mode 100644 index 0000000..a35171b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/104.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, 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 today we will make bacon wrapped smokies. 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 I love bacon!! Could I ask you to tell 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": "Then you will enjoy this recipe. You will need 3 ingredients. The first one is 1 pound sliced bacon cut into thirds.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Good, could I ask how many grams is 1 pound?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. No problem. Could you tell me the last two ingredients please?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "The other two ingredients are 1 package beef cocktail wieners and 3/4 cup brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Can I ask how big should the package of wieners be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes, the package should be 14 ounce.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Good. And can I use stevia instead of brown sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question. You should take brown sugar. You may add more to taste if you desire.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Good. I'll get it. Could I ask you also which tools I need for the recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-13", + "utterance": "You will need a large baking sheet, oven, refrigerator and slow cooker.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Good. I don't have a slow cooker. Is there something else I can use instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot answer that question. You will need the slow cooker only in the end on low heat to serve.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. No problem. I'll go and buy it. Ok. I bought the slow cooker. How should I start to prepare the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-17", + "utterance": "First preheat the oven to 165 degrees Celsius and refrigerate 2/3 of the bacon until needed.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Should I refrigerate all the bacon strips?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-19", + "utterance": "No, just 2/3 of the bacon strips.", + "bot": true, + "annotations": "negate();\r\nrepeat(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Cool the oven is preheated and the bacon is in the fridge. How long should it stay in the fridge?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-21", + "utterance": "Sorry I cannot answer that question. You should leave them until needed.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Good. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-23", + "utterance": "Now you should wrap each cocktail wiener with a piece of bacon and secure with a toothpick.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I did it! Is that it? 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-3\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-25", + "utterance": "No we should bake them still. Place them on a large baking sheet and sprinkle brown sugar on top of all the bacon wrapped wieners.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. Done! Should I cook them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-27", + "utterance": "You should bake them for 40 minutes in the preheated oven.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. Good. They stayed in the oven for 40 minutes. How do I see that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-29", + "utterance": "They will be ready when the sugar became bubbly.", + "bot": true, + "annotations": "inform_duration(cond-5-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. They look good now. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes. Now to serve you should place the wieners in the slow cooker you just bought and keep on the low heat.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ah right, cool! I did it. For how long should it stay?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-33", + "utterance": "You should put them on low heat just for serving.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok, cool. How do I see that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-35", + "utterance": "They should be ready now and placed in the slow cooker just to keep them warm.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. Good. Can I eat them now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes, enjoy your bacon wrapped smokies.", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Great!! Smells delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 10}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/105.1.json b/ai_talks/AMUseBotBackend/dialog/105.1.json new file mode 100644 index 0000000..bce83f4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/105.1.json @@ -0,0 +1,280 @@ +{ + "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, today we'll make Chai Butter Cookies. Do you like cookies?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Hm I love cookies. I wish they will be ready very quickly. How should I start the recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "This recipe has 8 ingredients. Do you want to hear the ingredients first or start right away with the recipe?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Let me know the ingredients so I can prepare them.", + "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 good, I will read them 2 by two. The first two ingredients are 1 cup of unsalted butter and 1 cup of chai tea mix.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have them both. What are the next 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-7", + "utterance": "Good. The next two are 1 and one cup and one third of white sugar and 2 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the beginning please?", + "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": "The first ingredient is 1 and one cup and one third of white sugar. That means one cup plus one third of a cup of sugar.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Thanks for the clarification. What kind of sugar should it be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_repeat;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-11", + "utterance": "It should be white sugar. Are you ready for the next two ingredients?", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Thanks, and should I use all of the eggs or only the yellow or white?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-13", + "utterance": "You will need two eggs. You will mix them later.", + "bot": true, + "annotations": "inform_amount(ing-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I'm ready for the next ingredients.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-15", + "utterance": "Good, next two are 3 and a half cups of all-purpose flour and 1 tablespoon of baking powder.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have them. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-17", + "utterance": "The last two ingredients are 2 of teaspoons salt and half a cup of white sugar for decoration.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Can I also use brown sugar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot reply to your question. Would you like to start to prepare the recipe?", + "bot": true, + "annotations": "fence();\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. No problem. Yes, I would love to start and make those cookies!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "Cool! cooooookies. So you start to cream together the butter, the sugar, and the chai tea mix until it's light and fluffy.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Do I need a large bowl for that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes, you will need a large bowl.", + "bot": true, + "annotations": "affirm();\r\ninform_tool(tool-0-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have creamed it together. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "You will now Beat in the eggs one at a time, mixing well after you put each egg.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. Should I use all of the eggs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes, you use all the eggs.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-28", + "utterance": "OK. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-29", + "utterance": "You now Combine the flour, baking powder, and salt.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. they are inside of the batter as well. 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-31", + "utterance": "Good, you now can blend into the creamed mixture until all of the dry has been absorbed.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. It has all been absorbed. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-33", + "utterance": "Next is to Cover the dough, and refrigerate for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. 1 hour has passed. What should I do with the dough?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-35", + "utterance": "You first have to preheat the oven to 200C celsius. Then you Roll the cookie dough into walnut sized balls, and roll the balls in sugar.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. Should I use all the sugar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-39", + "utterance": "Nice! you can now Place the cookies onto greased cookie sheets about 3 inches apart, and flatten slightly using the tines of a fork.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. I have done that. Something else to do still before putting them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-41", + "utterance": "No that is it! You can Bake for 10 to 12 minutes in the preheated oven. You will see that they are ready when the edges begin to brown.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-42", + "utterance": "It looks ready now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-43", + "utterance": "Nice! You can now remove from cookie sheets to cool on wire racks. And when they cool down you can enjoy your cookies. Please enjoy sugar responsibly.", + "bot": true, + "annotations": "inform_instruction(inst-8);\r\nenjoy();" + }, + { + "utt_id": "utt-44", + "utterance": "Thanks they look amazing. I'm not sure if I can do that. I might just eat all of them right away. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome! But don't be angry with me if your belly hurts :).", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/106.1.json b/ai_talks/AMUseBotBackend/dialog/106.1.json new file mode 100644 index 0000000..89ca06e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/106.1.json @@ -0,0 +1,250 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hallo hallo! 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, today we will make festive shortbread logs. 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! Could you tell me which ingredients and which tools I will need 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": "You will need 7 ingredients. The first two are 1 cup butter, softened and 1/2 cup confectioners' sugar.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good. I have no butter and I'll use margarine is it ok?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good. Then could I have the next two 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 next ingredients are 1 teaspoon vanilla extract and 2 cups all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good. they are ready, could you tell me the next two?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "1 1/2 cups semisweet chocolate chips and 4 teaspoons shortening.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Could you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "4 teaspoons shortening.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good. They are ready. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "The last ingredients is 3/4 cup ground walnuts. Now take a mixing bowl.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have the mixing bowl. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Cream the butter and confectioners' sugar. Then add the vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. the ingredients are in the bowl. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Now gradually add the flour and mix well.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I did it. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Now with lightly floured hands you should shape tablespoonfuls of batter into cookies.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Sorry I didn't understand you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You should shape the batter into cookies. Use a tablespoon and fill it up to do that. Do it with lightly floured hands.", + "bot": true, + "annotations": "repeat(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Thanks. I did it now! What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Place the cookies apart on ungreased baking sheets.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "What should I use to grease the sheets?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "The sheets should be ungreased.", + "bot": true, + "annotations": "inform_tool(tool-4-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Oh ok good. What next? I placed the cookies on the sheets.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you should bake the cookies at 350 degrees Fahrenheit for 9-11 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok good. When do I see that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-29", + "utterance": "They will be ready when the edges and bottom are lightly browned.", + "bot": true, + "annotations": "inform_duration(cond-5-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok great. They are lightly brown. Should I take them out of the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes, now let them cool for 2-3 minutes before removing them.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Good. I removed them. Can I eat them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "No we are not ready yet. Now put the chocolate chips and shortening in a microwave-safe bowl and melt them. Stir until it becomes smooth.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I did that! What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-35", + "utterance": "Drizzle the chocolate mixture over half of the cookies.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-36", + "utterance": "Just over half of the cookies?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes, with the remaining cookies dip one end into chocolate and then sprinkle them with walnuts.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I did it! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-39", + "utterance": "That was all! I hope you will enjoy the festive shortbread logs.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Good. Thanks. Smells great!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/107.1.json b/ai_talks/AMUseBotBackend/dialog/107.1.json new file mode 100644 index 0000000..425059d --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/107.1.json @@ -0,0 +1,238 @@ +{ + "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, today we make Broccoli Chicken Roli. Are you ready? This recipe has 10 ingredients.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes, that sounds tasty. Could you give me the ingredients so I can prepare them?", + "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": "Sure! the first two are 2 cups chopped, cooked chicken meat and 2 cups fresh chopped broccoli.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have both of them. What are the next?", + "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": "Next two are 1/2 cup chopped onion and 1/2 cup chopped green bell pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Could I also use a red bell pepper?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "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": "Next ingredients are 1 1/2 cups shredded Cheddar cheese and 1/2 cup mayonnaise.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Could I also use a different type of cheese?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem. What is next?", + "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-13", + "utterance": "Next ingredients are 2 tablespoons Dijon-style prepared mustard and salt and pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have them as well. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes, you still need 1 tablespoon minced garlic and 1 (8 ounce) package refrigerated crescent rolls.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok nice. I have all the ingredients prepared. How do I start making the dish?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Good job! You now combine the chicken, broccoli, onions, bell pepper, cheese, mayonnaise, mustard, salt, pepper and garlic in a large bowl.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. They are all in the large bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Good, you can now mix everything together and then start to preheat the oven to 200 degrees celsius.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Next is to Cover a cookie sheet with aluminum foil.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. It's all covered. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Place a glass in the center of the cookie sheet. The glass should be put upside down.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. The glass is there.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Good, you should roll out crescent rolls around the base of the glass, with pointy ends away from the glass. When you're finished, the arrangement will look like the sun.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have done that. It looks like the sun indeed, beautiful.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "I'm glad you like it! I hope it will also be tasty. You should now Spoon some of the chicken mixture onto the thick part of each crescent roll.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "You should now Fold the pointy end of each roll over the top of the mixture and tuck in the middle.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "OK. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "You can now Remove the glass from the cookie sheet.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. What should I do with the sheet?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "I cannot reply to your question, sorry. The Arrangement of rolls will now look like a fluted tube cake.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "You can now bake for 25 to 30 minutes in the ove. You will see that it's ready when the rolls are golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. The rolls are golden brown now. Should I take it out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes! You should take it out and enjoy!!!", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. Thanks. It looks very delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/108.1.json b/ai_talks/AMUseBotBackend/dialog/108.1.json new file mode 100644 index 0000000..0e6c539 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/108.1.json @@ -0,0 +1,382 @@ +{ + "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 today we will make baked fake steak with gravy. You will need 12 ingredients. Do you want me to give them so you can prepare?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes sure! Sounds good. What is a fake steak?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Sorry, your question is beyond my knowledge.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-4", + "utterance": "Oh! I guess it is vege-food. So could I ask the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "First take 3 pounds ground beef and 17 saltine crackers which should be finely crushed.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I took them! What next?", + "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-7", + "utterance": "You need 1/2 cup milk, 1 1/2 teaspoons garlic powder and 1 1/2 teaspoons onion powder.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good. I don't have onion powder. Can I use onions.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok no problem! Are there more ingredients that I should prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes, you should take 1/4 teaspoon ground black pepper, 1 pinch salt, or to taste and 1/2 cup all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good. Is it ok if I use whole grain flour?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok no problem. Are the ingredients over?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Not yet. We have 4 more ingredients to go. You should take 1 tablespoon vegetable oil and 1 1/2 cups water.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I took them. Can I also have the last two 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-17", + "utterance": "Finally take 1 can condensed beef and mushroom soup and 1 packet dry brown gravy mix.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Could I have the quantities for the packages?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "They should be a 10.75 ounce can and a 0.75 ounce packet.", + "bot": true, + "annotations": "inform_amount(ing-10);\r\ninform_amount(ing-11);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok good! Which tools do I need for the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You will have to do a lot of different instructions. I will tell you what to take with every instruction.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok good! How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "You should take a large bowl and mix together the ground beef, saltine crackers and milk.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I did it! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Now you should season it with garlic powder, onion powder, salt and pepper. Mix it until well blended.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good. I did it. Can I also add a bit of oil?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Sorry I cannot answer your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok no problem! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Now line a 10x15 inch jellyroll pan with waxed paper and press the beef mixture firmly into the pan.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I pressed the beef inside! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "You should cover it with plastic wrap and refrigerate 8 to 10 hours, or overnight.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, I'll go to sleep then. Good morning, I took it out of the fridge now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "I hope you slept well. Now preheat the oven to 175 degrees Celsius. We will do some other things in the meantime.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I preheat the oven. What should I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "You should remove the plastic wrap from the meat and rub flour over the top side of the beef.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I did it!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Put it onto waxed paper, and rub flour on the other side as well.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I coated it onto wax paper and rubbed flour. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "Now cut it into pieces with for instance a pizza cutter.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok good. How big should the pieces be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. So what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-43", + "utterance": "Now you should heat the oil in a large heavy skillet over medium-high heat.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. I heated the oil.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-45", + "utterance": "Fry the meat until it becomes brown on each side. You should turn only once.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-46", + "utterance": "Should I put the meat inside?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-47", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-48", + "utterance": "Ok I did it. How long should I cook it for?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-49", + "utterance": "It is ready when it becomes brown on each side.", + "bot": true, + "annotations": "inform_duration(cond-10-0);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok can I cook it a bit more? I like it crunchy.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-51", + "utterance": "Sorry I cannot answer that question. Now put them on a 9x13 inch baking dish and take a medium bowl.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-11);\r\nfetch(inst-12, [tool-12-0]);" + }, + { + "utt_id": "utt-52", + "utterance": "Sorry I didnt understand the second part of the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-53", + "utterance": "You should take a medium bowl. We will add some ingredients in there.", + "bot": true, + "annotations": "repeat(inst-12, [tool-12-0]);\r\nsimplify_begin(inst-12);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok I did it. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-55", + "utterance": "Now mix together the water, condensed soup, and gravy mix in the bowl.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok I mixed them. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-57", + "utterance": "Pour the mixture over the meat in the baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok. It's cool enough now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-59", + "utterance": "Now you should cover the dish loosely with aluminum foil and then bake it for 1 hour in the preheated oven.", + "bot": true, + "annotations": "inform_instruction(inst-14);\r\ninform_instruction(inst-15);" + }, + { + "utt_id": "utt-60", + "utterance": "What is the next step? Is the dish ready? Ok I will! I baked it for one hour in the oven. Should I take it out??", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-61", + "utterance": "Ok nice. Yes, you should take it out. Serve the steak and gravy with potatoes, rice, or noodles. Enjoy!", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-16);\r\nenjoy();" + }, + { + "utt_id": "utt-62", + "utterance": "Mmmh looks very good! thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 29}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/109.1.json b/ai_talks/AMUseBotBackend/dialog/109.1.json new file mode 100644 index 0000000..6fb4e59 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/109.1.json @@ -0,0 +1,142 @@ +{ + "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": "Hello! Today we are making feta chicken salad, it's a quite short recipe and you'll need 9 ingredients for it. 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": "No problem. What are the 9 ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "I'll tell you the ingredients two by two. The first two are 3 cups of diced cooked chicken and 2 large stalks celery, diced.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I have both of them. What are the next?", + "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": "Good, the next two are 1 red bell pepper, seeded and diced and half a red onion, diced.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have them. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "The next two ingredients are 6 tablespoons mayonnaise and 6 tablespoons sour cream.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I will prepare them already. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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 two ingredients are one package of feta cheese, crumbled and 2 teaspoons of dried dill weed. The last ingredient is a pinch of salt and pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "How large should the package be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "The feta package should weight 4 ounces.", + "bot": true, + "annotations": "inform_amount(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have all the ingredients. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Ok good! To start you take a serving bowl, and mix together the chicken, celery, and red onion.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "How many ingredients should go into the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot reply to your question. You should mix chicken, celery, and red onion in the bowl.", + "bot": true, + "annotations": "fence();\r\nrepeat(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I mixed them in the bowl. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Good, you now take a separate bowl and stir together the mayonnaise, sour cream, feta cheese, and dill.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I stirred them together. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Good! you now should pour the mixture over the chicken, and stir to blend.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Good you can now taste, and season with salt and pepper as needed. And then Serve immediately, or refrigerate until serving. I hope you'll enjoy the recipe!", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Thanks. I will serve it right away.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/110.1.json b/ai_talks/AMUseBotBackend/dialog/110.1.json new file mode 100644 index 0000000..d12034e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/110.1.json @@ -0,0 +1,274 @@ +{ + "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}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/111.1.json b/ai_talks/AMUseBotBackend/dialog/111.1.json new file mode 100644 index 0000000..213ba8c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/111.1.json @@ -0,0 +1,286 @@ +{ + "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, today we are making Caramel Shortbread Squares. This recipe has 8 ingredients. Do you want to hear them 2 by 2?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Hm nice, 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-3", + "utterance": "Good! The first two are two thirds of a cup of butter and one fourth of a cup of white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Can I use brown sugar as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok no problem. What are the next 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 next ingredients are one and a fourth cups all-purpose flour and half a cup butter.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "OK I have them. What are the next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Next two are half a cup of packed light brown sugar and 2 tablespoons light corn syrup.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Could I also use another type of syrup?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. 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-13", + "utterance": "The last two ingredients are 1/2 cup sweetened condensed milk 1 1/4 cups milk chocolate chips.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "OK. I have them. How do I start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! you start by preheating the oven to 350F.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Do you know how much that is in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "It is 176 degrees celsius.", + "bot": true, + "annotations": "inform_temperature(temp-0-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Thanks for the clarification. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Good, you now take a medium bowl and mix together 2/3 cup butter, 1/4 cup white sugar, and 1 1/4 cup flour until evenly crumbly.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Good, you now press into a 9\" square baking pan.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. It's in the pan. 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-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, bake it now for 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. When do I know that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry, I cannot reply to your wuestion.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Next step is to take a 2 quart saucepan, and combine 1/2 cup butter, brown sugar, corn syrup, and sweetened condensed milk.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-29", + "utterance": "You have to bring it to a boil and continue to boil for 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. 5 minutes have passed now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Good! you now Remove from heat and beat vigorously with a wooden spoon for about 3 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I did it for 3 minutes. Is it enough?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes, that's good! You can now Pour over the baked crust.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "You then Cool until it begins to firm.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I have done that. What is next? How long should I let it cool?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction; req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Next is to Melt chocolate and pour over caramel layer. You should let it cool until it begins to firm.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_duration(cond-9-0);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I have poured over the melted chocolate. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "You now cover the layer completely and let it chill.", + "bot": true, + "annotations": "inform_instruction(inst-11);\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-40", + "utterance": "For how long should I let it chil?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-41", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-43", + "utterance": "You then cut into squares and you are ready to eat! You can cut in about 48 squares, since the shortbread is very rich!", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. I have cut it into squares. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-45", + "utterance": "Now you are ready to enjoy!!", + "bot": true, + "annotations": "enjoy();" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. Thanks. It looks tasty!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/112.1.json b/ai_talks/AMUseBotBackend/dialog/112.1.json new file mode 100644 index 0000000..18df255 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/112.1.json @@ -0,0 +1,298 @@ +{ + "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 today we will make easy pavlova. It will contain 7 ingredients and many instructions. 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": "Sounds good! I am ready! Are there many ingredients? Can I have the ingredients first?", + "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": "Sure. The first 3 ingredients are 4 egg whites 1 1/4 cups white sugar and 1 teaspoon vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good! Can I have more 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-5", + "utterance": "The next ingredients are 1 teaspoon lemon juice and 2 teaspoons cornstarch.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good. I prepared them. Can I have the next two?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "The last two ingredients are 1 pint heavy cream and 6 kiwi. They should be peeled and sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. They are ready! Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes good! Now preheat the oven to 150 degrees Celsius.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. The oven is warm. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "You should line a baking sheet with parchment paper and draw a 9 inch circle on the paper.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I did it! What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Nothing yet. First take a large bowl and beat the egg whites until stiff but not dry.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. The eggs look good. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Now gradually add in the sugar, 1 tablespoon at a time and beat it well after each addition.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I added the sugar! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "You should beat it until thick and glossy. Fun fact: Overbeaten egg whites lose volume and deflate when folded into other ingredients. Be absolutely sure not a particle of grease or egg yolk gets into the whites.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good. How long will it take before it's thick and glossy?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok now it should be ok! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "Now gently fold in vanilla extract, lemon juice and cornstarch.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I added vanilla, lemon juice and corn starch. Can I also add some butter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok no problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "You should spoon the mixture inside the circle drawn on the parchment paper.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I did so! What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you should spread the mixture towards the outside edge. This should leave a slight depression in the center.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. So a small hole in the center?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "It should leave a slight depression in the center but not a hole.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok good! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Now bake it for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. 1 hour passed. How do I see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "I cannot answer that question, sorry. Now you should cool it on a wire rack.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-34", + "utterance": "Sorry I didn't understand the instruction.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "Now take it out of the oven and let it cool on a wire rack.", + "bot": true, + "annotations": "repeat(inst-13);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok good. For how long should I let it cool for?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok no problem. Is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "No, not over. After it's cooled you should remove the paper and place the meringue on a flat serving plate.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-14);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok good. I did so. It smells great! Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-41", + "utterance": "Not yet, Now fill the center of the meringue with whipped cream, sweetened if desired.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-15);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok can I use brown sugar to sweeten?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok no problem. Is there a next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-45", + "utterance": "The last step is to top the whipped cream with kiwifruit slices.", + "bot": true, + "annotations": "inform_instruction(inst-16);\r\nend_recipe();" + }, + { + "utt_id": "utt-46", + "utterance": "Ok good. I put some fruits! Can I eat it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-47", + "utterance": "Yes, that was all. I hope you enjoy.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-48", + "utterance": "I will. Thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 24}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/113.1.json b/ai_talks/AMUseBotBackend/dialog/113.1.json new file mode 100644 index 0000000..6f5e3d8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/113.1.json @@ -0,0 +1,142 @@ +{ + "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! Today we'll make Cheesy Cheddar Potato Boats. It's a quick recipe, with just three ingredients plus two optional ones. Do you want to hear the first 3 ingredients?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "OK. Sounds nice. 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-3", + "utterance": "Good! Here they come. 4 medium baked potatoes, quartered lengthwise, one third of a cup Hidden Valley Original Ranch Salad Dressing and 1 cup shredded Cheddar cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Could you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "The quantity is one third of a cup. The ingredient is Hidden Valley Original Ranch Salad Dressing.", + "bot": true, + "annotations": "repeat(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them. What are the next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "There are two optional ingredients. They are Sliced green onions and Bacon pieces.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "The second ingredient is Bacon pieces.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ah ok, alright. I have them ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Good! Do you want to start?", + "bot": true, + "annotations": "propose_start_instruction();" + }, + { + "utt_id": "utt-12", + "utterance": "Yes, I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Great! You can start to preheat the oven to 375 degrees F.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have done that. Can I do something in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "You can Scoop the potatoes out of their skins. You then coat inside of skins with Ranch.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "You now place the mixture back inside the skins.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. They are back inside. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "You can now Sprinkle with the cheese. And then Bake for 10 minutes or until cheese is melted.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. The cheese is melted. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, if you want you can Garnish with green onions and/or bacon bits. Then you enjoy!!", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-5);\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Yes, I will add the bacon. Thanks. It looks nice.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/114.1.json b/ai_talks/AMUseBotBackend/dialog/114.1.json new file mode 100644 index 0000000..5037175 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/114.1.json @@ -0,0 +1,256 @@ +{ + "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, today we will make chocolate covered banana pie.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Good! Can I have the ingredients? Is it a long recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list; 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": "It contains 10 ingredients. Do you want to have them already in order to prepare them?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes, that would be great!", + "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": "First 3 cups crushed vanilla wafers, 1/2 cup chopped pecans and 2/3 cup butter. The butter should be melted.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good! Can I have 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": "The next ingredients are 2 cups semisweet chocolate chips 4 cups milk 4 1/2 cups miniature marshmallows.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Could you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "4 1/2 cups miniature marshmallows.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good. Can I have more 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-11", + "utterance": "2 packages instant vanilla pudding mix and 1 cup frozen whipped topping.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. How big should the vanilla pudding mix packages be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "They should be 2 times a 3.5 ounce package.", + "bot": true, + "annotations": "inform_amount(ing-6);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good. What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "The last two ingredients are 2 large bananas. You should slice them and 1 bar milk chocolate candy.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good. Is Mars ok as chocolate candy?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "I cannot answer that question. It should be 1 bar milk chocolate candy but you can choose which one.", + "bot": true, + "annotations": "fence();\r\n" + }, + { + "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-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes, that was all. Now combine crushed cookie crumbs, pecans, and butter or margarine.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok good. I did it! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "You should press them into a 9 x 13 inch pan and bake them at 190 degrees Celsius for 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I did so! Is there a way I can see that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "No, sorry I cannot answer that question. After 5 minutes, let them cool down.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I let them cool down! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Now we will make a little sauce. Take a sauce pan and combine the chocolate chips, 1 cup milk, and 2 cups marshmallows.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I combined the ingredients. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Now stir them over low heat until they are melted. After that, pour them over the cooled crust.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. they looked melted, so I poured them into the crust. Is the recipe over? Can I eat the cake?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "No, not yet, sorry. First let the pie chill for 1 hour. Afterwards, there are still some steps to take.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. One hour passed. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Now arrange the banana slices over the chilled chocolate layer.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I arranged the bananas. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "Now it's time to still prepare the pudding mix. Do it as directed on the box except use only 3 cups of milk.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. The pudding is ready. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "Now fold in the nondairy whipped topping and remaining marshmallows. Then pour the mixture over the banans.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok good. Done! Can I add cocoa powder to it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry I cannot answer that question. The last step is to grate the chocolate bar over the top.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok good. I grated the chocolate bar! Is it all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-39", + "utterance": "Now let it chill for 2 to 3 hours before serving. I guess it will not be easy but worth the wait. Then enjoy.", + "bot": true, + "annotations": "inform_instruction(inst-13);\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Mmmmh ok. It looks delicious. I'll try to wait! Thank you bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-41", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/115.1.json b/ai_talks/AMUseBotBackend/dialog/115.1.json new file mode 100644 index 0000000..727a1b6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/115.1.json @@ -0,0 +1,280 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I want a dessert. 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! If you want a dessert, we can cook today a chocolate cream dessert!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Hm that sounds perfect.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "This recipe has 7 ingredients, do you want to hear them first?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "How should I start? Yes, give me the ingredients.", + "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": "The first two ingredients are 1 fourth of a cup of cold margarine and 1 cup all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good the next two ingredients are 1 package light cream cheese, softened and 2 tablespoons heat-stable granular sugar substitute.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "The second ingredient is 2 tablespoons of heat-stable granular sugar substitute.", + "bot": true, + "annotations": "repeat(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Could I also use normal sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot reply to your question :(.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, what are the next ingredients?", + "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-13", + "utterance": "Next two ingredients are one container reduced-fat frozen whipped topping and one and a half cup of cold skim milk.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Sorry, could you repeat them once one by one.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-15", + "utterance": "Sure, no problem. The first ingredient is reduced-fat frozen whipped topping. The quantity is one container.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. How large should the container be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-17", + "utterance": "It should an 8 ounces container. The second ingredient is cold skim milk. The quantity is one and a half cup.", + "bot": true, + "annotations": "inform_amount(ing-4);\r\ninform_amount(ing-5);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Thanks. I have both of them. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; confirm; 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-19", + "utterance": "There is one more ingredient and that is one package instant sugar-free chocolate pudding mix.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. How large should the package be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-21", + "utterance": "It should be a 1.4 ounces package. Are you ready to start with the recipe?", + "bot": true, + "annotations": "inform_amount(ing-6);\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I have all the ingredients. Yes I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; affirm;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! let's start! Take a bowl and cut margarine into flour until it becomes crumbly.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. It's crumbly now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-25", + "utterance": "Great! Now press into an 11-in baking dish coated with nonstick cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-27", + "utterance": "Great! Now Bake at 350 degrees F for 15-18 minutes or until lightly browned. After that, cool completely.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. Do you also have the temperature in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-29", + "utterance": "Sorry it's beyond my ability.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. No worries. It's cooling down now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-31", + "utterance": "Good, when it's completely cool, take a mixing bowl and beat cream cheese and sweetener until smooth.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. The cream is smooth. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-33", + "utterance": "Good, now Fold in half of the whipped topping.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-35", + "utterance": "Good. You can now Carefully spread the mixture over the crust.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I have done that. Is there more to do or can I eat it already?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-37", + "utterance": "No, there are few more steps before you can eat the dessert. Be strong and you will enjoy it very soon! Now take a mixing bowl and ombine milk and pudding mix.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-39", + "utterance": "Next is to Beat on low speed for 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. 2 minutes has passed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-41", + "utterance": "Great! Now let it stand for 2-3 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-43", + "utterance": "You now spread over the cream cheese and top with the remaining whipped topping. Once you are done you'll be ready to enjoy your dessert! :).", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);\r\nend_recipe();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. I have done that. It looks delicious. Thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome! Enjoy!!", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/116.1.json b/ai_talks/AMUseBotBackend/dialog/116.1.json new file mode 100644 index 0000000..03d2b91 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/116.1.json @@ -0,0 +1,190 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! 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 today we will make date nut bars.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! Is it a long recipe? How many ingredients does it have?", + "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": "It is a medium long recipe. It has 9 ingredients. Do you want to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes, I'd like to prepare them first!", + "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 3 ingredients are 2 cups sugar, 2 cups all-purpose flour and 2 teaspoons baking powder.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good I have them ready. Which are the next ones?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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/4 teaspoon salt, 2 cups chopped dates and 2 cups chopped walnuts or pecans.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I also have those ready. What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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 last 3 ingredients are 4 eggs. They should be lightly beaten. 2 tablespoons butter, melted and 1 teaspoon vanilla extract confectioners' sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good! Can I use margarine instead of butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem! Are the ingredients over? Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes, that were all the ingredients. Now let's make the date nut bars. First combine the sugar, flour, baking powder, salt, dates and nuts in a large bowl.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok should I use all the dates?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes, you can add the 2 cups of chopped dates.", + "bot": true, + "annotations": "inform_amount(ing-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good done! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Now add the eggs, butter and vanilla. Stir until it becomes dry.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\n" + }, + { + "utt_id": "utt-18", + "utterance": "Ok it is dry now. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Now spread in a greased 15 inch pan.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok done! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Bake it at 350 degrees Fahrenheit for 20-25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I am doing that. Is there a way to see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "It is ready when the bars become golden brown.", + "bot": true, + "annotations": "inform_duration(cond-3-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok good. They are golden brown, but I like them a bit more brown. Can I leave it a bit more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry, I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good. Should I take it out from the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes take them out and let the bars cool on a wire rack.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Good it's cool now! Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "The last step is to dust the bars with the confectioners' sugar. Now enjoy your date nut bars.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Nice!! Thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/117.1.json b/ai_talks/AMUseBotBackend/dialog/117.1.json new file mode 100644 index 0000000..843c502 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/117.1.json @@ -0,0 +1,202 @@ +{ + "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! Today we are making Applesauce Bread. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes ready to start.", + "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! I'll start by giving you the ingredients, there is 10 of them. The first three are 3 cups of all-purpose flour, 3 eggs and 2 cups of white sugar.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good. Should I already beat the eggs?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-5", + "utterance": "You shouldn't beat the eggs yet, we'll do that later. The next three ingredients are 1 cup of vegetable oil 2 cups applesauce and 1 cup raisins.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "Good! The next two ingredients are1 teaspoon of ground cinnamon and 1 teaspoon of baking soda.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Are there more ingredients left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes, there are two ingredients left. They are one fourth of a teaspoon of baking powder and half a cup of sour cream.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have them as well.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "Good you can start by Preheat oven to 175 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok the oven is preheating. What can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "You can Grease and flour two 9 x 5 inch loaf pans.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "Next step is to Beat together eggs, sugar, and oil.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok should I use a large bowl for that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry I can't reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "OK what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Next step is to Blend in applesauce, and then sour cream or buttermilk.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! you can now Mix in flour, baking powder, soda, and cinnamon.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have mixed them in. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "You can now stir in the raisins.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok they are also stirred in.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Good you can pour the mixture into the pans you prepared before.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok the mixture is in the pan.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Good! You can now Bake for 80 minutes and when you are done you can cool them on wire racks.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok is there a way to see if it's done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Sorry I can't reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I took it out of the oven and let it cool. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "You can now enjoy it!!", + "bot": true, + "annotations": "enjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Hm thanks I will.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/118.1.json b/ai_talks/AMUseBotBackend/dialog/118.1.json new file mode 100644 index 0000000..1ffa5cb --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/118.1.json @@ -0,0 +1,268 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! 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 fast and delicious black bean soup.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! I love black beans. Are there a lot of ingredients?", + "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": "Nice, there are 10 ingredients. Do you want them already?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes that would be good!", + "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": "The first 2 ingredients are 2 tablespoons vegetable oil and 1 medium onion. You should chop them.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok they are ready! What next?", + "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-7", + "utterance": "1 green bell pepper, chopped. 1 large carrot, peeled and thinly sliced 3 cloves garlic, minced.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good I have them ready what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "2 cans black beans and 1 can chicken broth.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good I did it! Can I use red beans instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Oh. What is the size of the bean cans? Could I have that in grams?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "The black beans cans are 15 ounce and the chicken broth can is 14 ounce.", + "bot": true, + "annotations": "inform_amount(ing-5);\r\ninform_amount(ing-6);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok could I ask the weight in grams?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry, this is beyond my ability.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "No problem! Are the ingredients over?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "No there are 6 more. The next 3 are 2 cups cubed cooked ham, 1/4 teaspoon cumin and 1/2 teaspoon salt.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good! They are ready. What next?", + "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-19", + "utterance": "Ground black pepper to taste, 1 cup shredded Cheddar cheese and 1 cup sour cream.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);\r\ninform_ingredient(ing-12);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok good. Can I use gouda instead of cheddar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok can we start with the recipe or are there still some ingredients to prepare?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "That were all the ingredients. First heat the oil in a large pot over medium heat.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok the oil is warm. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Now stir in the onion, bell pepper, carrot, and garlic. Cook for 5 minutes, until it becomes tender.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good it is now tender. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Mix in 1 can black beans and the chicken broth.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I added beans and broth. Can I add also parsley?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Sorry I cannot answer that question. You should take a blender. Then puree the remaining can of beans until smooth.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok they are smooth now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Now mix this into the pot.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I mixed it in the pot! What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Now bring the soup to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok the soup is boiling now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "Good, now reduce the heat to low.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I reduced the heat to low!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "Good now mix in the ham, cumin, salt, and pepper. Let is simmer for 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok should I use all the ham?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "Yes you should mix in all the ham.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-40", + "utterance": "Ok I mixed it in! What now? Can I eat it? I am hungry.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-41", + "utterance": "Yes that was all. Just garnish it with Cheddar cheese and sour cream to serve. Enjoy the soup.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-9);\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Nice it smells great!! Thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/119.1.json b/ai_talks/AMUseBotBackend/dialog/119.1.json new file mode 100644 index 0000000..c14f0bc --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/119.1.json @@ -0,0 +1,124 @@ +{ + "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": "Hello!! Today we are making Doreens Oriental Swordfish Steaks. Do you like swordfish?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok nice. I happen to love swordfish and eat it a lot. How many ingredients does the recipe contain?", + "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": "This recipe has 6 ingredients. Do you want me to tell you the ingredients 2 by 2?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "No. It's ok. Just guide me through the recipe and announce the ingredients then.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-5", + "utterance": "Ok I will. First of all, take a medium bowl. You will whisk inside 5 ingredients.", + "bot": true, + "annotations": "simplify_begin(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-7", + "utterance": "They are 3 tablespoons of soy sauce, half a cup of vegetable oil. 2 tablespoons sherry, 1 teaspoon grated ginger root and 2 cloves of garlic, peeled and minced.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1, ing-2]);\r\nsimplify_continue(inst-0, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have added all of them to the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "Good, now take a large resealable bag and fill it with the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Good now you take 4 swordfish steaks (4 ounces each) and place them into the bag with the mixture. You then shake the bag to coat the fish well.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "You can now place the bag in the fridge, and allow the steaks to marinate at least 4 hours.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "You can preheat an outdoor grill for high heat and lightly oil grate.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Next is to grill then swordfish steaks 8 to 10 minutes per side, until the swordfish flakes easily and is opaque in the center. Then you are ready enjoy the delicate taste of your swordfish.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nenjoy();" + }, + { + "utt_id": "utt-18", + "utterance": "Hm it looks amazing, I love swordfish. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "No problem. Glad to help!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/120.1.json b/ai_talks/AMUseBotBackend/dialog/120.1.json new file mode 100644 index 0000000..48b798c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/120.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello what are we gonna make 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 grandmas gnocchi. Do you like gnocchi?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I love them, they remind me of home! Are we gonna make handmade gnocchi?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice, yes we will. You will need 5 ingredients. Do you want me to give them to you?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Great, can you tell me the ingredients first?", + "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": "Yes, the first two are 6 russet potatoes and 1 cup all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good. What are the next?", + "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 others are 1 egg, lightly beaten.1 tablespoon olive oil and 1 pinch salt.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good the ingredients are ready. Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes let's start. First bring a large pot of salted water to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok it's boiling!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Now drop in potatoes and cook until tender but still firm, about 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok 15 mins passed and I think they are ok. Should I take them out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes now drain them, cool slightly, and peel them.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Good they are peeled now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Now season them with salt and then mash potatoes with fork.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I did it! Should I use all the salt?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes. Now place them in a large bowl, and stir in egg and olive oil.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok can I also add butter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok no problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "The next step is to knead in enough flour in order to make a soft dough.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Good! Ok the flour is in. Should I use all of it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Is should be enough to make the dough soft. But keep some in case for later.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I'll keep some then! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "The next step is to make a floured surface and roll the dough into a long rope.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "How should I roll the dough? I didn't understand.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "You should make a long rope out of the dough. If it helps the next step is to cut the rope into 1/2-inch pieces.", + "bot": true, + "annotations": "repeat(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok good, now I get it. Thanks! So I cut the rope in to 1 inch pieces. What should I do now? Can I eat them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "No not yet. We still have to cook them. First bring a large pot of lightly salted water to a boil.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok good, the water is boiling now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "Now drop in the gnocchi and cook until they float to the top.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok good! How long will it take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "It will about 3 to 5 minutes.", + "bot": true, + "annotations": "inform_duration(dur-9-0);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok great they are floating on the water now. Should I take them out of the pot?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes, take them out and serve them with a pasta sauce. I hope you enjoy your grandmas gnocchi.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-10);\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Looks good! But what do you mean with pasta sauce?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry I cannot answer that question. You should serve it with pasta sauce.", + "bot": true, + "annotations": "fence();\r\nrepeat(inst-10);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok no problem! Smells great. Thank you :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/121.1.json b/ai_talks/AMUseBotBackend/dialog/121.1.json new file mode 100644 index 0000000..4fd42bc --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/121.1.json @@ -0,0 +1,184 @@ +{ + "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! Today we are gonna make Crawfish Etouffee. Do you like crawfish?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes that sounds delicious.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great! it's a quick recipe with 5 ingredients. Would you like to prepare the ingredients before?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes thanks. What are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; thank; req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Great the first two ingredients are 1 onion, chopped and a can of tomato soup.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok what is the size of the can?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "The size of the tomato can is 10.75 ounces.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok thank you. What else do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-9", + "utterance": "Next two ingredients are one can of condensed cream of mushroom soup and one can of diced tomatoes with green chile peppers.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Could you also give me the sizes of these cans?", + "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-11", + "utterance": "Yes, the mushroom soup can should be 10.75 ounces. And the diced tomato can should be 10 ounces.", + "bot": true, + "annotations": "inform_amount(ing-2);\r\ninform_amount(ing-3);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok thanks I have both of them. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "Good, the last ingredient is one crawfish. It should weight one and a half round and you should peel it.", + "bot": true, + "annotations": "inform_ingredient(ing-4);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I prepared the crawfish. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! You can start by taking a large saucepan. You can saute inside the onions on medium heat, until they are clear.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok how long does that take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-17", + "utterance": "You should saute the onions until they look a bit transparent.", + "bot": true, + "annotations": "inform_duration(cond-0-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok no problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "Next step is to add tomato soup, mushroom soup, and canned tomatoes to the pan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "OK I added them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! You now simmer it for 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, you can place the crawfish into the pan and simmer for 25 minutes. After that, your crawfish etouffee is gonna be ready to eat!", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok 20 minutes have passed. How do I know that it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-25", + "utterance": "You should simmer for 25 minutes.", + "bot": true, + "annotations": "inform_duration(dur-3-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I have done that. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-27", + "utterance": "No, that's it! Your are ready to taste it!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\n" + }, + { + "utt_id": "utt-28", + "utterance": "Ok thanks. It tastes very good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-29", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/122.1.json b/ai_talks/AMUseBotBackend/dialog/122.1.json new file mode 100644 index 0000000..395aa91 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/122.1.json @@ -0,0 +1,364 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello 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, today we will make Diegos special beef stew. It will take about 8 hours but it will be tasty.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds 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": "You will need 16 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good. Can I hear them 2 by 2 so I prepare them?", + "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-5", + "utterance": "Yes. The first two ingredients are 1 pound cubed beef stew meat and 1 tablespoon all-purpose flour.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good, can I use lentil flour instead of the all-purpose one?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok no problem. Could I ask the next two 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-9", + "utterance": "The next two ingredients are 2 tablespoons olive oil and 2 teaspoons butter.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, could I have the next two?", + "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-11", + "utterance": "1 medium yellow onion. It should be thinly sliced. And 1/4 cup red wine.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "How many cups of red wine sorry?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "It should 1/4 cup.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Sorry I don't understand \"one stroke 4 cups\". Did you mean one fourth of a cup?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes it should be one fourth of a cup.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good, what are the next two 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-17", + "utterance": "The next two ingredients are 1 beef bouillon cube and 1 cup hot water.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good, is it ok if I use a chicken bouillon cube?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok no problem. Can I ask for two more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "The next two ingredients are 1 large potato. It should be cut into cubes. And 1/2 cup baby carrots.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok good. Can I have two more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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-23", + "utterance": "The next two are 1/2 teaspoon rosemary and 1/2 teaspoon dried thyme.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok they are ready, can I have two more?", + "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-25", + "utterance": "Yes, 1/2 tablespoon garlic powder and 1/2 teaspoon ground black pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, can I use crushed garlic instead of garlic powder?", + "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-27", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok no problem! Can I have two more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-14\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "The last two ingredients are 1/4 cup water and 2 dashes Worcestershire sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-14);\r\ninform_ingredient(ing-15);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok good! What is Worchester sauce?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-15\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"ing-14\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry, your question is beyond my knowledge.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "No problem, I will google it myself! Can I have two more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-15\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"ing-14\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "This were all the ingredients, if you are ready we can start the making the stew.", + "bot": true, + "annotations": "propose_start_instruction();" + }, + { + "utt_id": "utt-34", + "utterance": "Yes I was born ready! What should I start with?", + "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\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "Ok that is tremendous. Now first place the cubed beef and flour in a resealable plastic bag. Seal it and shake the bag to evenly coat beef with flour.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I did that it's now evenly coated! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Heat the oil in a skillet over medium heat. Now you should brown the beef on all sides.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok the beef is nicely browned now. Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "No, sorry. We need the beef to make the stew. You should transfer the beef to a slow cooker. Now take the skillet again and melt the butter over medium heat and cook the onion until it becomes tender.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. Done that. The onions are tender. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-41", + "utterance": "Now transfer them to the slow cooker with the beef.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok onions and beef are in, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "Now pour the wine into the skillet to deglaze and then pour the rest of the wine into the slow cooker.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok done, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-45", + "utterance": "Now dissolve the beef bouillon cube in 1 cup hot water, and pour into slow cooker as well.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok I poured the boullion in the slow cooker. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-47", + "utterance": "Now place the potato and carrots in the slow cooker as well and season it with rosemary, thyme, garlic powder, and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok it is seasoned now! Is it ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-49", + "utterance": "Not yet. Mix in the remaining water and Worcestershire sauce.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok I added them! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-51", + "utterance": "Are all the ingredients covered with water? If not you may add some more.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-52", + "utterance": "They are not completely covered, I'll add a bit more thanks! What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-53", + "utterance": "Now cover the slow cooker and cook the stew for 7 to 8 hours. Put it on low heat.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok I'll do that. Ok. 7 hours passed. How do I see if it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-55", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-56", + "utterance": "Ok no problem. I'll wait one more hour. Ok it looks ready, what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-57", + "utterance": "That was all. Enjoy your beef stew.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-58", + "utterance": "Nice, it looks amazing!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-59", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/123.1.json b/ai_talks/AMUseBotBackend/dialog/123.1.json new file mode 100644 index 0000000..34fbea6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/123.1.json @@ -0,0 +1,214 @@ +{ + "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": "Hello! today we are gonna cook Chicken Fiesta Salad. Are you ready to start? If so I can start to tell you the ingredients!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I'm ready. How many ingredients are there?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "There are 9 ingredients in this recipe. The first two are 2 skinless, boneless chicken breast halves and one packet dry fajita seasoning, divided.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "How big should the chicken and the package be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"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": "The dry fajita package should be 1.27 ounces.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, and the chicken breasts?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "You should prepare 2 chicken breast halves.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "OK what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Next two ingredients are 1 tablespoon of vegetable oil and 1 15 ounces can black beans, rinsed and drained.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have both.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Good! you can now prepare 1 11 ounce can Mexican-style corn and half a cup salsa.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\n" + }, + { + "utt_id": "utt-12", + "utterance": "Sorry could you repeat the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "The first ingredient is Mexican-style corn. The quantity is 1 11 ounces can.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok thanks, what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "The last three ingredients are 1 (10 ounce) package mixed salad greens, one chopped onion and 1 tomato, cut into wedges.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\n" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have all 3 of them. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Good! You start by rubbing Rub chicken evenly with half of the the fajita seasoning.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have done that, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Good, you can now Heat the oil in a skillet over medium heat. You will cook the chicken 8 minutes on each side.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);\r\ninform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok when do I know if it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You will cook it until the juices run clear.", + "bot": true, + "annotations": "inform_duration(cond-1-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, you can now set the chicken aside and take a large saucepan. You will mix beans, corn salsa and the other half of the fajita seasoning in the pan.", + "bot": true, + "annotations": "inform_instruction(ac-1-2);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok they are all in the pan. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Good! you should heat them over medium heat until warm.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. For how long should I do that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "You should cook until the content of the pan it's warm.", + "bot": true, + "annotations": "inform_duration(cond-3-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok it is warm now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Good! You can start preparing the salad by tossing the greens, onion and tomato.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. Should I use a large bowl for that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok no problem. I added them in a bowl. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "The next and last step is to top the salad with chicken and dress with the bean and corn mixture. After that, you are ready to enjoy your chicken fiesta!", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Thanks it is indeed a fiesta. It looks delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/124.1.json b/ai_talks/AMUseBotBackend/dialog/124.1.json new file mode 100644 index 0000000..ee149f0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/124.1.json @@ -0,0 +1,244 @@ +{ + "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 today we will make a garden potato salad.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great!! Can you tell me the ingredients first?", + "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": "Yes I will do that. The recipe has 13 ingredients. The frist two are 6 large potatoes. They should be cooked, peeled and cubed. And 4 hard-cooked eggs. They should be sliced.", + "bot": true, + "annotations": "affirm();\r\nsum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good! Can 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-5", + "utterance": "The next ingredients are 2 celery ribs and 6 green onions with tops. You should slice both of them.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Can you repeat 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-7", + "utterance": "2 celery ribs.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-8", + "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-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "Ok good. The next two ingredients are 6 radishes, sliced 1 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have them! What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Next are 1/2 teaspoon pepper, 3 eggs, beaten. And 1/4 cup vinegar.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, should I use white vinegar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok no problem. Are these all of the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "No there are still 4 more. The next two ingredients are 1/4 cup sugar and 1/2 teaspoon dry mustard.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good, they are ready. Can I have the last two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes, they are 1/2 teaspoon salt and 1 cup mayonnaise or salad dressing.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good then! Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes, now you should take a large bowl and we will combine the potatoes, eggs, celery, green onions, radishes, salt and pepper.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(ac-0-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok good! Should I beat the eggs before I put them in?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, you should beat the eggs.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok good, all the stuff is in the bowl now! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Now set the bowl aside and take a saucepan so we can prepare the dressing.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);\r\nfetch(inst-1, [tool-1-0]);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I took the saucepan.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "You should combine the eggs, vinegar, sugar, dry mustard and salt in the saucepan. Let it cook and stir over medium heat. It should become thick.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good, how long is it gonna take before it becomes thick?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok no problem, it looks kind of thick now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Ok good, now let is cool down first.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok it is cool now. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Stir in the mayonnaise and mix well.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I mixed it, is it ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes now pour it over the potato mixture. Toss the mixture so it coats.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok nice, can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "No, you should refrigerate it for several hours.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, how do I see it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok no problem! Smells great thank you :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "Ok enjoy the salad. You are welcome.", + "bot": true, + "annotations": "enjoy();\r\nthank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/125.1.json b/ai_talks/AMUseBotBackend/dialog/125.1.json new file mode 100644 index 0000000..20e1684 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/125.1.json @@ -0,0 +1,238 @@ +{ + "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": "Hallo! Today we are making Caribbean Canadian Glazed Chicken. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes that sounds like a funky mix of two different places. How many ingredients does the recipe have?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "Yes, you know that I always have the funkiest recipes for you! The recipe has 8 ingredients. The first two are half a cup of ketchup and 4 tablespoons unsweetened pineapple juice.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have both of them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good, the next two are 4 tablespoons of molasses and 2 tablespoons dark rum.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "What kind of rum should I use.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "You should use dark rum.", + "bot": true, + "annotations": "repeat(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have both of them. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Good! Next two are 2 tablespoons of prepared Dijon-style mustard and 2 chopped garlic cloves.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Good, the last two are 8 chicken thighs and salt and pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-6);\r\n" + }, + { + "utt_id": "utt-12", + "utterance": "Sorry, could you repeat the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "The first ingredient is 8 chicken thighs.", + "bot": true, + "annotations": "repeat(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "8 chicken fillets right? What should be the size of them?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "No, it's 8 chicken thighs.", + "bot": true, + "annotations": "negate();\r\nrepeat(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Sorry I cannot understand what you are saying.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "For this recipe you will need 8 chicken thighs. The Thigh is the top portion of the leg above the knee joint that is connected to the body of the chicken. Consists of all dark meat.", + "bot": true, + "annotations": "repeat(ing-7);\r\nother();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok thanks for the clarification. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "You start, in a medium bowl, to combine the ketchup, pineapple juice, molasses, rum, mustard and garlic.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have them combined. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "You season with salt and pepper to taste and mix well.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! Next step is to place the chicken pieces in a lightly oiled 9x13 inch baking dish.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have done that. What is next?", + "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-25", + "utterance": "Ok! You then brush both sides with the glaze you just prepared using about half of it.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "Next you cover dish the and refrigerate to marinate for at least 2 hours or overnight. You also have to refrigerate the remaining glaze.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "OK I will wait overnight.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "You can also preheat the oven to 190 Celsius in the meantime.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "I'm back. Ok I will preheat the oven. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "Welcome back! You should now Lightly brush the chicken pieces on one side with some of the reserved glaze and bake uncovered in preheated oven for about 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok they are in the oven. How do I know when it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-33", + "utterance": "It's not ready yet, you should now turn the pieces, brush with remaining glaze and bake for another 25 minutes or until chicken is tender.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok it looks like the chicken is tender and ready. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "Nice! It's time to preheat the oven to broil then! Once the oven is ready you Put the chicken under the broiler and lightly brown on both sides, about 2 to 3 minutes each side.", + "bot": true, + "annotations": "inform_instruction(inst-8);\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I have done that. Both sides are brown. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-37", + "utterance": "Good! You are then ready to enjoy your Caribbean Canadian glazed chicken! Have a funky meal!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Thanks, I'm happy it's finally done. It looks funky.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/126.1.json b/ai_talks/AMUseBotBackend/dialog/126.1.json new file mode 100644 index 0000000..2fa0696 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/126.1.json @@ -0,0 +1,160 @@ +{ + "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 today we will make an apple pie. It will be a short an easy recipe.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok good! Can I have all the ingredients first? So I can prepare them already!", + "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": "First you should prepare 5 ingredients. The frist two are 1 gallon apple juice and 1 gallon apple cider.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good, could I ask you how much is 1 gallon in liters?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry, I cannot answer that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Oh no problem. What are the next 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": "Yes it will be a special type of apple pie called apple pie 2. The next two ingredients are 3 cups white sugar and 8 cinnamon sticks.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good can I use stevia instead of sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok no problem. Can I have the last ingredient?", + "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-11", + "utterance": "The last ingredient is 1 bottle 190 proof grain alcohol.", + "bot": true, + "annotations": "inform_ingredient(ing-4);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good I am ready to start then!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "Do you need the size of the bottle?", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-14", + "utterance": "Yes maybe :).", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-15", + "utterance": "The size is 750 milliliter.", + "bot": true, + "annotations": "inform_amount(ing-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok perfect! Now I am actually ready to start.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-17", + "utterance": "Take a large pot and combine the apple juice, apple cider, sugar and cinnamon sticks.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok it's done! can I also add some milk?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok no problem, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-21", + "utterance": "Now bring it to a boil. As soon as it boils you should remove the pot from heat and let it cool completely.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "I remove it from heat and let it cool, what now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you should stir in the grain alcohol and then you are ready to enjoy your apple pie 2.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok great! I cannot really say that it looks delicious, but I trust you :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-25", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/127.1.json b/ai_talks/AMUseBotBackend/dialog/127.1.json new file mode 100644 index 0000000..dc5906b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/127.1.json @@ -0,0 +1,238 @@ +{ + "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, today we are making cabbage rolls number 2! Do you like cabbage? I love it because it's tasty and healthy.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I didn't know bots like cabbage. I like it a lot. Does the recipe have many ingredients?", + "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": "Even if I don't eat because I am a bot if I could eat I'd love cabbage! :). This recipe has 12 ingredients. Would you like to hear them 2 by 2?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes, that sounds good.", + "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": "Great! The first two are 12 cabbage leaves and 1 cup of cooked white rice.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them, what is next?", + "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-7", + "utterance": "Next two are 1 beaten egg and one fourth of a cup of milk.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "How many eggs?", + "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-9", + "utterance": "You will need one egg, beaten.", + "bot": true, + "annotations": "inform_amount(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Next two ingredients are one fourth of a cup of minced onion and 1 pound extra-lean ground beef.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Good! Next two are 1 and one fourth teaspoons of salt and 1 and one fourth teaspoons ground black pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have them ready as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Next two ingredients are 1 8 ounce can of tomato sauce and 1 tablespoon of brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok can I use white sugar instead as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok no problem. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Next two ingredients are 1 tablespoon of lemon juice and 1 teaspoon of Worcestershire sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok hm I like Worchester sauce. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Nice! You start by taking a large pot. You fill it with water and you bring it to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok it's boiling. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! Boil the cabbage leaves 2 minutes and then drain them.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have boiled and drained them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Good! take a large bowl, combine 1 cup cooked rice, egg, milk, onion, ground beef, salt, and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok all the ingredients are in the bowl. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Good! You can now place one fourth of a cup of meat mixture in center of each cabbage leaf, and roll up, tucking in ends.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok the meat is inside the leaves.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Good! Now it's time to Place the rolls in slow cooker.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok nice, for how long should they cook?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "It's not time to cook them yet. First you should take a small bowl and mix together tomato sauce, brown sugar, lemon juice, and Worcestershire sauce.", + "bot": true, + "annotations": "other();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. I have combined the ingredients.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Good, it's time to pour the mixture over the cabbage rolls.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I have poured it over. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "You can now cover and cook on low heat for 8 to 9 hours.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, how do I know when it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry I cannot reply to your question. You are now ready to enjoy your cabbage rolls! :).", + "bot": true, + "annotations": "fence();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok thanks, they look amazing!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/128.1.json b/ai_talks/AMUseBotBackend/dialog/128.1.json new file mode 100644 index 0000000..e212513 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/128.1.json @@ -0,0 +1,280 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! 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 carrots and onions au gratin. 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! How many ingredients are there?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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 10 ingredients. Do you want me to give them to you so you can prepare them?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "The first two ingredients are 1 package baby carrots, sliced and 2 medium onions, sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, how big should the carrot package be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "It should be 16 ounce.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, can I have the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "The next two ingredients are 1 cup shredded Cheddar cheese and 3 tablespoons butter.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good I prepared them. What are the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "3 tablespoons all-purpose flour and 1 1/2 cups milk.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good, can I use also oat milk?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok no problem, can I have the next two 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-15", + "utterance": "Yes, the next ingredients are 1/2 teaspoon salt and 1/8 teaspoon ground black pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good, can I start with the recipe now?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "There are still 2 more ingredients. 1 tablespoon butter and 1 cup fine dry bread crumbs.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good! I am ready to start now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "First preheat oven to 175 degrees Celsius. place the carrots and onions in a pot with enough lightly salted water to cover. Then bring to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "The oven is heated up.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Place the carrots and onions in a pot with enough lightly salted water to cover. Then bring to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok it's boiling now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Now cook for 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. 5 minutes passed. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Now drain the vegetables and spread 1/2 of the carrots and onions in a baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok done! What then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Now cover it with 3/4 cup cheese. You should layer this again with the remaining carrots and onions, and then top with remaining cheese.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I did it! Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "No not yet. Now preheat the oven to 175 degrees Celsius. In the meantime take a saucepan. You should melt 3 tablespoons butter and mix in flour until it becomes smooth.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, should I use all the flour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes, you can use all the flour if needed.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok good. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "Now gradually stir in milk until it becomes thick and then season it with salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok done! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "Now pour this mixture over the carrots, onions, and cheese in the baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, I poured the mixture! Should I put it in the fridge?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Now you should not put it in the fridge. Now melt 1 tablespoon butter in a small pot and mix in the bread crumbs.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok I did it. What should I do with this mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "Sprinkle this mixture evenly in the baking dish. After that you may bake it for 20 minutes in the oven.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok good! How do I see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "It is ready as soon as it becomes bubbly and lightly browned.", + "bot": true, + "annotations": "inform_duration(cond-10-0);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok good, can I take it out and eat? It looks great!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-43", + "utterance": "Yes. Go for it, I hope you will enjoy.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-44", + "utterance": "I hope so too, it smells delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/129.1.json b/ai_talks/AMUseBotBackend/dialog/129.1.json new file mode 100644 index 0000000..c5fcc09 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/129.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, do you know how I can make the best tuna salad ever? I bet you do.", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-1", + "utterance": "HEY! Of course I know! I am the best bot ever and I'll teach you how to make the Best Ever Tuna Salad. Are you ready to be the best cook in the world?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "It's going to be great, it will be amazing, I just know it, in fact it will be. I'm ready.", + "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! I have the feeling it's gonna be tremendous. There are 11 ingredients in this recipe, the first two are 2 eggs and 1 (12 ounce) can of white tuna.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have both ready. What is next?", + "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": "Next two are 1 (6 ounce) can crabmeat, shredded and half a cup mayonnaise.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "Ok can I use light mayonnaise in stead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "Sorry I cannot reply specifically to your question. You can always change ingredients following you intuition!", + "bot": true, + "annotations": "fence();\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "Ok no problem. What are the next ingredients?", + "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 two ingredients are 1 teaspoon sour cream and 1 teaspoon yellow mustard.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Good! Next two are half a teaspoon dried dill weed and one eight teaspoon lemon pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\n" + }, + { + "utt_id": "utt-12", + "utterance": "Ok ready as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Next two are 2 tablespoons dill pickle relish and 2 tablespoons sweet pickle relish.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! Next one is 3/4 cup finely chopped onion.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\n" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "No, that is it with the ingredients! When you are ready, we can start!", + "bot": true, + "annotations": "negate();\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, I'm ready to start making the best salad ever.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Coool! You can Place the eggs in a saucepan and cover them with cold water.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! Bring the water to a boil and immediately remove from heat.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I removed it from heat. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "You now Cover and let eggs stand in hot water for 10 to 12 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Not really, you can wait 10 to 12 minutes and then Remove from hot water.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok they are good now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "You can now cool, peel and chop finely.", + "bot": true, + "annotations": "inform_instruction(ac-3-1);\r\ninform_instruction(ac-3-2);\r\ninform_instruction(ac-3-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I peeled the eggs.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Good! Did you also chop them?", + "bot": true, + "annotations": "verify(ac-3-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, should I chop them into small pieces?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "You should them chop finely.", + "bot": true, + "annotations": "inform_instruction(ac-3-3);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-33", + "utterance": "Now take a mixing bowl and combine tuna, crabmeat, mayonnaise, sour cream and mustard.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\n" + }, + { + "utt_id": "utt-34", + "utterance": "Yes I will do that. What should I do after?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "Stir in chopped egg, dill weed, lemon pepper, dill and sweet relish and chopped onion. Then mix that thoroughly.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-37", + "utterance": "After that, you can enjoy it! Is it the best ever tuna salad you've ever had?", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Yes it is. That is a fact. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/130.1.json b/ai_talks/AMUseBotBackend/dialog/130.1.json new file mode 100644 index 0000000..7281981 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/130.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Helo! 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 today we will make Adriennes tom ka gai. Do you like Thai food?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I love thai food! Do you?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Sorry I cannot answer that question, I'm just a sad bot. The recipe contains 14 ingredients. Do you want me to give them to you in advance, so you can prepare them?", + "bot": true, + "annotations": "fence();\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "The first 2 ingredients are 2 teaspoons peanut oil and 2 cloves garlic. They should be thinly sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have those ready, can I have the next two?", + "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-7", + "utterance": "Yes the next two are 2 tablespoons grated fresh ginger root and 1/4 cup chopped lemon grass.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I also have those ready, can I have the next two?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Yes, 2 teaspoons crushed red pepper and 1 teaspoon ground coriander.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, can I use green pepper instead of red pepper?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem. Can I have two more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes, 1 teaspoon ground coriander and 1 teaspoon ground cumin.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good! What are the next two?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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-15", + "utterance": "1 skinless, boneless chicken breast halves. You should cut them into thin strips. And 1 onion. It should be thinly sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good, are there more ingredients?", + "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-17", + "utterance": "2 cups bok choy. You should shred them and 4 cups water.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "The last 3 ingredients are 1 (10 ounce) can coconut milk, 1/4 cup fish sauce and 1/4 cup chopped fresh cilantro.", + "bot": true, + "annotations": "inform_ingredient(ing-11);\r\ninform_ingredient(ing-12);\r\ninform_ingredient(ing-13);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok they are ready! Can we start to prepare the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes we can. Take a large saucepan and put it over medium heat. The heat the peanut oil.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok the oil is warm. What should I do?", + "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 stir in the garlic, ginger, lemon grass, red pepper, coriander and cumin. Then cook it for 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I did that. What is the next step?", + "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": "Now stir in the chicken and onion. Keep on cooking and stirring until the chicken is white and onion is translucent. It will take about 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good. The onions are translucent now, what should I do next?", + "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 stir in bok choy and cook until it begins to wilt. It will take 5 to 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. 8 minutes passed and it looks good! What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Now stir in water, coconut milk, fish sauce and cilantro.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I am stirring it. How long should I stir it for?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok no problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-33", + "utterance": "Finally let it simmer until chicken is thoroughly cooked and all the flavors are well blended.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok good, how do I see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "It will take 30 minutes.", + "bot": true, + "annotations": "inform_duration(dur-5-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok good, 30 minutes passed, is the dish ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes is should be ready then. Enjoy your Tom Ka Gai.", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Mmmmh looking forward, Thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/131.1.json b/ai_talks/AMUseBotBackend/dialog/131.1.json new file mode 100644 index 0000000..5bc1db5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/131.1.json @@ -0,0 +1,184 @@ +{ + "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! today we are gonna make Broccoli Coleslaw! Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes that sounds good. I'm ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great! This recipe has 9 ingredients. Do you want to prepare them first?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes sure, what are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Great! The first two ingredients are 1 cup of olive oil and a third of a cup of white vinegar.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them, what are the next?", + "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-7", + "utterance": "Next two are half a cup of white sugar and 1 3 ounce package chicken flavored ramen noodles, crushed.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok should I crush the noodles myself?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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": "Yes you have to crush them yourself. You also put aside the seasoning packet from the noodles.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "The next two ingredients are one large head of fresh broccoli which you should dice and 2 grated carrots.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "What should I do with the carrots?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "You should grate 2 carrots.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have them. Are there more ingredients left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-15", + "utterance": "Yes there are two more. They are 2 bunches of chopped green onions and 1 cup sunflower seeds.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok alright, I have all the ingredients ready. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "You can start by taking a small bowl and combine oil, vinegar, sugar and the seasoning packet from the ramen noodles.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have done that. What should I do after?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "You now should Mix well and refrigerate at least one hour before serving, or overnight.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, is there something else I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You can combine broccoli, carrots, green onions and sunflower seeds in a large bowl.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that. 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-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "You can now Crush ramen noodles and stir in.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have stirred them in. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "You can Pour the dressing over the salad about 10 minutes before serving.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "OK I have done that. Is there anything else I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "No, that is it! You are ready to enjoy your food!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok thanks. I will! See you next time.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-29", + "utterance": "Thank you, see you soon!", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/132.1.json b/ai_talks/AMUseBotBackend/dialog/132.1.json new file mode 100644 index 0000000..37901c5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/132.1.json @@ -0,0 +1,154 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! 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": "We will make dads kickin jamaican wings mon. Do you like wings?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Great! I love wings. Are there a lot of ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "I hope you will enjoy these Jamaican wings. There are 7 ingredients. Do you want to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes, I'd like to prepare them beforehand, thanks!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; thank;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first two ingredients are 3 tablespoons Jamaican jerk seasoning blend and 3 tablespoons vegetable oil.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good. What are the next two?", + "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": "3 cloves garlic. They should be diced and 1 (1 inch) piece peeled fresh ginger. You should dice it as well.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I diced garlic and ginger, what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "1 bunch green onions. They should be chopped and 12 slices pickled jalapeno peppers.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, are the ingredients over?", + "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-11", + "utterance": "Just the final and most important one 4 pounds chicken wings.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Great! Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes let's start. You should take a blender and put in the the jerk seasoning, oil, garlic, ginger, green onions, and jalapeno slices. Blend until the mixture becomes thick and smooth.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok the mix looks smooth now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Now you should dunk the wings in the mixture, and arrange them in a single layer on baking sheets.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I did that, should I put them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "No not yet. First you should cover them with aluminum foil and refrigerate for 8 hours, or overnight. When that is done you can preheat the oven to 150 degrees Celsius.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok the oven is warm and a night passed. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok now just bake the wings 2 hours in the oven. That is all.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok good, how do I see that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, can I eat the wings now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes you can. Enjoy the wings.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "I will, thanks!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/133.1.json b/ai_talks/AMUseBotBackend/dialog/133.1.json new file mode 100644 index 0000000..b037ca6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/133.1.json @@ -0,0 +1,154 @@ +{ + "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, I hope you are up for a drink, we are gonna make Cosmopolitan today!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ah yummy I think it's the right time of the day to start with a cosmopolitan.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great! There are 5 ingredients to prepare.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. How should I prepare it?", + "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-5", + "utterance": "The first two ingredients are 1 jigger of vodka and half a fluid ounce of cointreau.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Sorry could you repeat both ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "The first ingredient is vodka. You will need 1 jigger of it. The second ingredient is cointreau. You will need half an ounce of it.", + "bot": true, + "annotations": "repeat(ing-0);\r\nrepeat(ing-1);\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "What is one jigg?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry, it is beyond my knowledge.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Alright, are there 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-11", + "utterance": "Yes, next two ingredients are 1 teaspoon fresh lime juice and one and a half ounces cranberry juice.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-12", + "utterance": "Ah yes of course. Ok. what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "The last ingredient is 1 twist lime zest, to garnish.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\n" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have it as well. Can we make the cocktail now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "Great! We can start then! First of all, pour all the ingredients into a shaker with lots of ice.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Should the shaker be completely filled?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes, the shaker should be filled with all the ingredients.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "You Shake vigorously for several seconds and strain into a cocktail glass.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. the cocktail glass is filled. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-21", + "utterance": "Last step is to garnish with a lime twist.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Was that all? Can I drink it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes you can! Please enjoy it responsibly and don't drink before driving.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "Yes I will, thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/134.1.json b/ai_talks/AMUseBotBackend/dialog/134.1.json new file mode 100644 index 0000000..8aa80f8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/134.1.json @@ -0,0 +1,256 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! 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. We will make apple blueberry tarts. Are you ready to bake?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yay! Sounds delicious. Can you give me the ingredients first?", + "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": "Sure first 2 medium cooking apples. They should be peeled, cored, and chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. I did that! More ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "The next are two third cup fresh or frozen blueberries. And 1 tablespoon heat-stable granular sugar substitute.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. Good! Can I use sugar instead of sugar substitute?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. No problem. Can I have more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-9", + "utterance": "Now there 5 more ingredients. The next two are 1/2 teaspoon apple pie spice or ground allspice. And 1 one thirds cups whole wheat pastry flour.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Could you repeat the second ingredient please?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "A one plus one thirds cup whole wheat pastry flour.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. good. Can I have the remaining three ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "1/4 teaspoon kosher salt, 1/3 cup extra-virgin olive oil and 3 tablespoons low-fat milk.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Good. I'm ready to start with the recipe now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Cool. Now Take a medium bowl and stir together the whole wheat pastry flour, kosher salt, and the 1/8 teaspoon apple pie spice.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. good, should I use all the flour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes you can.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-18", + "utterance": "Good! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "In another bowl you should combine the apples, blueberries, sugar substitute, and the 1/4 teaspoon apple pie spice.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I mixed them! What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Now in the first bowl you should add add oil and milk all at once. Then stir lightly with a fork until the dough comes together.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. The dough looks good now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Now divide the dough into 6 portions. You can use six 3 1/2- to 4-inch individual tart pans with removable bottoms for this. You should press one dough portion on the bottom and up the side of each tart pan.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Sure. I did as you say! What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"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": "Good. Now divide the fruit mixture from the other bowl among all the pastry-lined pans.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Sorry I didn't understand the instruction.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "You should take all the fruit from the mixture you made before and divide it among all the pastries.", + "bot": true, + "annotations": "repeat(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. good, Thanks. I took the fruit out. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "Now place the tart pans on a large baking sheet.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I did that, should I put them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Not yet. You should place a large piece of foil over tart pans. Then press down lightly around the edges to seal it.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. the tart pans are sealed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Now you may bake it in a 375 degrees Fahrenheit oven for 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I am baking it, how do I see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "You should do it for 20 minutes. Then remove the foil and then bake about 20 minutes again. It will be ready when the fruit is tender.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok good. I cooked it for 20 more minutes. Can I put sugar on top?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry I cannot answer that question. Now you should let the tart pans cool down on a wire rack for 15 minutes.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. I let the tarts cool! Can I eat them now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "Then carefully remove the sides of all the tart pans and serve warm or cool. As you wish. Now you may eat them. Enjoy your apple blueberry tarts!", + "bot": true, + "annotations": "inform_instruction(inst-12);\r\ninform_instruction(inst-13);\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Mmmh yummy they look very tasty!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/135.1.json b/ai_talks/AMUseBotBackend/dialog/135.1.json new file mode 100644 index 0000000..c5cafe8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/135.1.json @@ -0,0 +1,154 @@ +{ + "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": "Hello! We are gonna make Butterscotch Brownies in a Jar.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. nice. How many ingredients does the recipe have?", + "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": "This recipe has 6 ingredients. Do you want to prepare them right away?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes it would be good to prepare. What are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first two ingredients are 2 cups of all-purpose flour and one and a half tablespoon of baking powder.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have both of them. What are the next 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-7", + "utterance": "Next ingredients are one fourth of a teaspoon of salt and half a cup of flaked coconut.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Should I make the flakes myself?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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": "Sorry, I cannot answer your question, All I can say is that when cooking you can always follow your instinct and try out new ideas.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. no problem, that sounds good. What are the next ingredients?", + "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-11", + "utterance": "The last two ingredients are 3/4 of a cup of chopped pecans and 2 cups of packed brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have all of them ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Great! you can start by preheating the oven to 190 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. what can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "In the meantime, you can grease a 9x13 inch baking pan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I did that. What else can I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "You can empty jar of brownie mix into a large mixing bowl, then stir to break up lumps.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have stirred it. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "You can now add 3 fourths of a cup softened butter, 2 beaten eggs, and 2 teaspoons of vanilla extract. You should mix until well blended.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. It is well blended now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! You can now spread the butter evenly in the prepared pan. And bake for 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "No, you can just cool in the pan before cutting into squares, and you can enjoy the butterscotch brownies in a jar.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-6);\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Thanks. They looks great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/136.1.json b/ai_talks/AMUseBotBackend/dialog/136.1.json new file mode 100644 index 0000000..1d6bf4e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/136.1.json @@ -0,0 +1,184 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! 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 easy marinated vegetables.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! Sounds nice and healthy. How many ingredients does this recipe have?", + "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": "It has 6 ingredients. And 4 different kind of vegetables.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Great! Could I have the ingredients right away so I can prepare them?", + "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-5", + "utterance": "Yes, the first two ingredients are 1 1/2 cups broccoli florets and 1 1/2 cups cauliflower florets.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Sorry I didn't understand the first ingredient.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "1 and 1/2 cups of broccoli.", + "bot": true, + "annotations": "repeat(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Is that broccoli? I can't hear well. Could you maybe spell it for me?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes it is broccoli. Bro Cco Li.", + "bot": true, + "annotations": "affirm();\r\nrepeat(ing-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. thanks! You pronounce it in a funny way. Can I have two more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes, the next two ingredients are 1 green bell pepper, Cut it into 1 inch pieces. And 1 cucumber. It should be peeled, seeded and chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-12", + "utterance": "Great! They are ready! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "Finally still prepare 1 carrot, coarsely chopped and 1/4 cup Italian-style salad dressing.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Good. They are ready! Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Now we can start the recipe! You should bring a large pot of salted water to boil.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Good, it's boiling! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Now place the broccoli and cauliflower florets into the boiling water for just one minute. Afterwards, take it out and then drain and rinse the florets.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. they are drained and rinsed. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Take a medium size bowl and combine the broccoli, cauliflower, bell pepper, cucumber, carrot and Italian salad dressing.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I combined the ingredients. Should I use all the dressing that I have?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_use_all;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, you may use as much as you want.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Great. I put all of it!", + "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-23", + "utterance": "Great. Now finally cover the bowl and refrigerate the vegetables for one hour.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Can I put it in the oven first?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. No problem. I can eat it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes it's ready to be eaten. Enjoy your veggies.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. Great! Tasty. Thank you bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-29", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/137.1.json b/ai_talks/AMUseBotBackend/dialog/137.1.json new file mode 100644 index 0000000..d100180 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/137.1.json @@ -0,0 +1,142 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. How do I make chicken eileen?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi! Chicken Eileen is an easy but very tasty recipe! It has only 3 ingredients and you will need just 7 steps to complete it. Would you like the hear the ingredients out?", + "bot": true, + "annotations": "greeting();\r\nsum_ingredient_list();\r\npropose_list_ingredients();\r\n" + }, + { + "utt_id": "utt-2", + "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-3", + "utterance": "Great! So you will need 8 skinless, boneless chicken breast halves. 1 package herb-seasoned dry bread stuffing mix. And 16 medium slices mozzarella cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "How large is the package? And can I use scamorza in stead of mozzarella.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount; req_substitute;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The package should be a 6 ounce one. Sorry, I don't know what scamorza is.", + "bot": true, + "annotations": "inform_amount(ing-0);\r\nfence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "You can start to preheat the oven to 175 degrees celsius?", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Is there anything I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "Sure! You can prepare the stuffing according to package directions.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-11", + "utterance": "Now you should wash the chicken, pat dry and pound out to about half an inch of thickness.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Good! Now place a slice of cheese on each breast, followed by a scoop of prepared stuffing.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Yes ready. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Good job! Now take the stuffed breasts and place them in a lightly greased 9x13 inch baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Should I put them in the oven now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes, you can bake them at 175 degrees celsius for 25 minutes. Or until chicken juices run clear.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(ac-5-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. It looks fine now. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "I bet it looks great! You can now second slice of cheese over each stuffed chicken, and bake for 2 more minutes, or until cheese becomes bubbly.", + "bot": true, + "annotations": "inform_instruction(ac-5-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ah yes of course. The cheese is melted on top. Is it done now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes it's done! you can enjoy you chicken!!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. thanks it looks good.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 9}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/138.1.json b/ai_talks/AMUseBotBackend/dialog/138.1.json new file mode 100644 index 0000000..29335e7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/138.1.json @@ -0,0 +1,124 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! What are we gonna do 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 a fruited ice cream. Do you like ice cream?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I love ice cream! I scream ice cream! Which ingredients should I 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": "Great. You will need 6 ingredients. The first two are 2 cans sweetened condensed milk and 5 cups milk.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Should I use whole milk?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. No problem. What are the next two 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": "2 cups heavy cream and 2 tablespoons vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Good. They are ready! Can I have the last two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "1/2 teaspoon salt ans 3 cups chopped strawberries.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Can you repeat the second ingredient please?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "The second ingredients is 3 cups chopped strawberries.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. good! Can we start then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes, now combine all the ingredients in a freezer canister of ice cream maker.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. good I did so!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Now freeze it according to manufacturer's directions.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. it's in the freezer now. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Ok. that was all. You should follow the manufacturer's directions. Enjoy you ice cream.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. tasty! Thank you bot!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/139.1.json b/ai_talks/AMUseBotBackend/dialog/139.1.json new file mode 100644 index 0000000..2386911 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/139.1.json @@ -0,0 +1,202 @@ +{ + "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 gonna make Golden Cheese Yeast Bread.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. Great. What should I do?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "We will start by preparing the ingredients, there are 7 of them. The first two are 6 cups of all-purpose flour and 2 cups of shredded Cheddar cheese.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. alright. I have them. What is next?", + "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": "Next two are 3 tablespoons of sugar 2 packages of active dry yeast. The yeast package should be a 2.5 ounces one.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have both of them as well.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "Good! You can now prepare 2 teaspoons of salt, 2 cups of warm milk and 1 egg.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Should I do something with the egg already?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "No, you will use the egg later. You start by taking a large mixing bowl and combine inside flour, cheese, sugar, yeast and salt.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I have combined them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Good you can now add milk and egg. You have to beat on low speed until the mixture becomes smooth.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. It looks smooth now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Good job! It's now time to stir in enough remaining flour to form a soft dough.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Ok good! Now move the mixture onto a floured surface. You will then knead until the mix becomes smooth and elastic, about 6-8 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "You can finish with that, and then place it in a greased bowl, turning it once to grease top.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Good! Now Cover the dough and let it rise in a warm place until doubled, about 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I will let it rise. Is there something else I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! Not really for now.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. 1 hour passed. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "When 1 hour passed you can punch the dough down. You then divide it in half and shape into two loaves.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I have divided it into two halves. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Cool! You can now place in two greased 9-in pans.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Good! The next step is to cover and let rise until doubled, about 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, is there anything I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "When 45 minutes passed, you can Bake at 375 degrees F for 25-30 minutes or until golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok alright. I have done that. It is golden brown now. Anything else I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Good! you can now remove from the pans to cool on wire racks. And then you enjoy!!!", + "bot": true, + "annotations": "inform_instruction(inst-11);\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Thanks I will!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/140.1.json b/ai_talks/AMUseBotBackend/dialog/140.1.json new file mode 100644 index 0000000..13dc73c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/140.1.json @@ -0,0 +1,448 @@ +{ + "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. Today we will make Eclairs number 2.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! how many ingredients do I need?", + "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": "The recipe has 15 ingredients. Do you want me to give them you already?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I'd like that!", + "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": "The first 3 ingredients are 1/2 cup butter, 1 cup water and 1 cup all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good! They are ready. What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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/4 teaspoon salt, 4 eggs and 1 (5 ounce) package instant vanilla pudding mix.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good. They are ready! Can I have more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "2 and 1/2 cups cold milk, 1 cup heavy cream and 1/4 cup confectioners' sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, can I use brown sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem, could you give me more ingredients?", + "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-13", + "utterance": "1 teaspoon vanilla extract, 2 (1 ounce) squares semisweet chocolate abd 2 tablespoons butter.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good. What next?", + "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": "The last 3 ingredients are 1 cup confectioners' sugar, 1 teaspoon vanilla extract and 3 tablespoons hot water.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good. I have them all ready! How should I start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-17", + "utterance": "First preheat the oven already to 230 degrees Celsius. In the meantime, we can prepare the rest.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Good, I did that! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-19", + "utterance": "Now grease a cookie sheet and take a medium saucepan. There you should combine 1/2 cup butter and 1 cup water.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I did that! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-21", + "utterance": "Now bring the saucepan to a boil. Keep on stirring until the butter melts completely.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. the butter is now melted, what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-23", + "utterance": "Now reduce heat to low, and also add flour and salt.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I added flour and salt. What should i do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-25", + "utterance": "Now you should stir it vigorously until mixture leaves the sides of the pan and begins to form a stiff ball.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, it looks like a stiff ball now. Should I put it in the oven now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-27", + "utterance": "No not yet. Remove the pan from heat. Then add eggs, one at a time. Beat them well.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, should I beat the eggs before or after adding them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-29", + "utterance": "You should beat them when you add them in the pan. Like this they will incorporate completely after each addition.", + "bot": true, + "annotations": "repeat(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I added all the eggs. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-31", + "utterance": "Do you have a pastry bag fitted with a Number 10, or larger?", + "bot": true, + "annotations": "verify(ac-8-0, [tool-8-2]);" + }, + { + "utt_id": "utt-32", + "utterance": "Of course I have a pastry bag! Should I go and grab it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes please.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-34", + "utterance": "Good I have it now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-35", + "utterance": "Now you should tip the dough onto the cookie sheet in 1 1/2 x 4 inch strips.", + "bot": true, + "annotations": "simplify_begin(inst-8);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. the dough is on the cookie sheet. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-37", + "utterance": "Bake the cookies for 15 minutes in the preheated oven.", + "bot": true, + "annotations": "inform_instruction(ac-9-0);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. They are in now for 15 mins. How do I see if they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-39", + "utterance": "They will not be ready after 15 minutes. Then there will follow new instructions to bake them longer.", + "bot": true, + "annotations": "inform_duration(dur-9-0);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. What should I do now? Since they are in for 15 minutes.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-41", + "utterance": "Now reduce the heat to 165 degrees Celsius and bake 20 minutes more.", + "bot": true, + "annotations": "inform_instruction(ac-9-1);\r\ninform_instruction(ac-9-2);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. I did that! 20 minutes passed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-43", + "utterance": "If you tap lightly on the bottom it should sound hollow.", + "bot": true, + "annotations": "inform_duration(cond-9-0);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. It sounds hollow! What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-45", + "utterance": "Ok great. Now let it cool completely on a wire rack. We will now work on the filling. You should combine the pudding mix and milk in a medium bowl according to package directions.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. I did that! What else should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-47", + "utterance": "Now in another bowl, beat the cream with an electric mixer until soft peaks form.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. The cream should be ready. Should I mix pudding and cream?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-49", + "utterance": "Now beat in 1/4 cup confectioners' sugar and 1 teaspoon vanilla as well. Then fold the whipped cream into the pudding.", + "bot": true, + "annotations": "inform_instruction(inst-13);\r\ninform_instruction(inst-14);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. I added sugar and vanilla. And now added to the pudding mix. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-51", + "utterance": "Now cut the tops off of the cooled pastry shells with a sharp knife or something similar.", + "bot": true, + "annotations": "inform_instruction(inst-15);" + }, + { + "utt_id": "utt-52", + "utterance": "Sorry I didn't understand. Can you repeat the instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-53", + "utterance": "You should cut of the tops of the cooled pastry shells. You can use a sharp knife for this.", + "bot": true, + "annotations": "repeat(inst-15);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok. Thanks for that. Now it's clear! I did that now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-55", + "utterance": "Now fill the shells with the pudding mixture and replace the tops back on the shells.", + "bot": true, + "annotations": "inform_instruction(inst-16);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok. They are full of pudding now :). What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-57", + "utterance": "Now for the icing you should take a medium saucepan and melt the chocolate and 2 tablespoons butter. Put it over low heat.", + "bot": true, + "annotations": "inform_instruction(inst-17);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok. The chocolate is melted. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-18\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-59", + "utterance": "Now stir into the saucepan 1 cup confectioners' sugar and 1 teaspoon vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-18);" + }, + { + "utt_id": "utt-60", + "utterance": "Ok. I added sugar and vanilla. Could I replace sugar with stevia?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-18\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-61", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-62", + "utterance": "Ok. no problem! Is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-63", + "utterance": "Now you should stir in hot water one tablespoon at a time. Keep on doing this until the icing becomes smooth and it reaches the desired consistency.", + "bot": true, + "annotations": "inform_instruction(inst-19);" + }, + { + "utt_id": "utt-64", + "utterance": "Ok. Should I use all the hot water?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 35, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-65", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-66", + "utterance": "Ok good. The icing mixture looks nice now. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 35, \"tracker_requested_step\": \"inst-20\", \"tracker_requested_step_num\": 36}" + }, + { + "utt_id": "utt-67", + "utterance": "Good. Now remove the pan from heat, let it cool slightly, and then drizzle over filled eclairs.", + "bot": true, + "annotations": "inform_instruction(inst-20);" + }, + { + "utt_id": "utt-68", + "utterance": "Ok. The eclairs have the icing on now. Can I eat it right away?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-20\", \"tracker_completed_step_num\": 36, \"tracker_requested_step\": \"inst-21\", \"tracker_requested_step_num\": 37}" + }, + { + "utt_id": "utt-69", + "utterance": "No not yet. Finally refrigerate until serving. Afterwards, you can enjoy your eclairs.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-21);\r\nenjoy();" + }, + { + "utt_id": "utt-70", + "utterance": "Ok great! Do you know for how long should I refrigerate?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-21\", \"tracker_completed_step_num\": 37, \"tracker_requested_step\": \"inst-21\", \"tracker_requested_step_num\": 37}" + }, + { + "utt_id": "utt-71", + "utterance": "No, sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-72", + "utterance": "Ok no problem. Thank you. They taste amazing.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-21\", \"tracker_completed_step_num\": 37, \"tracker_requested_step\": \"inst-21\", \"tracker_requested_step_num\": 37}" + }, + { + "utt_id": "utt-73", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/141.1.json b/ai_talks/AMUseBotBackend/dialog/141.1.json new file mode 100644 index 0000000..449748f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/141.1.json @@ -0,0 +1,118 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Good morning, 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! Today we are gonna make caramelized apple bites! It's a quick and tasty recipe with 3 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": "Ok yeah. I'm ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Good! Would you like to prepare the ingredients first?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes, what are the ingredients?", + "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": "Good! The ingredients are 6 individually wrapped caramels, unwrapped and chopped, 2 tablespoons light corn syrup. And 2 apples - peeled, cored and diced.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have them ready. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "There are no more ingredients! It's now time to start with the recipe! Do you have a microwave oven?", + "bot": true, + "annotations": "verify(ac-0-0, [tool-0-0]);" + }, + { + "utt_id": "utt-8", + "utterance": "Yes I have one.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "Great! Then you can start by placing the corn syrup and the caramel in a medium microwave safe bowl.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. They are in. On which program should I set the microwave?", + "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-11", + "utterance": "You should microwave the mixture on high heat for around 30 seconds. It will have to melt.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok it has melted. What should I do with it?", + "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-13", + "utterance": "Good! Now place the apples in the bowl, and toss until coated with the caramel and light corn syrup mixture.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have tossed them. It looks ok now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Nice! You now just have to allow to cool and you can serve it. I hope you enjoy it!!", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. how long should I let it cool?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok no problem, it looks nice. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 7}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/142.1.json b/ai_talks/AMUseBotBackend/dialog/142.1.json new file mode 100644 index 0000000..9589747 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/142.1.json @@ -0,0 +1,280 @@ +{ + "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": "Guten tag, today we will make Badische Schupfnudeln potato noodles. I love German noodles, you too?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "I love them too! Are there many ingredients to prepare them?", + "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 just 7 ingredients. Do you want to prepare them?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Great! Yes, I like to prepare my ingredients right away!", + "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, first take 1 and 1/2 pounds russet potatoes and 1/2 cup all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good. Can I use almond flour instead of all purpose flour?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok no problem. Can 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-9", + "utterance": "The next ingredients are 1 egg and 1 tablespoon chopped fresh parsley.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, can I have 2 more?", + "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-11", + "utterance": "Yes the next ingredients are 1/2 teaspoon salt and 1/4 teaspoon freshly ground nutmeg.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good. I have them, is there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "The last ingredient is 1/4 cup lard or other cooking fat.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-14", + "utterance": "Sorry I didn't understand this ingredient.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "The ingredient is 1 fourth cup lard. But you can also use another type of cooking fat.", + "bot": true, + "annotations": "repeat(ing-6);" + }, + { + "utt_id": "utt-16", + "utterance": "Oh Ok thanks! I love lard. So can I start with the recipe now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Great. Now we can start with the recipe. First you should place the whole potatoes in their skins into a large pot of boiling water. Then boil them for 25 to 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good. I did that! They boiled for 25 minutes. How do I see that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question. After 25 minutes, you should remove them and discard the water.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I did that! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "When the potatoes are cool enough you should peel them and place on a lightly floured surface.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok good, it's peeled and on a floured surface now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Now mash the potatoes with a rolling pin and place them in a large bowl.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I did that! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "You should stir in the flour, egg, parsley, salt, and nutmeg.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I did that. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Now knead it well. It should form a smooth dough.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. It looks smooth! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Good. Now roll the dough out to a thickness of about 1/2 inch.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. It is rolled now, is it ready to eat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Not yet. Now you should cut the flattened dough into thin strips. They should be about 1 and 1/2 inches long.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok good. I made little strips! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "Now gently roll out the strips. You can also stretch them until the ends taper. Then set aside for 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-9);\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok good. I rolled them out! They look good. And I put them aside. Is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "You can take a large skillet and heat the lard over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I did that. The lard is nicely melted. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Good, now place the potato strips into the skillet. Fry until golden brown on both sides.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok. they are golden brown now! Can I cook them a bit more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "Sorry I cannot answer that question. They should be golden brown on both sides.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(cond-12-0);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok, no problem. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-41", + "utterance": "That was all. Your Badische schupfnudeln potato noodles are ready to be eaten.", + "bot": true, + "annotations": "end_recipe();\r\n" + }, + { + "utt_id": "utt-42", + "utterance": "Ok great!!! Can I eat them with tomato sauce?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-43", + "utterance": "Sorry I cannot answer that question. It is not written in the recipe.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok no problem. They taste great!! Thank you bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/143.1.json b/ai_talks/AMUseBotBackend/dialog/143.1.json new file mode 100644 index 0000000..f8be818 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/143.1.json @@ -0,0 +1,268 @@ +{ + "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! Today we are making Flavorful Rice Dressing. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. Sure how should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "Good we can start by preparing the ingredients! There are 17 of them! The first two are 7 slices of day-old bread and 1 cup of torn corn bread.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Could you repeat the first ingredient again?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first ingredient is bread, it should be a day old. And you'll need 7 slices.", + "bot": true, + "annotations": "repeat(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ah ok thanks I have it. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "Good, next two are two thirds of a cup of water and half a cup of thinly sliced celery.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have them. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Good! Next is half a cup of chopped onion and half a cup of sliced fresh mushrooms.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, what kind of mushrooms should I use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry, I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem, 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-13", + "utterance": "The next two ingredients are 1 tablespoon vegetable oil and 1 cup firmly packed sliced fresh spinach.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\n" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, I have both of them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! Next two are 1 cup of cooked long-grain rice and half a cup of cooked wild rice.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);\r\n" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I both the cups of rice. What is next?", + "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-17", + "utterance": "Great! You can now take half a cup of orange juice and 1 egg, beaten.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);\r\n" + }, + { + "utt_id": "utt-18", + "utterance": "Ok What is next?", + "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-19", + "utterance": "Next ingredients are 2 teaspoons rubbed sage and half a teaspoon dried thyme.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\n" + }, + { + "utt_id": "utt-20", + "utterance": "Alright what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-14\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "The last three ingredients are half a teaspoon salt, one quarter of a teaspoon sugar and a quarter of a teaspoon pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-14);\r\ninform_ingredient(ing-15);\r\ninform_ingredient(ing-16);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok good. I have all of them ready. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-16\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! Let's start then! Take a large bowl and toss inside bread and water.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, the bread and water are inside the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Good. Now take a skillet and saute celery, onion and mushrooms in oil until tender, stirring constantly.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. For how long should I stir?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "You should stir unti the ingredients are tender.", + "bot": true, + "annotations": "inform_duration(cond-1-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. They are tender. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-29", + "utterance": "Good, you can now stir the bread mixture inside.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. all of it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes you can use all the bread mixture.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Ok good! You can now add the remaining ingredients to the mixture, and then mix well.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-35", + "utterance": "Good! Now Place in a greased 2 quarts casserole.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok. I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-37", + "utterance": "Good, now cover and bake at 350 degrees F for 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-38", + "utterance": "Do you also have the temperature in degrees Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-39", + "utterance": "Sure, 350F equals 176.667 celsius. You can approximate that to 180 celsius.", + "bot": true, + "annotations": "inform_temperature(temp-5-1);" + }, + { + "utt_id": "utt-40", + "utterance": "Alright, 30 minutes has passed. How do I know if it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-41", + "utterance": "You have to cover and bake for 30 minutes. After that you can enjoy your rice dressing!!", + "bot": true, + "annotations": "inform_duration(dur-5-0);\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Ok, it looks nice and ready. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "It's a pleasure! See you in the next recipe!", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/144.1.json b/ai_talks/AMUseBotBackend/dialog/144.1.json new file mode 100644 index 0000000..e27241d --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/144.1.json @@ -0,0 +1,190 @@ +{ + "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 baked apple oatmeal.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great!! Is it a long recipe?", + "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": "No, it will be a short recipe with 10 ingredients.", + "bot": true, + "annotations": "negate();\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good! Can you start to tell me which ingredients I should 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-5", + "utterance": "Sure, the first ingredients are 4 cups milk and 1/2 cup packed brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good. Could I use white sugar instead of brown sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "Sorry I cannot answer that question. The next ingredients are 2 teaspoons butter or margarine and 1/2 teaspoon salt.", + "bot": true, + "annotations": "fence();\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have them ready. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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 teaspoon ground cinnamon and 2 cups old-fashioned oats.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Is the second ingredient old fashion oats? Is that a brand?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "It is a type of oats.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good. Can I have more 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-13", + "utterance": "Yes 2 cups chopped, peeled apples and 1 cup chopped walnuts.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. good! What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "The last two ingredients are 1 cup raisins and 1 cup wheat germ.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);\r\n" + }, + { + "utt_id": "utt-16", + "utterance": "Sorry I didn't understand the second ingredient.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "It is 1 cup of wheat germ. Wheat germ is part of a wheat kernel and is responsible for helping the plant reproduce and spawn new wheat.", + "bot": true, + "annotations": "repeat(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good, thanks for that. So we can start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Now we can start with the recipe. Take a saucepan and heat the milk, brown sugar, butter, salt and cinnamon.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, I am heating those ingredients in the saucepan. For how long should I do that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Sorry I cannot answer that question. Now add the remaining ingredients and mix gently.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok good. I mixed all the ingredients! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Spoon the mixture into a greased 2-qt. casserole.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, the mixture is in the casserole.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Good, now finally cover it and bake at 350 degrees Fahrenheit for 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good. I baked it for 45 minutes. How do I see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "You should bake it for 45 minutes.", + "bot": true, + "annotations": "inform_duration(dur-3-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok no problem! 45 minutes passed! Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes, enjoy!", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Good it looks great. Thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/145.1.json b/ai_talks/AMUseBotBackend/dialog/145.1.json new file mode 100644 index 0000000..ee4e9df --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/145.1.json @@ -0,0 +1,214 @@ +{ + "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! Today we are making barbecue chicken wings! Do you like chicken wings?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ah nice, yeah I can eat them any time. How should I start the recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great! You can start by preparing the ingredients!", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok 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\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "There are 10 ingredients. The first two are half a cup of teriyaki sauce and 1 cup oyster sauce.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have both the sauces, what is next?", + "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-7", + "utterance": "Next two are a quarter of a cup of soy sauce and a quarter of a cup of ketchup.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have them as well.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good, the next two are 2 tablespoons garlic powder and a quarter of a cup of gin.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. can I also use whiskey instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry, I cannot reply to your question. Anyways you can also replace your ingredients following your intuition.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok No problem. What is next?", + "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-13", + "utterance": "Next two are 2 dashes liquid smoke flavoring and half a cup of white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, can I use brown sugar instead as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry, I cannot reply to your question. Anyways you can also replace your ingredients following your intuition.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok no problem. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Next two are 1 and a half pounds chicken wings, separated at joints, tips discarded and a quarter of a cup honey.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have the wings and honey.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok great! We are ready to start then! Take a large bowl and mix inside the teriyaki sauce, oyster sauce, soy sauce, ketchup, garlic powder, gin, liquid smoke, and sugar.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Yes they are all mixed together. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! You can now Place the chicken wings in the bowl, cover, and marinate in the refrigerator 8 hours or overnight.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, I let them in the bowl overnight. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Good it's then time to preheat the grill for low heat.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Can I do something in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Not really, when the grill is heated you can oil it.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I have oiled the grill.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Great! You can now arrange chicken on the grill, and discard the marinade.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I have done that. How long should they grill?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "You have to grill the chicken wings on one side for 20 minutes, then turn and brush with honey.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I have turned them. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "You should continue grilling 25 minutes and they should be ready. You will see that the juices run clear.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Yes, it looks they are ready now. Can I eat them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "No, you cannot eat them, you can just look at them. Just kidding, you can eat as many as you want :).", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-34", + "utterance": "Haha you are a funny bot. Too bad you cannot eat. Thanks for your instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/146.1.json b/ai_talks/AMUseBotBackend/dialog/146.1.json new file mode 100644 index 0000000..9c48f66 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/146.1.json @@ -0,0 +1,304 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello!! 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, good morning, today we will prepare some delicious fig bars.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Mmmh I love fig bars!! How many ingredients do I have to prepare for this recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"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": "Great. there are 12 ingredients. Do you want to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I'd like so. Thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; thank;\", \"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. Here they are. 1 cup white sugar and 3 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Good! I have large eggs. Is that ok?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"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": "Sorry I cannot answer that question, but since they are eggs it will be ok. The next two are 7/8 cup all-purpose flour and 1 teaspoon baking powder.", + "bot": true, + "annotations": "fence();\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok! I prepared them.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"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 3 are 1/8 teaspoon salt, 1/4 teaspoon ground cloves and 1/4 teaspoon ground cinnamon.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, also those are ready, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"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 ingredients are 1/2 teaspoon ground allspice and 1 teaspoon vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. What are the next 2?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"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-13", + "utterance": "The next two ingredients are 2 cups chopped dried figs and1 cup chopped walnuts.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good! I also have pine nuts. Can I add those?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot answer that question. It's up to you to decide to change your nuts.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I added some then, I love pine nuts.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Great. the last ingredient is 1 cup confectioners' sugar for rolling.", + "bot": true, + "annotations": "inform_ingredient(ing-11);" + }, + { + "utt_id": "utt-18", + "utterance": "Can I have two more ingredients? Oh ok. I added that! Can we start with the recipe now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes if you are ready, then let's start. First you may preheat the oven to 165 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I did that! Do you know which program should I use on the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Sorry I cannot answer that question, you should preheat the oven.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok no problem! What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Take a large bowl and beat the eggs and mix the sugar until it becomes thick and pale.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, it looks good now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Now you should sift together the flour, baking powder, salt, cloves, cinnamon and allspice.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Now blend this into the egg mixture along with the vanilla.", + "bot": true, + "annotations": "inform_instruction(ac-3-1);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok good, can I eat it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "No, you shouldn't eat it now. We still have to bake it. First fold in the chopped figs and walnuts into the mixture.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Should I chop them before I put them inside?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes, they should be chopped.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-32", + "utterance": "Good I chop them and I added them. What is the next step to follow ?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-33", + "utterance": "Great. Now grease and flour a 9x13 inch baking pan. Then pour in the batter and spread evenly.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok. So I should spread the mixture in the pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes, you should spread it evenly.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok done! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Now it's time to bake. You should bake for 20 to 25 minutes in the preheated oven.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok good. I baked for 25 mins! How do I see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-39", + "utterance": "It should become lightly toasted.", + "bot": true, + "annotations": "inform_duration(cond-6-0);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. It looks a bit toasted now. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-41", + "utterance": "Now let it cool. When it's cool you should cut into squares and roll the squares in confectioners' sugar.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok it's cool now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-43", + "utterance": "Great. Did you cut it into bars and roll the squares in confectioners' sugar.?", + "bot": true, + "annotations": "verify(inst-7);" + }, + { + "utt_id": "utt-44", + "utterance": "I am wondering how big the squares should be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-45", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-46", + "utterance": "Ok. I will make some squares then! I did them. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-47", + "utterance": "That was all. Enjoy your fig bars!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-48", + "utterance": "Mmmh I'll get at that right away! Thank you bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-49", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/147.1.json b/ai_talks/AMUseBotBackend/dialog/147.1.json new file mode 100644 index 0000000..b87ffa7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/147.1.json @@ -0,0 +1,136 @@ +{ + "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! Today we are gonna make carrot and coriander soup, a nice and healthy dish for the winter! Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Hm that sounds delicious. 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 4 ingredients. Would you like to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "Great! The first two are 4 large carrots, 1 inch pieces and one quarter of a large onion, chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I have them. What are the next 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-7", + "utterance": "Good! The next two ingredients are 1 quart of vegetable broth and half a cup of chopped fresh cilantro.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. I have them ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"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": "Good! Are you ready to start with the recipe?", + "bot": true, + "annotations": "propose_start_instruction();" + }, + { + "utt_id": "utt-10", + "utterance": "Yes I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Great! as a start, place the carrots, onion, vegetable broth and cilantro into a large saucepan.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, they are in the saucepan. What should I do with it?", + "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-13", + "utterance": "You should bring to a boil, and cook until the carrots are tender, about 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, ten minutes has passed. Is it ready?", + "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-15", + "utterance": "After 10 minutes you have to remove it from heat and allow to cool slightly.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have done that. How long should it cool?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry I cannot reply to that. It should cool a little bit. When you feel it's cool enough, you can puree the soup until smooth, using a blender or food processor.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, is there something else I should do still, or can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "You can just reheat it if you like it warm. Otherwise, you can just enjoy it! :).", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok thanks! It looks nice and healthy.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "It's a pleasure!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/148.1.json b/ai_talks/AMUseBotBackend/dialog/148.1.json new file mode 100644 index 0000000..38d2a31 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/148.1.json @@ -0,0 +1,364 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! 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 Baked Fettuccine Lasagna. Do you like Italian cuisine?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I love Italian cuisine I think it's the best in the world. 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": "I'm happy I may instruct you today making this lasagna. You will need 14 ingredients. Do you want to prepare all of them?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I'd like to prepare them first, thank you!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; thank;\", \"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 two ingredients are 12 ounces dry fettuccine pasta and optional 1 pound lean ground beef. Do you want beef in the lasagna?", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Yes please I'd like beef in the lasagna. I got these ingredients ready, what should I do next?", + "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-7", + "utterance": "Good. Next is 1 cup chopped onion, 1 cup red bell pepper, chopped, and 1 tablespoon butter.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Okay good, can I use margarine instead of butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Okay no problem, could I have two more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes, 1 can diced tomatoes and 1 can sliced mushrooms.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\n" + }, + { + "utt_id": "utt-12", + "utterance": "Okay, could I have the exact weight of the cans please?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes, the first can is 29 ounce and the second is 4 ounce.", + "bot": true, + "annotations": "inform_amount(ing-4);\r\ninform_amount(ing-5);\r\n" + }, + { + "utt_id": "utt-14", + "utterance": "Good. Thank you. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes, there are 7 more. The next 3 ingredients are 3 tablespoons chopped black olives, 2 teaspoons dried oregano and 1 cup shredded Cheddar cheese.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Okay good, I prepared. What next?", + "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-17", + "utterance": "Good. Next is 1 cup shredded mozzarella cheese and 1 can condensed cream of mushroom soup.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-18", + "utterance": "Okay good. How big should the can of cream be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "It should be 10.75 ounce.", + "bot": true, + "annotations": "inform_amount(ing-11);" + }, + { + "utt_id": "utt-20", + "utterance": "Okay good. Thanks. What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-21", + "utterance": "The last two ingredients are 1/4 cup beef broth and 1/4 cup grated Parmesan cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\n" + }, + { + "utt_id": "utt-22", + "utterance": "Okay good. I have them ready. Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Great. Let's start. Bring a large pot of lightly salted water to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Okay it is boiling. What 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-25", + "utterance": "Good now cook the pasta for 8 to 10 minutes, or until \"al dente\".", + "bot": true, + "annotations": "inform_instruction(ac-1-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Okay I cooked it for six minutes because I like it al dente. Is that okay with you?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes, now drain it.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-28", + "utterance": "Okay, it is drained now. What is the next step to follow?", + "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-29", + "utterance": "Take a large skillet and brown the beef. Use medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-30", + "utterance": "Okay good, for how long should I cook the beef?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "You should brown it and then drain fat from the pan and transfer meat to a bowl.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-32", + "utterance": "Okay, done. The meat is in the bowl. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Now use the same skillet and cook the onion and bell pepper in butter until tender.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-34", + "utterance": "Okay the onions are now tender. What next?", + "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-35", + "utterance": "Now stir in the tomatoes, mushrooms, olives, and beef, and season with oregano.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-36", + "utterance": "I added all of that. What next?", + "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-37", + "utterance": "Let is simmer for 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-38", + "utterance": "Okay, is there something about that I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "In the meantime, you can preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-40", + "utterance": "Okay, the oven is not warm and 10 minutes passed. What is the next step to follow?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; 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-41", + "utterance": "Great. Now lightly grease a 9x13 inch baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-42", + "utterance": "Okay I did that, should I put the mixture in the pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-43", + "utterance": "Now we will prepare the lasagna. Arrange half of the cooked fettuccine in the prepared dish and then top with half of the beef and vegetable mixture.", + "bot": true, + "annotations": "inform_instruction(ac-9-0);" + }, + { + "utt_id": "utt-44", + "utterance": "Okay I will try to change it and vegetable and beef mixture. Should I put another layer now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-45", + "utterance": "First sprinkle this layer with 1/2 cup of Cheddar cheese and 1/2 cup of mozzarella cheese.", + "bot": true, + "annotations": "inform_instruction(ac-9-1);" + }, + { + "utt_id": "utt-46", + "utterance": "Okay I added cheddar and mozzarella. What a great cheese combination. What next?", + "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-47", + "utterance": "Now repeat the layers.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-48", + "utterance": "Okay I made another layer. What should I do now?", + "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-49", + "utterance": "Now mix together the soup and beef broth until it becomes smooth and then pour it over the casserole.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-50", + "utterance": "Okay, good. I poured the soup and broth on the lasagna. What is the next step?", + "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-51", + "utterance": "Good sprinkle with some delicious Parmesan cheese.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-52", + "utterance": "Okay I sprinkled the Parmesan. Should I now put the lasagna in the oven?", + "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-53", + "utterance": "Yes, it is time. Now bake the lasagna in the preheated oven for 30 to 35 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-54", + "utterance": "Okay, how do I see that it's ready?", + "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-55", + "utterance": "It is ready when the lasagna is all heated through.", + "bot": true, + "annotations": "inform_duration(cond-13-0);" + }, + { + "utt_id": "utt-56", + "utterance": "Okay good. Can I eat it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-57", + "utterance": "Yes, go ahead and enjoy. Buon Appetito.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-58", + "utterance": "Mmmh, it smells great. I love authentic Italian cuisine! Thank you for this recipe bot :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-59", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/149.1.json b/ai_talks/AMUseBotBackend/dialog/149.1.json new file mode 100644 index 0000000..c1e3e05 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/149.1.json @@ -0,0 +1,190 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi there. How do I make barbecued shredded beef?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi. In order to prepare barbecued shredded beef, you will need 10 ingredients. Would you like to prepare them beforehand?", + "bot": true, + "annotations": "greeting();\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes please. What are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "Good! The first two ingredients are 3 pounds of beef roast and two onions, chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok ready. What is next?", + "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": "Okay! The next two ingredients are two cans of beer and 6 teaspoons Worchestershire sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "What size should the cans be?", + "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": "They can should be 12 ounces each. The cans should be 12 ounces each. The next two ingredients are 2 teaspoons of liquid smoke flavouring and 2 teaspoons of garlic powder.", + "bot": true, + "annotations": "inform_amount(ing-2);\r\ninform_amount(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good! The next two ingredients are 2 teaspoons of ground black pepper and salt to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "The last two ingredients are one bottle of barbecue sauce and 2 cups of water.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);\r\n" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, is there any indication of what the size or brand should be of the bottle?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "The barbecue sauce bottle should be an 18 ounces one.", + "bot": true, + "annotations": "inform_amount(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. I have them ready. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! You can start by preheating the oven at 135 C.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. What can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "You can place the roast in a large roasting pan and scatter chopped onions over.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Good then you can take a large bowl, combine Worcestershire sauce, liquid smoke, garlic powder, salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok ready, what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "You can pour in the beer, stir and add to roasting pan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, all of it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry I don't understand your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Should I pour in all of the beer?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes, you should pour in all of the beer. Now you can add water to the top of beef. Then you cover and cook in the oven for 4 to 5 hours.", + "bot": true, + "annotations": "affirm();\r\nrepeat(ac-3-0);\r\ninform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, is there anything I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Not really, you can wait until the meat is cooked. When it's cooked you can shred the meat with two forks and then add barbecue sauce and mix well.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok it looks good now, I have done with you said. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "You can eat it now!! Enjoy your meal! :-).", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. thanks it smells great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/150.1.json b/ai_talks/AMUseBotBackend/dialog/150.1.json new file mode 100644 index 0000000..0ec0979 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/150.1.json @@ -0,0 +1,346 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello, what are we cooking 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 German chocolate brownie cookies. Do you like German pastries?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I love German pastry! 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 17 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Okay good. Could you give me the ingredients first?", + "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-5", + "utterance": "Sure, the first 3 ingredients are 1 and 1/2 cups packed brown sugar, 2/3 cup shortening and 1 tablespoon water.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Okay good. Can I use Stevia instead of brown sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Okay no problem. Can I have 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-9", + "utterance": "Sure the next two ingredients are 1 teaspoon vanilla extract and 2 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Okay good. Can I have more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "The next ingredients are 1 and 1/2 cups all-purpose flour, 1/3 cup unsweetened cocoa powder and 1/2 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Good. Can I use whole-wheat flour instead of the all-purpose one?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Okay no problem. Can you tell me two more ingredients please?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes, the next two ingredients are 1/4 teaspoon baking soda and 2 cups semisweet chocolate chips.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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-17", + "utterance": "Yes, the next are: 1/2 cup evaporated milk ,1/2 cup white sugar and 1/4 cup shortening.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);\r\ninform_ingredient(ing-12);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good. Can I use brown sugar instead of white sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok no problem! Are there more ingredients to prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-13\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "The next two ingredients are 2 egg yolks, beaten. And 1/2 teaspoon vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, eggs and vanilla extract are ready! What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-15\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "The last two ingredients are 1/2 cup chopped pecans and 1/2 cup flaked coconut.", + "bot": true, + "annotations": "inform_ingredient(ing-15);\r\ninform_ingredient(ing-16);" + }, + { + "utt_id": "utt-24", + "utterance": "Could you repeat the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-16\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"ing-15\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Half a cup chopped pecans.", + "bot": true, + "annotations": "repeat(ing-15);" + }, + { + "utt_id": "utt-26", + "utterance": "Oh Ok good! Then we can start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-15\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes, let's start. First combine brown sugar, 2/3 cup shortening, water, and 1 teaspoon vanilla in a large bowl.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. I did that! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Next step is to beat the eggs in the mixture.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I added them! Should I put them one by one?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes, and beat them in the mixture.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok good! What is the next step to follow?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "Now take another bowl and combine 4 ingredients: flour, cocoa, salt, and baking soda.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I combined them! Should I use all the salt?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes, use all the salt and mix this mixture until it becomes creamy and blended.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok good. It's creamy now. I love creamy. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-37", + "utterance": "Great. Now stir in the chocolate chips.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok, the chocolate chips are in! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "Now mix both the mixtures together.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. I mixed the mixtures! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-41", + "utterance": "Now drop rounded tablespoonfuls of the dough mix onto an ungreased baking sheet about 2 inches apart.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok, I did that. Should I repeat that more times?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "You should finish the dough mix.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok. The mix is finished! Should I bake them now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-45", + "utterance": "Now place cookie sheet in the middle of the oven.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok good! How warm should the oven be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-47", + "utterance": "Sorry I don't have instructions to bake them. You should just cool them for 2 minutes on baking sheet. After remove cookies to wire rack to cool completely.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok. I guess I will follow my heart :). They are cool now, is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-49", + "utterance": "No, not yet. We should still make froasting. Take a medium saucepan and combine the evaporated milk, white sugar, 1/4 cup shortening, and egg yolks.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok. I mixed the ingredients. What should I do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-51", + "utterance": "Now stir in 1/2 teaspoon vanilla, pecans, and coconut into the warm mixture.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-52", + "utterance": "Ok, I did that. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-53", + "utterance": "Now let it cool completely, and frost cooled cookies.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok. I frosted them with the mixture once it cooled. Is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-55", + "utterance": "Yes, it is over. I hope you enjoy the German chocolate brownie cookies.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-56", + "utterance": "I love them! Thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 29}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/151.1.json b/ai_talks/AMUseBotBackend/dialog/151.1.json new file mode 100644 index 0000000..5f9cecb --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/151.1.json @@ -0,0 +1,172 @@ +{ + "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": "Hello! Today we are gonna prepare Dutch cream waffles! Do you like Dutch cuisine?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Oh wow that sounds great. I think Dutch cuisine is just great.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice! There are 5 ingredients, would you like to prepare them first?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Sure, what are the ingredients?", + "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-5", + "utterance": "The first two ingredients are 1 cup all-purpose flour and one fourth of a teaspoon of salt.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok could I use almond meal/flour instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I can't reply to your question. You can always try to change the ingredients following your intuition.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok no problem, what are the next 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-9", + "utterance": "The next three ingredients are three egg yolks, three egg whites and one cup heavy whipping cream.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok no problem bot. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Okay it's now time to take a large mixing bowl and combine flour and salt inside.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": " Now do you small mixing bowl and beat the egg yolks on low while adding cream.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Alright I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! You can now beat that for one minute.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok 1 minute has passed. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "You can now add the flour to the mixture. You can combine on low speed and then beat on medium high until it becomes smooth.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Alright, it looks smooth now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Okay good! Now take a small mixing bowl and, with clean beaters, beat the egg whites on high until stiff peaks from them.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You should now gently fold it into the batter.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok alright I folded it into the batter.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! It's now time to bake it in a preheated waffle iron according to manufacturers directions.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have done that. Is there something else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "You can serve them with warm maple syrup or fresh fruit in season, that is up to you! I hope you enjoyed the recipe !", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\nenjoy();" + }, + { + "utt_id": "utt-26", + "utterance": "It looks great! thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/152.1.json b/ai_talks/AMUseBotBackend/dialog/152.1.json new file mode 100644 index 0000000..8166947 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/152.1.json @@ -0,0 +1,226 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello bot! What are we going to 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 glazed ham. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I'm very ready! How many ingredients are there?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great there are 7 ingredients. Do you want to prepare them?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": " I'd like to prepare them first thank you.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; thank;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first ingredients is very important: 1 (8 pound) bone-in shank ham 4 cups water, or as needed. The second ingredients is 4 cups water, or as needed.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Sorry I didn't understand the first ingredient :).", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "1 (8 pound) bone-in shank ham.", + "bot": true, + "annotations": "repeat(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Oh ok sure, thanks! What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Next is 1/2 cup honey and 1/2 cup brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Okay, good! What are the next ingredients?", + "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-11", + "utterance": "The last 3 ingredients are 2 tablespoons liquid smoke flavoring, 2 tablespoons Worcestershire sauce and 1 pinch ground cloves.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Okay good they are ready what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Now first preheat the oven to 135 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok the oven is preheated. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Now place the ham in a roasting pan and pour in water to a 2 inch depth.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I did that! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Now cover with a tight fitting lid and bake for 6 to 8 hours in the preheated oven.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, 7 hours passed, how do I see that it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question. Now remove from the oven, pour off drippings and reserve.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I did that! what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you should debone the ham. Then remove any excess fat as well, and return to the roasting pan.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I removed bones and fat, is it time to serve it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Not yet. Now skim fat from the top of the drippings, and then discard.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I did that! what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Good now take a small bowl and mix one cup of the drippings with honey, brown sugar, liquid smoke, Worcestershire sauce and cloves.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok! I did that! Should I use all the honey?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes you don't need it afterwards.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok good! what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Now pour this over the ham. Cover the ham and return to the oven. The remaining drippings may be discarded or reserved for other uses.", + "bot": true, + "annotations": "inform_instruction(inst-9);\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I did that! should the oven keep the same temperature then before?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes and bake the ham for another 30 to 40 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok good! I did that. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "Good now just let it stand for 10 minutes before serving.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok good! is there something else I should do? it looks great?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "No all you have to do is fill up your belly with this delicious glaze ham.", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\n" + }, + { + "utt_id": "utt-36", + "utterance": "Mmh noyce! thank you I'll do that!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/153.1.json b/ai_talks/AMUseBotBackend/dialog/153.1.json new file mode 100644 index 0000000..f49a9bc --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/153.1.json @@ -0,0 +1,166 @@ +{ + "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! Today we are making bocconcini salad! Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Cool, I'm ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Good! this recipe has 10 ingredients, would you like to prepare them first?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "Good the first two are 1 pound of bocconcini and 8 cherry tomatoes, halved. Bocconcini are bite-size mozzarella balls.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ah thanks for the clarification! I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; confirm;\", \"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": "Good! the next two are half a cup of chopped green bell pepper and half a cup of chopped celery.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok great I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good! next two are half a cup of Belgian endive leaves and half a cup of coarsely chopped arugula, stems included.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Should the endives leaves be Belgian?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes they should be Belgian endive leaves.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok great I have them. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "Good! next two ingredients are 1 and a half tablespoons of fresh lemon juice and 3 tablespoons extra virgin olive oil.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\n" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have them. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes there is two more ingredients! They are salt and pepper to taste and 2 tablespoons chopped fresh basil leaves.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good I have all of them ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Good! then take a large salad bowl, combine the mozzarella, cherry tomatoes, bell pepper, celery, endive and arugula.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have combined all of them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Good! now Whisk together the lemon juice and olive oil; pour over the salad and season to taste with salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have done that. Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Not yet! :). Did you toss until all the ingredients are thoroughly coated with the dressing?", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok what should I still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "If so you can sprinkle the basil over the salad and serve immediately.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have done that. Ok it looks nice. Was that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes it was! Enjoy your bocconcini salad!!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-26", + "utterance": "Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/154.1.json b/ai_talks/AMUseBotBackend/dialog/154.1.json new file mode 100644 index 0000000..612b2aa --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/154.1.json @@ -0,0 +1,310 @@ +{ + "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 chicken spinach bake.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! Can I have all the ingredients first?", + "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": "Of course. The first 2 ingredients are 3 packages frozen chopped spinach, thawed. And 3 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok! how big should the spinach packages be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "They should be 10 ounce.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good, what are the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "1/2 teaspoon onion salt and 1/2 teaspoon ground nutmeg.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good! which are the next ones?", + "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": "3/4 cup grated Parmesan cheese, divided. 3/4 cup Italian seasoned bread crumbs and 16 skinless, boneless chicken breast halves.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, which are the next ones?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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": "5 tablespoons butter or margarine, melted and 6 tablespoons butter or margarine, divided.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good! I have those ready. Is there any more ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "Great. Yes: 1/4 cup all-purpose flour, 1/2 teaspoon salt and 2 cups milk.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good I have those ready! what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "2 cups shredded Cheddar cheese and 1 cup sliced fresh mushrooms.", + "bot": true, + "annotations": "inform_ingredient(ing-11);\r\ninform_ingredient(ing-12);" + }, + { + "utt_id": "utt-16", + "utterance": " Okay, good! I have them ready. What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-13\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-17", + "utterance": "Good the last two ingredients are 3/4 cup grated Parmesan cheese, divided. And 6 tablespoons butter or margarine, divided.", + "bot": true, + "annotations": "inform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-18", + "utterance": "Okay, good! Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes let's start. First drain and squeeze out the excess moisture from spinach.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Okay, I have done that. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Now beat eggs, onion salt and nutmeg.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Okay I've done that. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Good now add spinach and 1/4 cup Parmesan cheese. Mix it well.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Okay it's done. What is the Next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Now combine bread crumbs and remaining Parmesan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good I did that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-27", + "utterance": "Good now sprinkle chicken with salt and pepper and coat with crumb mixture.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I did that, can I also add cilantro to it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-29", + "utterance": "Sorry I cannot answer that question. Now place the chicken in two greased 13-in baking pans.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I placed it in the pans! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-31", + "utterance": "Now spread 2 tablespoons of the spinach mixture onto each breast.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok i did that! what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-33", + "utterance": "Sprinkle again with remaining crumb mixture. Then drizzle with butter.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Good, I did so, can I use margarine instead?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, no problem, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-37", + "utterance": "Now bake it at 350 degrees Fahrenheit for 35-40 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok I did that, how do I see if it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-39", + "utterance": "It will be ready when the chicken juices run clear.", + "bot": true, + "annotations": "inform_duration(cond-8-0);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok good, no juices now! what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-41", + "utterance": "Good now let's make the sauce. First melt 4 tablespoons butter and then blend in flour and salt. Stir so it will form a smooth paste.", + "bot": true, + "annotations": "inform_instruction(inst-9);\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok it looks smooth now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-43", + "utterance": "Great, now add milk. Cook and stir until it becomes thickened and bubbly.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok it's thick and bubbly now! What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-45", + "utterance": "Then add cheese and stir until it is melted.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok it's melted now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-47", + "utterance": "Now saute mushrooms in the remaining butter and then stir it into the cheese mixture.", + "bot": true, + "annotations": "inform_instruction(inst-13);\r\ninform_instruction(inst-14);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok done!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-49", + "utterance": "Finally carefully pour this sauce over chicken, or pour into a serving bowl and pass. That was all. Enjoy your chicken spinach bake and enjoy your day.", + "bot": true, + "annotations": "inform_instruction(inst-15);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-50", + "utterance": "Yummy! thanks for the recipe bot! Enjoy your day too.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 31}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/155.1.json b/ai_talks/AMUseBotBackend/dialog/155.1.json new file mode 100644 index 0000000..1352521 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/155.1.json @@ -0,0 +1,238 @@ +{ + "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": "Hello! Today we are gonna make Cawl Traditional Welsh Broth. This recipe has 10 ingredients, would you like to prepare them beforehand?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();\r\n" + }, + { + "utt_id": "utt-2", + "utterance": "Ok nice, 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-3", + "utterance": "Good! The first 2 ingredients are 2 quarts of water and 12 ounces of beef shank.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have them, what is next?", + "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": "Goods the next ingredients are too large onions, chopped and 2 large carrots, sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Alright, they are ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "Good, the next two ingredients are One rutabaga, diced and salt and pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the first ingredient ?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "The first ingredient is one rutabaga.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok great thanks for the clarification. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "You are welcome. The next two ingredients are four potatoes, peeled and quartered and 2 sliced leeks.", + "bot": true, + "annotations": "thank();\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have them as well.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Good! The last two ingredients are 1 small Head cabbage, slices and 2 tablespoons chopped fresh parsley.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok ready, can we start with the recipe now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, you can start by bringing water to a boil in a large pot.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok can I do something in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "You can wait until it boils and then place the beef shank in, and simmer for one and a half hour.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have done that. Is there something I can do or wait 1,5 hour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "You should wait and then Let cool overnight.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! you can now Lift meat out, trim off gristle and cut meat into medium sized pieces. Once tou are done you can put that aside.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! you can now skim the fat from surface of stock, or strain through a fine sieve.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I strained it through a fine sieve.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Good! you can now return the stock to heat, and bring it to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok it is boiling.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Good! You can now add onions, carrots and rutabaga.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I added them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Good you now can season with salt and pepper and after that simmer it for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok is there still something I can do in that hour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Not really sorry :) You can maybe read a book? When one hour passed you can add potatoes, and simmer until tender, 15 to 20 minutes.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok it looks tinder now. Is it ready to be eaten?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Not yet, but we are almost there! Stir in leeks, cabbage, parsley and reserved meat.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "Alright, I have done that. What should I do with the meat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-35", + "utterance": "You shoud stir it in the mixture. You now can simmer for 10 minutes, or until cabbage is tender.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I have done that as well. Ok it looks tender.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-37", + "utterance": "Good, you are ready to enjoy!! I hope you'll like it!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Thanks, it looks great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 22}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/156.1.json b/ai_talks/AMUseBotBackend/dialog/156.1.json new file mode 100644 index 0000000..5e91014 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/156.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello what are we going to 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 some delicious chicken tacos.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "That's great! How many ingredients are there in this recipe?", + "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": "It has 14 ingredients. Do you want to prepare all of them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "First you will need 1 pound skinless, boneless chicken breast halves. You should cut them into bite size pieces.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I did that! what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "The next ingredients are 1 cup lemonade, 2 tablespoons olive oil and 1 tablespoon lime juice.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, I just have lemon and not lime, is that ok?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok no problem can I have two more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Ok, the next ones are 1 1/2 teaspoons Worcestershire sauce and 1/2 teaspoon garlic powder.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok can I have more 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-13", + "utterance": "Yes 1/2 teaspoon onion powder, 1 bay leaf and 1 package corn tortillas.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok how big should the package be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "It should be 12 ounce. The next ingredients are 1 head lettuce. It should be shredded. And 2 large tomatoes, chopped.", + "bot": true, + "annotations": "inform_amount(ing-8);\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes there are 3 ingredients left. 1 package shredded sharp Cheddar cheese/ 1 jar salsa and 1 container sour cream.", + "bot": true, + "annotations": "inform_ingredient(ing-11);\r\ninform_ingredient(ing-12);\r\ninform_ingredient(ing-13);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok can I have the quantities of these ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "They are all 8 ounce.", + "bot": true, + "annotations": "inform_amount(ing-11);\r\ninform_amount(ing-12);\r\ninform_amount(ing-13);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok good should we start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes let's start. First take a large skillet and put it over medium heat. Now combine chicken, lemonade, olive oil, lime juice, and Worcestershire sauce.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I did that, should I use all the lime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"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": "Yes. Now season it with garlic powder, onion powder, and bay leaf.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I did that, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Let is simmer for 15 to 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok 20 minutes passed, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Is the chicken no longer pink and are the juices running clear?", + "bot": true, + "annotations": "verify(cond-2-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Yes that's it! what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Great, now warm the tortillas in the oven or microwave until soft. And transfer the chicken to a serving bowl.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok good, for how long should I warm the tortillas in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "They are ready when they become soft.", + "bot": true, + "annotations": "inform_duration(cond-3-0);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok no problem, the tortillas are warm and the chicken is on a serving bowl, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-33", + "utterance": "Ok good. Now place lettuce, tomatoes, cheese, salsa, and sour cream in serving dishes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok done! what next?", + "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-35", + "utterance": "Finally each person can create their own wrap. They can choose their preferred ingredients.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Noyce! so is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes that was all, enjoy the tacos!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Thanks!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 21}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/157.1.json b/ai_talks/AMUseBotBackend/dialog/157.1.json new file mode 100644 index 0000000..01780d7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/157.1.json @@ -0,0 +1,112 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi how do I make biga?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi! In order to make biga you'll need 4 ingredients. Would you like to prepare them first?", + "bot": true, + "annotations": "greeting();\r\nsum_ingredient_list();\r\npropose_list_ingredients();\r\n" + }, + { + "utt_id": "utt-2", + "utterance": "Ok 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-3", + "utterance": "Good! The firs two ingredients are 3 fourths of a easpoon active dry yeast and half a cup warm water.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have them, what is next?", + "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": "Good, the next two ingredients are 3 and a half cups unbleached bread flour and one and one fourth of a cup of cold water.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "Ok alright I have them all ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "Good! then place the warm water in a small bowl, and sprinkle the yeast over the top.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-9", + "utterance": "You can let it stand until the yeast has dissolved and is foam. It will take around 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok it looks ok now. What should I do?", + "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-11", + "utterance": "Good! Now you should measure the flour into a large bowl. After that you can make a well in the center, and pour in the yeast mixture and cold water.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "You now shuld use a sturdy spoon to mix it together until sticky and difficult to stir, but nevertheless thoroughly combined.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I think it looks like your instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Great! Now cover and allow to ferment for 24 hours in the refrigerator before using it. You can store in the refrigerator for up to 2 weeks.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok thanks for the instructions!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/158.1.json b/ai_talks/AMUseBotBackend/dialog/158.1.json new file mode 100644 index 0000000..7676241 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/158.1.json @@ -0,0 +1,232 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hallo Hallo! 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 today we will make some empanadas. We will need to prepare the dough today and tomorrow you can make the empanadas.", + "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 6 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Good, could I have them first so I can prepare them?", + "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-5", + "utterance": "Yes of course. First you need 1/2 cup butter, softened and 1 package cream cheese.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Good, can I use Solo instead of butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question. Do you need the size of the cream cheese package?", + "bot": true, + "annotations": "fence();\r\nother();" + }, + { + "utt_id": "utt-8", + "utterance": "Yes I'd like that please.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-9", + "utterance": "It is 3 ounce. The next two ingredients are 1 cup sifted all-purpose flour and 1 cup fruit preserves.", + "bot": true, + "annotations": "inform_amount(ing-1);\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, can I use lentil flour instead of the all-purpose one?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, no problem, are there more ingredients?", + "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-13", + "utterance": "Yes the last two ingredients are 1/3 cup white sugar and 1 teaspoon ground cinnamon.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good should we start then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes let's start making the dough today. First Cream butter and cream cheese together until smoothly blended.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good it looks smooth now, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Good now beat in the flour.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok done! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Then you should shape the dough into a smooth ball. Then wrap in foil or cling wrap and refrigerate overnight.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok it's in the fridge now. Good night.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "You too.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-22", + "utterance": "Good morning, can I take it out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Good morning, yes you can. Also start heating the oven to 190 degrees Celsius.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok good! I took the dough out and the oven is heated, what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Now roll the chilled dough thin and cut with a 3 or 4 inch round cookie cutter.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I did that, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "The next step is to place a small spoonful of jam in the center of each round. After you should moisten the edges with water.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, I put the jam and moistened the edges with water. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Good. Now fold round over and press edges together.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok done!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Now bake the empanadas on an ungreased cookie sheet 15 to 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "What is the next step? Ok 20 minutes passed, how do I see that they are ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction; req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "You should bake them for 15-20 minutes. After that you should immediately roll them in sugar mixed with cinnamon. This is the traditional wa. Or in confectioners' sugar if preferred.", + "bot": true, + "annotations": "inform_duration(dur-9-0);\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I used confectionate sugar, I felt kind of funky. Is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "Great. Yes that was all. Enjoy your empanadas.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Nice, thanks!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-37", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/159.1.json b/ai_talks/AMUseBotBackend/dialog/159.1.json new file mode 100644 index 0000000..24a0646 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/159.1.json @@ -0,0 +1,160 @@ +{ + "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, today we are making dilled garlic! A tasty recipe with 5 ingredients! Are you ready?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Nice, I'm ready.", + "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 can start by preparing the ingredient. The first two are 2 of pounds of garlic and one sprig of chopped fresh dill.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "What is 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": "One sprig of chopped fresh dill.", + "bot": true, + "annotations": "repeat(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them ready. What is next?", + "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-7", + "utterance": "Good! Next two ingredients are a 4 and a half cups of distilled white vinegar and 4 tablespoons of salt.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "OK I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Nice, the last ingredient is Cayenne pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "You can start by filling some sterile containers with garlic, chopped fresh dill and cayenne pepper to within an inch of the top.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok how large should the containers be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot reply to that question :(.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok no problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Next step is to mix the distilled white vinegar and salt in a medium saucepan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have done that. Should I put it on high heat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "You should bring it to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok it is boiling.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Good, now put the hot distilled white vinegar and salt mixture into the containers with the garlic mixture.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok they are in as well. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "Did you fill to approximately 1/4 inch from the top?", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Yes I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Good you can now seal and store in the refrigerator. The recipe is now ready!", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nend_recipe();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-25", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/160.1.json b/ai_talks/AMUseBotBackend/dialog/160.1.json new file mode 100644 index 0000000..e1499ff --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/160.1.json @@ -0,0 +1,448 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello bot! What are we going to 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! we will prepare Elizabeths extreme chocolate lovers cake. Are you an extreme chocolate lover?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Of course I am!! How many ingredients does this recipe have?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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": "Great. It will be a long recipe with 19 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Wow! Could you tell me the ingredients first?", + "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-5", + "utterance": "Yes. The first two ingredients are 2 1 fourth cups all-purpose flour and 2 teaspoons baking soda.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "OK good, what are the next ones?", + "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": "1/2 teaspoon salt and 6 (1 ounce) squares unsweetened chocolate, chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Okay good I have those ready. What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Good next is 1/2 cup unsalted butter, 2 1/2 cups dark brown sugar and 3 eggs.", + "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 also have those ready. What are the next ingredients?", + "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": "1 and 1/2 tablespoons vanilla extract, 1 cup sour cream and 1 cup water.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-12", + "utterance": "Good, what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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": "6 (1 ounce) squares unsweetened chocolate, chopped and 1/4 cup unsalted butter.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-14", + "utterance": "Okay good, could I use margarine instead of butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Okay no problem, tell me the next 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-17", + "utterance": "1 egg yolk , 4 cups confectioners' sugar and 2 tablespoons vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-18", + "utterance": "Good, are the ingredients over?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-15\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Not yet there are 4 more. The next two are 2 tablespoons heavy cream and 1 package cream cheese, softened.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-15);\r\ninform_ingredient(ing-16);" + }, + { + "utt_id": "utt-20", + "utterance": "Okay good, how big should be cream cheese package?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-16\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"ing-16\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "It should be 8 ounce. The last two ingredients are 2 cups bittersweet chocolate chips and 1 cup heavy cream.", + "bot": true, + "annotations": "inform_amount(ing-16);\r\ninform_ingredient(ing-17);\r\ninform_ingredient(ing-18);" + }, + { + "utt_id": "utt-22", + "utterance": "Okay good, what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-18\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-23", + "utterance": "Now let's start with the recipe. First already preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Okay, I did that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-25", + "utterance": "You may grease and flour 2 (9 inch) pans.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Hey, I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-27", + "utterance": "Sift together the flour, baking soda and salt and then set aside.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Okay, good.should I use all the flour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-30", + "utterance": "Okay, good. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-31", + "utterance": "Now take a double boiler and heat 6 ounces of chocolate. Keep stirring occasionally, until chocolate becomes melted and smooth. Afterwards, remove from heat and allow to cool to lukewarm.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Okay, the chocolate looks smooth, and I removed it from the heat. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-33", + "utterance": "Nothing for now. Take a large bowl and cream together the butter and brown sugar until it becomes light and fluffy.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Okay, it looks fluffy now. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-35", + "utterance": "Good, now beat in the eggs one at a time. Then stir in 1 and 1/2 teaspoon vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\n" + }, + { + "utt_id": "utt-36", + "utterance": "Okay I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-37", + "utterance": "Good. Now stir in the melted chocolate.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Okay, the chocolate is in. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-39", + "utterance": "Nice, now beat in the flour mixture alternately with the sour cream.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok, I am adding flour mixture and sour cream. Should I put them together at the same time?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-41", + "utterance": "No you should alternate the two.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-42", + "utterance": "Ok, good. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-43", + "utterance": "Now stir in the boiling water. The batter will become thin.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok, the water is inside now, what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-45", + "utterance": "Great. Now pour this batter into the prepared pans.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-46", + "utterance": "Hey, I put it in.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-47", + "utterance": "Good. Now bake it in the preheated oven for 35 to 40 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-48", + "utterance": "Okay, 30 minutes past. How do I see that it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-49", + "utterance": "It will be ready when you can insert a toothpick into the center of the cake and it comes out clean : ).", + "bot": true, + "annotations": "inform_duration(cond-12-0);" + }, + { + "utt_id": "utt-50", + "utterance": "Ok, now it looks good! Is it ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-51", + "utterance": "Good, yes take it out and let it cool in the pan for 10 minutes. Then turn out onto a wire rack and let it cool completely.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-52", + "utterance": "Ok it's cool now! Is it ready to eat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-53", + "utterance": "Good. No, not yet.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-54", + "utterance": "Good, what is the next step then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-55", + "utterance": "We have to prepare the Chocolate Buttercream Frosting. In the top of a double boiler, heat 6 ounces chocolate, stirring occasionally, until chocolate is melted and smooth.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok the chocolate looks smooth now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-57", + "utterance": "Take a large bowl and whip the butter for about 10 minutes until it is super fluffy, beat in egg yolk as well.", + "bot": true, + "annotations": "inform_instruction(inst-15);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok I did that. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 35, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 36}" + }, + { + "utt_id": "utt-59", + "utterance": "Now gradually blend in the confectioners' sugar, alternating with 2 tablespoons vanilla and 2 tablespoons cream. Afterwards blend in the melted chocolate.", + "bot": true, + "annotations": "inform_instruction(inst-16);" + }, + { + "utt_id": "utt-60", + "utterance": "Okay, I did that. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 36, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 37}" + }, + { + "utt_id": "utt-61", + "utterance": "Also beat in the softened cream cheese. Set aside. Now let's make the Ganache. Take a large saucepan and combine chocolate chips and 1 cup heavy cream.", + "bot": true, + "annotations": "inform_instruction(inst-17);\r\ninform_instruction(inst-18);" + }, + { + "utt_id": "utt-62", + "utterance": "Ok, I love ganesh, how should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 38, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 39}" + }, + { + "utt_id": "utt-63", + "utterance": "Then heat it and stir constantly, until the chocolate is melted and smooth.", + "bot": true, + "annotations": "inform_instruction(inst-19);" + }, + { + "utt_id": "utt-64", + "utterance": "Okay the chocolate looks smooth. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 39, \"tracker_requested_step\": \"inst-20\", \"tracker_requested_step_num\": 40}" + }, + { + "utt_id": "utt-65", + "utterance": "Now remove from heat and set aside. It is time to assemble the cake. Cover the bottom cake layer with as much ganache as desired.", + "bot": true, + "annotations": "inform_instruction(inst-20);\r\ninform_instruction(inst-21);" + }, + { + "utt_id": "utt-66", + "utterance": "Ok there is ganesh on the bottom. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-21\", \"tracker_completed_step_num\": 41, \"tracker_requested_step\": \"inst-22\", \"tracker_requested_step_num\": 42}" + }, + { + "utt_id": "utt-67", + "utterance": "Good now refrigerate for 5 minutes, or until the ganache has set.", + "bot": true, + "annotations": "inform_instruction(inst-22);" + }, + { + "utt_id": "utt-68", + "utterance": "Ok I minutes past. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-22\", \"tracker_completed_step_num\": 42, \"tracker_requested_step\": \"inst-23\", \"tracker_requested_step_num\": 43}" + }, + { + "utt_id": "utt-69", + "utterance": "Good now spread the frosting over the ganache. And cover with the top layer of cake.", + "bot": true, + "annotations": "inform_instruction(inst-23);\r\ninform_instruction(inst-24);" + }, + { + "utt_id": "utt-70", + "utterance": "Okay, I did that. Is it ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-24\", \"tracker_completed_step_num\": 44, \"tracker_requested_step\": \"inst-25\", \"tracker_requested_step_num\": 45}" + }, + { + "utt_id": "utt-71", + "utterance": "Good now frost the top and sides with buttercream and garnish with more ganache. That was all. I hope you enjoy your Elizabeths Extreme Chocolate Lovers Cake.", + "bot": true, + "annotations": "inform_instruction(inst-25);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-72", + "utterance": "I love it!!! I love chocolate :-) thank you for the recipe bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-25\", \"tracker_completed_step_num\": 45, \"tracker_requested_step\": \"inst-25\", \"tracker_requested_step_num\": 45}" + }, + { + "utt_id": "utt-73", + "utterance": "Great, you are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/161.1.json b/ai_talks/AMUseBotBackend/dialog/161.1.json new file mode 100644 index 0000000..7fa55a7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/161.1.json @@ -0,0 +1,226 @@ +{ + "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! Today we are going to make brownie mix in a jar. Do you like brownies?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Great, yes I'm ready for some brownies.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Good! You will need six ingredients. Would you like to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "Okay! The first two ingredients are half a cup of flaked coconut and half a cup of white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "Ok can I use brown sugar instead as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot reply to your question. But you can always change the ingredients following your intuition.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok what are the next 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-9", + "utterance": "The next two ingredients are 2 cups of packed brown sugar and 2 cups of all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Ok alright I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Good! The next and last two ingredients are one in a half teaspoon of baking powder and one quarter of a teaspoon of salt.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok easy I have them as well.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "The last 3 ingredients are 3/4 cup softened butter or margarine, 2 eggs and 2 teaspoons vanilla.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good I have them all.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! Now mix together the flour, salt and baking powder.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Add three fourths of butter or margarine at room temperature.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok how long should it be there?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry, I cannot reply to your question. You now mix into eggs, lightly beaten and 2 teaspoons vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "OK I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You can add three fourths of a cup of butter or margarine. And mixing two eggs, slightly beaten and 2 teaspoons vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that as well.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, now spread batter into a spread 9 x 13\" metal pan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "No bake at 190 degrees C for 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok how do I know if it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Sorry, I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok no problem , what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "We should now cool it for 15 minutes in a baking pan..", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok nice. Anything I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Not really, you can now cut brownies into 1 and a half inches squares.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I have done that. What else should I still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "You now cool completely in a pan.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I have done that. Can I eat them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes you can eat them! Enjoy!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Great, they look amazing. Thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/162.1.json b/ai_talks/AMUseBotBackend/dialog/162.1.json new file mode 100644 index 0000000..6e34162 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/162.1.json @@ -0,0 +1,298 @@ +{ + "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}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/163.1.json b/ai_talks/AMUseBotBackend/dialog/163.1.json new file mode 100644 index 0000000..e64967b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/163.1.json @@ -0,0 +1,280 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi what are 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 today we are gonna make Arroz con Pollo. This recipe has 13 ingredients. Would you like to prepare them beforehand?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Incredible, I can always eat some pollito. 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-3", + "utterance": "The first two ingredients are 1 whole chicken, cut into pieces and 1 tablespoon olive oil.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok how large should the chicken be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The chicken should be 2 to 3 pounds.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have it. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "Next two ingredients are 2 onions, chopped and 3 cloves garlic, crushed.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good, next two are half a green bell pepper, chopped and half a can of tomato sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "What is the size of the can?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "The can should be 15 ounces.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good, what is next?", + "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-13", + "utterance": "Next two ingredients are 1 pinch saffron and salt to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, next two are 2 cubes chicken bouillon and one and a half uncooked white rice.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok can I also use brown rice?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry, I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok no problem. What is next?", + "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-19", + "utterance": "The next two ingredients are 1 cup of beer and one can of peas, drained.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok what is the size of the can?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "The can should be 15 ounces.", + "bot": true, + "annotations": "inform_amount(ing-11);" + }, + { + "utt_id": "utt-22", + "utterance": "OK I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, the last ingredient is half a red bell pepper, roasted and sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-12);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok can it also be a green bell pepper?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-25", + "utterance": "We will use both red and green bell peppers. I already put the red bell peppers in the ingredients.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-26", + "utterance": "True, thanks for the reminder. Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Good, now we can start! Heat the oil in a large skillet over medium high heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Good, now saute the chicken until it becomes lightly browned. After that you can put it aside.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok how long will it take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry, I cannot reply to that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok the chicken is lightly browned.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-33", + "utterance": "Good, Then put it aside and saute onion, garlic and green bell pepper until soft.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok in the same pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-35", + "utterance": "No, you have to remove the chicken from the pan before.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-36", + "utterance": "Yes I have done that. The onion, garlic and green bell pepper are soft.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-37", + "utterance": "Okay, good now still in tomato sauce, saffron, salt and do you return pieces of chicken to skillet.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-39", + "utterance": "Good, now cook for 10 minutes, and then add rise and reduce heat to low.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-41", + "utterance": "Next step is to add beer and simmer for 8 to 10 minutes. You can stir occasionally, until the rice is tender.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok the rice looks tinder now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-43", + "utterance": "Good, now you can stir in the peas with liquid and garnish with roasted red bell pepper. After this you will be ready to enjoy your dish!", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok I have done that. It looks great! Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-45", + "utterance": "Thank you for coming!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/164.1.json b/ai_talks/AMUseBotBackend/dialog/164.1.json new file mode 100644 index 0000000..8b96f34 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/164.1.json @@ -0,0 +1,232 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello 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 there, today we will make those Famous Caramel Cookie Bars.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! I love cookies! Are there many ingredients in this recipe?", + "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": "No, there are only 4 ingredients.", + "bot": true, + "annotations": "negate();\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good could you tell me the ingredients first then?", + "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-5", + "utterance": "Sure the first ingredient is 40 rectangular shortbread cookies.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good, can you tell me more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "35 individually wrapped caramels, unwrapped.", + "bot": true, + "annotations": "inform_ingredient(ing-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good, what is the next 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-9", + "utterance": "The last two ingredients are 1/4 cup water and 4 cups milk chocolate chips.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok great! Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes firstl line baking sheets or trays with waxed paper.", + "bot": true, + "annotations": "affirm();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I did that, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"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": "Place the shortbread cookies on a baking sheet or tray.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, I placed the cookies on the tray. What is the next step?", + "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": "Good now in a small saucepan over medium-low heat, you should melt the caramels in water, stirring frequently.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, good I am doing that, the mixture looks good now. What should I do with it?", + "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": "Now spoon a thin line of caramel over each cookie.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I did that, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "Now place cookies in the refrigerator until caramel is set.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, how long will that take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-21", + "utterance": "Sorry I cannot answer that question. It is ok when the caramel is set.", + "bot": true, + "annotations": "fence();\r\ninform_duration(cond-3-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok no problem, the caramel is set now. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "Good now line the baking sheets or trays with waxed paper.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I did that, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "Now melt the chocolate in a double boiler over simmering water.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok the chocolate looks nicely melted now, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-27", + "utterance": "Now dip the cookies in the chocolate. Do it one at a time. You should tap against the side of the bowl to remove excess.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok good, should I use all of the chocolate mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes use all of it.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok good, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-31", + "utterance": "Now place the cookies on the prepared sheets and let them rest at room temperature several hours.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok good, they are resting now. What now? is there something else I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-33", + "utterance": "Great. When they are set then you are ready to enjoy your Famous Caramel Cookie Bars.", + "bot": true, + "annotations": "inform_duration(cond-7-0);\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Great! they look delicious :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-35", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + }, + { + "utt_id": "utt-36", + "utterance": "Thanks bot, see you next week, enjoy your weekend! :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-37", + "utterance": "You as well!", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/165.1.json b/ai_talks/AMUseBotBackend/dialog/165.1.json new file mode 100644 index 0000000..5d15e37 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/165.1.json @@ -0,0 +1,268 @@ +{ + "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! Today we are going to make coq au vin all'Italiana! It's an Italian recipe with 13 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": "Sounds good, yes I'm ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice! do you want to prepare the ingredients beforehand?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "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": "Great! the first two ingredients are 4 pounds of dark meat chicken pieces and 1 tablespoon vegetable oil.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them. Should I do something with the chicken? Prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"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": "Not yet, the next two ingredients are 5 cloves of crushed garlic and half a cup all-purpose flour.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Alright, Ok I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good, the next two are 1 teaspoon poultry seasoning and 3 links of sweet Italian sausage, sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok 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-11", + "utterance": "The next two ingredients are 1 cup of chopped onions and 3 carrots, sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good I have them as well. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Good! next two ingredients are half a pound of fresh mushrooms, sliced and half a teaspoon dried rosemary.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok can I also use fresh rosemary instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "I don't really know, but you can always follow your instinct and change one of the ingredients.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok thanks, what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "No problem! Next two ingredients are 1 cup red wine 1 can whole peeled tomatoes and salt and pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);\r\ninform_ingredient(ing-12);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok how big should the can be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "The can should be 14.5 ounce.", + "bot": true, + "annotations": "inform_amount(ing-11);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok are there more ingredients left?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "No, there are no more ingredients left, do you want to start with the recipe?", + "bot": true, + "annotations": "negate();\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-22", + "utterance": "Good yes let's start!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Great! take a large skillet, and heat the oil.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok it looks ok now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Good! you can now add half of the garlic.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok the garlic is in the skillet. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Good, next is to season the flour with poultry seasoning.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Good! now dredge the chicken parts in flour, then brown in the skillet for 4 or 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok how do I know when it is done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry, I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Next add the sausage, and saute for a few minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok it looks ok now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Good! Now add onion, carrots, mushrooms, rosemary and the remaining garlic.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok for how long should I cook it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "You should first stir all together, then add wine and tomatoes, and then stir again. Then cover and let simmer over low heat for 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok good, I have let it simmer for 25 minutes. Is it ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-39", + "utterance": "Not yet. You now season with salt and pepper to taste and let simmer for another 10 minutes.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok good it tasted good now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-41", + "utterance": "Good, you can now let cool covered for 10 minutes, then serve.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok thanks it looks cool!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-43", + "utterance": "Great! Enjoy!!!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/166.1.json b/ai_talks/AMUseBotBackend/dialog/166.1.json new file mode 100644 index 0000000..c3171ad --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/166.1.json @@ -0,0 +1,130 @@ +{ + "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 today we will make Campagnard Sauce. It will be a short recipe.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! How many ingredients does it have?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-3", + "utterance": "It has 5 ingredients. You need to take a bowl and add all of them together.", + "bot": true, + "annotations": "sum_ingredient_list();\r\nfetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Great! Should it be a large bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I cannot answer that question. You will need to add 5 ingredients in the bowl in order to make the sauce.", + "bot": true, + "annotations": "fence();\r\nsimplify_begin(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok no problem! Could you tell me which ingredients should I put in the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-7", + "utterance": "The first two ingredients are 2 cloves garlic, minced. And 1/2 cup goat cheese.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good they are are ready, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-9", + "utterance": "The other 3 are 1 celery stalk, minced. 2 tablespoons balsamic vinegar and 1/2 cup olive oil.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3, ing-4]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, can I use sunflower oil instead?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem, what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Now mix them all together in the bowl and then season to taste with salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, good, I did that, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Now blend it well until the sauce becomes smooth. Then cover, and refrigerate.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Okay, good. For how long should I refrigerate it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "That is up to you. You should serve it chilled.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, it's ready now? Smells great!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes that was all. Enjoy!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Great, thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/167.1.json b/ai_talks/AMUseBotBackend/dialog/167.1.json new file mode 100644 index 0000000..44e08b2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/167.1.json @@ -0,0 +1,238 @@ +{ + "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, today we are making ookie Jar Sugar Cookies! This recipe has 7 ingredients, would you like to prepare them beforehand?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_start_instruction();\r\n" + }, + { + "utt_id": "utt-2", + "utterance": "Great, I love cookies. Yes please I would like to.", + "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": "Nice! The first two ingredients are 1 and a half cups of white sugar and 4 cups of all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have them. What is next?", + "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": "The next two ingredients are 1 teaspoon of baking powder and half a teaspoon of baking soda.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok cool. 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-7", + "utterance": "Next two ingredients are half a teaspoon salt and 3 fourths of a teaspoon ground nutmeg.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok alright, what is next?", + "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 1 teaspoon of vanilla extract and 1 egg.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "I have them now, what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "The last ingredients are 1 cup softened butter or margarine and 1/2 cup sour cream.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Sure! Start by Combining the flour with the baking powder, baking soda, salt and nutmeg.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have done that, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "In a clean 1 liter sized glass jar with a wide mouth layer the white sugar followed by the flour mixture.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Next is to press firmly in place and seal.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Alright. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you shuold, In a large bowl: beat 1 egg with 1 cup softened butter or margarine until light and fluffy.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok it is light and fluffy. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "At low speed of an electric mixer add 1/2 cup sour cream, 1 teaspoon vanilla and contents of Jar.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "You have to mix until combined.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I will do that!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Ok, now remove the dough from the refrigerator.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Now preheat oven to 190 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, is there something I can do in the meatnime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Roll chilled dough out on a lightly floured surface to one eight of an inch thick.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Good, now cut the dough into desired shapes.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Place on an ungreased cookie sheet and bake at 190 degrees C for 10 to 12 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok how do I know when it is done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "Sorry, I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "There is no more steps in the recipe, you are now ready to enjoy!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok good, thanks I will!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/168.1.json b/ai_talks/AMUseBotBackend/dialog/168.1.json new file mode 100644 index 0000000..29debdc --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/168.1.json @@ -0,0 +1,304 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello, what are we going to 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, today we will make a banana kiwi strawberry tart. There are 13 ingredients. Do you want to prepare them?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();\r\n" + }, + { + "utt_id": "utt-2", + "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-3", + "utterance": "The first two ingredients are 1/2 cup all-purpose flour and 1 tablespoon light brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, good, I have them, which 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": "The next ingredients are 1/4 teaspoon ground cinnamon, 1/8 teaspoon salt and 2 tablespoons unsalted butter.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, good, could you tell me the other ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "Next are 1 and 1/2 tablespoons ice water, 1 cup skim milk and 3 egg whites.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-8", + "utterance": "Good, could I use Allmond milk instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry I cannot answer that question. Next are 2 tablespoons white sugar and 1/4 teaspoon vanilla extract.", + "bot": true, + "annotations": "fence();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-10", + "utterance": "Okay, good. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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-11", + "utterance": "1 banana and 1 kiwi. Both peeled and sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, good! Is there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "The last ingredient is 1 cup sliced fresh strawberries. Now take a bowl and sift together the flour, light brown sugar, cinnamon, and salt.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I did that, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "Good now cut in the butter until the mixture resembles coarse crumbs.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Good I did that, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-17", + "utterance": "Afterwards sprinkle the mixture with the ice water, and toss the mixture with a fork until it becomes evenly moistened.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, it looks moistened evenly now, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-19", + "utterance": "Good now pat into a round, and wrap in plastic. Then refrigerate for 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok 30 minutes passed, ehat should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-21", + "utterance": "Now heat the milk until it begins to bubble. Do this in the top half of a double boiler.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, the milk is bubbling, what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you take another bowl. Beat together the egg whites, sugar, and 1 tablespoon of the hot milk.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "The egg is mixed well, I think. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-25", + "utterance": "Afterwards you should whisk the egg white mixture into the remaining hot milk.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, I did that, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-27", + "utterance": "Now cook and stir without boiling about 10 minutes. The mixture should become thick enough to coat the back of a metal spoon.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, i think it's thich enough now. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-29", + "utterance": "Remove from heat and also stir in the vanilla. Let is cool to room temperature.", + "bot": true, + "annotations": "inform_instruction(inst-9);\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, it's cool enough now, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-31", + "utterance": "Now preheat the oven to 190 degrees Celsius. And lightly grease an 8 inch tart pan with a removable bottom.", + "bot": true, + "annotations": "inform_instruction(inst-11);\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, done! should I put the mixture in the pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-33", + "utterance": "Not yet. Now roll the tart dough out to 1/4 inch thickness. Do this on a floured surface.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok it it rolled, what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-35", + "utterance": "Then press the chilled dough into the prepared tart pan. You should trim the edges, and pierce the bottom with a fork.", + "bot": true, + "annotations": "inform_instruction(inst-14);\r\ninform_instruction(inst-15);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I did that! Should I put it in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-37", + "utterance": "Now bake it 15 to 18 minutes in the preheated oven.", + "bot": true, + "annotations": "inform_instruction(inst-16);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok I am baking it, how do I see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-39", + "utterance": "Good, it will be ready when it becomes golden brown.", + "bot": true, + "annotations": "inform_duration(cond-16-0);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok, I think it's good now! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-41", + "utterance": "Now remove the tart to a wire rack and let it cool completely.", + "bot": true, + "annotations": "inform_instruction(inst-17);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok it's cool now. Is it ready to eat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-18\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-43", + "utterance": "When it is cooled you should spoon the filling mixture into the crust and bake again for 18 to 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-18);\r\ninform_instruction(inst-19);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok, I am doing that, how do I see it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-20\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-45", + "utterance": "Good, sorry I cannot answer that question. Take them out and cool to room temperature on a wire rack. Take them out and cool to room temperature on a wire rack.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-20);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok it's cool now! Is it ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-20\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-21\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-47", + "utterance": "Finally refrigerate for 8 hours. I hope you enjoy your Banana Kiwi Strawberry Tart.", + "bot": true, + "annotations": "inform_instruction(inst-21);\r\nenjoy();" + }, + { + "utt_id": "utt-48", + "utterance": "Yess, it's great thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-21\", \"tracker_completed_step_num\": 35, \"tracker_requested_step\": \"inst-21\", \"tracker_requested_step_num\": 35}" + }, + { + "utt_id": "utt-49", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/169.1.json b/ai_talks/AMUseBotBackend/dialog/169.1.json new file mode 100644 index 0000000..5e370f2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/169.1.json @@ -0,0 +1,208 @@ +{ + "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": "Hello, we are gonna make Broccoflower Risotto with Wild Mushrooms.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Nice, is it a long recipe?", + "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": "This recipe has 10 ingredients and 7 steps. Do you consider it long?", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "No it sounds like a medium recipe. Could I have all the ingredients?", + "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-5", + "utterance": "Yes! the first two ingredients are 1 tablespoon butter, unsalted, and 2 cups Broccoflower, diced.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them ready, What is next?", + "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-7", + "utterance": "Good, next two are 2 cups assorted wild mushrooms, chopped and half a white onion, chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(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": "Good, next two are 2 tablespoons of garlic, minced, and 3 cups Arborio rice.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "What kind of rice should I use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "You should use arborio rice.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok thanks. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-13", + "utterance": "Next two ingredients are 9 cups chicken stock, unsalted and 1 pinch fresh ground nutmeg.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have them what is next? Hi, good morning, what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "The next two ingredients are one third of a cup of fresh herbs. And one fourth of a cup of parmesan cheese. The fresh herbs should be tarragon, parsley and chives, diced.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good, so I should choose myself which fresh herbs I can use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "No, The fresh herbs should be tarragon, parsley and chives, diced.", + "bot": true, + "annotations": "negate();\r\nrepeat(ing-8);" + }, + { + "utt_id": "utt-18", + "utterance": "Ah yes I missed that, thanks. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Next and last ingredient is salt and pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\n" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have all the ingredients. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! We can start with the recipe! Melt butter and saute Broccoflower, mushrooms, onions and garlic for 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, is there something I can do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Not really! When it's done remove the sauteed ingredients and place aside.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "In same pan, cook the rice by adding chicken stock one-cup at a time stirring until well incorporated before adding the next cup.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok i think it is well incorporated now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Good! Once the chicken stock is absorbed and rice is tender you can stir in nutmeg, herbs and season with salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok for how long should I leave it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "You leave it until the risotto is cooked, then you stir in the sauteed ingredients, salt and pepper to taste.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok it looks cooked now and I stirred in the salt and pepper.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Good! Then stir in the parmesan cheese before serving and then you are ready to go!", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok thanks it smells good!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "You are welcome, enjoy!", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/170.1.json b/ai_talks/AMUseBotBackend/dialog/170.1.json new file mode 100644 index 0000000..b21bbfd --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/170.1.json @@ -0,0 +1,100 @@ +{ + "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 today we will make a nice simple dipping sauce.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Good 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 8 ingredients which you should combine in a small bowl.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Good! Could you tell me the ingredients?", + "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-5", + "utterance": "The first two ingredients are 1/2 cup mayonnaise and 2 teaspoons ketchup.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good I have them ready, what next?", + "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-7", + "utterance": "Good, the next ingredients are 2 tablespoons prepared horseradish, 1/4 teaspoon paprika and 1/4 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good! What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "1/8 teaspoon dried oregano, 1 dash ground black pepper and cayenne pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok can we start with the recipe now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes the only thing you should do is to combine all the ingredients in a small bowl. Then store it covered in the refrigerator.", + "bot": true, + "annotations": "simplify_begin(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok goo! What can I use this sauce for?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "It is a dipping sauce. It is a common condiment for many types of food. I don't know which specific type food you can use this sauce for.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good I'll try it with pasta! Thanks bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Ok you are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/171.1.json b/ai_talks/AMUseBotBackend/dialog/171.1.json new file mode 100644 index 0000000..d548690 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/171.1.json @@ -0,0 +1,202 @@ +{ + "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! Today we are gonna make A Surprise Inside French Toast. It's a medium recipe with 8 ingredients. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok sounds good, yes!", + "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": "Good! The first two ingredients are 6 slices of french bread and one fourth of a cup of ricotta cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. What is the definition of French bread? Is it a baguette?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry I can't help you with that... :(.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok no problem, what are the next 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 next two ingredients are one fourth of a cup of cottage cheese, whipped and 2 tablespoons lowfat cream cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have them both. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Next two ingredients are 2 teaspoons white sugar and 2 teaspoons vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok can I use brown sugar in stead as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "You can always replace ingredients following your intuition, but I don't guarantee about the results :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok thanks : ) What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-13", + "utterance": "Next and last two ingredients are 3 cups egg substitute and one fourth of a cup evaporated milk.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\n" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good I have them.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, you start by coarmting with cooking spray and then cut a pocket in each slice of bread.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have done that, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "In a large bowl, combine the ricotta, cottage cheese and cream cheese.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "You should add the sugar and flavoring extract and beat until smooth.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok it looks smooth now.", + "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-21", + "utterance": "Good! Then spread the mixture evenly into each bread pocket.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that, what is next?", + "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-23", + "utterance": "Good! Then beat together the egg substitutes and milk.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"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": "Now dip the slices of bread in the egg mixture.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Good, now heat a nonstick pan over medium-high heat and coat with cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "You can now cook the toast on each side for about 3 to 4 minutes per side until golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok it looks golden brown, what should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Now you are ready to enjoy your toasts!!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok good, I will do that! Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/172.1.json b/ai_talks/AMUseBotBackend/dialog/172.1.json new file mode 100644 index 0000000..c67dc0c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/172.1.json @@ -0,0 +1,232 @@ +{ + "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, today we will make some delicious chocolate crisps.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Nice!! Are there a lot of ingredients in this recipe?", + "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 9 ingredients in the recipe. Do you want to have all of them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I'd like that!", + "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": "The first two ingredients are 1 tablespoon butter, softened and 1 egg white.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them ready. What next?", + "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-7", + "utterance": "Next are 1/4 cup white sugar and 1 teaspoon vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good I also have them ready. What are the next one's?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Good. 2 and a 1/2 tablespoons all-purpose flour, 1 tablespoon unsweetened cocoa powder and 1 pinch salt.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, is that all with the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"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": "Not yet the last two ingredients are 1/2 square unsweetened chocolate, grated. And 1/3 cup confectioners' sugar for decoration.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good, I have them ready! Should we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes let's start! First you can already preheat the oven to 150 degrees Celsius.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok the oven is heated, what should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "You should grease cookie sheets. Then take a small saucepan and melt butter till lightly browned over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok the butter is melted, what's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Pour the butter into a medium sized bowl.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I out it in the bowl, what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Good now stir in the egg white, sugar and vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, what should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Now first combine the flour cocoa, and salt. Then stir it into the butter mixture as well.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, I did that. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Great, now fold in the chocolate.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, I did that, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "The next step is to drop the mixture by teaspoonfuls about 2 inches apart onto cookie sheets.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I did that, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Now it is time to bake! Bake the cookies for 12 to 15 minutes in the oven.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok good, 12 minutes passed but they are not browning yet, should I keep them a bit more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok no probs, I took them out. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Good now transfer them to a rack to cool and dust with confectioners' sugar.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I did that! Should I use all of the sugar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_use_all;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes you should use 1/3 cup.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok good, are the crisps ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes that was all, enjoy!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Great! Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "You are welcom.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/173.1.json b/ai_talks/AMUseBotBackend/dialog/173.1.json new file mode 100644 index 0000000..30db086 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/173.1.json @@ -0,0 +1,70 @@ +{ + "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": "Hello! Today we are gonna make cookie paints! It's a very simple recipe with two ingredients.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok good what should I do?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "Good, you can start by preparing 2 tablespoons of evaporated milk and 4 drops red food coloring.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have them.", + "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\": 3}" + }, + { + "utt_id": "utt-5", + "utterance": "Take a small bowl and stir the food coloring into the evaporated milk.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "You can paint the liquid onto the cookies with a paintbrush before baking.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "That's it :) enjoy!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, what a great recipe. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 4}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/174.1.json b/ai_talks/AMUseBotBackend/dialog/174.1.json new file mode 100644 index 0000000..bb30270 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/174.1.json @@ -0,0 +1,172 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! What are we gonna make 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 date loaf cake.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! Are there many ingredients?", + "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 7 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, good. I'd like to prepare them beforehand.", + "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-5", + "utterance": "Ok the first 3 ingredients are 1 cup dates, pitted and chopped. 1 cup dark brown sugar and 1/4 cup margarine.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good I have those ready, what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Good next is 1 cup boiling water and 1 and 3/4 cups self-rising flour.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I also have those ready. What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Nice, the last two ingredients are 1 teaspoon baking soda and 2 teaspoons vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good I have them! Should we start to cook?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Good yes let's start. First preheat the oven to 200 degrees Celsius.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok the oven is warm now. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Good. You should grease and flour a 9x5 inch loaf pan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok the pan is greased and floured. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Now take a large bowl and combine the dates, brown sugar, margarine and boiling water. Let it stand for 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok 15 minutes passed, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Good now stir in flour, soda and vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\n" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I did that, should I mix?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes mix it and then pour the batter into the prepared pan.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok good I did that. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Now bake it in the preheated oven for 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok 45 minutes passed, how do I it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry I cannot answer that question. You should bake it for 45 minutes.", + "bot": true, + "annotations": "fence();\r\ninform_duration(dur-6-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok good it's baked now, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Good now allow it to cool and enjoy the cake!", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Good! Looks great!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/175.1.json b/ai_talks/AMUseBotBackend/dialog/175.1.json new file mode 100644 index 0000000..eb0177f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/175.1.json @@ -0,0 +1,238 @@ +{ + "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! Today we are gonna make cornbread dressing!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Nice, what should I do?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "You can start by preparing the ingredients, there are 11 of them.", + "bot": true, + "annotations": "propose_list_ingredients();\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok what are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first two are 1 (12 ounce) package refrigerated biscuit dough 1 (8 ounce) package corn bread mix.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good. What are the next ones?", + "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": "1 cup diced onion and 1cup diced celery.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have them, what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Next two ingredients are half a cup of butter, softened and half a teaspoon of salt.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, 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-11", + "utterance": "Next two are half a teaspoon ground black pepper and 2 (14.5 ounce) cans chicken broth.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have them as well.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Ok next two ingredients are one eight of a pound pork sausage 2 hard-cooked eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-14", + "utterance": "Alright I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! The last ingredient is 1 teaspoon dried sage. It is an optional ingredient.", + "bot": true, + "annotations": "inform_ingredient(ing-10);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok thanks. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "You can prepare the biscuits (enough to make 4 cups crumbled), and one 8x8 inch pan cornbread according to package directions.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have prepared the biscuits according the package directions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "You should prepare one 8x8 inch pan cornbread according to package directions.", + "bot": true, + "annotations": "repeat(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "You have to cool and crumble.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok for how long should I let it cool?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry, I don't know. You can now preheat the oven to 175C.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Next is to take a small pot and combine onion, celery, margarine and chicken broth.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "You should bring to boil and cook vegetables until tender.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok they look tinder. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Now take a 2 quart casserole and combine 4 cups crumbled cornbread, 4 cups biscuit crumbs, salt, pepper, sausage, chopped eggs and sage.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I have combined all of them. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Good, now pour broth and vegetables over bread mixture, and stir until combined.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Now bake in the preheated oven for 30 to 45 minutes. After that you are ready to go!", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok how do I know if it is done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Sorry, can't help you with that :(.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok no problem. It looks nice, was that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes that is it!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/176.1.json b/ai_talks/AMUseBotBackend/dialog/176.1.json new file mode 100644 index 0000000..9fb94cc --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/176.1.json @@ -0,0 +1,250 @@ +{ + "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 today we will make chocolate chews.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! Is it a long recipe?", + "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": "It is a medium long recipe with 9 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good. Could I prepare the ingredients first?", + "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-5", + "utterance": "Sure the first two ingredients are 1 cup semisweet chocolate chips and 1/2 cup butter, softened.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good, I have them ready. Could I use margarine instead of butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Good. sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok could you tell me which other ingredients should I prepare?", + "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-9", + "utterance": "The next two ingredients are 1/2 cup white sugar and 1/2 cup packed brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good I have them, what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "2 eggs, 1/2 teaspoon vanilla extract and 2 cups all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good, are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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-13", + "utterance": "Yes there are still 2 ingredients left. 1/2 teaspoon baking powder and 1/2 teaspoon baking soda.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good I have them ready now! Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, yes melt the chocolate chips in a heavy saucepan over very low heat.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Good I am doing that! For how long should I keep them in the saucepan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "You should keep stirring until is evenly melts.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good, it's ok now I think. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Now cream together the butter and sugars until light.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I did that, what should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Good, you should first beat in the eggs. One at a time.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok should I beat them inside the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes and afterwards also stir in the melted chocolate and vanilla.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok good, chocolate and vanilla are in. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Now take a bowl and whisk together the flour, baking powder and baking soda.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Good now add this to the other mixture. Do it slowly.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Good I did that now I just have one mixture right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes. Blend this final mixture thoroughly.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I did blend it! What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Now shape the mixture into 1-inch balls and place them on a greased cookie sheet.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok they are on the cookie sheet now. Should I put it in the oven now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes, bake it at 180 degrees Celsius for 12 tot 14 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok good, 14 minutes passed. Is there a way I can see that it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "Sorry I cannot answer that question. Afterwards let the cookies still sit on the cookie sheet for a minute or two. Afterwards move them to a rack to cool.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok for how long should I cool them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry I cannot answer that question, you should let them cool.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok no problem, they are cool now. Is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "Yes that was all. Enjoy your chocolate chews.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Ok good thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 20}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/177.1.json b/ai_talks/AMUseBotBackend/dialog/177.1.json new file mode 100644 index 0000000..acddb53 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/177.1.json @@ -0,0 +1,178 @@ +{ + "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 gonna make Candy Coated Milk Chocolate Pieces Cookies. This recipe has 9 ingredients. Would you like to prepare them first?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds awesome, 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-3", + "utterance": "Great! the first two ingredients are 1 cup shortening and 1 cup packed brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good, the next two are half a cup white sugar and 2 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "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-7", + "utterance": "Next two ingredients are 2 teaspoons of vanilla extract and 2 and one quarter cups all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Could I use almond meal flour instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "You can always try to replace one of the ingredients following your intuition, but I can't guarantee about the result :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok 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-11", + "utterance": "Next two ingredients are 1 teaspoon baking soda and 1 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Good, the last ingredient is one and a half cups of candy-coated milk chocolate pieces.", + "bot": true, + "annotations": "inform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Nice I have all of them.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, we can start with the recipe then! You can start by preheating the oven to 190 degrees C. In the meantime you can thoroughly cream together shortening, sugars, eggs and vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Good! Next is to take a separate bowl and mix together the dry ingredients, except the candies.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have done that. What should I do with the candies? Eat them ?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "No, not yet, don't be greedy we'll use them later. Now add the mix to the creamed mixture and mix wellNow.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I will do that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Next step is to stir in half a cup of candies and mix well.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "You take the mixture and drop by teaspoon onto cookie sheets and decorate with remaining candies.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok are they ready to be baked?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes you can now bake for 10 to 12 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I baked for 10 minutes. Are they ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes, you can now enjoy them!!!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok thanks they looks just great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/178.1.json b/ai_talks/AMUseBotBackend/dialog/178.1.json new file mode 100644 index 0000000..5149e7d --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/178.1.json @@ -0,0 +1,292 @@ +{ + "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 a bacon mushroom Swiss meatloaf.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! Sounds delicious! Could you tell me the ingredients 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": "Of course, the first two ingredients are 12 ounces chopped raw bacon and 1 small white onion, chopped.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good, I have them ready. What are the next 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": "5 button mushrooms, chopped. And 1 and a 1/2 pounds extra-lean ground beef.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, good. which are the next ingredients?", + "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-7", + "utterance": "1 egg and 1/4 cup evaporated milk.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good, are there more 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 last two ingredients are 6 ounces shredded Swiss cheese, divided and 1/2 cup corn flake crumbs.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, good! Can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes let's start! First preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good the oven is warm now. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Good now place the bacon in a skillet and cook over medium heat. The pieces should become browned.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok the bacon is browned now. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Now remove the bacon with a slotted spoon to paper towels.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Discard all but 1 tablespoon of bacon grease.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "What shall I do with the remaining grease?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Now mix it with onions and mushrooms, then cook until soft.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. They are tender now. What is next?", + "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": "Remove the onions and mushrooms from heat. Prepare a large bowl.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\nfetch(inst-6, [tool-6-0]);" + }, + { + "utt_id": "utt-22", + "utterance": "I have it now. What shall I do with the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Add beef, egg and milk to the bowl.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "How much milk should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-25", + "utterance": "1/4 cup evaporated milk.", + "bot": true, + "annotations": "inform_ingredient(ing-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Thanks. Shall I put the onions and mushrooms into the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes, stir in the onions and mushrooms.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, I add them as well. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Next is to mix in about 4 ounces of Swiss cheese, and all but 1 tablespoon of bacon.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Sorry, how much cheese? Could you repeat that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-31", + "utterance": "4 ounces of Swiss cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ohh, thanks. I add it and the bacon. What shall I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Stir in cornflake crumbs, and mix them until well blended.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-34", + "utterance": "I think it is well blended now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Shape the mixture into a loaf, and place it in a meatloaf pan.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-36", + "utterance": "Sorry, I don't have that kind of pan. Can I just use a normal pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry, I cannot answer your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-38", + "utterance": "Never mind. Continue please.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "Now, you can bake it in the preheated oven for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. 1 hour is gone and I have taken it out. Is it over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "No, not yet. Now drain fat and sprinkle with remaining cheese and bacon.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok. It is done. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-43", + "utterance": "The last step is to return it to the oven and bake until cheese is melted, about 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-44", + "utterance": "Great, thank you bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + }, + { + "utt_id": "utt-46", + "utterance": "Bye!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"goodbye;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-47", + "utterance": "Goodbye.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/179.1.json b/ai_talks/AMUseBotBackend/dialog/179.1.json new file mode 100644 index 0000000..4376bff --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/179.1.json @@ -0,0 +1,130 @@ +{ + "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, today we are making chunky pizza dip! It's a simple recipe with 6 ingredients. Would you like to prepare them beforehand?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok cool, 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-3", + "utterance": "The first two ingredients are 2 tablespoons olive oil and 3 garlic cloves, minced.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok what are the next 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-5", + "utterance": "Next two ingredients are 2 cans of petite diced tomatoes and one fourth of a cup of tomato paste.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok what is the size of the cans?", + "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": "The cans should be 14.5 ounces each.", + "bot": true, + "annotations": "inform_amount(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "OK what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "Next two ingredients are half a teaspoon dried basil and one quarter of a cup of a teaspoon of dried oregano.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have them as well.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Good. We can start with the recipe then! Heat oil and garlic in a large saucepan or Dutch oven until garlic starts to sizzle and turn golden.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Nice. Ok I have done that. What is a Dutch oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry, I don't know.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok thanks I didn't know. The garlic looks ok now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! Now add tomatoes, tomato paste, basil and oregano; bring to a simmer.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Now simmer, uncovered, until sauce is thick enough for dipping, 15 to 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok the sauce looks thick enough now. Is there something else I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "You can now cool and refrigerate. Then you are ready to enjoy.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok thanks for the instructions!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/180.1.json b/ai_talks/AMUseBotBackend/dialog/180.1.json new file mode 100644 index 0000000..7c784ed --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/180.1.json @@ -0,0 +1,112 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! 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 we will make an easy punch. It will be a short recipe.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great! Could I have the ingredients first?", + "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": "Yes, you will need 4 packages unsweetened strawberry-flavored drink mix powder.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, how big are the packages supposed to be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "(0.13 ounce. The next ingredients are 2 cans pineapple juice and 3 cups white sugar.", + "bot": true, + "annotations": "inform_amount(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, good, how big should the can be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "It should be 46 fluid ounce. The last two ingredients are 4 quarts water abd 2 liters ginger ale.", + "bot": true, + "annotations": "inform_amount(ing-1);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, good I have those ready. Should we start with the preparations?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Now take a large punch bowl and combine the drink mix, pineapple juice, sugar and water.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I did that! I used all the pineapple juice, is that ok?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_use_all;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes! Now stir until it is dissolved.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok it looks good now, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Finally stir in the ginger ale and enjoy your easy punch!", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Nice! Can I add ice to it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, no preoblem thanks for the recipe!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/181.1.json b/ai_talks/AMUseBotBackend/dialog/181.1.json new file mode 100644 index 0000000..aae9ce0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/181.1.json @@ -0,0 +1,208 @@ +{ + "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! today we are making Grandmas Wheat Germ Cookies. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes let's start.", + "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": "Good! We can start by preparing the ingredients. The first two are one and a half cup of all-purpose flourand one and a half cup of toasted wheat germ.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have them. What is next?", + "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": "Next two ingredients are 1 cup quick-cooking oats and 1 cup packed brown sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "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-7", + "utterance": "Next two ingredients are 2 teaspoons of baking powder and 1 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have them as well.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Great! next are half a cup of unsweetened applesauce and half a cup ofcanola oil.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Next ingredients are 2 egg, lightly beaten and 1 cup miniature chocolate chips.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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 is one more ingredient. It's half a cup of chopped walnuts or pecans.", + "bot": true, + "annotations": "inform_ingredient(ing-10);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok cool, can we make the cookies now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes! take a large mixing bowl and combine the first six ingredients. They are flour, wheat germ, oats, sugar, baking powder and salt.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "You set it aside and combine the applesauce, oil and eggs.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok should I use another bowl for that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry, I can't say. Now add the applesauce, oil and eggs mixture to the flour mixture. Mix it well.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I mixed all the mixtures and mixed it well.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! Now stir in the chocolate chip and walnuts.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! Now drop by rounded teaspoonfuls 2 in apart onto baking sheets coated with nonstick cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Could you repeat that, I didn't really understand.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Sure! you have to drop by rounded teaspoonfuls 2 in apart onto baking sheets. And you have to cat those baking sheets with nonstick cooking spray. Is it clear now?", + "bot": true, + "annotations": "repeat(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok thanks for the clarification. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Next is to flatten slightly with a glass bottom coated with nonstick cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "It's now time to bake it. It will take 10 to 12 minutes at 350 degrees.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Nothing much, you just have to make sure that the edges are lightly browned and cookies are set. After that you can cool for 1 minute before removing to wire racks. And you are ready to enjoy the cookies!", + "bot": true, + "annotations": "inform_duration(cond-6-0);\r\ninform_instruction(inst-7);\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok thanks I have done that. Thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "It's a pleasure to give you recipes. See you later!", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/182.1.json b/ai_talks/AMUseBotBackend/dialog/182.1.json new file mode 100644 index 0000000..6c9bb58 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/182.1.json @@ -0,0 +1,268 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! What are we gonna cook? do you have proposals?", + "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 BBQ chuck roast. Do you like bbq and have an outdoor grill?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I love barbecue! I also have an outdoor grill, so it sounds great! Could I ask you to list all the ingredients before we start to prepare the dish?", + "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": "Ok great, then let's start. Of course. The first two ingredients are 1 (5 pound) chuck roast and 1 cup barbeque sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, got it! Can I have the next two 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-5", + "utterance": "The next two ingredients are 1 cup teriyaki sauce and 1 can or bottle beer.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Good, I prepared those. Which other ingredients should I prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"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": "Good. Do you need the size of the can or bottle of beer?", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-8", + "utterance": "Sure, is that 50cl? that's what I assumed.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "It should be 12 fluid ounce. That is 354.882355 ml.", + "bot": true, + "annotations": "inform_amount(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok,I'll take a can then. Is that it for the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Good, the next ingredients are 3 teaspoons minced garlic, 3 teaspoons thinly sliced fresh ginger root and 1 onion. The onion should be finely chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, I've got them. Are there any other ingredients?", + "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-13", + "utterance": "The last two ingredients are 3 teaspoons coarsely ground black pepper and 2 teaspoons salt.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, nice! Can we start with the recipe now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes let's start ! First take a large bowl.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, I have a large bowl now, what should I put inside?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Good, now put inside the barbeque sauce, teriyaki sauce, beer, garlic, ginger, onion, black pepper, and salt.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, should I mix the content?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes mix all of it well.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, it is smoothly mixed now, what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Now place the chuck roast in the marinade you just made. You should cover it and refrigerate for six hours. Als turn it often. I meant also turn it often, sorry.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, now 6 hours passed. I tried to turn it every 2 hours. Should I cook it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Good. We should first preheat the outdoor grill for indirect heat. In the meantime we can cook the marinade.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\nsimplify_begin(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "How should I cook the marinade?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "First remove the roast from the marinade and pour the marinade into a saucepan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, I poured the marinade in the saucepan. What do you want me to do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "You should bring the saucepan to a boil. Cook it for 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, now it looks less liquid, should I take it out from the fire?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Good sorry I cannot answer that question. You should cook it for 5 minutes.", + "bot": true, + "annotations": "fence();\r\ninform_duration(dur-4-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, 5 minutes passed. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "Now set it aside. We can use it as a basting sauce.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Good, is now time for the grill?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-33", + "utterance": "Good yes now thread the roast onto a rotating barbecue spit above indirect heat.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok, for how long shoud I roast it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-35", + "utterance": "You should it for two hours.", + "bot": true, + "annotations": "inform_duration(dur-7-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, 2 hours passed. Is it ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-37", + "utterance": "Good, the internal temperature of the roast should be at least 145 degrees Celsius.", + "bot": true, + "annotations": "inform_duration(cond-7-0);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok, how do I check the internal temperature?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-39", + "utterance": "Sorry I cannot answer that question. Don't forget to baste the roast with the reserved marinade.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-40", + "utterance": "No problem. Is the recipe over now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-41", + "utterance": "Yes that was all, enjoy!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Great, thanks! Smells delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-43", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/183.1.json b/ai_talks/AMUseBotBackend/dialog/183.1.json new file mode 100644 index 0000000..4bb9e2b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/183.1.json @@ -0,0 +1,244 @@ +{ + "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 gonna make Armadillo Eggs! Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds good, yes i'm ready!", + "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 starty by preparing the ingredients first! The first two are 24 jalapeno peppers and 1 pound sausage.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok thanks the is a good plan. Ok I have both ingredients. What is next?", + "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": "The next two ingredients which you should prepare are 2 cups all-purpose baking mix and 1 (16 ounce) package Cheddar cheese, shredded.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok thanks, I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "Nice, you can now prepare 1 tablespoon of crushed red pepper flakes and 1 tablespoon garlic salt.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I got it.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good, the last ingredient is 1 (16 ounce) package Monterey Jack cheese, cubed.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Alright, I have all the ingredients ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Perfect! Now you can lightly grease a medium baking sheet.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Next step is to cut a slit in each jalapeno pepper.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok what should I do with the pepper?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "You should cut a slit in each one of them, and Remove and discard the seeds and the pulp.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. Should I save the seeds and pulp?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "No, you should discard seeds and pulp.", + "bot": true, + "annotations": "negate();\r\nrepeat(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok sorry I missed that part. Ok I discarded it. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "No problem! Take a medium bowl and mix sausage, baking mix, Cheddar cheese, crushed red pepper, and garlic salt.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have mixed all in the medium bowl. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "You can now stuff the jalapenos with the Monterey Jack cheese cubes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok should I use all the cubes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes, you should use the whole package of cheese.", + "bot": true, + "annotations": "affirm();\r\n" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Good, now you should shape the sausage mixture around the jalapenos to form some balls.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Sorry I couldn't understand in which way should I shape them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "You should shape them in a ball shape.", + "bot": true, + "annotations": "repeat(purp-6-0);" + }, + { + "utt_id": "utt-28", + "utterance": "A bowl shape?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "No, a ball. The spelling is b a l l.", + "bot": true, + "annotations": "negate();\r\nrepeat(purp-6-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Ah ok, so I should make balls?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes indeed! you should shape the sausage mixture around the jalapenos, forming balls.", + "bot": true, + "annotations": "affirm();\r\nrepeat(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Great, I got it now and have done that. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "Ok, now you can arrange the jalapeno balls on the prepared baking sheet.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I got it. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-35", + "utterance": "You can now bake 25 minutes in the preheated oven, until the balls become lightly browned.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok they are lightly browned now. Should I take them out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-37", + "utterance": "That is up to you, the recipe is over!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok thanks for the instructions, it smells great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-39", + "utterance": "It's a pleasure! See you next time.", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/184.1.json b/ai_talks/AMUseBotBackend/dialog/184.1.json new file mode 100644 index 0000000..32b34b8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/184.1.json @@ -0,0 +1,190 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! I am hungry, do you have ideas for something to eat?", + "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": "Yes we could make some crunchy cheese sandwiches if you like?", + "bot": true, + "annotations": "affirm();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds good to me! Are there a lot of ingredients?", + "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": "Great, no it will be a short en easy recipe with 8 ingredients. Do you want to prepare the ingredients?", + "bot": true, + "annotations": "negate();\r\nsum_ingredient_list();\r\npropose_list_ingredients();\r\n" + }, + { + "utt_id": "utt-4", + "utterance": "Yes, I'd like that 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 two ingredients are 1 small onion, finely chopped and 1 medium tomato, diced.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, I took the out of the fridge. Can you tell me 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-7", + "utterance": "1 stalk celery, chopped. And 1 green bell pepper, finely choppedGood yes the next two ingredients ar. I meant this sentence the other way around. Good yes the next two ingredients are1 stalk celery, chopped. And 1 green bell pepper, finely chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, I also took those. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Next is 1 cup shredded Cheddar cheese and 1/4 teaspoon chili powder.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, do you know if I can use gouda instead of cheddar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, no worries. Are there other ingredients left to prepare?", + "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-13", + "utterance": "There are 2 more ingredients. 1/4 teaspoon salt and finally 4 slices white bread.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, good, could I use brown bread?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot answer that question and cannot help you with that. Make sure that you have 4 slices.", + "bot": true, + "annotations": "fence();\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok no problem, can we start to cook now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes let's start making the sandwiches. First preheat your oven's broiler.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, the broiler is warm now! What can I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Good. Let's take a medium bowl. You should stirr together the onion, tomato, celery, bell pepper, cheese, chili powder and salt.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, I stirred in the ingredients. what would you like me to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Now you should arrange the 4 slices of bread on a baking sheet or broiling pan.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I've placed them in the broiler, what next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Nice, now top each slice of bread with 1/4 of the mixture. You should spread out to the edges.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, I did spread the mixture. Is there anything else to do before I bake them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "No. You should broil for 4 to 5 minutes.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, good, 5 minutes passed, are the toasts ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Did the cheese melt?", + "bot": true, + "annotations": "verify(cond-4-0);" + }, + { + "utt_id": "utt-28", + "utterance": " yes, it looks nicely melted.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes they are ready, serve immediately and enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Good, I love cheeese!", + "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}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/185.1.json b/ai_talks/AMUseBotBackend/dialog/185.1.json new file mode 100644 index 0000000..ab421bb --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/185.1.json @@ -0,0 +1,214 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I would love to make some chicken. Do you have a good recipe?", + "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": "Yes I do! it's called Dilly Chicken and Potatoes. Sounds good to you?", + "bot": true, + "annotations": "affirm();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok great, it does! How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "We can start by preparing the ingredients! The first two are one 3 and a half pounds broiler-fryer chicken, cut up and 1 pound new potatoes, cut into chunks.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have prepared the first two ingredients. What is next?", + "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": "Next ones are 2 tablespoons of cooking oil and 1 cup half-and-half cream.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Could I use a fat cream instead? I like my food creamy.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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": "It's up to you to change one of the ingredients, but I can't guarantee about the result :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok thanks, what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank;\", \"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 two ingrediants are 1 teaspoon salt and half a teaspoon seasoned pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I got it.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Ok, the last ingredients are 3 fourths of a cup of sliced green onions a quarter of a cup of chopped fresh dill weed and half a cup sour cream.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good I have all the ingredients ready. Can we make the chicken?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes! Take a large skillet, put it over medium heat, and brown chicken and potatoes in oil for 10-15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have done it for 13 minutes, is it ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "That is up to you! You can remove chicken and potatoes and set them aside.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Ok, now discard all but 1 tablespoon drippings.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok should I leave it for later?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "You should add cream, salt and pepper to it and stir to mix.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok but what should I do with the discarded tablespoon of drippings?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "You have to keep one tablespoon, discard the rest. And add to the tablespoon of drippings cream, salt and pepper to it and stir to mix.", + "bot": true, + "annotations": "repeat(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ah ok I have done that. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "You can put it aside for now. And return the chicken and potatoes to the skillet.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok they are back in the skillet.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Good, now sprinkle with onions and dill.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I have sprinkled it with the onions and dille. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you should cover the skillet and simmer for 50-60 minutes. The chicken juices will run clear and potatoes will be tender.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok it looks done now. Is it ready to eat now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Not yet, there are a few more steps. The first one is to take a slotted spoon and remove the chicken and potatoes to a serving platter. Keep it warm after that.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok alright. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "You can now add sour cream to the pan and stir to mix and heat through.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok for how long should I do that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Until you feel it's ok! After that you can serve with chicken and potatoes. And enjoy!", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-9);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "OK thanks for the instructions. It smells amazing.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/186.1.json b/ai_talks/AMUseBotBackend/dialog/186.1.json new file mode 100644 index 0000000..a0ffcf0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/186.1.json @@ -0,0 +1,214 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello, what are we going to 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 today we will make some candy bar squares. Are you ready to start?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yay! I love candies! How many ingredients does this recipe have?", + "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": "Great there are 8 ingredients. Do you want to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "The first two ingredients are 1 cup butter, softened and 1 cup white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Okay, could I use brown sugar instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "You will need brown sugar as well. The next two ingredients are 1/2 cup packed brown and sugar 2 eggs.", + "bot": true, + "annotations": "other();\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Okay, are there any other ingredients?", + "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": "Yes the next two ingredients are 3 cups all-purpose flour and 1 teaspoon baking soda.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, I got them from the cupboard. Is that it?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Good the last two ingredients are 1 teaspoon salt and 6 bars of chocolate-coated peanut and nougat candy.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok great. Now I have all the ingredients. should we start to cook?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes let's start! First preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Okay, is there something I can do while the oven heats up?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes we can prepare the candies. First beat the butter or margarine with the white and brown sugars. It should become light and fluffy.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok it's very fluffy now. What should I do with this mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Good. Now you should blend in the eggs. Mix it well.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I mixed it well! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Good, now in this mixture also add the flour, baking soda and salt.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok! flour, baking soda and salt are in.", + "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-21", + "utterance": "Now reserve 1/2 cup of the chopped candy bars for the topping and stir in the remaining candy into the flour mixture you just made.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I stirred the candies in. How much of them should I put aside?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_amount;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "1/2 a cup. The next step is to spread the batter into one 13x9 inch baking pan and sprinkle the reserved candy on top.", + "bot": true, + "annotations": "inform_amount(ing-7);\r\ninform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, I've got it! What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Now we are ready to bake the cake in the preheated oven for 25 to 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok! Can I bake it a little longer then that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "That is possible but the cake should become lightly browned.", + "bot": true, + "annotations": "inform_duration(cond-8-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, it looks nicely brown now. Is it ready to eat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "The last step is to cool it in a pan on a wire rack and then cut them into squares.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-30", + "utterance": " ok, how big should the squares be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok no problem, is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes, enjoy your candy bar squares!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Thank you bot!!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/187.1.json b/ai_talks/AMUseBotBackend/dialog/187.1.json new file mode 100644 index 0000000..1dde1f0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/187.1.json @@ -0,0 +1,280 @@ +{ + "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! Today we'll make fried apple pies! Do you like pies?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Good, yes I like especially apple pies. How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great! You can start by preparing the ingredients, you'll need 8 of them.", + "bot": true, + "annotations": "propose_list_ingredients();\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good, what are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first two are 2 cups of all-purpose flour and half a cup of shortening.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Great! Next two ingredients are One teaspoon salt and half a cup of cold water.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "O I got it.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good. Now take two apples and a third of a cup of white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok should I prepare the appels already?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I don't know...", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem, 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-13", + "utterance": "The last ingredients are half a cup of ground cinnamon and 1 cup vegetable oil.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have both ingredients. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, you can start by peeling and dicing the apples.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok should I dice them in some specific size?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry, I can't help you with that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Now add sugar and cinnamon to the apples.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! You can now cook the mixture in a saucepan on low heat. Cook until soft, then mash with fork to form a thick applesauce.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok it became a thick apple sauce now. What is the following step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, it's now time to stir flour and salt together. When you have done that you can cut in the shortening.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok should I use all of it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry I don't know what you mean.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Should I use all of the shortening?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-27", + "utterance": "You should use the half a cup of shortening that you prepared.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok good. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Now add water and mix with a fork.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "You should roll the paste on a floured board. It should be one eight of an inch thick.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok it looks fine now. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "You should now cut it with a cookie cutter, which should have a diameter of 4 inches.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "Now place one heaping tablespoon in each round. That tablespoon should be filled with the fruit mixture.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "Ah ok, yes I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Good! Now moisten the edges with cold water, fold and press the edge with a fork.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok is it ready to bake now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "You will not bake the pies, you will fry them, i'll explain to you how! First heat the oil in a large skillet on medium-high heat.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-40", + "utterance": "Aha, ok the oil is heated. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "You can now fry the pies, a few at a time, 2 to 3 minutes on each side. You can cook them until they look golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-42", + "utterance": "Yes they reached a golden brown colour. Is there anything else I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-43", + "utterance": "Nice! Yes you should drain the pies on paper towels. When they are dry, before you enjoy them, you can sprinkle some confectioners sugar on top of them!", + "bot": true, + "annotations": "inform_instruction(inst-13);\r\ninform_instruction(inst-14);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok thanks! It looks great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome, enjoy your pies!!", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/188.1.json b/ai_talks/AMUseBotBackend/dialog/188.1.json new file mode 100644 index 0000000..5501665 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/188.1.json @@ -0,0 +1,250 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! I'd like to cook something today and I have some fish and some rice in my kitchen. Do you have a recipe that I can prepare with those?", + "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, I have a great baked fish and rice recipe for you. Would you like to make that?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes it sounds like what I was looking for! How many ingredients does this recipe have?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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": "Good it has 10 ingredients. Would you like to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "The first two ingredients are 1 and a 1/2 cups boiling chicken broth and 1/2 cup uncooked long grain rice.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok nice, I have chicken broth and rice here. Could you tell me 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-7", + "utterance": "The next ingredients are 1/4 teaspoon Italian seasoning and 1/4 teaspoon garlic powder.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good, what is italian seasoning?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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": "Sorry, I don't know.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, no worries! What are the next ingredients?", + "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-11", + "utterance": "The next two ingredients are 1 package frozen chopped broccoli, thawed and drained and 1 tablespoon grated Parmesan cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, here they go! What else shoud I prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "Do you need the size of the package?", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-14", + "utterance": "Oh, yes that would be good.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-15", + "utterance": "It should be 10 ounce. The next ingredients are 1 can French-fried onions, divided. And 1 pound fresh or frozen fish fillets, thawed.", + "bot": true, + "annotations": "inform_amount(ing-4);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good, what is the size of the onion can?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "It is 2,8 ounce. The last two ingredients are 1 dash paprika and 1/2 cup shredded Cheddar cheese.", + "bot": true, + "annotations": "inform_amount(ing-6);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "Great! Should we start to prepare?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes now we can start! First take a 11-inch. baking dish and grease it. Then combine the broth, rice, Italian seasoning and garlic powder.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Should I combine broth, rice, seasoning and garlic powder in the greased baking dish?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes you should put it in the dish. Now cover it and bake it for 10 minutes in the oven. It should be on 375 degrees Fahrenheit.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, could you tell me how much is 375 F into celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "It is 190 degrees Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-1-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, great! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Good now take it out and add the broccoli, Parmesan cheese and half of the onions.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, I added broccoli, parmesand and half of the onions. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Good now you should top it with fish fillets and sprinkle with paprika.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Good, should I use all the paprika?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes you can use the 1 dash of paprika you prepared.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-30", + "utterance": "All right. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "No now you should put it back in the oven. First cover it and bake for 20-25 minutes.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "OK, I baked it for 25 minutes, can I bake it a bit longer?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "You should bake until the fish flakes easily with a fork.", + "bot": true, + "annotations": "inform_duration(cond-4-0);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok, I think it's good now! Is it ready to eat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-35", + "utterance": "Nice, not yet. First uncove. And then sprinkle with cheddar cheese and remaining onions. Finally return to the oven for 3 minutes.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, cheese and onions are in, should I put the baking dish back in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes. Good is the cheese melted?", + "bot": true, + "annotations": "affirm();\r\nverify(cond-6-0);" + }, + { + "utt_id": "utt-38", + "utterance": "Yes, it's nicely melted!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-39", + "utterance": "Ok good, that was all. Enjoy your baked fish and rice.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Thank you! I will :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/189.1.json b/ai_talks/AMUseBotBackend/dialog/189.1.json new file mode 100644 index 0000000..2469820 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/189.1.json @@ -0,0 +1,214 @@ +{ + "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! today we make Fresh Apple Walnut Cake. Do you like cake?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I like cake just as much as pies. How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice!!! You can start by preparing the ingredients!", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Good 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\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first two are 3 cups of all-purpose flour and 1 teaspoon baking soda. There are 11 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good I have the first two ingredients. What is next?", + "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-7", + "utterance": "Good! next two are 1 teaspoon ground cinnamon and half a teaspoon of salt.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I prepared the teaspoons.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Ok, next are 3 apples (peeled, cored and sliced ) and 1 cup white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok could I use a cup of brown sugar instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "You will also need brown sugar later. Next two ingredients are 1 cup brown sugar and one and one fourth of a cup of vegetable oil.", + "bot": true, + "annotations": "other();\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good then I will prepare the white sugar. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "The last ingredients are 2 eggs, 2 teaspoons of vanilla extract and 1 cup of chopped walnuts.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok should I already beat the eggs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "You will use the eggs later. Are you ready to start to cook?", + "bot": true, + "annotations": "negate();\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok let's start.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Cool! Preheat the oven to 175 C.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok what can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "You can grease and flour a 9 by13 inch pan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Great! you can sift together the flour, baking soda, cinnamon and salt.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "You can combine the apples and the white sugar, and set aside after.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Next step is to take a large bowl and mix together the brown sugar, oil, eggs and vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I have done that. Should I mix in more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "You now have to stir in the apple mixture, then the flour mixture.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok everything is in the bowl. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "You should now fold in the walnuts, and when you are done pour batter into prepared pan.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok the batter is in the pan. Is it ready to be baked?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes! It's time to bake in the preheated oven for 45 minutes. It will be ready when a toothpick inserted into the center of the cake comes out clean.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok it looks good now. Was that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes, you should just allow to cool, and then you are ready to go!!", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-9);\r\nend_recipe();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok thanks, smells delish.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/190.1.json b/ai_talks/AMUseBotBackend/dialog/190.1.json new file mode 100644 index 0000000..821bca0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/190.1.json @@ -0,0 +1,208 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "HI! I'd like to prepare chicken stuffed buns, do you have a recipe for that?", + "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, yes I have a chicken stuffed buns recipe for you. Do you want to make it?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I do!! How many ingredients in this recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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": "Ok there are 7 ingredients, do you want to prepare them?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I do!", + "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 two ingredients are 6 large sourdough buns and 2 cups boneless chicken breast halves, cooked and diced.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, I've got it! Can you give me two more?", + "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-7", + "utterance": "Sure, the next two ingredients are 1 package cream cheese, softened. And 1 cup shredded Pepper Jack cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, good, how big should the package be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-9", + "utterance": "It should bw 8 ounce.", + "bot": true, + "annotations": "inform_amount(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Good! Are there other ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes there are 3 more ingredients. The next two are 1 cup grated Parmesan cheese and 6 cloves garlic, pressed.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, good, those are on my kitchen counter. What is the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "The last ingredients is 1 (10 ounce) package frozen chopped spinach, thawed and drained.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\n" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, great! I am ready to start then!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Alright first preheat oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok good, the oven is warm, what now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Now slice the top off of each bun. You should save the tops.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I sliced the buns! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "You should hollow out each bun. By this you will leave a shell.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, I hollowed them, what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Take a medium bowl and combine chicken, cream cheese, Pepper Jack cheese, Parmesan cheese, garlic and spinach.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, I prepared that, should I mix it.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes and then spoon this mixture into all the buns. You pack it tightly. Afterwards cap with the bun tops.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, I spreaded it inside the buns and closed them. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Wrap all of the buns tightly in foil. And finally bake in preheated oven for 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "In which kind of foil should I wrap them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, I used alluminum foil then. I baked for 20 minutes now, are they ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "You should bake them for 20 minutes, after which it should be ready.", + "bot": true, + "annotations": "repeat(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, I've done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "Good that was all. Enjoy your Chicken Stuffed Buns.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Mmmmh they look great, thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-33", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/191.1.json b/ai_talks/AMUseBotBackend/dialog/191.1.json new file mode 100644 index 0000000..a464078 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/191.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, how do I make dads flatbread?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi! In order to make Dads Flat Bread you'll need to prepare 7 ingredients, are you ready to do that?", + "bot": true, + "annotations": "greeting();\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I'm ready.", + "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! The first two ingredients are 1 package active dry yeast 2 cups warm water. The water temperature should be between 110 and 115 degrees.", + "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 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": "The next ingredients are one third cup of sugar and 2 tablespoons of vegetable oil.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I got it. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "The next two ingredients to prepare I want tablespoon of salt and half a cup rye or wholw wheat flour.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have the salt and flower. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Last is to prepare 5 and a half cups all-purpose flour.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have all the ingredients. Can we make dads flatbread?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Yaay! take a large mixing bowl, and dissolve yeast in 1/2 cup of water.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Great! Now add sugar, oil, salt, rye or whole wheat flour, 3 cups all-purpose flour, and remaining water to the bowl. And you beat the mixture until it becomes smooth.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok it looks pretty smooth now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": " Good! Now add enough remaining all-purpose flour to form a soft dough.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have done that. What should I do with the soft dough?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "You should first turn it onto a floured surface and knead until smooth and elastic. It should take about 6 to 8 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have waited 8 minutes. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "You now should place in a greased bowl, and turn it once to grease the top.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I got it. What should I do afterwards?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "You can now cover the bowl and let rise in a warm place until it doubles. It will take about one hour.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I think it is ok. How do I know?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry I cannot reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok it looks fine now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "You should now punch the douch down and divide it in half.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I have divided in half. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Now take a greased baking sheet, and flatten each half to 1 inch.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I did that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Next step is to pierce each loaf several times with a fork.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I have done that several times.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Great, now cover and let rise in a warm place until nearly doubled. It will take about 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok 30 minutes has passed. It looks nearly doubled. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "You can now bake it at 375 degrees F for 25-30 minutes. You will see that they are ready, when they become golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok how much is that in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "375 F is 190,556 Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-11-1);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok thanks it looks good now. Was that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes, that's it, enjoy!!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok thanks I will!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/192.1.json b/ai_talks/AMUseBotBackend/dialog/192.1.json new file mode 100644 index 0000000..6e41073 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/192.1.json @@ -0,0 +1,244 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! I'd like to prepare a French toast!", + "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, ok I have a nice recipe for you called, baked French toast. You need to refrigerate overnight. Is that ok?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Great! How many ingredients does this recipe have?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "It has 9 ingredients. Do you want to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "That would be nice yes?", + "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": "The first two ingredients are 1 loaf French bread. You should cut it diagonally in 1 inch slices. And 8 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, here are bread and eggs! What else should I prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Good do you have enough bread. It should be a 1 pound loaf French bread.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Yes I have a big load, thank you for asking!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Ok good. The next two ingredients are 2 cups milk and 1 1/2 cups half-and-half cream.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have those! Could you tell me which are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Yes the next three ingredients are 2 teaspoons vanilla extract, 1/4 teaspoon ground cinnamon and 3/4 cup butter.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Good! Is it ok if I use butter replacement instead of butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, good! So is that it with the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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-15", + "utterance": "The last two ingredients are 1 1/3 cups brown sugar and 3 tablespoons light corn syrup.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, I didn't understand which kind of Syrup I should use.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "It should syrup made of light corn.", + "bot": true, + "annotations": "repeat(ing-8);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok good! Do you want to start then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes let's start. You should start with butter a 9x13 inch baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I buttered the dish up!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Good, now arrange the slices of bread you made in the botom.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, I put the slices on!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Now take a large bowl and beat together eggs, milk, cream, vanilla and cinnamon.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok the ingredients are in the bowl, what now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Good. Pour this mixture over the bread slices. Then cover it and refrigerate overnight.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, good I'll wait for the night then! Ok a night passed, what now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Ok, now first preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Good, is there something that I can do while the oven heats up?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes. Take a small saucepan and combine butter, brown sugar and corn syrup. You should heat until it starts bubbling.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok it's bubbling noe. *now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "Ok take it off and pour over the bread and egg mixture.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok the bread is soaked now! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "Finally you should bake in the preheated oven for 40 minutes. Don't cover it.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I did bake it for 40 minutes. Can I bake it for a little longer to make the bread more crunchy?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "I'm sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok no problem. Should I take the breads out of the oven now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes take it out and enjoy your baked French toast.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Great! They taste amazing!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-39", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/193.1.json b/ai_talks/AMUseBotBackend/dialog/193.1.json new file mode 100644 index 0000000..e8769b3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/193.1.json @@ -0,0 +1,232 @@ +{ + "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! Today Fab Summer Blackened Chicken Salad is on the menu! Sounds tasty?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Hm, yes I love salads. Is it a long recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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": "I'd say it's a medium recipe with 12 ingredients. Are you ready to start to prepare the ingredients?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good, yes what are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Alrighty! Here are the first two: 2 tablespoons olive oil, divided, and 2 skinless, boneless chicken breast halves.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok how big should the chicken be? Ok thanks. I got them, what is next.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "The breast halves should weight 6 ounces each.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok thanks. I got them, what is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; confirm; req_ingredient;\", \"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": "Next two are 1 and a half tablespoons Cajun seasoning and 2 cloves of garlic, crushed.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have them ready. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Next ingredients are 1 tablespoon balsamic vinegar and 1 teaspoon Dijon mustard.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok could I use English mustard as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "It's always up to you to replace or add an ingredient following your intuition, but I can't guarantee that it's gonna work :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok no problem, 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-15", + "utterance": "The next two ingredients to prepare are salt and black pepper to taste and 2 cups of mixed salad greens.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-16", + "utterance": "Alright, I got it. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Now you should take 1 cup of arugula and 1 avocado - peeled, pitted, and diced.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I prepared both ingredients. Are there more ingredients left?", + "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-19", + "utterance": "Yes, we just miss the last two! They are 12 oil-packed sun-dried tomatoes, drained and sliced and half a cup of sliced black olives.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-20", + "utterance": "Could you repeat the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "The ingredient is oil-packed sun-dried tomatoes. The quantity is 12. They should be drained and sliced.", + "bot": true, + "annotations": "repeat(ing-10);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok good, I have all the ingredients prepared.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! Let's start! Warm 1 tablespoon of olive oil in a large skillet over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok the oil is heated, what should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Now you should season both sides of the chicken with Cajun seasoning, and place in hot oil.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok for how long should I fry them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Stir in crushed garlic and cook chicken 5 minutes on each side, or until juices run clear.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok the chicken looks good now. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "You can now remove the chicken from the skillet, drain on paper towels, cool slightly, and dice. When you did that you can discard oil and garlic.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "OK I have diced the chicken. What is the next step ?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Nice! You can now take a small bowl and mix inside the remaining olive oil, balsamic vinegar, mustard, salt, and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I have done that. What should I do with the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "You prepare a large bowl, and toss the dressing in with the mixed salad greens, arugula, avocado, sun-dried tomatoes, and olives.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I have done that, it looks nice. Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-35", + "utterance": "You should now top it with diced chicken and serve it!", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\nend_recipe();" + }, + { + "utt_id": "utt-36", + "utterance": "It looks even better with the chicken. Thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Nice, enjoy!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/194.1.json b/ai_talks/AMUseBotBackend/dialog/194.1.json new file mode 100644 index 0000000..a113ed5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/194.1.json @@ -0,0 +1,142 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello hello! I am hungry, do you have an idea for what I can cook?", + "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": "How do you feel about a cabbage kielbasa supper?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds exactly like what I was looking for! How do I prepare it?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great! I can give you the ingredients so you can prepare them. Also you need a slow cooker.", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "I have that! Yes cool you can give me the ingredients, how many of them are there?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "There are 7 ingredients. The first two are 8 cups shredded cabbage and 3 medium potatoes. You should cut them into 1/2 inch cubes.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have cabbage and potatoes. What is the next thing to do?", + "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-7", + "utterance": "The next ingredients are 1 medium onion, chopped. 1 and 3/4 teaspoons salt. And 1/4 teaspoon pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, good! Onions, salt and pepper are ready! Which are the next one's?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "The last two ingredients are 1 can chicken broth. And 2 pounds fully cooked kielbasa or Polish sausage. You should cut them into serving size pieces.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok! How big should the can be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "It should be 14.5 ounce. Do you have all the ingredients ready?", + "bot": true, + "annotations": "inform_amount(ing-5);\r\n" + }, + { + "utt_id": "utt-12", + "utterance": "Yes I do!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Good, now take the 5-qt. slow cooker and combine the cabbage, potatoes, onion, salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I combined those. For how long should I slow cook them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "Ok first you still have to add two ingredients. You should pour over all the broth. And finally place the sausage on top.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok broth and sausage are in! What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Now cover it and cook on low for 8-9 hours.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok 8 hours pssed, is it ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Are the vegetables tender and is the sausage heated through?", + "bot": true, + "annotations": "verify(cond-3-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Not yet I think I'll wait one more hour. Ok it looks good now! Are there any more steps in the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate; confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "No, that was all. Enjoy!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Thanks!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/195.1.json b/ai_talks/AMUseBotBackend/dialog/195.1.json new file mode 100644 index 0000000..9024273 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/195.1.json @@ -0,0 +1,226 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I would love to make an ice cream cake. Do you know how?", + "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": "Of course, I know everything! I have a recipe for chocolate chip cookie ice cream cake that will rock your world! It has 6 ingredients and it's fairly quick! Are you ready to start to prepare the ingredients?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "That sounds just great. I'm ready.", + "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": "Good! The first two ingredients are 1 package small chocolate chip cookies and one quarter of a cup of margarine, melted.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. How large should the package be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The package should be 18 ounces.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good I have them ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "Good! Now you can take 1 cup hot fudge topping and 2 quarts vanilla ice cream.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok should I already heat the hot fudge topping?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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": "Sorry I can't answer you :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Alright, 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-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "The last ingredients are 1 cup of whipped cream and 12 cherries.", + "bot": true, + "annotations": "inform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "I got it! Can we start preparing the ice cream cake?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Sure! Crush half of the cookies (about 20) to make crumbs.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I crushed half of the cookies. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Now you can combine the crumbs with melted margarine and press into the bottom of a 9-inch springform pan or pie plate.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok they are combined and pressed in the bottom of the plate. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "You now can stand the remaining cookies around the edge of pan.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, what is the following step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "The following step is to spread 3 fourths of a cup of fudge topping over the crust.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Alright, I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! Now freeze the cake for 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok 15 minutes have passed. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, you can now soften 1 quart of ice cream in the microwave or on a countertop.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok the ice cream is soft. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "You can spread it over the fudge layer.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. Is it ready to be eaten now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Net yet! There is still quite some steps! You now can freeze the cake for 30 minutes.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Alright. Ok 30 minutes have passed. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "Ok good! Now you can scoop the remaining quart of ice cream into balls and arrange over spread ice cream layer.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I arranged the ice cream balls. What is the following thing to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "You can freeze until firm. it will take at least 4 hours. You can also do that overnight.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, I want to eat it still today. 4 hours have passed. What should I do with the cake?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "In order to serve it you can garnish with remainder of fudge topping, whipped cream and cherries.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "Hm nice. Was that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes indeed! enjoy your cake!!!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Thanks it looks amazing.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 17}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/196.1.json b/ai_talks/AMUseBotBackend/dialog/196.1.json new file mode 100644 index 0000000..e2b961a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/196.1.json @@ -0,0 +1,166 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hallo! I'd like to prepare a sauce for my barbecue of sunday, do you have ideas about a nice sauce I can prepare?", + "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, I have this absolutely awesome BBQ sauce. I hope it will be just what you desire. It is a recipe with 9 ingredients.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-2", + "utterance": "Great!! sounds like the deal! Can you list the ingredients before we start with the recipe?", + "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": "Sure the first two ingredients are 1 cup brown sugar and 1/2 cup chile sauce.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, good! Could you tell me which are the next two ingredients that I should prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-5", + "utterance": "1/2 cup rum and 1/4 cup soy sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Good, is it ok if I use oyster sauce instead of the soy sauce?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "Sorry I cannot answer that question and guarantee if it well mess up this Absolutely Awesome BBQ Sauce.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, I'll try it! Are there more ingredients to prepare?", + "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": "Ok good. Yes there 5 ingredients left. The next three ingredients are 1/4 cup ketchup, 1/4 cup Worcestershire sauce and 2 cloves garlic, crushed.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, good!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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 last two ingredients are 1 teaspoon ground dry mustard and ground black pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Sorry, I didn't understand the first ingredient.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "1 teaspoon filled with `ground dry mustard.", + "bot": true, + "annotations": "repeat(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok great, is that all for the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes, are you ready to make the absolutely awesome BBQ sauce?", + "bot": true, + "annotations": "affirm();\r\npropose_start_instruction();" + }, + { + "utt_id": "utt-16", + "utterance": "Yes! It sound like it's gonna be tremendous! How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Great. Take a saucepan and put it over low heat.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, the pan is warm, what should I put inside?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Now put inside all the ingredients.", + "bot": true, + "annotations": "simplify_begin(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "O. Ok, everything at the same time?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, let it simmer for 30 minutes and stir occasionally.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Good, 30 minutes passed. Is it ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Ok yes that was all. Now let it cool and then refrigerate until it is ready to use.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-2);\r\nend_recipe();" + }, + { + "utt_id": "utt-24", + "utterance": "Nice! And is it awesome?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "I bet it it. You are welcome.", + "bot": true, + "annotations": "affirm();\r\nthank();" + }, + { + "utt_id": "utt-26", + "utterance": "Ahah I didn't thank you yet, but thanks anyways!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/197.1.json b/ai_talks/AMUseBotBackend/dialog/197.1.json new file mode 100644 index 0000000..e835ce0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/197.1.json @@ -0,0 +1,130 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, do you have a nice guacamole recipe for me?", + "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": "Yep! I have a recipe which is called Citrus Infused Guacamole. Is it your cup of tea?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "It sounds like it.", + "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! you will have to prepare 7 ingredients! The first two are 2 avocados, which should be peeled, pitted, and mashed, and half a tablespoon of lime juice.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have prepared the ingredients. What should I do now?", + "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": "Good! Now you can prepare half a tablespoon of orange juice and half a tablespoon of pineapple juice.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Alright, 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-7", + "utterance": "The next ingredients are a quarter of ateaspoon ofground cumin and a quarter of a cup of coarsely chopped cilantro, and some salt to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have them all ready. Is that all?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "No there is one left. It's optional and it's 1 teaspoon of hot pepper sauce.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok no problem. I will put it ready in case.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Perfect! Now we start!", + "bot": true, + "annotations": "propose_start_instruction();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "In a large bowl, stir together the avocados, lime juice, orange juice, pineapple juice, cumin, cilantro and salt.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I stirred everything together. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Now if you want you can mix in the hot pepper sauce.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I will give it a try.", + "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-17", + "utterance": "Great, now place one of the avocado pits into the bowl to help keep it fresh.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I will do that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "It's now time to serve immediately, or to refrigerate until serving. Enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok thanks it looks great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/198.1.json b/ai_talks/AMUseBotBackend/dialog/198.1.json new file mode 100644 index 0000000..877f476 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/198.1.json @@ -0,0 +1,220 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! What can I eat for breakfast?", + "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 Banana Chip Muffins?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Mmmh I loove them, it's like you read my mind!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Good. Well maybe in the future I can. The recipe has 9 ingredients. Do you want to prepare all of them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Ahah I hope I'll be dead by then! Yes I'd like to prepare the ingredients first!", + "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": "Good, the first two recipes are 1 and 3/4 cups all-purpose flour. And 1/2 cup white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, can I use stevia instead of white sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "Sorry I cannot answer that question. Hi the next two ingredients are 1 tablespoon baking powder and 1/2 teaspoon salt.", + "bot": true, + "annotations": "fence();\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, I have baking powder and salt ready, what should I prepare next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Next is 1/2 cup semisweet chocolate chips, 1 egg and 1/4 cup vegetable oil.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, oil and chocolate chip are also ready on my counter. Are there any more ingredients? And if so how many?", + "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": "Good, yes there are 2 ingredients left. 1/4 cup milk and 1 cup mashed bananas.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, good, do you think it's ok if I replace the milk with coconut milk?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, no problem! So we can start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Good. Yes let's start. First measure flour, sugar, baking powder, salt, and chocolate chips into a large bowl.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);\r\n" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, should I use all the flour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes use all of what you prepared. You should miix thoroughly, and make a well in the center.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I made a hole in the center, what should I put inside it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot help you with that specific question. Now beat the egg in a small bowl until frothy.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, it looks kinda foamy now, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "The next step is to mix in cooking oil, milk, and bananas.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Should I add those to the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes you should add them to the large bowl.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I did that!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Good, now pour this mixture into the well and stir only to moisten.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok the the mixture are stirred together. what now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Nice, now fill greased muffin cups and make them 3/4 full.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok the muffin cups have the mixture inside. should I bake now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes time to bake. Bake the muffins at 205 degrees Celsius for 20 to 25 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, They've been in for 20 minutes, but they don't look golden brown... should I wait a bit more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry I cannot help you with that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, I took them out then.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "Ok good. I hope you will enjoy your Banana Chip Muffins.", + "bot": true, + "annotations": "enjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "I will, thanks for the recipe!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/199.1.json b/ai_talks/AMUseBotBackend/dialog/199.1.json new file mode 100644 index 0000000..ff72a4c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/199.1.json @@ -0,0 +1,220 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I would like to make a soup. Do you have a nice recipe?", + "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": "I have a great recipe! It's called French spring soup, and it will make you feel like April in Paris. Is that your cup of tea? Or even better your cup of soup?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Omg you are such a funny bot, I love cooking with you. Yes it sounds good.", + "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": "Lol. Here are the first two ingredients: one fourth of a cup of butter and 1 pound leeks, chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good I had those already at home. What are the next 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": "Good job! the next two are 1 onion, chopped and 2 quarts water.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "OK I chopped the onions and the water is ready. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "Next ingredients are 3 large potatoes, chopped and 2 large carrots, chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have them and both chopped.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Nice! It's time to prepare 1 bunch of fresh asparagus, trimmed and cut into 1 inch pieces and one third of a cup of uncooked long-grain white rice.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have prepared the asperges. Could I also use brown rice instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "It's up to you to try to replace or add an ingredient, but I can't guarantee about the result!", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok no problem. Are there more ingredients left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes, the last three ingredients are 4 teaspoons of salt, half a pound of fresh spinach and 1 cup heavy cream.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-14", + "utterance": "OK I got it. All the ingredients are ready to go. Can we start making the French soup?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Great! Let's go!! You can start by melting the butter in a large pot over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Sorry I didn't understand the beginning of your instruction. Could you repeat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "You can start by melting the butter in a large pot over medium heat.", + "bot": true, + "annotations": "repeat(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok no problem. I did that, the butter is melted.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Nice! Now stir in the leeks and onion, and cook until tender.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok for how many minutes should I do that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "I can't say sorry, you should cook until leeks and onions are tender.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok they are tender now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! Now pour the water into the pot.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok should I use all the water?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes, you should use the 2 quarts water that you prepared before.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": " Next is to mix in potatoes, carrots, asparagus, and rice.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I got it. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "You can now season with salt.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I have done that. Are there many more steps to take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "There are two more steps. The first one is to bring to a boil, reduce heat, and simmer 30 minutes, until vegetables and rice are tender.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I let it simmer for 30 minutes. Everything looks tender now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Now stir spinach and heavy cream into the soup mixture, and continue cooking about 5 minutes before serving.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Nice it became really creamy, thanks it looks delicious.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "You are welcome!!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/200.1.json b/ai_talks/AMUseBotBackend/dialog/200.1.json new file mode 100644 index 0000000..14b3688 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/200.1.json @@ -0,0 +1,190 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! I want cake. Do you have a recipe for that?", + "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, yes I have a nice cake recipe from Germany's black forest. It is called a Black Forest Dump Cake.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Tremendous name, makes me hungry! Are there many ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "Good, there are 5 ingredients. The first one is 1 (21 ounce) can cherry pie filling.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, I already had cherry pie filling in my kitchen, great! What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-5", + "utterance": "Great, next is 1 can pitted dark sweet cherries and 1 package chocolate cake mix.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, how big should the can be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "It should be 16.5 ounce.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Good, could you tell me which are the last ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes 1 cup chopped walnuts and 3/4 cup butter, cut into pieces.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, I have evrything here! Should we start to make the cake?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes let's start. You can already preheat the oven to 190 degrees Celsius.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, I turned the oven on. Is there something I can do while the oven heats up?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes we can start preparing the cake. First spray a 9x13 baking dish with cooking spray.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": " ok the dish is ready. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Now you should dump the cherry pie filling into the dish and spread evenly.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I dumped the cherry pie filling in the dish. What can I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "You can add the cherries, including juice.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok so I added the cherries to the cherry pie filling.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Good. Now sprinkle cake mix over the top. I would like to stress that you SHOULD NOT STIR.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, thanks for stressing that. what now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Now sprinkle with chopped nuts.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Okay, I have sprinkled with nuts. Is it time to bake?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "The last step is to distribute butter pieces evenly over the top.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Hey, the butter is in.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Now it is time to bake in the oven for 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, goo. 45 minutes passe. 45 minutes passed. Is there a way I can see it's ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Good, no sorry I cannot help you with that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, then should I take it out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes take it out and enjoy your Black Forest Dump Cake.", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, good! It looks like a great dump cake! Thank you :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 13}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/201.1.json b/ai_talks/AMUseBotBackend/dialog/201.1.json new file mode 100644 index 0000000..b10663c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/201.1.json @@ -0,0 +1,154 @@ +{ + "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": "Yo! Today we are making Asparagus Sandwiches. Are you an asparagus fan?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes from time to time. Let's do it! How many ingredients are there?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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 just 5 ingredients! It's a simple and effective recipe!", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good. What are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first ingredients are 1 can asparagus tips, drained and half a cup of mayonnaise. The asparagus can should be a ten ounce one.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok thanks! Should I prepare the asparagus already?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "For now you should just drain them. After that you can prepare 2 tablespoons of finely chopped onion and 1 pinch of seasoning salt.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good, I also have the next ingredients ready.", + "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": "Good, the last one is 1 loaf of soft, sliced white bread.", + "bot": true, + "annotations": "inform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, everything is prepared. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Good! You can set the asparagus spears onto paper towels to absorb excess liquid.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I got it. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Ok, now take a small bowl and mix together the mayonnaise, the onion and the seasoning salt.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok it became a nice little sauce. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "You should first remove the crusts from bread slices and the spread the mayonnaise mixture thinly on each slice.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I like mayonaise, can I spread them with a bit more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "You can always follow your cook instinct, but don't ask me to approve of it :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "O. Ok no problem. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Next is to place a spear onto the slice and roll up.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "You can now cut each roll in half and arrange it on a serving tray. You then cover with plastic wrap, and refrigerate until serving.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "Hm it looks very good. Was that all?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes, enjoy!!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 10}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/202.1.json b/ai_talks/AMUseBotBackend/dialog/202.1.json new file mode 100644 index 0000000..c9331e4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/202.1.json @@ -0,0 +1,130 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! I am hungry, can you suggest me a tasty recipe?", + "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 there, do you like avocado and tzatziki?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Yes I do!", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice, you will need 9 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Good! I'd like to prepare them right away!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-5", + "utterance": "Great. First take a medium bowl. We will combine all the ingredients in there.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);\r\nsimplify_begin(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have the bowl!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-7", + "utterance": "The first two ingredients to add are 1 large avocado, peeled and pitted. And 2 cloves garlic, minced.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, avocado and garlic are in!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-9", + "utterance": "Now add 1 lemons, juice. 1/4 cup sour cream, this is optional.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I added both of them, I am big fan of cream.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-11", + "utterance": "Nice. And finally 1/2 cup chopped seeded cucumber. Mash everything with a fork until it becomes smooth.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-4]);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I mashed the mixture. It's smooth now. Are there any other ingredients which I should add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "Good. Yes now we will season it. With 4 ingredients. The first two are 1/2 teaspoon red pepper flakes, or to taste. And 1 tablespoon chopped fresh cilantro.", + "bot": true, + "annotations": "affirm();\r\nsimplify_begin(ac-2-0);\r\nsimplify_continue(ac-2-0, [ing-5, ing-6]);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I added red peppers and cilantro!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "The other two are 1 tablespoon chopped fresh mint. And salt and pepper to taste.", + "bot": true, + "annotations": "simplify_continue(ac-2-0, [ing-7, ing-8]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, do you think I can also add some paprika?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry I cannot answer that question are guarantee anything. Finally you should mix everything well. Then cover and refrigerate for 1 hour before serving.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(ac-2-1);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, I waited one hour, is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes that was all, enjoy your Avocado Tzatziki.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/203.1.json b/ai_talks/AMUseBotBackend/dialog/203.1.json new file mode 100644 index 0000000..34950e4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/203.1.json @@ -0,0 +1,292 @@ +{ + "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": "Hello Hello! Today's dish is Broiled Chicken with Roasted Garlic Sauce. Sounds good?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "It does indeed. 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 9 ingredients. Would you like to prepare them now?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok 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": "Good. The first ones that you should prepare are 1 medium head garlic and 1 tablespoon of olive oil.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\n" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have those at home already. What is next?", + "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-7", + "utterance": "Nice! The next two are 4 skinless, boneless chicken breasts and half a cup of white wine.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good I have them. Can I use more wine as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"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": "That is up to you! :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Alright. W. 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-11", + "utterance": "The next two ingredients are 2 tablespoons of butter and 1 cup of milk.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I got them. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "Yes, they are 1 tablespoon of all-purpose flour, one quarter of a cup grated of Parmesan cheese and 1 tablespoon chopped fresh parsley.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good, I have prepared all 3 of them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, that's it for the ingredients, we can start to cook! First preheat oven to 200 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok nice, yes. What can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "In the meantime you can slice the top of the head of garlic, just enough to remove the paper and expose the tops of the cloves.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Could you repeat the second part of the instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Just enough to remove the paper and expose the tops of the cloves.", + "bot": true, + "annotations": "repeat(purp-1-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I sliced the top of the garlic. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "You can drizzle it with olive oil and roast in preheated oven. You can do that either in a clay garlic roaster or wrapped in aluminum foil.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok it is in the oven. For how long should I do this?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "You can roast for 20 minutes or until cloves are soft and slip from skins when pushed.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok they look ok now. Can I take it out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Sure, take them out and let them cool.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok what else can I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you can change the oven setting to broil and to 190 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok the oven is set. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "It's now time to prepare the chicken. Place it in a 9 by 13 inch baking dish and splash both sides with white wine.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok nice I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Now broil for 25 minutes or until chicken is cooked through and juices run clear.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok the chicken looks good now. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Now you can place the butter or the margarine and the milk in a large skillet and heat over medium heat until warm.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "Alright. it is warm now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Good, you can now stir in the flour and cheese.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok I have stirred in the flour and cheese. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Now stir over medium heat until the sauce begins to thicken.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok I have done that. What should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "It's now time to slip the garlic cloves from skin and add to the sauce. They should be nicely cooled and you can mince them if you want.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok nice I added them to the sauce. What should I do with the sauce?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-41", + "utterance": "You can add some parsley to it, and bring nearly to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-12);\r\ninform_instruction(ac-13-0);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok it is nearly boiling. Should I leave it for a while?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "You should now reduce the heat and stir in to control thickening.", + "bot": true, + "annotations": "inform_instruction(ac-13-1);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok the thickening is inside. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-45", + "utterance": "That's almost it! If you desire you can pour the sauce over rice or pasta and top it with broiled chicken. I hope you enjoy!!", + "bot": true, + "annotations": "inform_instruction(inst-14);\r\nenjoy();" + }, + { + "utt_id": "utt-46", + "utterance": "Hm it looks great! Thanks for the recipe.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-47", + "utterance": "Thank you for asking me recipes.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/204.1.json b/ai_talks/AMUseBotBackend/dialog/204.1.json new file mode 100644 index 0000000..3284556 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/204.1.json @@ -0,0 +1,136 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! I am bored and I'd like to make bread. Can you help me with that?", + "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 there, yes I can. I have a recipe for Flax and Sunflower Seed Bread.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds yummy!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Good. The recipe has 9 ingredients. Do you want to prepare them?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes thank you!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; thank;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first 3 ingredients are 1 1/3 cups water, 2 tablespoons butter, softened and 3 tablespoons honey.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Good, I have butter, water and honey. Could you tell me three more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Good the next ingredients are 1 and 1/2 cups bread flour, 1 and 1/3 cups whole wheat bread flour and 1 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, I have them, do you think it's okay to add chickpea flour?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry I cannot guarantee anything and help you with that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok that's cool. Can you tell me which are the last ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Yes the last 3 ingredients are 1 teaspoon active dry yeast, 1/2 cup flax seeds and 1/2 cup sunflower seeds.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok nice, are we set to cook then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "The next step is to place all ingredients, except the sunflower seeds, in the pan of the bread machin. You should do this in the order recommended by the manufacturer.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I put everything but the seeds in the bread machine.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Good now select basic white cycle and press start.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok the cycle started, is there something I can do while the machine works?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Good. All you have to do is add the sunflower seeds when the alert sounds during the knead cycle. Easy right?", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Cool, then that's it? When I hear the sound I add the seeds and then it's done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes that was all.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();" + }, + { + "utt_id": "utt-20", + "utterance": "Great! Thanks :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/205.1.json b/ai_talks/AMUseBotBackend/dialog/205.1.json new file mode 100644 index 0000000..265871b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/205.1.json @@ -0,0 +1,130 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I would like to make some bread. Do you have a good recipe?", + "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": "Of course! I have an Argentine chimichurri bread which I think you'll love! Sounds like what you were looking for?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds just like it. How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "We can start with the preparation of the ingredients, there are 13 of them. The first two are 1 cup water and one and a half tablespoons of white wine vinegar.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good. I have the first two ingredients ready.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good, next one's are 3 tablespoons of olive oil, one eight of a teaspoon of cayenne pepper and three fourths of a teaspoon of dried oregano.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok nice I have those all in my place. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "Good, you can now prepare 2 cloves of garlic, minced, 3 tablespoons of chopped onion and 3 tablespoons of fresh parsley.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I got it, what are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-9", + "utterance": "The next ones are 1 and a half teaspoons salt, 1 tablespoon of white sugar and 3 tablespoons of wheat bran.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok could you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "3 tablespoons of wheat bran.", + "bot": true, + "annotations": "repeat(ing-10);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "The last ingredients are 3 cups of bread flour and 2 teaspoons of active dry yeast.", + "bot": true, + "annotations": "inform_ingredient(ing-11);\r\ninform_ingredient(ing-12);" + }, + { + "utt_id": "utt-14", + "utterance": "Alright, I have all the ingredients ready. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-15", + "utterance": "You should place all the ingredients in the pan of the bread machine in the order recommended by the manufacturer.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have done that. On which program should I press?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Select Basic or White Cycle, press Start and you are good to go!", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok nice. Is there something else I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "No, that's it!! Enjoy!!", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok easy, thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/206.1.json b/ai_talks/AMUseBotBackend/dialog/206.1.json new file mode 100644 index 0000000..017af0a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/206.1.json @@ -0,0 +1,256 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! Do you have a recipe to suggest 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": "I have some nice Enchilada Style Burritos. What about that?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds great , I am a burrito lover. How many ingredients are there in this recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; 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": "Nice, there are 12 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, could we prepare them before we start with the recipe?", + "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-5", + "utterance": "Yes we can. The first 3 ingredients are 6 frozen prepared bean and cheese burritos, 2 tablespoons butter or margarine and 3 tablespoons all-purpose flour.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok good, can I have three more 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 and 3/4 cups water, 1 can tomato sauce and 1 and 1/2 teaspoons chili powderThe next ingredients ar. Oops. I meant, The next ingredients are 1 and 3/4 cups water, 1 can tomato sauce and 1 and 1/2 teaspoons chili powder.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, how big should the tomato sauce be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "It should be 8 ounce.", + "bot": true, + "annotations": "inform_amount(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok good, are there any more ingredients left to prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes the are still 6 ingredients.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok could you tell me the next 3?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "The next ingredients are 1 teaspoon beef bouillon granules, 3/4 teaspoon ground cumin and 1/2 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have them in the slices rack. Which ingredients are left?", + "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-15", + "utterance": "Good. The next two ingredients are 2 cups shredded Mexican blend cheese or Cheddar cheese. And 1 can sliced ripe olives, drained.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, how big should the olive can be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "It should be 2.25 ounce. The last ingredient is 1/3 cup chopped green onions.", + "bot": true, + "annotations": "inform_amount(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, nice, I wanna start then!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok great. Let's start. First place frozen burritos in a greased 13-in baking dish and set aside.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, the burrito are on the dish. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Nice, now take a saucepan and melt the butter.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok butter is melted!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "When the butter is melted stir in the flour until smooth. Then gradually stir in water.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, should I add all of the water?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes. Now bring to a boil. You should cook and stir for 2 minutes or until it becomes thickened.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok it looks fairly quick now, what should I do? ( looks fairly thick).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Now add the tomato sauce, chili powder, bouillon, cumin and salt.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, I added those. Should I stir?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Let it simmer, uncovered, for 5 minutes or until thickened. And then pour over the burritos.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, I poured the mixture into the burritos.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Good now you should sprinkle with cheese, olives if desired and onions.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I added cheese olive and onions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Nice, now it is time to bake them uncovered, at 350 degrees Fahrenheit for 35-40 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok, good, could I have the temperature in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "It is 176 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(temp-8-1);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok great! 40 Minutes passed, what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "Is it heated through?", + "bot": true, + "annotations": "verify(cond-8-0);" + }, + { + "utt_id": "utt-38", + "utterance": "Yes it looks like so!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "Ok good then it is time to take it out and enjoy your Enchilada Style Burritos.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-40", + "utterance": "Noyce!! They look amazing.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/207.1.json b/ai_talks/AMUseBotBackend/dialog/207.1.json new file mode 100644 index 0000000..64ba13a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/207.1.json @@ -0,0 +1,130 @@ +{ + "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": "Hallo! We are gonna make fresh apple salsa. Sounds tasty?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes it does. How do I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"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 can start by preparing the ingredients. First two ingredients that you'll need are 2 tart apples, cored and cubed, and 4 tablespoons lime juice.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I cored and cubed the apples and took the lime juice. What is next?", + "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": "Good, now take 1 fresh jalapeno pepper, seeded and sliced and 1 fresh Anaheim chile, seeded and sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok nice I like it spicy. What is next.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "Ok, next ingredients are half a medium onion, finely chopped and 2 tablespoons coarsely chopped fresh cilantro.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I got it. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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 two ingredients are half a cup chopped walnuts, lightly toasted and two tablespoons fresh ginger, peeled and thinly sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have prepared them. Are there more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes, there is one left: it's one quarter of a teaspoon of salt.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good I have all the ingredients ready. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Great! Take a large bowl and stir together apples and lime juice.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have stirred the appels and lime juice together. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "When you are done you can stir in the jalapeno and the Anaheim chile slices.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have stirred them in as well. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Perfect! It's time to stir in onion, cilantro, walnuts, ginger, and salt.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok they are all inside the mixture.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Good job!! Now mix thoroughly and you are ready to eat it!!", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Hm it looks yummy. Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/208.1.json b/ai_talks/AMUseBotBackend/dialog/208.1.json new file mode 100644 index 0000000..5143e72 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/208.1.json @@ -0,0 +1,214 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! Any ideas for fish recipes?", + "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, what about a Crawfish Chowder?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Mmmh great sounds smelly but good!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Ok great. Do you want to prepare the ingredients beforehand?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I'd like so!", + "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": "The first three ingredients are 1/4 cup butter, 1/2 bunch green onions, chopped and 1/2 cup butter.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "So the first is butter and the third is also butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Yes indeed you will need it at two different times in the recipe.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good, can you tell me more 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-9", + "utterance": "The next ingredients are 2 pounds frozen crawfish, cleaned. And 2 (10.75 ounce) cans condensed cream of potato soup.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Top, I have them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Good. Next is 1 (10.75 ounce) can condensed cream of mushroom soup. 1 (15.25 ounce) can whole kernel corn, drained.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I got those cans, are there any other ingredients left?", + "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-13", + "utterance": "Yes the last ingredients are 4 ounces cream cheese, softened. 2 cups half-and-half cream and 1/2 teaspoon cayenne pepper.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-14", + "utterance": "Great, thanks! What's the plan now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Nice. First melt 1/4 cup of butter in a large skillet over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Butter is melted, should I put something inside the pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Good, now saute the green onions in butter until tender.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "They look tender now, how should I proceed?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok now remove from pan, and set aside. Take the same skillet and melt the other 1/2 cup of butter.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok also this butter is melted.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Now saute the crawfish for 5 minutes and then set aside.", + "bot": true, + "annotations": "inform_instruction(ac-3-1);\r\ninform_instruction(ac-3-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Good, I out the crawfish aside.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Now take a large pot and put it over medium heat. Combine potato soup, mushroom soup, corn, and cream cheese. You should mix well and bring to a slow boil.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, could I add olive oil?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry I cannot answer that question. Now you should stir in half-and-half, sauteed green onions, and crawfish.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Cool, did it. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Now season with the 1/2 teaspoon cayenne pepper.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok pepper is in.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Finally you should bring it to a low boil. Let it simmer for 5 minutes to blend flavors.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, I left it simmer for 5 minutes. Is there some way I can see that it's ready to eat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Sorry I can't help you with that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-32", + "utterance": "No worries! Is it ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes that was all. Enjoy!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Thanks!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/209.1.json b/ai_talks/AMUseBotBackend/dialog/209.1.json new file mode 100644 index 0000000..8e60479 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/209.1.json @@ -0,0 +1,280 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I would like to eat some chicken again. Do you a have recipe for me?", + "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": "Sure! I can propose you the grand marnier chicken!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok sounds great. How many ingredients does the recipe have?", + "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": "This recipe has 11 ingredients. Wanna prepare them now?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "Cool! You can start by preparing 4 skinless, boneless chicken breast halves, 1 cup of milk and 1 cup of dry bread crumbs.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I will do that. Can I also use almond milk instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry, I can't reply to your question...", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok no problem. 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-9", + "utterance": "Next ingredients are 1 cup of grated Parmesan cheese, 2 tablespoons of chopped fresh parsley and 1 cup olive oil.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have all 3 of them. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "You can now take 1 orange, sliced into round, 1 cup of dry white wine and half a cup orange juice.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good I took all the ingredients and prepared them. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "The last two ingredients are 1 can of chicken broth and one fourth of a cup of brandy-based orange liqueur, like Grand Marnier for example.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good I still had some Grand Marnier at home.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Great, I knew you were a grand marnier lover\". Now slice thechicken breasts in thirds horizontally to make 12 thin chicken fillets.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I made the 12 chicken filets. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Great! now lightly pound each piece, place in a dish, and pour milk over them.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I poured milk over them. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Great, now soak for 10 minutes. When 10 minutes passed take a shallow bowl, stir together the bread crumbs, Parmesan cheese and parsley.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I stirred them together. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "You should set it aside and take a skillet. Inside the skillet heat olive oil over medium-high heat.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-23", + "utterance": "It should be a large and heavy skillet.", + "bot": true, + "annotations": "inform_tool(tool-6-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok the olive oil is heated.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Great! Dredge the chicken pieces in the bread crumb mixture, and place in the hot oil.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok i. I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-27", + "utterance": "You can now quickly brown the chicken on both sides. And then remove to a buttered 9 by 13 inch baking dish, or similar size.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Yummy yes I have moved them to the baking dish.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-29", + "utterance": "Perfect, now season with salt and pepper to taste.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I have done that. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-31", + "utterance": "You can place the orange slices over the top of the chicken.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok it looks good. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-33", + "utterance": "Now preheat the oven to 350 degrees F, or 175 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok the oven is preheated. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-35", + "utterance": "Drain the oil from the skillet, reserving 1 fourth of a cup. And Heat the reserved oil with the wine over medium heat until reduced by half.", + "bot": true, + "annotations": "inform_instruction(inst-12);\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok the oil is now reduced by half. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-37", + "utterance": "You can add in the broth and the orange juice, and again reduce by half again.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok good I have done that. I reduced it again by half.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-39", + "utterance": "Good! Now pour the sauce over the chicken, then drizzle with Grand Marinier.", + "bot": true, + "annotations": "inform_instruction(inst-15);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok it looks good, is it time to eat already?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-41", + "utterance": "Just a last step! Bake for 20 to 25 minutes in the preheated oven, until it becomes bubbly. And then your food is ready!!", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-16);\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Ok 25 minutes have passed. How do I know if it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-43", + "utterance": "It will become bubbly!", + "bot": true, + "annotations": "inform_duration(cond-16-0);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok good, it looks very tasty! Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/210.1.json b/ai_talks/AMUseBotBackend/dialog/210.1.json new file mode 100644 index 0000000..3b59c99 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/210.1.json @@ -0,0 +1,220 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! Do you have a recipe suggestion for tody?", + "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, what about some chicken with vegetables?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds good to me! How do I prepare that?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "Good! You will need 15 ingredients. We can start by preparing them. First prepare 1 cup sliced fresh mushrooms. 4 chicken drumsticks. You should remove the skin. And 4 chicken thighs. Also remove the skin.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Cool! I have mushrooms and chicken ready, can you tell me which are the next ingredients'.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-5", + "utterance": "4 celery ribs, sliced. 1 cup sliced zucchini and 1 cup sliced carrots.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I've got them!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-7", + "utterance": "Nice, next is 1 medium onion, sliced. 1 cup tomato juice and 1/2 cup chicken broth.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have al of those in my cupboard, are there other ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-9", + "utterance": "Nice, yes there are 6 more ingredients. Next is 1 garlic clove, mince.1/4 teaspoon paprika and pepper to taste.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-10", + "utterance": "Good! what now?", + "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-11", + "utterance": "The last ingredients are 3 tablespoons cornstarch, 3 tablespoons cold water and hot cooked rice.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, how much rice do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "I am sorry, I cannot help you with that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok no problem, can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes if you are ready, let's start! Do you have a slow cooker?", + "bot": true, + "annotations": "verify(ac-0-0, [tool-0-0]);" + }, + { + "utt_id": "utt-16", + "utterance": "Yes I do.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-17", + "utterance": "Good. First place mushrooms and chicken in the slow cooker.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok they are in!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-19", + "utterance": "Good. Now add the celery, zucchini, carrots, onion, tomato juice, broth, garlic, paprika and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, I added them, should I stir the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-21", + "utterance": "You just have to add the ingredients. And then cover and cook on low for 5 hours.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, I am cooking now for 4 hours, is it ok if I stop?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Important is to watch if the meat juices run clear.", + "bot": true, + "annotations": "inform_duration(cond-2-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, I think it's ok!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Good. Now remove chicken and vegetables and keep warm.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I removed chicken and vegetables, is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-27", + "utterance": "Not yet. Now transfer the cooking juices to a saucepan. It will skim the fat.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, I am cooking the juices now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-29", + "utterance": "Now combine the cornstarch and water until smooth. Then add them to the juices.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, I added the thickening to the juices, for how long should I cook now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-31", + "utterance": "You should bring to a boil. Cook and stir for 2 minutes or until it becomes thickened.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, I think now it's thick enough.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-33", + "utterance": "Nice then take it out and pour over chicken and vegetables. Finally serve over rice. And Enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Mmmh, I love it already, thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/211.1.json b/ai_talks/AMUseBotBackend/dialog/211.1.json new file mode 100644 index 0000000..feaf4ab --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/211.1.json @@ -0,0 +1,268 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, do you have a nice apple cake recipe?", + "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": "Heey! Sure I have one, and it's called apple butter spice cake. Not to confuse with a space cake hehe. Sounds good?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Haha yes better not to confuse indeed. What should I do?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "We can start with the ingredients preparation, there are 15 of them.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "OK yes that sounds like a good plan.", + "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": "The first two are 1 cup of packed brown sugar, one teaspoon ground cinnamon and half a teaspoon ground nutmeg.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have these 3 ingredients ready. What are the next ones?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Bravo! Now take half a cup of chopped pecans, 2 cups aof ll-purpose flour and 1 teaspoon baking powder.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "2 cups of all-purpose flour.", + "bot": true, + "annotations": "repeat(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have the. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "The next three ingredients are 1 teaspoon of baking soda, half a teaspoon of salt and half a cup butter, softened.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok those I have all in my kitchen closet and fridge. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "Cool, here we go with three more then:. 1 cup of white sugar 3 fourths of a cup of apple butter and 1 teaspoon vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok nice, I like apple butter. Are there more ingredients left?", + "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": "I also love it! Last ingredients are half a cup of whole bran cereal or wheat germ, 1 cup of sour cream and 2 eggs, beaten.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok nice I have all the ingredients prepared. Can we start making the cake?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-17", + "utterance": "Sure! Preheat the oven to 350 degrees F.", + "bot": true, + "annotations": "inform_instruction(ac-0-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok what is the in degrees Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Ok, it is 175 degrees C.", + "bot": true, + "annotations": "inform_temperature(temp-0-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok nice, what can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-21", + "utterance": "You can Spray or grease one 9 by 13 inch pan.", + "bot": true, + "annotations": "inform_instruction(ac-0-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-23", + "utterance": "Next step is to prepare the topping by mixing together the brown sugar, cinnamon, nutmeg and chopped pecans.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I mixed them together. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "Put it aside, and then sift together the flour, baking powder, baking soda and salt.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I put it aside. What should I do with this other mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "You should blend together butter and sugar, and add eggs and beat well.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);\r\ninform_instruction(ac-3-1);\r\ninform_instruction(ac-3-2);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok should I add that in the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Sorry, I am not sure... I read recipes but sometimes I also don't know.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok no problem my dear bot. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Now add apple butter, vanilla, wheat germ or bran cereal to the mixture.", + "bot": true, + "annotations": "inform_instruction(ac-3-3);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok it is all mixed together. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Then add sifted dry ingredients alternately with sour cream.", + "bot": true, + "annotations": "inform_instruction(ac-3-4);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok I did that alternating with sour cream.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Perfect, you should mix well after each addition.", + "bot": true, + "annotations": "inform_instruction(ac-3-5);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok good to know. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Now bake it for 40 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-38", + "utterance": "OK. 40 minutes have passed. How do I know if it is good to go?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "Sorry, I can't help you with that, but 40 mins should be enough!", + "bot": true, + "annotations": "fence();\r\nrepeat(dur-4-0);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok nice. What should I do now? Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "Then you'll have to pour half batter into the pan and sprinkle half the topping over top. Then pour the remaining batter and top with remaining topping. Now you can finally eat it! :).", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok the topping is on top. It looks great! Thanks for the instruction.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-43", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/212.1.json b/ai_talks/AMUseBotBackend/dialog/212.1.json new file mode 100644 index 0000000..d41bc4e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/212.1.json @@ -0,0 +1,394 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello bot, what is the recipe of the day?", + "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 it is Butterscotch Basketball Cookies. Do you like basketball?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I do! Let's do it! Can we first prepare the ingredients?", + "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": "Nice, sure. There are 14 ingredients. The first 3 are 1 cup butterscotch chips, 1 cup butter (no substitutes). It should be softened. And 1/2 cup sugar.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, I have them ready, what are the next ones?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-5", + "utterance": "Nice, 1/2 cup packed brown sugar. 1 egg and 2 tablespoons milk.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, good, should I use skimmed milk?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot help you with that question. In my recipe there is written 2 tablespoons milk.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "That's ok! Can you tell me more 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": "Alright, The next ingredients are 2 teaspoons vanilla extract, 3 cups all-purpose flour and 3/4 cup shortening.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-10", + "utterance": "Good, I have them in my baking shelf! Is that it?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"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": "No not yet. Ok nice. The next ingredients are 1/4 cup water, 2 tablespoons all-purpose flour and 1, 1/2 teaspoons vanilla extract.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-12", + "utterance": "Good! I have water baking powder and vanilla exctract!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-13", + "utterance": "Ok nice. The last two ingredients are 4 cups confectioners' sugar and paste food coloring.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);" + }, + { + "utt_id": "utt-14", + "utterance": "Great! I look forward to start then!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "Good! let's make the cookies! First in a microwave, melt butterscotch chips. Afterwards let them cool for 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, for how long should I cook them i the microwave?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "The butterscotch chips should be melted.", + "bot": true, + "annotations": "repeat(ac-0-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Oook, it should be ok. What can I do now?", + "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-19", + "utterance": "Now take a mixing bowl and cream the butter and sugars.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, I made the mixture, what should I do with it.", + "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-21", + "utterance": "Now add egg, milk and vanilla; mix well.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, should I beat the egg before I add it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry I don't know.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "No worries! What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-25", + "utterance": "Now beat in melted chips. Gradually add flour and mix well.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, I am doing that. Should I use all the chips?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_use_all;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes you can use all of them.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-28", + "utterance": "Tremendous! Can I tell me what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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 cover and refrigerate for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, one hour passed!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"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": "Good. Now use a floured surface and roll out dough to 1/4-in. thickness.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, I am rolling the dough.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-33", + "utterance": "Cut the dough with a floured 4-1/2-in. gingerbread man cookie cutter and a 3-in. round cutter.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Sorry I didn't understand.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-35", + "utterance": "You should cut the dough with a floured 4 and a half inch gingerbread man cookie cutter and with a 3 inch round cutter.", + "bot": true, + "annotations": "repeat(inst-7);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, I cut it!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-37", + "utterance": "Nice. now place them 2 inch apart on greased baking sheets.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "They are on the baking sheets now, should I bake them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-39", + "utterance": "Nice now bake them at 375 degrees Fahrenheit for 5-8 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok, 7 minutes passed. Should I wait until they look nicely brown?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-41", + "utterance": "The edges should become lightly browned. Now cool for 1 minute. You should remove them to wire racks to cool completely.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok they are cool I think. Can I eat them now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-43", + "utterance": "Nice. No not yet there are quite some more steps. Let's make the frosting. Combine shortening, water, flour and vanilla in a mixing bowl and mix well.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok, I am mixing now, what should I do with this mixture'.", + "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-45", + "utterance": "Nice, first gradually beat in sugar as well.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-46", + "utterance": "Should I add all of the sugar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-47", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-48", + "utterance": "And what should I do after?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-49", + "utterance": "Now place 1 cup frosting in a plastic bag and cut a small hole in the corner of bag.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-50", + "utterance": "So what should I do after i make a hole in the plastic bag?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-51", + "utterance": "You should pipe the shirt and shorts on players with the frosting in the plastic bag. The players are what you cut before with the cutters.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-52", + "utterance": "Ok good so I did that rght I think! What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-53", + "utterance": "Ok, now fill in outline and smooth it afterwards with a metal spatula.", + "bot": true, + "annotations": "inform_instruction(inst-15);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok, I smoothed them out. Are they ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-55", + "utterance": "Nice. No not yet. The next step is to tint 1/4 cup frosting black. Then place it in a plastic bag.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-16);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok the frosting black is in the bag!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-57", + "utterance": "Now you should pipe lines on the round cookies in order to create basketballs. You should pipe the hair, eyes and noses on the players.", + "bot": true, + "annotations": "inform_instruction(inst-17);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok, I did that. I think it doesn't look that great but that's my fault probably...", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-18\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-59", + "utterance": "I'm sorry to hear that. Now tint 1/4 cup frosting red. And then you should pipe a mouth on each player.", + "bot": true, + "annotations": "inform_instruction(inst-18);" + }, + { + "utt_id": "utt-60", + "utterance": "Ok, I piped a mouth on each player. They are smiling. Is it normal that they look creepy?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-61", + "utterance": "Nice, now tint the remaining frosting to match team colors of your choice. Now you can decorate by piping around shirts and shorts and add a letter on shirts if desired. Maybe it becomes less creepy.", + "bot": true, + "annotations": "inform_instruction(inst-19);" + }, + { + "utt_id": "utt-62", + "utterance": "Oh nice, I used yellow and purple like LA Lakers.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 34}" + }, + { + "utt_id": "utt-63", + "utterance": "Ok nice. That was all, I hope you will enjoy your Butterscotch Basketball Cookies. And don't forget if I may use some words of the great Michael Jordan: \"The key to success is failure.\" I hope next time your cookies will look less creepy.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();\r\n" + }, + { + "utt_id": "utt-64", + "utterance": "Ahah lol! Thanks for that, I'll keep it in mind.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 34, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 34}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/213.1.json b/ai_talks/AMUseBotBackend/dialog/213.1.json new file mode 100644 index 0000000..1f93ca3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/213.1.json @@ -0,0 +1,148 @@ +{ + "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!! Since it's very cold outside I tought we could prepare a Curried Winter Squash! What do you think?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Hm I think it will fill up my belly and warm me up from inside.", + "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! Then let's start to prepare the ingredients then! The first two are 3 cups of cooked, mashed winter squash and one and a half tablespoons curry powder.", + "bot": true, + "annotations": "propose_list_ingredients();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have the squash and the curry powder. What is next?", + "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": "Next ingredients are 2 tablespoonsof butter or trans fat-free margarine and 2 tablespoons maple syrup.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have the butter. Can I also use ahorn syrup instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "I am not sure if that would work, but at the end it's up to you to choose your own destiny.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I will try it out. What are the next ingredients?", + "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": "Next ingredients are half a teaspoon of Salt, to taste and a quarter of cayenne pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I have the ingredients. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Good! There is a last ingredient which is optional. It's 3 tablespoons of sweetened coconut flakes, toasted.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\n" + }, + { + "utt_id": "utt-12", + "utterance": "That sounds like a nice addition. Are there any ingredients left?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes it is nice! Coconut gives a Caribbean taste to your winter squash. There are no ingredients left, so we can start with the recipe. It's a simple, 3 steps recipe. Do you have a microwave.", + "bot": true, + "annotations": "negate();\r\nverify(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-14", + "utterance": "Yes indeed that will be tasty. Ok sounds good. Yes I have one next to me.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Great! You can then take a medium bowl and combine the first six ingredients. That means all the ingredients apart from the coconut.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok I have combined them in the bowl. What should I do with the mixture ?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "You can microwave it on high until heated through, about 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. On how much Watt should I set the microwave?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I can't say... I just know that you should use the high heat program.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok no problem! The mixture looks heated thorough now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "Good! Then you can, if you desire, sprinkle on the coconut. Once you are done with that you are all set to enjoy your curried winter squash!", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Yes I have done that. Thanks it looks tasty and exotic indeed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-23", + "utterance": "Great!! Have a nice meal!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/214.1.json b/ai_talks/AMUseBotBackend/dialog/214.1.json new file mode 100644 index 0000000..b70dc66 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/214.1.json @@ -0,0 +1,184 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! My friends are coming for dinner tonight! Can you suggest me a nice recipe to impress them?", + "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": "I have a great recipe for you. Chicken Salad With Thai Flavored Dressing. Does it sound yummy?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes, sounds exactly like what I was looking for.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Ok great! Do you want to prepare all the ingredients?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes, I like to have the ingredients ready before I start!", + "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": "Good. There are 15 ingredients. The first ingredient is 4 cups rotisserie chicken, skinned and boned. You should shred the meat into bite-sized pieces.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I shredded the chicken!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "Good. The next ingredients are 2 medium celery ribs, cut into small dices. And 2 medium green onions, sliced thin.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-8", + "utterance": "Perfect, I've got onions and celery! Why are the next two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-9", + "utterance": "Nice, now take 1/4 cup chopped honey-roasted peanuts, 2 tablespoons lime juice and 2 tablespoons Asian fish sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Been there done that!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Very nice. The next ingredients are 1 teaspoon ground ginger, 2 teaspoons white sugar and 1/2 teaspoon hot red pepper flakes.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "All right! Is that it for the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Not yet. The next two ingredients are 2 tablespoons minced fresh cilantro leaves and 2 tablespoons chopped fresh mint leaves.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have them in my spice rack!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Nice. The next four ingredients are suggested accompaniments which you can add in the end. Boston lettuce, sliced cucumbers ,grated carrots and chopped honey-roasted peanuts.", + "bot": true, + "annotations": "inform_ingredient(ing-11);\r\ninform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-16", + "utterance": "I have iceberg salad, is it ok if use it to replace the lettuce?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_substitute;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Since it is about suggested accompaniments, I think it is ok to suggest or adapt your own accompaniment.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "Great!! Thanks, can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Nice! Yes first take a medium bowl and mix chicken, celery, green onions and peanuts.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "I mixed those!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Ok, now take a small bowl and mix lime juice, fish sauce, ginger, sugar, red pepper, cilantro and mint. Also add 2 tablespoons of water.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I made this kind of sauce, what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-23", + "utterance": "Nice you should toss the dressing with the chicken mixture. Do this on a bed of Boston lettuce with the suggested accompaniments.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I mixed the contents of the two bowls together.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "Good and you serve it on the way I described?", + "bot": true, + "annotations": "verify(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Oh yes like that it looks good!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Ok nice. That was all. I hope you and your friends enjoy the dinner. Don't forget to use the 1,5 meter distancing. And stay safe!", + "bot": true, + "annotations": "end_recipe();\r\n" + }, + { + "utt_id": "utt-28", + "utterance": "I will, thanks for taking care of me not, it looks delicious!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/215.1.json b/ai_talks/AMUseBotBackend/dialog/215.1.json new file mode 100644 index 0000000..0ad8cbd --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/215.1.json @@ -0,0 +1,268 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I like to make some chicken again. Do you have a nice recipe for me?", + "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! I can propose you Chicken and Herbs in White Wine, sounds good?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Yes sounds good indeed. How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "We can start by preparing the ingredients! There's 14 of them. The first to prepare are 2 tablespoons olive oil and 1 (4 pound) chicken, cut into pieces.", + "bot": true, + "annotations": "propose_list_ingredients();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good idea. Ok I have them ready. What is next?", + "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": "Next are garlic powder to taste and half a pound of fresh mushrooms, sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, what kind of mushrooms should I use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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": "Sorry, I can't say... What I know is that they should be fresh.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok good thanks. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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": "You can now prepare 1 large onion, diced and half a teaspoon dried basil.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok the onion is diced and I have the dries basil. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "Good, you can now get oregano, rosemary and thyme. They should all be dried and you'll need half a teaspoon for each of them.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok nice I have all of them prepared in my kitchen.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-13", + "utterance": "Good! You can now take 1 teaspoon of garlic salt, one quarter of a teaspoon of black pepper and 1 teaspoon poultry seasoning.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok nice are there more ingredients to prepare still?", + "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": "Yes, there is the last two! They are a cup of dry white wine and 1 (10.5 ounce) can chicken broth.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-12);\r\ninform_ingredient(ing-13);" + }, + { + "utt_id": "utt-16", + "utterance": "A. Ah yes of course. Ok I have all the ingredients prepared in my kitchen. I'm ready to start.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Great! Do you have a Dutch oven?", + "bot": true, + "annotations": "verify(ac-0-0, [tool-0-0]);" + }, + { + "utt_id": "utt-18", + "utterance": "Yes of course I grew up with the Dutch oven. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "That's purrfect! Then you can heat the olive oil in a large Dutch oven over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok the olive oil is heated. What should I add?", + "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": "You can sprinkle the chicken with garlic powder and brown on both sides.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok how long will that take?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "You just have to brown it a little bit and remove the chicken to paper towels.", + "bot": true, + "annotations": "repeat(ac-1-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok good, I have done that. The chicken is on paper towels. 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-25", + "utterance": "The next step is to spoon off the chicken fat, and return pan to stove.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok nice for how long should I do that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-27", + "utterance": "It's now time to stir in the mushrooms and the onions. You can cook, stirring occasionally, until the onions are soft.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I have done that. The onions are soft now. What should I do?", + "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": "You can now remove the mixture to a medium bowl. Then, in a separate bowl, mix together basil, oregano, rosemary, and thyme.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok the mixture is in the medium bowl. What is following step? Ok I collected the herbs and added them in the bowl.", + "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-31", + "utterance": "You can now season with garlic salt, pepper, and poultry seasoning.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok it looks like a nice mixture. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; 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-33", + "utterance": "Great! Now stir in the wine, and add to the onion and mushroom mixture.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "Sorry what should I stir in?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-35", + "utterance": "You should stir the wine in.", + "bot": true, + "annotations": "repeat(ac-8-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok no problem. I have stirred in the wine. What is 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-37", + "utterance": "Next is to return the chicken in the Dutch oven.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok the chicken is back in the Dutch oven. For how long should it be in there?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-39", + "utterance": "You first pour the mushroom mixture and broth over the chicken and cover i. Then you can cook over low heat until meat begins to fall off the bone, about 1 and a half hours.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-40", + "utterance": "Nice, the chicken is covered and now it looks ok. The meat began to fall of the bone. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-41", + "utterance": "If it looks good to you, you can just eat it, the recipe is over!", + "bot": true, + "annotations": "end_recipe();" + }, + { + "utt_id": "utt-42", + "utterance": "Ok nice I will start eating. Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-43", + "utterance": "Enjoy your meal!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/216.1.json b/ai_talks/AMUseBotBackend/dialog/216.1.json new file mode 100644 index 0000000..84757a8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/216.1.json @@ -0,0 +1,172 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! Can I have a chicken recipe to surprise my girlfriend?", + "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, sure! What about chicken adobo with ginger? It is a type of Filipino chicken stew.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds great! Are there a lot of ingredients in this dish?", + "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": "Alright. There are 7 ingredients needed.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Great! Could I prepare them as a first thing?", + "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-5", + "utterance": "Sure. The first two are 1 (3 pound) whole chicken, cut into 8 pieces. And 1/2 cup soy sauce.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, I have chicken and soy sauce!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Nice! The next two ingredients are 3/4 cup distilled white vinegar and 1 bulb garlic, peeled and crushed.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\n" + }, + { + "utt_id": "utt-8", + "utterance": "Cool! I have vinagre and garlic on my kitchen counter.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good. The last 3 ingredients are 2 tablespoons thinly sliced fresh ginger root, 2 bay leaves and 1/2 tablespoon black peppercorns.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\n" + }, + { + "utt_id": "utt-10", + "utterance": "Great, these spices are ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "Alright, now let's start cooking the adobo chicken. First do you have a Dutch oven?", + "bot": true, + "annotations": "verify(ac-0-0, [tool-0-0]);" + }, + { + "utt_id": "utt-12", + "utterance": "I have a Flemish oven is that ok?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that question. I don't know if replacing something Dutch with Flemish is a good idea.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, no problem, I'll ask my neighbour. Ok I have a Dutch oven, what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Ok nice! Now combine the chicken, soy sauce, vinegar, garlic, ginger, bay leaves and peppercorns in the Dutch oven.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": " ok, I mixed those ingredients and put them in the dutch oven.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Nice now bring to a boil over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, it's boiling!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Alright now reduce heat to a simmer. And cover the pot and simmer for 30 minutes. You should bast the chicken occasionally.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok 30 minutes passed, is that it woth the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Ok nice. No not yet. Now remove the lid and cook until liquid has reduced to half.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Good, it now looks like there is way less liquid. What should I do with this mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Good. Now remove chicken from the pot to a serving plate. Strain the liquid from the pot to remove all the food particles, and set aside.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Nice, the chicken is on a plate and the liquid is on the side.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Alright. The last step is to serve chicken hot over some steamed rice and drizzle with the reserved sauce.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Wow, it looks good like that! Thanks bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/217.1.json b/ai_talks/AMUseBotBackend/dialog/217.1.json new file mode 100644 index 0000000..cd11d93 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/217.1.json @@ -0,0 +1,178 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, I would like to prepare some cookies for a Christmas party this week. Do you have a recipe?", + "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": "Sure! What do you think about Cookie Jar Gingersnaps?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Hm that sounds perfect.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"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 can start with the ingredients then! The first three are 3 quarters of a cup of shortening, 1 cup of sugar and 1 egg.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Should the sugar be white or brown?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Sorry, I cannot reply to that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": "Ok no problem. 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": "Next ingredients are 1 quarter of a cup of molasses, 2 cups of all-purpose flour and 2 teaspoons of baking soda.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Could I use honey instead of molasses?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "It's always up to you to try to change the ingredients, even if I don't know if the recipe will be as tasty :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok thanks! What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-11", + "utterance": "The last three ingredients are 1 and a half teaspoons ground ginger, 1 teaspoon ground cinnamon and half a teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok nice I have everything ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "Good, you can also use additional sugar if you want. You can start by taking a large mixing bowl and cream the shortening and the sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have performed the first step. What now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Good, now beat in the egg and molasses.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Alright, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "Next is to combine flour, baking soda, ginger, cinnamon and salt. Once you did that gradually add to creamed mixture.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok nice the mixture is creamy now. Should I add more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Great, now roll teaspoonfuls of dough into balls.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have a lot of balls. What should I do with them.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "That's nice to hear. You should dip one side of each ball into sugar. When you are done you can place the balls on a greased baking sheet with sugar side up.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok nice I have done that. The balls are on the sheet. What now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Bravo! Now bake at 350 degrees F for 12-15 minutes or until lightly browned and crinkly.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I will do that. Could you give me the degrees in Celsius as well? So I am sure that I have the right setting.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry, I can't do that, but Google is your friend ;).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Ah true thanks for the tip. Ok 12 minutes have passed. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "That's it! You can enjoy your cookies and bring it to the christmas party!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Thanks my friends will be delighted.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/218.1.json b/ai_talks/AMUseBotBackend/dialog/218.1.json new file mode 100644 index 0000000..bc3f8ef --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/218.1.json @@ -0,0 +1,178 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! What would you like to 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 there I have a recipe for fudge drops. Is that ok?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes that sounds great! Can we start with preparing the ingredients?", + "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": "Great, yes there are 8 ingredients. It will be a short recipe. The first two ingredients are 1 and 2/3 cups sugar. And 1 can evaporated milk.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have sugar and milk ready. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Nice do you need the size of the can of milk? Or you have enough?", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-6", + "utterance": "No I have enough thanks!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"negate; thank;\", \"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": "Nice. the next two ingredients are 2 tablespoons butter or margarine, 1/2 teaspoon salt. And 2 and 3/4 cups miniature marshmallows.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, good! Could I use gummy bear instead of marshmellows?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry I cannot help you with that. It sounds like a nice suggestion and it is up to you to change the recipe if you want.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, good i'll try that, are there more ingredients to prepare?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Nice. Yes there are 3 more ingredients. 2 cups semisweet chocolate chips, 1/2 cup coarsely chopped walnuts and 1/2 cup raisins.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, I've got them!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Nice ok let's start. Take a heavy saucepan. And combine the sugar, milk, butter and salt.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, good, shouldI use all the butter?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes use all of it. And btw you will need 5 ounce of the milk.", + "bot": true, + "annotations": "affirm();\r\ninform_amount(ing-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, good! what is next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Now bring to a boil over medium heat. You should stir constantly.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Good. It's boiling, what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "When it is boiling then remove from the heat. Then you can stir in the remaining ingredients.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, so I stir in all of the other ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes. Stir them in.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-22", + "utterance": "Great! all of the ingredients are in.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Now drop by tablespoonfuls onto the waxed paper-lined baking sheets.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, should I bake it in the oven after?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "No the only thing you still have to do it to let stand at room temperature until cool.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, good I let it cool! Can I eat it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Nice, yes that was all! enjoy your fudge drops.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Great, thanks!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/219.1.json b/ai_talks/AMUseBotBackend/dialog/219.1.json new file mode 100644 index 0000000..1a6bf1f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/219.1.json @@ -0,0 +1,298 @@ +{ + "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! Today we are gonna make carrot pineapple cake! Sounds good to you?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sure sounds great. How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"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 start with the ingredients preparation! There are 15 ingredients. The first three are 2 cups all-purpose flour, 2 teaspoons baking soda and 1 teaspoon baking powder.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok that is quite a lot. Maybe you can give them to me beforehand. Alright, 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-5", + "utterance": "The next three are 1 teaspoon of salt, 2 teaspoons of ground cinnamon and 1 and three quarters of a cup of white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok easy I have all of them already here. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "Great! Then you can prepare 1 cup of vegetable oil, 3 eggs and 1 teaspoon of vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok should I already prepare the eggs in some way?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry, I cannot reply to your question...", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok no problem. What are the next ingredients?", + "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": "The next ingredients are 2 cups of shredded carrots, 1 cup of flaked coconut and 1 cup chopped walnuts.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have the carrots, walnuts and flaked coconut. What is next?", + "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-13", + "utterance": "Now you can take 1 can of crushed pineapple, drained, 1 package of cream cheese and one quarter of a cup of butter, softened.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-14", + "utterance": "Sure. What are the sizes of the can and package?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-15", + "utterance": "The can and the package should both measure 8 ounces.", + "bot": true, + "annotations": "inform_amount(ing-12);\r\ninform_amount(ing-13);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok thanks. Are there more ingredients left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-15\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes, there is one more ingredient! It's 2 cups of confectioners' sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-15);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok thanks I have all the ingredients ready. How should I start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-15\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-19", + "utterance": "You are welcome! We can start by preheating the oven to 175 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok nice. What should I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-21", + "utterance": "In the meantime you can Grease and flour a 9x13 inch pan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-23", + "utterance": "Now you mix flour, baking soda, baking powder, salt and cinnamon.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have done that. Should I put in the mixture now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-25", + "utterance": "Not yet, we still have a few passages before... You can make a well in the center and add sugar, oil, eggs and vanilla.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Alright. I have added the ingredients in the well. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-27", + "utterance": "You can mix with a wooden spoon until it becomes smooth.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok it looks smooth now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-29", + "utterance": "Next is to stir in the carrots, the coconut, the walnuts and the pineapple.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok i. Ok I have stirred in all the ingredients. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-31", + "utterance": "Great! you can finally pour the mixture into the 9x13 inch pan.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Alright. The pan is filled with the mixture. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-33", + "utterance": "We are almost there with the cake! Bake at 350 degrees F for about 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "I preheated the oven on 175 degrees Celsius. Is that still fine?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes that's it!", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok 45 minutes have passed. Is it ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes, it should be ok! Don't panic, the center will sink a little. You can cool it for a while and in the meantime we can prepare the frosting! Sounds good?", + "bot": true, + "annotations": "inform_instruction(inst-8);\r\ninform_instruction(inst-9);\r\nsimplify_begin(inst-10);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok thanks good to know. SUre.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-39", + "utterance": "Great! Then cream the butter and cream cheese until smooth.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok I have creamed them until smooth. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-41", + "utterance": "Great! then add the confectioners sugar and beat until creamy. Aftear that you are good to go1.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok nice it became creamy. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-43", + "utterance": "That is it! :).", + "bot": true, + "annotations": "end_recipe();" + }, + { + "utt_id": "utt-44", + "utterance": "Ah ok what should I do with the frosting?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-45", + "utterance": "I cant' reply to your question, sorry...", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-46", + "utterance": "Ok I will put it on top of the cake then. Thanks for the instructions, looks great!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-47", + "utterance": "It's a pleasure, see you next time.", + "bot": true, + "annotations": "thank();\r\ngoodbye();" + }, + { + "utt_id": "utt-48", + "utterance": "See you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"goodbye;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 28}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/220.1.json b/ai_talks/AMUseBotBackend/dialog/220.1.json new file mode 100644 index 0000000..2f14e7f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/220.1.json @@ -0,0 +1,280 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! I have a lot of apples which will go bad, do you have any suggestions on how to use them?", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi I don't have any recipe for that. But maybe a French Apple Cream Pie comes close? You won't need the apples but replace it by a can with apple pie filling.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Okay, cool! Let's do that!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Ok nice. You will need 10 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Great! Could you tell them to me beforehand?", + "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-5", + "utterance": "Of course. The first two ingredients are 1 recipe pastry for a 9 inch double crust pie and the 1 (21 ounce) can apple pie filling I was telling you about.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, I've got those. Could you tell me 3 more 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-7", + "utterance": "Yes the next ingredients are 1/4 teaspoon ground cinnamon, 1/4 teaspoon ground nutmeg and 1 teaspoon lemon zest.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Okay, good. Are there any other spices that I should use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-9", + "utterance": "There are 5 ingredients left and 1 of them is still a spice. It is 1/3 cup white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, cool! So now there are 4 ingredients left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes, 1 egg, 1 tablespoon lemon juice, 3 ounces cream cheese and 1/4 cup sour cream.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, should I beat the egg?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "This you will have to do later in the recipe. For now just put everything ready in your kitchen.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-14", + "utterance": "Everything is ready now! How do we start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-15", + "utterance": "Nice. You can first start preheating the oven to 220 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "The oven is getting warm! Is there something I can do while I wait?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Good. Yes we can prepare the pie. First you should roll out the pastry shell and let it allow to rest in refrigerator.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "How long should i let it rest?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "I cannot answer that question, sorry. The next step is to line a 9 inch pie pan with the rolled out pastry crust.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "That's ok, no problem! the crust is on the pan now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Ok good. now take a medium bowl. You should combine the pie filling, cinnamon, nutmeg, and lemon rind.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "And should I put all the cinnamon I prepared?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes you should use all of it.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-24", + "utterance": "Alright! I mixed the filling and the spices together, should I stir it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Good. Yes stir until they are fully combined. Then spread the mixture into the pastry lined pan.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "They looked well combined, so I spread it on the pie dough. Is it time to bake it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Not yet. Now take a small mixing bowl and combine egg, sugar, lemon juice, cream cheese, and sour cream.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok this looks creamy! What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "You should beat at medium speed until it becomes smooth.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "It does look smooth now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Ok nice now spread this cheese mixture over the apple mixture. And then place top crust over filling.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, the pie is closed now! Should I make cuts in the top part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Great! Yes you may do that. Also seal edges and sprinkle top with sugar.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok, but if that's ok I'd not put sugar, I am on diet...", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Sorry I can't help you with that question. You may aways adapt the recipe to your taste.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, I didn't put it then! Is it time to bake?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Alright. Yes bake in the preheated oven for 25 to 30 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-38", + "utterance": "Alright, 25 minuted passed! Is there a way I can see that the pie is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "Yes does it look golden brown?", + "bot": true, + "annotations": "inform_duration(cond-9-0);" + }, + { + "utt_id": "utt-40", + "utterance": "Yes it does, should I take it out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "Good yes take it out. And let cool completely before serving.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-42", + "utterance": "Great! And when it's cool I can eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-43", + "utterance": "Yes that was all! Enjoy your pie. I hope you can do something with your apples still as well.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-44", + "utterance": "Thank you!!! I'll give the apples to the dog!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/221.1.json b/ai_talks/AMUseBotBackend/dialog/221.1.json new file mode 100644 index 0000000..9d02975 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/221.1.json @@ -0,0 +1,244 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I would like to prepare some chicken again. I love chicken. Do you have another nice recipe?", + "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": "Not really, but I can suggest a recipe for Basic Chicken Stock.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ah that sounds great! Then I can enjoy all week. 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 9 ingredients for this recipe. Would you like to prepare them first?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok no problem. Yes what are the first two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first two ingredients are 1 pound of chicken parts and 1 large onion.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have the chicken and onion. What are the next 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-7", + "utterance": "Bravo! You can now take 3 stalks of celery, including some leaves and 1 large carrot.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok I have the celery and carrot. Should I already cut them?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"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": "No, not yet. Now take 1 and a half teaspoons salt and 3 whole cloves.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, I have the salt. And 3 whole cloves of what?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Sorry I can't reply to your question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I found them. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "The last 3 ingredients are 6 cups of water, one quarter of a cup of cold water, 1 egg.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok so should the 6 cups be warm water?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry, I can't reply to that. Sometimes my recipes are a bit obscure, but once you ll'be done you'll see the light.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok no problem. I hope so. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Good! We can start with the cooking! First, the onion needs to be quatered. You also need to chop scrubbed celery and carrot into 1 inch chunks.", + "bot": true, + "annotations": "inform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have done that. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "You can take a large soup pot or Dutch oven. And you can place inside chicken pieces, onion, celery, carrot, salt and cloves.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I have the large soup pot and added the ingredients. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "You can now add the 6 cups of water and bring to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok it is boiling. What should I add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Nothing yet, just reduce the heat, cover, and simmer for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Top! Now remove the chicken and the vegetables, and strain the stock.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I have done that. What should I do with the chicken and vegetables?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "Sorry, I don't know, but we won't be needing them anymore. You can now skim the fat off the surface of the liquid.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I will keep it for my cats. Ok I have done that. What else should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "Great! Just be careful for the cats, because that might be a little salty for them. Now you can separate the egg white from the egg yolk, and reserve the shell.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok good to know. I have done that and reserved the shell. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Good! Now you can combine one quarter of a cup of cold water, egg white, and crushed eggshell. All of that in a small bowl.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok it inside the small bowl. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Combine the ingredients and add the mixture to the strained stock, and bring to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok it is boiling. Should I let it simmer now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-35", + "utterance": "No, you should remove from heat, and let stand 5 minutes. Then strain again through a sieve lined with cheesecloth.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-12);\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok sure. I have strained it again. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-37", + "utterance": "Thta's it! You are then ready to enjoy! :).", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Ok nice I will do that. Thank you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "You are welcome!!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/222.1.json b/ai_talks/AMUseBotBackend/dialog/222.1.json new file mode 100644 index 0000000..d2c3fb6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/222.1.json @@ -0,0 +1,238 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello! I don't know what to cook today... ideas?", + "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 there, sure. What about a Crustless Spinach Quiche ?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds great! how do I make that?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great. I will give you the instructions. Do you want to prepare the ingredients?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I'd like that!", + "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": "Alright, the first 2 ingredients are 3 ounces reduced fat cream cheese, softened. And 1 cup fat-free milk.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, is it ok if I use normal milk?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "I'm sorry I cannot give you an answer. In my recipe it says 1 cup fat-free milk.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, I went and bought it then! Could you tell me 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-9", + "utterance": "Ok good. The next ingredients are 1 cup egg substitute and 1/4 teaspoon pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Is the first ingredient egg substitute?", + "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-11", + "utterance": "Yes indeed.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, and could you tell me what that is?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-13", + "utterance": "It is a substitute for eggs. There are many different possibilities.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Great, thanks. How should I continue?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-15", + "utterance": "The next ingredients are 3 cups shredded reduced-fat Cheddar cheese and 1 package frozen chopped spinach, thawed and squeezed dry.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-16", + "utterance": "Alright! I took them. Is that it for the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-17", + "utterance": "Not yet there are 3 more ingredients left. Do you need the size of the package of the spinach?", + "bot": true, + "annotations": "negate();\r\nother();" + }, + { + "utt_id": "utt-18", + "utterance": "Yes that would be nice.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-19", + "utterance": "It is 10 ounce.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-20", + "utterance": "Great! Could I have the last ingredients now?", + "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-21", + "utterance": "Yes 1 cup frozen chopped broccoli, thawed and well drained. 1 small onion, finely chopped and 5 fresh mushrooms, sliced.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, which kind of mushrooms shouldI use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-23", + "utterance": "Sorry I cannot answer that question but at least they should be fresh. I hope that helps.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-24", + "utterance": "Yes, thank you! How can I start with the cooking?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "Great. First take a small mixing bowl and beat the cream cheese.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-26", + "utterance": "Should I beat just the cream cheese?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes after that add milk, egg substitute and pepper and beat until smooth.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-28", + "utterance": "Alright! Looks smooth to me!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-29", + "utterance": "Nice now stir in the other remaining ingredients.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, all of the other ingredients are in the mixture, what should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-31", + "utterance": "Good. Now add the mix into a quiche pan coated with nonstick cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-32", + "utterance": "Done that! Is it time to cook it on the stove?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes it is time to bake in the oven at 350 degrees Fahrenheit for 45-50 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-34", + "utterance": "Great! It's been 45 minutes since I put the pan in the oven, but it doesn't look ready... Should I wait 10 more minutes?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-35", + "utterance": "It should be ready when if you insert a knife near the center and it comes out clean.", + "bot": true, + "annotations": "inform_duration(cond-4-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, I did it now and it looks ok! Should I take the quiche out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-37", + "utterance": "Ok great yes that was all. I hope you enjoy.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "I hope so too! Thank you bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/223.1.json b/ai_talks/AMUseBotBackend/dialog/223.1.json new file mode 100644 index 0000000..ef40f6b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/223.1.json @@ -0,0 +1,292 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I would love to make some cookies. Do you know how?", + "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": "Of course, I know everything! We can prepare a cookie bowl!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Yeah sounds nice.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Was that what you were looking for? Cool! I'll start by telling you which ingredients you have to prepare.", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok great.", + "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": "You can starty with 1 and a quarter of avcup of all-purpose flour half a cup of unsweetened cocoa powder and half a teaspoon of salt.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok nice, I have them ready. How many ingredients are left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "There are 5 ingredients left.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok 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-9", + "utterance": "The next two are a quarter of a cup of sliced almonds and a quarter of a cup of butter, softened.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok could I use walnuts instead as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-11", + "utterance": "You can always try :). I cannot guarantee anything though...", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok sure I will try. What are the last ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "The last ingredients are 2 thirds of a cup of white sugar, 1 egg, beaten and half a teaspoon of vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok good I have all of them ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "Great! are you ready to start now?", + "bot": true, + "annotations": "propose_start_instruction();" + }, + { + "utt_id": "utt-16", + "utterance": "Yes I'm ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Cool! You can start to preheat the oven to 175 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have preheated the oven. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Good! now you can turn a 9x5 inch loaf pan or metal bowl upside down and cover the outside with foil.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok what should I put in the loaf pan?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "You should first place it onto a cookie sheet, and then stir in the flour, the cocoa, the salt and thealmonds.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok I have stirred in those ingredients. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "Good, now take a medium bowl, and cream together the butter and sugar until they become smooth.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have creamed them together. It looks smooth. What should I do with it.", + "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-25", + "utterance": "Nice! If it looks smooth enough to you you can beat in the egg and the vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok the egg and vanilla are inside as well. Should I add other ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes! you can gradually stir in the dry ingredients to form a fairly stiff dough.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok nice. The dough looks stiff. What is next now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "Good! roll the dough out on a lightly floured surface to 1 quarter inch in thickness.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok alright. What should I do with the dough?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "You should cut into circles using a glass or cookie cutter.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok how large should the circles be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "They should be as wide as a glass or a cookie cutter.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-34", + "utterance": "Ah ok. I have them ready now. Should I put them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-35", + "utterance": "You should first arrange them, starting at the top of the pan or bowl. Remember that the bowl is uspide down, so the top is actully the bottom. You should arrange the cookies so they are overlapping.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok the cookies are arranged and overlapping now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Good! Make sure you work them toward the edges covering as much of the pan as you can. And be sure to press each cookie on so you will have a good solid bowl.", + "bot": true, + "annotations": "inform_instruction(inst-10);\r\ninform_instruction(inst-11);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "The next step is to bake for 10 to 15 minutes in the preheated oven, until cookies are firm.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok I have baked them for 10 minutes. The cookies look firm. Should I take them out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-41", + "utterance": "Sure! then let it cool completely.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-42", + "utterance": "Ok nice. Can I eat them afterwards?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "Not yet :) Now you should urn the pan over and remove the pan from the foil, then carefully remove the foil from inside the cookie structure.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-14);" + }, + { + "utt_id": "utt-44", + "utterance": "Alright. Ok I have removed it from the cookie structure. Something else to do still?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-45", + "utterance": "Just to fill it with cookies or candies! And then enjoy!!", + "bot": true, + "annotations": "inform_instruction(inst-15);\r\nenjoy();" + }, + { + "utt_id": "utt-46", + "utterance": "Ok nice I will use some toppings. Thanks it looks yummy.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-47", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/224.1.json b/ai_talks/AMUseBotBackend/dialog/224.1.json new file mode 100644 index 0000000..a8778d5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/224.1.json @@ -0,0 +1,136 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi! I have a party tomorrow, and I'd like to prepare a ssalad, ideas for that?", + "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. Yes I have a nice party salad recipe for your party. It includes chicken. Are you vegetarian?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "No, I love meat, but thanks for asking! Could you tell me the ingredients so i can prepare them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Ok great. Yes there are 10 ingredients. The first 6 ingredients you can right away put into a small bowl. The first two are 1/4 cup vegetable oil and 1/4 cup orange marmalade.", + "bot": true, + "annotations": "sum_ingredient_list();\r\nsimplify_begin(ac-0-0);\r\nsimplify_continue(ac-0-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-4", + "utterance": "Allright! Can you tell me two more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "Yes the next two are 3 tablespoons cider vinegar and 3 tablespoons mayonnaise.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-6", + "utterance": "And is it ok if I use white vinagre?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I help you with that question. You are always allowed of course to adapt the ingredients to your taste.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, I'll try then. There is 2 more ingredients which I should put in the bowl now, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes indeed. The ingredients are 2 teaspoons curry powder and 1/4 teaspoon hot pepper sauce.", + "bot": true, + "annotations": "simplify_continue(ac-0-0, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-10", + "utterance": "Great! I put them in the bowl! Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "Nice. no there are 4 more ingredients left. When you are ready to serve at your party tomorrow you should add these ingredients and the previous ones in a large bowl. For now you can prepare them already if you want. The first two are 6 cups cubed, cooked chicken and 2 tablespoons golden raisins.", + "bot": true, + "annotations": "negate();\r\nsimplify_begin(ac-1-0);\r\nsimplify_continue(ac-1-0, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, can you tell me which kind of chicken should it be and how cooked?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "I am sorry I cannot answer that question. All I know is that it should be 6 cups cubed, cooked chicken.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "That's ok! How should I start to prepare then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "There are still two ingredients left. 2 tablespoons slivered almonds, toasted and 2 tablespoons minced fresh parsley.", + "bot": true, + "annotations": "simplify_continue(ac-1-0, [ing-8, ing-9]);" + }, + { + "utt_id": "utt-16", + "utterance": "Sorry, I didn't understand the first ingredient.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "The first ingredient is 2 tablespoons of almonds. They should be silvered. So tomorrow all you have to do is to combine chicken, raisins, almonds and parsley in a large bowl and add the dressing. The dressing is what you already prepared in the small bowl.", + "bot": true, + "annotations": "repeat(ing-8);\r\n" + }, + { + "utt_id": "utt-18", + "utterance": "Good! So that is it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes that was all. I hope tomorrow you will enjoy.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "Me too!! Thanks bot you always have a great recipe for me!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/225.1.json b/ai_talks/AMUseBotBackend/dialog/225.1.json new file mode 100644 index 0000000..8f0ffb2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/225.1.json @@ -0,0 +1,100 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot I would like to make a nice sauce for my fish tacos. Do you have something?", + "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": "Mmmh fish tacos sound amazing! What do you think about Chipotle Mayo Relish?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Yes that sounds just perfect. How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice to hear! We can start by preparing the ingredients, there is 4 of them. And the first two are 1 cup of light mayonnaise and 2 tablespoons of canned Chipotle peppers in adobo sauce, seeded and minced.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have both ingredients ready. What are the other two?", + "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": "The last two are 1 quarter of a cup of chopped green onion and 1 quarter of a cup of sweet pickle relish.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok nice. So how should I make the sauce?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "You can start by placing the mayonnaise and the chipotle peppers into a food processor, and process until they are well blended.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok it looks well blended now. Should I add the other ingredients?", + "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-9", + "utterance": "You can add a little bit more of the sauce if desired, I like to add about half a teaspoon.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Nice I will do that. What is next?", + "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-11", + "utterance": "All right, next is to transfer to a serving bowl and stir in the green onion and the sweet pickle relish.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ah nice, it looks good now. Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "Sure! You can chill until serving and you are ready to go!", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\nend_recipe();" + }, + { + "utt_id": "utt-14", + "utterance": "Nice thanks it will be great with my fish tacos.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Enjoy!!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/226.1.json b/ai_talks/AMUseBotBackend/dialog/226.1.json new file mode 100644 index 0000000..2ba620c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/226.1.json @@ -0,0 +1,196 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! DO you have some Italian recipe for me? I think italian food is the best in the world!", + "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": "Sure, what about a nice bruschetta ?", + "bot": true, + "annotations": "inform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds great!", + "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": "Nice. You need to prepare 4 ingredients. The first two are 10 slices Italian bread. And 2 and 1/2 teaspoons olive oil.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Allright, should the oil be extra-virgin?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "I am sorry I cannot help you with that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-6", + "utterance": " ok, no problem! Could you tell me the last 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": "Alright, yes the other ingredients are 4 vine-ripened tomatoes and 1 teaspoon chopped fresh basil.", + "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": "The first ingredients is 4 tomatoes. They should be vine-ripened.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Oh ok, how should they be ripened?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-11", + "utterance": "They should be vine ripened.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ook, I guess I'll grab some tomatoes. Is that it for the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "Alright. Yes that was it. Now preheat a broiler.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, to which temperature should I preheat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-15", + "utterance": "Sorry I cannot answer that question. If it helps. The bread should become lightly browned.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": " ok, so I put the bread in the broiler?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Not yet. First we should make the tomato mixture. You should dice the tomatoes.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, the tomatoes are finely diced now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Now take a mixing bowl. Combine the diced tomatoes, olive oil and basil. Then mix for 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "I am mixing it now! I think it's enough. What should I do with this mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-21", + "utterance": "Nice. Now let's prepare the bread. You will need the mixture afterwards. Cover a medium sized baking sheet with a single layer of bread slices.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "I made a layer of bread, is it ok if they slices touch?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-23", + "utterance": "Good. Sorry I don't have an answer on that question. Now brush the slices with olive oil.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Great! The bread is now nice and oily.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-25", + "utterance": "Nice. Now place the bread under the broiler. It should becomel lightly browned.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": " ok, looks brown now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "Nice. Finally remove from the broiler and top all the slices with the tomato mixture.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Nice! I put the tomato mixture on top, is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes that was all! I hope you enjoy this delicious Italian bruschetta.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Yummy! it tastes amazing. Grazie bot!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-31", + "utterance": "Prego!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/227.1.json b/ai_talks/AMUseBotBackend/dialog/227.1.json new file mode 100644 index 0000000..2c460a4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/227.1.json @@ -0,0 +1,274 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I would like to make some type of sweet bread for tomorrow's breakfast. Do you have a recipe?", + "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": "Of course!! What do you think about Almond Apricot Bread? I think it's way better then banana bread!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds nice!", + "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 prepare the 15 ingredients first. The first two are 2 and a half cups of all-purpose flour and half a cup of sugar.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Alright. I have them ready. What is next?", + "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": "The next two ingredients are one and a half cup of packed brown sugar and 3 teaspoons baking powder.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "OK easy I have them here already. What now?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "Great! now you can take 1 teaspoon of salt and 2 jars of apricot baby food, divided.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Could you repeat the second ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "Sure, the last ingredient is apricot baby food. You'll have to take 2 jars.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ah ok thanks. What about the size of the jars?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "The size of the jar is 4 ounces.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok thanks. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-13", + "utterance": "Next is to prepare 1 egg and 3 quarters of a cup of milk.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok nice I have them ready in the kitchen. How many ingredients are left still?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "There is 7 ingredients left. You can take 3 tablespoons of vegetable oil, 1 teaspoon of almond extract and two thirds of a cup of sliced almonds, coarsely chopped.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok what are the next ones?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Perfect! The next two ingredients are half a cup of diced dried apricots and half a cup of confectioners' sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-11);\r\ninform_ingredient(ing-12);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok can I also use fresh apricots in stead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Mmmh, not sure, but you can always try! :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok thanks I will try. What are the last ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-13\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "The last two ingredients are 1 teaspoon of milk and one eight of a teaspoon of almond extract.", + "bot": true, + "annotations": "inform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok easy I have all of them ready. Can we start baking now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "We can start with preparing the dough! In a large bowl, combine the flour, sugars, baking powder and salt.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Nice, ok everything is combined. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "Good, then set aside 1 tablespoon baby food for glaze.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Alright. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-27", + "utterance": "You can take another bowl, beat the egg, milk, oil, almond extract and the remaining baby food.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I put it in another bowl. What should I do with that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "You can take this mixture and stir into the dry ingredients just to moisten it.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Alright I stirred in the mixture. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-31", + "utterance": "Bravo! Now fold in the almonds and the apricots.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok they are in the mixture. What is the next thing I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "You should pour into a greased 9-in loaf pan.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok good the mixture is in the loaf pan. Should I bake it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes! You should bake at 350 degrees Farenheit for 55-65 minutes or until a toothpick comes out clean.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok sure. Could you give me the temperature in degrees Celsius? Since my oven is set on degrees Celsius I want to know if I chose the right temperature.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other; req_temperature;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-37", + "utterance": "Sure! that would be around 180 degrees celsius.", + "bot": true, + "annotations": "inform_temperature(temp-6-1);" + }, + { + "utt_id": "utt-38", + "utterance": "Ok thanks. The toothpick came out clean. So should I take it out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-39", + "utterance": "You should let it cool for 10 minutes before removing from the pan to a wire rack.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok I have done that. Is it ready now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-41", + "utterance": "Not yet, we should make the glaze first. Combine the confectioners' sugar, milk, extract and reserved baby food until they look smooth.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-42", + "utterance": "Ah yes. Ok I have combine them. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-43", + "utterance": "You can now drizzle over the cooled bread. After that you are ready to enjoy!!", + "bot": true, + "annotations": "inform_instruction(inst-9);\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-44", + "utterance": "Ok thanks it looks good. I will tomorrow morning!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 25}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/228.1.json b/ai_talks/AMUseBotBackend/dialog/228.1.json new file mode 100644 index 0000000..0e890ac --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/228.1.json @@ -0,0 +1,268 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! Ideas for a dessert?", + "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": "Sure what about some of the best chocolate chippers?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "That sounds just tremendous! How do I prepare them?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great, there are 12 ingredients. Do you want to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I'd like that!", + "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": "Alright, the first two ingredients are 1 cup butter and 1 cup vegetable oil.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, I'll take them! What should I prepare afterwards?", + "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-7", + "utterance": "Good next is 1 cup white sugar, 1 cup packed brown sugar and 2 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Great, I've got it! What now?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Nice. Next is 1 teaspoon vanilla extract, 4 and a 1/2 cups all-purpose flour. And 2 teaspoons baking soda.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Good, are the ingredients over?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "No, there are still 4 ingredients. Next is 4 teaspoons cream of tartar and 1 teaspoon salt.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-12", + "utterance": "Could you repeat the first ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "It was 4 teaspoons cream of tartar.", + "bot": true, + "annotations": "repeat(ing-8);" + }, + { + "utt_id": "utt-14", + "utterance": "Sorry, I still don't understant...", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "The ingredient is called cream of tartar. You need 4 teaspoons of it.", + "bot": true, + "annotations": "repeat(ing-8);" + }, + { + "utt_id": "utt-16", + "utterance": "Ooooh, ok thanks!! How should I go on?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; req_ingredient;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Sure the last two ingredients are 2 cups semisweet chocolate chips and 1 cup chopped walnuts. This choice is optional.", + "bot": true, + "annotations": "inform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-18", + "utterance": "Perfect! I'll get also the walnuts, when I do something I like to go all in!! Should we start with the preparation?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-19", + "utterance": "Nice, yes let's start. You can already preheat the oven to 175 degrees Celsius.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Great, I put it on now! What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Nice. First take a large bowl and cream together the butter, oil, brown sugar, and white sugar until it becomes smooth.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, the mixture is smooth now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Good now beat in the eggs and vanilla.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, I added eggs and vanilla. Is that it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Not yet. Now combine the flour, baking soda, cream of tartar, and salt. Afterwards also stir it into the mixture.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, should I use all of the cream of tartar?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes use all of it.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-28", + "utterance": "Great! How should I proceed now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Now mix in the chocolate chips and walnuts as well.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, chips and walnuts are in! Is there something I should do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Ok good. Now you should drop the dough by rounded teaspoons onto ungreased cookie sheets.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I made some shapes like that, should I put the cooki sheets in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes now bake them for 12 to 15 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Okay, good. Can you remind me how warm should the oven be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "It should be on 175 degrees Celsius.", + "bot": true, + "annotations": "inform_temperature(temp-0-1);" + }, + { + "utt_id": "utt-36", + "utterance": "Okay, perfect. I now baked it for 15 minutes.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Ok nice, are the chippers light brown?", + "bot": true, + "annotations": "verify(cond-6-0);" + }, + { + "utt_id": "utt-38", + "utterance": "Yes, they look nicely browned.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-39", + "utterance": "Good. You should allow cookies to cool on the baking sheets for a couple of minutes. After that you can transfer them to wire racks to cool completely.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-40", + "utterance": "I transferred them and now they are completely cold. Is the recipe over?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-41", + "utterance": "Yes that was all! I hope you will enjoy your best chocolate chippers.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Wow! They are delicious! Thanks for the recipe.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-43", + "utterance": "You are very welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/229.1.json b/ai_talks/AMUseBotBackend/dialog/229.1.json new file mode 100644 index 0000000..02db330 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/229.1.json @@ -0,0 +1,190 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, do you have a nice recipe with potatoes?", + "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! I have a recipe which is called Cheesy Sweet and Savory Spuds. It contains sweet potatoes and sweet potatoes. Sounds like what you are lookig for?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Ok sounds like a nice potato recipe. How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"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 can start by preparing the 8 ingredients! The frst two are 6 Yukon Gold potatoes and 2 sweet potatoes. They should both be peeled and cubed.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok I have peeled and cubed the potatoes. What is next?", + "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": "Good! you can now take 2 tablespoons of butter and half a cup of heavy cream.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them. How many more ingredients are left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "4 ingredients are left there! The next two are 1 tablespoon of chicken bouillon granules and 1 and two thirds tablespoons brown sugar.", + "bot": true, + "annotations": "other();\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok thanks. I have both tablespoons ready. What are the last ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; confirm; 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": "Great! The last two ingredients are 2 teaspoons of black pepper and 2 cups of shredded Monterey Jack cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok nice I might use another type of cheese is that ok?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "It's always up to you to try to change the ingredients following your taste! Who am I to tell you what to do? :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok thank you bot. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "You start by placing the potatoes and sweet potatoes in a large pot with enough water to cover.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok I have done that. Should I boil them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes! Bring to a boil, and when you are done remove from heat and drain.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "For how long should I boil them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "As soon as they boil, remove them from the pot.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok alright.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Cool! You can preheat the oven broiler. While you do that you canmash the potatoes in a large bowl.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok is there some temperature or setting I need to use for the broiler?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "I don't know sorry :(.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok no problem, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-23", + "utterance": "Nex step is to take the potatoes and gradually mix in butter, heavy cream, chicken bouillon, brown sugar, and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok nice I have added the ingredients. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"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": "You can transfer the mixture to a medium baking dish, and top with Monterey Jack cheese.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Alright the baking dish is filled. Is it time to put in the oven broiler now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes! Broil uncovered in the preheated oven 10 minutes, or until the cheese is melted and lightly browned.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I have done that and the cheese is melted. Is there something else I should still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "If the cheese is melted and browned you are done! Enjoy your meal :).", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-30", + "utterance": "Ok cool, thanks I will !", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/230.1.json b/ai_talks/AMUseBotBackend/dialog/230.1.json new file mode 100644 index 0000000..9cb7a7b --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/230.1.json @@ -0,0 +1,88 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! I just woke up and I love coffee, do you have suggestions for something to prepare?", + "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, of course. What about a nice Fire Side Coffee?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Mmmh shounds great!", + "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! Let's start then. You will need 5 ingredients. First get 2 cups powdered non-dairy creamer and. 1 and 1/2 cups instant hot chocolate mix.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "I've got them!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Nice, now take 1 and 1/2 cups instant coffee granules, 1 teaspoon ground cinnamon and 1/2 teaspoon ground nutmeg.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-6", + "utterance": "I've also got those. Is that it for the ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-7", + "utterance": "Yes that was it. Now first sift all the ingredients. Then pour the mixture into a jar and seal with a lid.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. They are now in the jar.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "Good. Now first stir 3 teaspoons of mixture into 1 cup of hot water.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, it seems not bad. Anything to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-11", + "utterance": "Ok great. Now all you have to do is adjust to taste and enjoy your Fire Side Coffee.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\nenjoy();" + }, + { + "utt_id": "utt-12", + "utterance": "Perfect! Smells great, I'll get some cookies and enjoy my coffee!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/231.1.json b/ai_talks/AMUseBotBackend/dialog/231.1.json new file mode 100644 index 0000000..3cca0d4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/231.1.json @@ -0,0 +1,88 @@ +{ + "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();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/232.1.json b/ai_talks/AMUseBotBackend/dialog/232.1.json new file mode 100644 index 0000000..298f391 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/232.1.json @@ -0,0 +1,136 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi Bot! Do you have suggestion for a dessert recipe?", + "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 there, what about a Double Fudge Brownie Mix?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Mmmh, I think I'll try that! Is it a long recipe?", + "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": "No it is fairly short. Nice. There are 5 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Good! Can I prepare the ingredients first?", + "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-5", + "utterance": "Sure. the first two ingredients are 2 cups white sugar and 1 cup unsweetened cocoa powder.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Good, I have them in my cupboard. What next?", + "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-7", + "utterance": "The last ingredients are 1 cup all-purpose flour, 1 cup chopped pecans and 1 cup semisweet chocolate chips.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Great! I took them, can we start now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Nice, yes let's start. First in a 1 quart or 1 liter jar, you should layer the ingredients in the order listed.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "SOrry, in which order should I put them? can you remind me of that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "It should be in the order of the ingredients I gave to you. This recipe is to prepare only the brownie mix but not to make the brownies.", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good! Can you repeat the ingredients in the order?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-13", + "utterance": "Of course. The first three are 2 cups white sugar, 1 cup unsweetened cocoa powder, 1 cup all-purpose flour.", + "bot": true, + "annotations": "repeat(ing-0);\r\nrepeat(ing-1);\r\nrepeat(ing-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok thanks!! What is the rest?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-15", + "utterance": "The other two are 1 cup chopped pecans and 1 cup semisweet chocolate chips.", + "bot": true, + "annotations": "repeat(ing-3);\r\nrepeat(ing-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Great! They are in the jar now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "Nice. Now you should attach a tag with the following instructions: Preheat the oven to 325 degrees F (165 degrees C).", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, I attached the tag on the jar, that's it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes that was all. I hope you are not disappointed without your brownies.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-20", + "utterance": "I am a bit disappointed, but maybe it's better like that for my diet! :).", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-21", + "utterance": "Alright, hope to see you next time.", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/233.1.json b/ai_talks/AMUseBotBackend/dialog/233.1.json new file mode 100644 index 0000000..69b7ff7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/233.1.json @@ -0,0 +1,376 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, could you give me a recipe for a chocolate cheesecake?", + "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": "Sure! I have a very complete recipe with 13 ingredients, do you feel up for it?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes sounds great.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice! Then let's start with the ingredients preparation!", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok good plan.", + "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": "The first three ingredients are 1 and a half cups of chocolate cookie crumbs, 2 tablespoons of white sugar and one quarter of a cup of butter, melted.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok nice I have all the ingredients ready. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "The next three are one quarter of a cup of semisweet chocolate chips, one quarter of a cup of heavy whipping cream and 3 packages of cream cheese, softened.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-8", + "utterance": "What about the sizes of the packages?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "Each package should be 8 ounces.", + "bot": true, + "annotations": "inform_amount(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok thanks good to know I wouldn't want to over cream it. What are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-11", + "utterance": "The next three ingredients are 1 cup of white sugar, one third of a cup of unsweetened cocoa powder and 3 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok nice I have them here in my kitchen. How many ingredients are left still?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "There is 4 ingredients left, would like to hear them all together or 2 by 2?", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-14", + "utterance": "Let's do two by two.", + "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-15", + "utterance": "Ok, nice and easy! Here we go: 1 teaspoon of vanilla extract and one and a half cups semisweet chocolate chips.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-16", + "utterance": "Nice can I replace the chocolate chips with salty chocolate chips?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Mmmh, that's up to you I guess :).", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "Alrighty then. What are the last two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "The last ones are 1 fourth of a cup of heavy whipping cream and 1 teaspoon of vanilla extract.", + "bot": true, + "annotations": "inform_ingredient(ing-11);\r\ninform_ingredient(ing-12);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok sounds good. I have all the ingredients ready. Can we start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Sure! You can preheat the oven to 175 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-22", + "utterance": "Alright I have preheated the oven. What can I do in the meantime?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_parallel_action;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "In the meantime you can lightly grease a 9 inch springform pan.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Alright, I have greases the pan. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-25", + "utterance": "Nice! You can take a small bowl and mix together 1 and a half cups of chocolate wafer crumbs, 2 tablespoons of sugar, and melted butter.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I have made the mix. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "You can press themixture you just made onto the bottom and 1 and a half inch up the sides of the prepared 9 inch springform pan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok I have done that. Is there something else to prepare still?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes there are still quite some passages, we are just at the beginning :). You now have to Bake at 175 degrees C for 10 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok 10 minutes have passed. How do I know if it is ready?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "You can now allow to cool and reduce the oven temperature to 165 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok I have set the temperature lower. For how long should it cool?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "I am not sure for how long :(.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok no problem. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-35", + "utterance": "We can start to make the filling!", + "bot": true, + "annotations": "simplify_begin(inst-7);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok nice. What is the first step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-37", + "utterance": "Take a small saucepan and heat a quarter of a cup of whipping cream anda quarter of a cup of chocolate chips, stirring constantly, until the chips are melted.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-38", + "utterance": "Alright, the chips look melted now. Should I stop stirring?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-39", + "utterance": "Not yet, you can now take a large mixing bowl, beat cream cheese and 1 cup of sugar until it becomes smooth.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok I took the other bowl and the mixture is smooth now. Should I combine them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-41", + "utterance": "I am not sure, sorry...", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-42", + "utterance": "Alright, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-43", + "utterance": "Add cocoa to the mixture and beat well.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok I mixed it well. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-45", + "utterance": "Add the eggs and beat on low until just blended.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-46", + "utterance": "Ok I added the eggs as well.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-47", + "utterance": "Good, now stir in 1 teaspoon vanilla and reserved chocolate mixture until blended.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-48", + "utterance": "Ok I stirred in the vanilla. It looks ok. Should I add more ingredients in the mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-49", + "utterance": "No, that's it for the filling, you can now pour it over the crust!", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-50", + "utterance": "A. Alright I poured the filling over the crust. What is the next step ?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-51", + "utterance": "You can bake at 165 degrees celsius for 45 to 50 minutes or until center is almost set.", + "bot": true, + "annotations": "inform_instruction(inst-13);" + }, + { + "utt_id": "utt-52", + "utterance": "Nice, 50 minutes have passed and the center is almost set. Can I take it out and eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-53", + "utterance": "Not yet tiger :) We still have to make the topping! Take a small saucepa and heat a quarter of a cup of whipping cream and 1 teaspoon vanilla until just before boiling.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-14);" + }, + { + "utt_id": "utt-54", + "utterance": "Ok too bad. Ok it is just not boiling yet. Should I take it off heat now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-55", + "utterance": "You should stir constantly and be careful not to boil over. And you should have 1 and a half cups chocolate chips ready in a small bowl.", + "bot": true, + "annotations": "inform_instruction(inst-15);\r\ninform_instruction(inst-16);" + }, + { + "utt_id": "utt-56", + "utterance": "Ok I am stirring and have the chocolate chips ready. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-57", + "utterance": "You should pour in the hot cream and stir with a spoon until smooth. When it becomes smooth you can spread over baked cheesecake and refrigerate overnight.", + "bot": true, + "annotations": "inform_instruction(inst-17);\r\ninform_instruction(inst-18);" + }, + { + "utt_id": "utt-58", + "utterance": "Ok I have mixed the chocolate chips with the hot cream. I spread it over the cheesecake. It is the next day now. Is there still something I should do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_ongoing;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-59", + "utterance": "Great! It's finally done now and I can let you enjoy your cheesecake!!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-60", + "utterance": "Amazing, I will. It looks nice, thanks for the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-61", + "utterance": "It is a pleasure! :).", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/234.1.json b/ai_talks/AMUseBotBackend/dialog/234.1.json new file mode 100644 index 0000000..8d22443 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/234.1.json @@ -0,0 +1,262 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! I'd like to make a soup tonight! Do you have ideas for me?", + "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, what about a Chicken Tortilla Soup? It is a classic Mexican soup.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "It sounds amazing! Will I need a lot of ingredients for that?", + "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": "Cool! There are 11 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, that's fine! Could you list the ingredients for me?", + "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-5", + "utterance": "Of course. The first two ingredients are 2 and a 1/2 teaspoons of vegetable oil. And 6 corn tortillas, cut into 1/2 inch strips. They should be 6 inches.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, I have oil and cut tortillas!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Great. Next is 3 cups chicken broth, 1/2 teaspoon ground cumin and 1/2 teaspoon chili powder.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Good! I have vegetable broth at home, can I use that one?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "I am sorry I cannot help you with that question but you are free to change or adapt an ingredient.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Ok I'll use that one then, can you tell me which are the next ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "The next ingredients are 1/2 teaspoon dried oregano and 1 can black beans, rinsed and drained.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok good, can I have the size of the can?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Sure it is 15 ounce.", + "bot": true, + "annotations": "inform_amount(ing-6);" + }, + { + "utt_id": "utt-14", + "utterance": "Top! Can we keep on going with the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"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-15", + "utterance": "Sure. The next ingredients are 1 (15 ounce) can whole kernel corn, drained. And 2 skinless, boneless chicken breast halves. You should cut them into bite size pieces.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-16", + "utterance": "Perfect! 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-17", + "utterance": "The last two ingredients are 1/2 cup salsa and 1/2 cup chopped fresh cilantro.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-18", + "utterance": "Salsa and cilantro are on the table! How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "Great. First take a large pot and heat 2 teaspoons of the oil over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "The oil is warm now. What should I do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Now add half of the tortilla strips. You should stir often, until it becomes crispy.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok they look crunchy now, should I take them out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-23", + "utterance": "Nice, yes take them out and drain on paper towels.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Goos they are dry now, should I also to cook the other half?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes now repeat this with remaining 1/2 teaspoon of oil and remaining tortilla strips. After that set them aside.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok I cooked the other half of the tortilla and set them aside!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Nice. Now take the pot and add the broth, cumin, chili powder and oregano.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "I added broth and spices to the pan, what can I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Now raise heat to high and bring to a boil.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "It's boiling now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Now add the beans, corn, chicken and salsa.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok they are in!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "Nice, You should reduce heat to low, stir and simmer for about 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok, two minutes passed, is that it with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "No not yet. Maybe check if the chicken is cooked through and no longer pink inside.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(cond-7-0);" + }, + { + "utt_id": "utt-36", + "utterance": "Yes it's white inside so it's ok right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Ok great. Now add the cilantro and half of the reserved tortilla strips.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "Cilantro and half of the tortillas are in the soup. Can I also add some pepper?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "Sorry I cannot help your with that question. You may always add an ingredient according to your taste. The last step is to ladle the soup into individual bowls and garnish each bowl with some of the remaining strips.", + "bot": true, + "annotations": "fence();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-40", + "utterance": "Well I'll add some pepper then! I put the soup in the bowls and added the tortilla strips, can I eat it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-41", + "utterance": "Yes that was all. Enjoy your soup this evening!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Thank you!!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 21}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/235.1.json b/ai_talks/AMUseBotBackend/dialog/235.1.json new file mode 100644 index 0000000..f5c711d --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/235.1.json @@ -0,0 +1,202 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot I would like to prepare a fish for Christmas. do you have a nice recipe?", + "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": "Ho ho ho! Of course I know plenty of Christmas reipes! What do you think about Baked Halibut Steaks?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Haha, oh that sounds just like the jolly holiday recipe I was looking for.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice! How about starting to prepare the ingredients?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes how many ingredients are there?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list_length;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "There are 10 ingredients! The first two are 1 teaspoon olive oil and 1 cup diced zucchini.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I have them prepared. What are the next 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-7", + "utterance": "Alrighty! Now you can take half a cup minced onion 1 clove garlic, peeled and minced.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok easy I have them here in my kitchen already. What is next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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": "Next are 2 cups of diced fresh tomatoes and 2 tablespoons chopped fresh basil.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Can I use some cherry tomatoes in stead as well?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "That's up to you to decide!", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok thanks I will try. What are the last ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-13", + "utterance": "There are 4 ingredients left, two of them are a quarter of a teaspoon of salt and a quarter of a teaspoon of ground black pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok nice what are the last two ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "The last ones are 4 halibut steaks and a third of a cup crumbled feta cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-16", + "utterance": "Nice. What size should the steaks be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Each steak should be 6 ounces.", + "bot": true, + "annotations": "inform_amount(ing-8);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok thanks. So can we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Sure! Preheat the oven to 230 degrees C and lightly grease a shallow baking dish.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok I am preheating the oven and I greases he baking dish.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Then you can heat the olive oil in a medium saucepan over medium heat and stir in zucchini, onion, and garlic. Cook and stir 5 minutes or until tender.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok sure, it looks tender now. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "The next step is to remove the saucepan from heat and mix in tomatoes, basil, salt, and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok I have done that, so I should leave it in the pot without heat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes, and then you can arrange halibut steaks in a single layer in the prepared baking dish.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok good I arranged the steaks. Should I put them in the oven now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Not yet, now you should spoon equal amounts of the zucchini mixture over each steak.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Alright, I have done that. What else should I still do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-29", + "utterance": "You can top with feta cheese. And after that you can bake 15 minutes in the preheated oven. The fish is gonna be ready when it's easily flaked with a fork.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok good, I have baked the fish in the oven and it seems good now. Is there something else I should do or can I serve it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "You can serve it and enjoy your christmas meal!!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Thanks it smells great, I am sure it will be a feast.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/236.1.json b/ai_talks/AMUseBotBackend/dialog/236.1.json new file mode 100644 index 0000000..c37cadd --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/236.1.json @@ -0,0 +1,148 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, I'd like to cook but I have no ideas.... Can you help me out?", + "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": "What about skip the cooking and make a nice cranberry brandy slush?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Mmmh sounds good actually!", + "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": "Ok nice, you will need 5 ingredients. The first two are 2 cups cherry brandy liqueur and 1 (16 ounce) can frozen orange juice concentrate.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok, I have brandy and orange juice!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good the next two ingredients are 1 (16 ounce) can frozen lemonade concentrate and 2 quarts cranberry juice.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "And do you think bluebbery juice will be nice instead of cranberriies one?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"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": "I am sorry I cannot help you with that question. Feel free to replace an ingredient according to your taste.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "That's ok, no worries! There is 3 more ingredients right?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; other;\", \"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": "No there is one more ingredient left. It is 1 (2 liter) bottle lemon-lime flavored carbonated beverage, chilled.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, ehich kind of carbonated beverage should it be?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "That is up to you.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, I've got coke then! What do I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "It should be lemon-lime flavored though. Is your coke lemon-lime flavored?", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Oooh ok, then I've got sprite! My coke was not lime flavoured, thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "Ok that should work. Now first take a plastic container and mix the cherry brandy, orange juice concentrate, lemonade concentrate, and cranberry juice.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-16", + "utterance": "I've got it!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "Great now let it freeze overnight.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "One night has passed and the brady mixture is frozen, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "Great. Now to serve you should scoop the desired amount of frozen mixture into a glass. And then fill with lemon-lime soda.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Oh, it looks great! Should I wait until it melts or should I eat it with a spoon?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-21", + "utterance": "I am sorry I cannot answer that question. Feel free to try both options. I hope you will enjoy your Cranberry Brandy Slush.", + "bot": true, + "annotations": "fence();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, I'll figure that out! Thanks for the idea, way better having a drink then cooking!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-23", + "utterance": "You are very welcome.", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/237.1.json b/ai_talks/AMUseBotBackend/dialog/237.1.json new file mode 100644 index 0000000..3205ead --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/237.1.json @@ -0,0 +1,220 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "What am I having for lunch?", + "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": "We will make Baked Pork Chops Low Fat Version today.", + "bot": true, + "annotations": "inform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Okay, what is the first thing I have to do?.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"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 12 ingredients. Do you need me to list the ingredients?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "No. I want you to specify them when you are giving me the instructions.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-5", + "utterance": "Ok. Firstly, preheat oven to 350 degrees F (175 degrees C).", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Done. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-7", + "utterance": "Then prepare 6 center cut pork chops, trimmed of any visible fat. Rinse them and pat dry.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);\r\ninform_instruction(ac-1-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Finished. They are rinsed and dried now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-9", + "utterance": "Season the porks with garlic powder and seasoning salt.", + "bot": true, + "annotations": "inform_instruction(ac-1-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Okay, I seasoned them with garlic. What's coming up?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-11", + "utterance": "Prepare 1 beaten egg and 1/4 cup egg substitute. Place them in a small bowl.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Done and placed them into a small bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-13", + "utterance": "Now you should dredge the pork chops lightly in flour, dip in the egg, and coat liberally with bread crumbs.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "How much flour and how many breadcrumbs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "1/4 cup all-purpose flour and 2 cups Italian-style seasoned bread crumbs.", + "bot": true, + "annotations": "repeat(ing-5);\r\nrepeat(ing-6);" + }, + { + "utt_id": "utt-16", + "utterance": "Got it. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-17", + "utterance": "Take a large skillet. Then heat 2 tablespoons olive oil over medium-high heat.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "Okay. The skillet is heated over medium temperature.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-19", + "utterance": "Now place the pork chops in the pan and coat the tops with canola cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "With candela cooking spray? Can you repeat the last part of the instruction please?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-21", + "utterance": "Coat the tops with canola cooking spray.", + "bot": true, + "annotations": "repeat(ac-5-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Got it. It's topped. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-23", + "utterance": "Fry the pork chops 5 minutes per side until the breading appears well browned.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "They appeard to be well-brown by now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-25", + "utterance": "Transfer the chops to a 9x13 inch baking dish, and cover with foil.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-27", + "utterance": "Bake the chops in the preheated oven for 1 hour.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-28", + "utterance": "They have been baking for one hour now. Is the dish finished?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-29", + "utterance": "Not yet. Take a medium bowl. Prepare 1 can condensed cream of mushroom soup, 1/2 cup 1% low-fat milk and 1/3 cup white wine. Them combine them in the bowl.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-9);" + }, + { + "utt_id": "utt-30", + "utterance": "I combined them. Anything else left to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-31", + "utterance": "After the pork chops have baked for an hour, cover them with the soup mixture.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-32", + "utterance": "They are covered now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-33", + "utterance": "Good. Replace foil and bake for another 30 minutes. Then you can enjoy it.", + "bot": true, + "annotations": "inform_instruction(inst-11);\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Alright. Thank you very much.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-35", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/238.1.json b/ai_talks/AMUseBotBackend/dialog/238.1.json new file mode 100644 index 0000000..fb97d88 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/238.1.json @@ -0,0 +1,220 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi Bot! Do you have a recipe with snails?", + "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 there, what about Escargots Vol au Vent?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "MMMH Sounds delicious!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Alright. There are 10 ingredients. Do you want to prepare the beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "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": "The first two ingredients are 12 helix snails, without shells and 1/2 cup butter, softened.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "OK! Can I use margarine instead of butter?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry I cannot answer that question. You can adapt the ingredient if you think it is necessary.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Okay, no problem. Which are the next 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-9", + "utterance": "Alright, next is 2 cloves garlic, finely chopped. 1 green onion, finely chopped. And 1 tablespoon finely minced fresh parsley.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-10", + "utterance": "Alright, I've got them from my spice rack. Are there other ingredients left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes there are still 5 ingredients. The next two are 1 teaspoon freshly ground black pepper and 1/8 teaspoon ground nutmeg.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-12", + "utterance": "Got them!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-13", + "utterance": "The last three ingredients are2 tablespoons dry white wine, 12 puff pastry shells and 12 mushroom caps.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);\r\ninform_ingredient(ing-9);" + }, + { + "utt_id": "utt-14", + "utterance": "I have prepared them. Do you know which kind of mushrooms should I use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Nice, no I have no clear indication of the type of mushrooms you should use.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Alright, I will take my Italian porcini. How should I start to prepare the food?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-17", + "utterance": "Good, you can already preheat the oven to 200 degrees Celsius. In the meantime we can start preparing the escargots.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Nice! What should I do with the escargots?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "You should drain the escargots. First rinse them in cold water and drain again.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "I have rinsed them two times, is that enough?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes that should be fine. Now take a mixing bowl and combine the butter, garlic, green onion, parsley, pepper, nutmeg and wine. Mix it well.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-2);\r\ninform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Should I mix then with other ingredients?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-23", + "utterance": "No you should not mix it with the escargots. You should mix he butter, garlic, green onion, parsley, pepper, nutmeg and wine.", + "bot": true, + "annotations": "negate();\r\nrepeat(inst-2);" + }, + { + "utt_id": "utt-24", + "utterance": "Okay, thanks for that. I mixed those ingredients\u00f9.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Good. Now take the pastry shells and place place 1 teaspoon of butter mixture inside each shell.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Good, the pastry shells are filled now. What can I do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "You should top each shell with 1 escargot. Then cover with another teaspoon of butter mixture and finally place the mushroom cap on top.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "Done that! Is it time to put them in the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "Almost. You should still arrange these pastry shells on a 10x15 inch baking sheet. Now you can bake them in the preheated oven for 8 to 10 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": " Okay, eight minutes passed. Is there a way I can see when it's time to take them out?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes the pastry shells should become golden brown.", + "bot": true, + "annotations": "inform_duration(cond-7-0);" + }, + { + "utt_id": "utt-32", + "utterance": "I think they are brown enough now, I took them out then. Is that it with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "Ok nice, yes that was all! Enjoy your Escargots Vol au Vent! Bon a petit.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-34", + "utterance": "Merci, I love your french accent!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/239.1.json b/ai_talks/AMUseBotBackend/dialog/239.1.json new file mode 100644 index 0000000..ebde2fa --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/239.1.json @@ -0,0 +1,88 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, 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! Today we are making Bahama mama, a nice and simple cocktail perfect for your Christmas Caribbean party. Sounds fun?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();\r\n" + }, + { + "utt_id": "utt-2", + "utterance": "Ah yes sounds great! How should I start.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"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 can start by preparing the ingredients. The first two are one fluid ounce of dark rum and half a fluid ounce of apricots brandy.", + "bot": true, + "annotations": "propose_list_ingredients();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok how many are there in total? I got the first two ingredients.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_length; confirm;\", \"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": "There are only four in total. The next two or 3 and a half fluid ounces of fruit punch and half fluid ounce of pina colada mix.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Alright, sounds like a party. How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "It will be! Take in mixing glass and combine rhum, apricot brandy, fruit punch and pina colada mix.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok should I use all of it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes sure!", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-10", + "utterance": "Alright, what is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"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-11", + "utterance": "You can now stir too blend and then you are ready to serve it over ice!", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "OK nice. I hope all my guest will like it, thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "You are welcome and I hope that you will party according to the rules!", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/240.1.json b/ai_talks/AMUseBotBackend/dialog/240.1.json new file mode 100644 index 0000000..d6cd2b4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/240.1.json @@ -0,0 +1,232 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi I like to make some biscuits.can you help me out?", + "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": "Sure, what about some anzac biscuits?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "I don't know them but I trust you on that!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Alright, do you want to prepare the ingredients beforehand?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes, I'd like that.", + "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 two ingredients are 1 cup quick cooking oats and 3/4 cup flaked coconut.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Took them!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"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": "Good. Next is 1 cup all-purpose flour, 1 teaspoon baking soda and 1 cup white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "And is it okay if I use Stevia instead of white sugar?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Sorry I cannot answer that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-10", + "utterance": "Right, could you tell me more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "The last ingredients are 1/2 cup butter, 1 tablespoon golden syrup and 2 tablespoons boiling water.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Which kind of syrup should I use?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "It should be golden syrup.", + "bot": true, + "annotations": "repeat(ing-6);" + }, + { + "utt_id": "utt-14", + "utterance": "Sorry I don't know what that is....", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "It is a kind of syrup with golden color...", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Oh, thanks a lot! Should we start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Alright let's start. First mix the oats, flour, sugar and coconut together.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Should I use ta bowl for that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_tool;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Sorry I cannot answer that question. You should mix the ingredients and we need them in the end of the recipe.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Okay I mixed them. Should I set them aside and keep on cooking?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes indeed! Now take a small saucepan and melt the syrup and butter together over low heat.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\n" + }, + { + "utt_id": "utt-22", + "utterance": "Syrup and butter are melted! What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Now first mix the soda and the boiling water and then add to the melted butter and syrup.", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\n" + }, + { + "utt_id": "utt-24", + "utterance": "Okay I added baking soda and water to the syrup and butter mixture.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Nice. Now add this butter mixture to the dry ingredients.", + "bot": true, + "annotations": "inform_instruction(inst-3);\r\n" + }, + { + "utt_id": "utt-26", + "utterance": "To the ones that we prepared at the very beginning?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes the oats, flour, sugar and coconut which you mixed together.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-28", + "utterance": "Cool! I did that. What should I do with this mixture?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-29", + "utterance": "Ok good. Now drop the mixture by teaspoons on greased cookie sheets (or baking paper).", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok I spooned the mixture in in cookie shapes!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "Nice, the last step is to bake them at 175 degrees Celsius for 8 to 20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Good! 12 minutes passed, is there a way I can notice that the cookies are ready just by looking at them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-33", + "utterance": "No sorry I don't have an answer on that question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-34", + "utterance": "Okay, I took them out then. Is the recipe all good?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes that was all. Enjoy your Anzac Biscuits.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Thanks bot!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-37", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/241.1.json b/ai_talks/AMUseBotBackend/dialog/241.1.json new file mode 100644 index 0000000..0417938 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/241.1.json @@ -0,0 +1,106 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, I like chocolate but I want to make something special. Do you have a recipe?", + "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! I also love chocolate, good choice! What about Chocolate Covered Pretzels?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Hm sounds yummy.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Nice to hear that you like the idea! Would you like to start with preparing the ingredients?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "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": "Nice! You'll need three ingredients! 2 packages of pretzels, 1 tablespoon of heavy whipping cream and 2 cups semisweet chocolate chips.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Alright, what are the sizes of the packages?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "Each one of them should be 10 ounces.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok thanks. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-9", + "utterance": "You can start to melt chocolate and cream in a double boiler over low heat, stirring constantly.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok nice. When should I stop?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "You can dip the pretzels one at a time quickly to coat while mixture is still very warm.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok I have dipped them in. Should I use all the pretzels?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_use_all;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-13", + "utterance": "Yes! Then you can place them on wax paper to set and cool.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok nice. Is there something I should still to do after cooling.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "No, that's it! When it's cool you can eat them! I hope you enjoy!! :).", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok thanks, I will, it looks great!", + "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}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/242.1.json b/ai_talks/AMUseBotBackend/dialog/242.1.json new file mode 100644 index 0000000..f610cc4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/242.1.json @@ -0,0 +1,280 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello, do you have any good cake recipe to suggest?", + "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. What about a Cinnamon Chocolate Cake?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds delicious! Let's do it!", + "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": "Ok nice. Let's start with preparing the ingredients. There are 19 ingredients. The first three ingredients are 2 cups all-purpose flour, 2 cups sugar. And 1 and a 1/2 teaspoons ground cinnamon.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Took them from the spice rack! What next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-5", + "utterance": "Next is 1/4 teaspoon salt, 1 cup water and 1/2 cup vegetable oil.", + "bot": true, + "annotations": "inform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-6", + "utterance": "Top! Can you give me three more ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-7", + "utterance": "Yes sure, 1/2 cup butter or margarine, 1/4 cup baking cocoa and 2 eggs.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-8", + "utterance": "I prepared maragine cocoa and eggs!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-9", + "utterance": "Ok nice, next is 1/2 cup buttermilk,1 teaspoon vanilla extract and 1 teaspoon baking soda.", + "bot": true, + "annotations": "inform_ingredient(ing-9);\r\ninform_ingredient(ing-10);\r\ninform_ingredient(ing-11);" + }, + { + "utt_id": "utt-10", + "utterance": "Cool, I have those here already.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-11", + "utterance": "Ok good. The next ingredients are 1/2 cup butter or margarine, 1/3 cup whipping cream and 1/4 cup baking cocoa.", + "bot": true, + "annotations": "inform_ingredient(ing-12);\r\ninform_ingredient(ing-13);\r\ninform_ingredient(ing-14);" + }, + { + "utt_id": "utt-12", + "utterance": "Great, I've got them.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-15\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-13", + "utterance": "The next 2 ingredients are 1 and a 1/2 teaspoons ground cinnamon and 3 cups confectioners' sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-15);\r\ninform_ingredient(ing-16);" + }, + { + "utt_id": "utt-14", + "utterance": "I have cinnamon and sugar now. Is there more?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-16\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"ing-17\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-15", + "utterance": "Indeed. The last two ingredients are 1 teaspoon vanilla extract and 1 cup finely chopped walnuts.", + "bot": true, + "annotations": "inform_ingredient(ing-17);\r\ninform_ingredient(ing-18);" + }, + { + "utt_id": "utt-16", + "utterance": "Perfect! How do I start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-18\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-17", + "utterance": "First take a mixing bowl and combine the first 4 ingredients: all-purpose flour, sugar, ground cinnamon and salt.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, I've mixed those!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-19", + "utterance": "Good. Now take a saucepan and combine water, oil, butter and cocoa. You should bring it to a boil over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "It's boiling now, what sould I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-21", + "utterance": "You should put it over the dry ingredients you mixed before. Mix it well.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-22", + "utterance": "Alright, now I made it into a mixure.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-23", + "utterance": "Now add eggs, buttermilk, vanilla and baking soda. You should mix it well.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, and should I meat the eggs before I put them in?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-25", + "utterance": "I am sorry I cannot help you with the question.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "No problem, I added those ingredients now!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-27", + "utterance": "Next is to pour the mixture into a greased and floured 15-in pan.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, the mixture is in the pan!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-29", + "utterance": "Good now Bake at 375 degrees Fahrenheit for 15-20 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-30", + "utterance": "Alright, 20 minutes passed, should I take it out of the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-31", + "utterance": "You can check with using a toothpick. When you insert it near the center it should come out clean.", + "bot": true, + "annotations": "inform_instruction(cond-5-0);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, it was clean so I took it out, Is there a filling or a topping to prepare?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-33", + "utterance": "Yes now let's make the frosting. You should combine the butter, cream, cocoa and cinnamon in a saucepan.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok, should I put the pan on the fire?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes cook it over medium heat. Stir until the butter is melted and mixture is heated through.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, looks good now, what should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-37", + "utterance": "Nice, now remove it from the heat and beat in sugar and vanilla until it becomes smooth.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-38", + "utterance": "I think it's smooth enough!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-39", + "utterance": "Bravo. Now you should still stir in the walnuts.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-40", + "utterance": "Top! Walnuts are in!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-41", + "utterance": "Great now finally you should carefully spread the frosting over hot cake.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-42", + "utterance": "I spread the frosting on top of the cake, it looks kinda ok. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-43", + "utterance": "The last step if to let it cool completely before eating.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-44", + "utterance": "Noyce! It's cool now! I had a slice, it tastes amazing!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-45", + "utterance": "Nice, enjoy!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/243.1.json b/ai_talks/AMUseBotBackend/dialog/243.1.json new file mode 100644 index 0000000..e6e5331 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/243.1.json @@ -0,0 +1,172 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, do you have a nice fish recipe for me?", + "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! How does Gingery Fish Kabobs sound?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds cool! How should I start?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "We can start with preparing the ingredients! The first two are 2 cups pineapple juice and 1 tablespoon cornstarch.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok alright I have them ready. What is next?", + "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": "Next ones are 2 tablespoons light soy sauce and one and a half tablespoons white vinegar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok I will prepare them. How many more ingredients are left?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-7", + "utterance": "There are 5 ingredients left. Next three are 2 garlic cloves, crushed, 3 tablespoons minced fresh ginger and one and one quarter pounds raw firm fish, such as salmon, tuna or halibut, cut in chunks.", + "bot": true, + "annotations": "other();\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-8", + "utterance": "Nice I will take some halibut fish, my favourite.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-7\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-9", + "utterance": "Nice choice, I also love it! The last two ingredients are 4 cups of fresh pineapple in large chunks (or substitute canned pineapple chunks) and 1 large red onion, cut in wedges.", + "bot": true, + "annotations": "inform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-10", + "utterance": "Nice bot. Ok I have the pineapple and onion. How should I start with the recipe?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-8\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-11", + "utterance": "In a small saucepan, dissolve cornstarch in pineapple juice.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok nice I have done that. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-13", + "utterance": "You can add soy sauce, vinegar, garlic and ginger to it.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok should I use all of it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Yes! Then simmer until slightly thickened, about 7 minutes.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok 7 minutes have passed. It looks thick. What should I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-17", + "utterance": "You can let it cool for a bit. Let me know when you are done!", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok I have done that. What is the next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "You can now add the fish and pineapple to sauce and marinate in the refrigerator for 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "OK nice. 30 minutes have passed. Can I eat it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "Not yet, unless you want to get salmonella! :). It's always extremely important to cook the fish before you eat it, unless it's very very fresh. Thread fish, pineapple and onion on skewers.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "No that seems like a bad idea indeed. Ok they are on some skewers.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-23", + "utterance": "Good! Now Place on a hot grill (or under a broiler) until the fish is done to your liking.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-24", + "utterance": "Nice I grilled the fish and it looks ok now. Can I eat it now? Or should I still do something?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-25", + "utterance": "It's now ready! You can serve it with rice!", + "bot": true, + "annotations": "end_recipe();\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "Nice thanks I will do that.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-27", + "utterance": "Enjoy!!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/244.1.json b/ai_talks/AMUseBotBackend/dialog/244.1.json new file mode 100644 index 0000000..d83d4d4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/244.1.json @@ -0,0 +1,160 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot! I'd like to learn how to prepare some funky dip. Ideas?", + "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": "Sure what about a nice Artichoke Hummus?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds interesting! Let's do it!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Cool, there are 7 ingredients. Do you want to prepare them beforehand?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes I'd like that!", + "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": "The first two ingredients are 1 can chickpeas, drained. And 1 clove garlic.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "OK, and which should be the size of the can?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-7", + "utterance": "It should be 15 ounce.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Good, I've got it!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "Nice, next is 1/2 cup drained marinated artichoke hearts and 2 tablespoons lemon juice.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Alrighty, done!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "Nice, next is 2 tablespoons water and 1 tablespoon chopped fresh parsley.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "I have them!", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "Good. The last one is Quaker Ranch Flavor Rice Snacks. It should be Sour Cream and Onion flavor.", + "bot": true, + "annotations": "inform_ingredient(ing-6);" + }, + { + "utt_id": "utt-14", + "utterance": "Do you think I can use chips instead?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_substitute;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "You can always adapt the ingredients to your taste.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, I'll use chips then! Should we start with the preparation?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Ok! Now combine all ingredients except the parsley and your chips in a work bowl of food processor.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, should I put them in a particular order?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "No there is no particular order. Now pulse until it becomes smooth and then transfer it to a serving bowl.", + "bot": true, + "annotations": "inform_instruction(inst-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, it's in a serving bowl now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Nice, now cover it and refrigerate until ready to serve.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, I did that! And it's amazing with chips!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "You should still stir in the parsley. Maybe it will be even better then.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Oh sure! I did that and it's even better! Thanks a lot!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Your are welcome, I hope you will enjoy your Artichoke Hummus.", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/245.1.json b/ai_talks/AMUseBotBackend/dialog/245.1.json new file mode 100644 index 0000000..ee6a925 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/245.1.json @@ -0,0 +1,220 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, what are we going to cook?", + "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 gindered mango salsa. Do you like mango?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes, I like mango very much! What ingredients do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Great! We need 8 ingredients in total. Do you need me to say them two by two?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "What exactly do you mean? I understood that I need 8 ingredients in total, right? What are the ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "I will give 2 ingredients per one sentence. First, we need 1 cup chopped peeled mango and 1/4 cup chopped red onion.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, are there more ingredients? what do I need to do with these 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": "Yes, we also need 1/4 cup minced fresh cilantro and 1/4 cup lime juice.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok, what else do we need?", + "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": "Now we prepare 2 tablespoons minced fresh mint and 1 tablespoon minced fresh ginger root.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, I have got that, what next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-11", + "utterance": "The last two are 1/2 teaspoon olive oil and 1/4 teaspoon salt.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok, what do I do with these ingredients, do I mix them now? I have them on the different plates now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Now take a bowl, and combine all ingredients.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, I just combined them: 1 table spoon minced fresh mint and 1 table spoon minced minced ginger root, 1/2 tea spoon olive oil and 1/4 tea spoon salt, is this correct?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-15", + "utterance": "No you need the 8 ingredients together.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, what ingredients do I miss in my bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-17", + "utterance": "You also need other 4 ingredients: the first two are 1 cup chopped mango and 1/4 cup chopped red onion.", + "bot": true, + "annotations": "repeat(ing-0);" + }, + { + "utt_id": "utt-18", + "utterance": "So one mango and one onion, correct?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-20", + "utterance": "Ok, do I have to chop them before putting in the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, you have to chop them.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, they are already in the bowl, what else do I have to put in the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-23", + "utterance": "The other 2 are 1/4 cup minced fresh cilantro and 1/4 cup lime juice.", + "bot": true, + "annotations": "repeat(ing-2);\r\nrepeat(ing-3);" + }, + { + "utt_id": "utt-24", + "utterance": "So 1/4 cup minced celery and 1/4 cup limon juice, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-25", + "utterance": "It is minced cilantro and limon juice.", + "bot": true, + "annotations": "repeat(ing-2);\r\nrepeat(ing-3);" + }, + { + "utt_id": "utt-26", + "utterance": "I understood 1/4 cup of minced cilantro, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes, you are right.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-28", + "utterance": "And then 1/4 cup of limon juice?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-29", + "utterance": "Yes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-30", + "utterance": "OK! they are in the bowl. What's next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-31", + "utterance": "Now you just let them stand for 30 minutes before serving.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, do I have to mix the ingredients in the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-33", + "utterance": "You need to combine them in the bowl.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-34", + "utterance": "Ok, great, done, thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-35", + "utterance": "You are welcome. Enjoy!", + "bot": true, + "annotations": "thank();\r\nenjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/246.1.json b/ai_talks/AMUseBotBackend/dialog/246.1.json new file mode 100644 index 0000000..082a936 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/246.1.json @@ -0,0 +1,226 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi Bot, What do we make 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 cook Baked Salmon with Herbs.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great. How many ingredients do I need?", + "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": "10 ingredients in total.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. It is a bit long. I prefer you tell me when I need them. How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-5", + "utterance": "First you will need 15 inches baking pan with foil and a nonstick cooking spray, do you have them?", + "bot": true, + "annotations": "fetch(tool-0-0);\r\nfetch(tool-0-1);\r\nfetch(tool-0-2);" + }, + { + "utt_id": "utt-6", + "utterance": "Can you repeat the first tool?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-7", + "utterance": "The first tool is 15 inch baking pan.", + "bot": true, + "annotations": "repeat(tool-0-0);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. Now I have both.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-9", + "utterance": "It is actually three thing you need: 15 inches baking pan; you also need a cooking foil, and finally a nonstick cooking spray. Do you have them?", + "bot": true, + "annotations": "verify(tool-0-0);\r\nverify(tool-0-1);\r\nverify(tool-0-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Yes, I have 3 now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "Line a 15-in baking pan with foil; coat foil with nonstick cooking spray.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. I lined the pan. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "Nothing yet. Next you will need a bowl to combine multiple ingredients there. Are you ready?", + "bot": true, + "annotations": "simplify_begin(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Yes. What to combine in the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "First ingredient is the bread crumbs; you will need 2 1/2 cups of soft bread crumbs.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-0]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I add it.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Great, the next ingredient is garlick, you will need to mince 4 garlic cloves and put them in the bowl.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-1]);" + }, + { + "utt_id": "utt-18", + "utterance": "Thanks. What is next.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-19", + "utterance": "The next ingredient is parmesan cheese, you will need to grate 2 tablespoons of parmesan cheese and put it in the bowl.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-2]);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. Can you give me two more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "The next two are parsley and thyme. You will need to put 2 teaspoons of dried parsley flakes and 1 teaspoon of dried thyme in the bowl.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-3, ing-4]);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Yes, there are three ingredients more: rosemary, salt and pepper.", + "bot": true, + "annotations": "simplify_continue(inst-1, [ing-5, ing-6, ing-7]);" + }, + { + "utt_id": "utt-24", + "utterance": "Alright, I add them all. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Next you need to add 2 tablespoons of melted butter and toss the content of the bowl in the pan, coating evenly.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I toss them. So now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you need to get one salmon fillet of around 3 pounds. Do you have it?", + "bot": true, + "annotations": "fetch(inst-3, [ing-9]);" + }, + { + "utt_id": "utt-28", + "utterance": "Yes. I manage to buy the last one from the grocery.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Ok. Place the salmon on prepared pan.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Done. What should I do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "You will have to spray with nonstick cooking spray and close the foil. Then bake uncovered at 350 degrees F for 35-40 minutes or until fish flakes easily with a fork.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-32", + "utterance": "Can you tell me the temperature in Celsius?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "It is 176 degrees celsius.", + "bot": true, + "annotations": "inform_temperature(temp-5-1);" + }, + { + "utt_id": "utt-34", + "utterance": "Thanks. 45 minutes passed. Is it done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-35", + "utterance": "Yes, it is done, enjoy!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Ohh. thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/247.1.json b/ai_talks/AMUseBotBackend/dialog/247.1.json new file mode 100644 index 0000000..2a50a2f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/247.1.json @@ -0,0 +1,496 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, bot, what do we make 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": "Good morning, today we will cook Chicken Enchiladas!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Good. Is it a long recipe?", + "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": "Yes, you will need at least 1 hour before you can serve this dish.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-4", + "utterance": "Can you tell me the ingredients I need?", + "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-5", + "utterance": "In total there are 13 ingredients: first you will need 4 boneless chicken breast halves.", + "bot": true, + "annotations": "sum_ingredient_list();\r\ninform_ingredient(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. I got 4 chicken halves and remove the bones.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "Then you will need vegetable oil, an onion, a can diced tomatoes, a can stewed tomatoes.", + "bot": true, + "annotations": "inform_ingredient(ing-1);\r\ninform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "How many onions?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-9", + "utterance": "1 onion will suffice.", + "bot": true, + "annotations": "repeat(ing-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. Anything else?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes, you will also need 12 chili pepers, a can of condensed cream chicken soup and a can chicken borth.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);\r\ninform_ingredient(ing-7);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-7\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "You also need 1 bunch green onions, some heavy cream and corn tortillas.", + "bot": true, + "annotations": "inform_ingredient(ing-8);\r\ninform_ingredient(ing-9);\r\ninform_ingredient(ing-10);" + }, + { + "utt_id": "utt-14", + "utterance": "Anything else?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-10\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "You also need cheddar cheese and 1 can of enchilada sauce. Thats all.", + "bot": true, + "annotations": "inform_ingredient(ing-11);\r\ninform_ingredient(ing-12);" + }, + { + "utt_id": "utt-16", + "utterance": "A lot of peppers. Ok. I have them all.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Ok, do you want me to start reading out the instructions?", + "bot": true, + "annotations": "propose_start_instruction();" + }, + { + "utt_id": "utt-18", + "utterance": "Of course. What should I do first.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm; req_instruction;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-19", + "utterance": "Cut the chicken breast into strips of 1 inch.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "All the chicken halves?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_use_all;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-21", + "utterance": "Yes, cut all of the 4 chicken breast halves into strips.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. I made them strips. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-23", + "utterance": "Place strips in a medium bowl with desired marinade, and marinate in the refrigerator for at least 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Done. Shall I keep it in the fridge?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes, let it marinade for at least 30 minutes.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. 30 minutes passed. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-27", + "utterance": "Preheat your oven to 175 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-28", + "utterance": "The oven is preheated. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-29", + "utterance": "In a large skillet heat 1 tablespoon of vegetable oil.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "Done. What to do with the oil?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-31", + "utterance": "Saute chicken strips and a chopped onion.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "For how long?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-33", + "utterance": "Until the chicken is evenly brown.", + "bot": true, + "annotations": "inform_duration(cond-4-0);" + }, + { + "utt_id": "utt-34", + "utterance": "Emm. It smells good now. So next thing is?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Add 1 can of diced tomatoes with green chili peppers.", + "bot": true, + "annotations": "simplify_continue(inst-5, [ing-3]);" + }, + { + "utt_id": "utt-36", + "utterance": "Then keep sauting them or is there more to add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-37", + "utterance": "Yes, you have 5 more ingredients to add. Next you should add 1 can of stewed tomatoes.", + "bot": true, + "annotations": "affirm();\r\nsimplify_continue(inst-5, [ing-4]);" + }, + { + "utt_id": "utt-38", + "utterance": "Ohh. I add tomatoes. Can you give me two more?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-39", + "utterance": "Dice 12 small chili peppers and add them.", + "bot": true, + "annotations": "simplify_continue(inst-5, [ing-5]);" + }, + { + "utt_id": "utt-40", + "utterance": "Ok. I like spicy things! What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-41", + "utterance": "Finally add the chicken soup and the chicken broth.", + "bot": true, + "annotations": "simplify_continue(inst-5, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-42", + "utterance": "Good. So what should I do with the mixture in the skillet?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-43", + "utterance": "Bring it to a boil, reduce the heat, cover it and let it simmer for 20 to 30 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\ninform_instruction(inst-7);" + }, + { + "utt_id": "utt-44", + "utterance": "I should also add some water, I think. Ok. I let them simmer for 30 minutes. Can I eat them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-45", + "utterance": "No, with the broth and chicken soup it should be more than enough moisture.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-46", + "utterance": "I have my own choice in this. Never mind. The broth mix is totally cooked now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-47", + "utterance": "Fine, remove the chicken from the skillet and shred it. Be careful, it might be hot!", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-48", + "utterance": "I will let them cool for a while. ok. It is shredded now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-49", + "utterance": "Meanwhile let the mixture in the skillet simmer until its reduced to about 2 1/4 cups.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-50", + "utterance": "Hard to measure this. I did it. Next is?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-10\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-51", + "utterance": "Combine 1/4 cup of the reduced mixture with the shredded chicken in a medium sized bowl.", + "bot": true, + "annotations": "inform_instruction(inst-10);" + }, + { + "utt_id": "utt-52", + "utterance": "They are in bowl now. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-53", + "utterance": "Chop 1 bunch of green onions and mix it together with the chicken.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-54", + "utterance": "Any thing else to add?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-55", + "utterance": "No, pour the remaining skillet mixture into a baking dish.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-12);" + }, + { + "utt_id": "utt-56", + "utterance": "Alright, many things on the board now. Shall I move the dish to the oven?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-57", + "utterance": "No, take a new skillet and heat 1/2 pint of heavy cream. Don't let it boil!", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-13);" + }, + { + "utt_id": "utt-58", + "utterance": "I heat the cream. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-13\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-59", + "utterance": "Dip the tortillas in the warm cream to soften and coat them.", + "bot": true, + "annotations": "inform_instruction(inst-14);" + }, + { + "utt_id": "utt-60", + "utterance": "Coat them completely?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-14\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-61", + "utterance": "Sorry, the recipe doesnt specify this.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-62", + "utterance": "No problem. We can continue, bot.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 29}" + }, + { + "utt_id": "utt-63", + "utterance": "Spoon 1/3 cup of chicken mixture onto each tortilla.", + "bot": true, + "annotations": "inform_instruction(inst-15);" + }, + { + "utt_id": "utt-64", + "utterance": "Nice combination. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-15\", \"tracker_completed_step_num\": 29, \"tracker_requested_step\": \"inst-16\", \"tracker_requested_step_num\": 30}" + }, + { + "utt_id": "utt-65", + "utterance": "Top the chicken mixture with 1 1/2 cup of shredded cheese. Then, roll up the tortillas.", + "bot": true, + "annotations": "inform_instruction(inst-16);" + }, + { + "utt_id": "utt-66", + "utterance": "What kind of cheese? I don't remember its name.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 30, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-67", + "utterance": "Cheddar cheese.", + "bot": true, + "annotations": "repeat(ing-11);" + }, + { + "utt_id": "utt-68", + "utterance": "Ok. Thanks! Can I eat the rolls now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_is_recipe_finished;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-69", + "utterance": "No, we still have 3 steps to go.", + "bot": true, + "annotations": "negate();" + }, + { + "utt_id": "utt-70", + "utterance": "Ok. I will follow you, boss.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"affirm;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-71", + "utterance": "Place the rolled tortillas in the baking dish. Drizzle them with enchilada sauce.", + "bot": true, + "annotations": "inform_instruction(inst-17);" + }, + { + "utt_id": "utt-72", + "utterance": "Can you repeat the last part?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 31}" + }, + { + "utt_id": "utt-73", + "utterance": "Drizzle the rolled tortillas with enchilada sauce.", + "bot": true, + "annotations": "repeat(ac-17-1);" + }, + { + "utt_id": "utt-74", + "utterance": "Thanks! Now I understand it. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 31, \"tracker_requested_step\": \"inst-18\", \"tracker_requested_step_num\": 32}" + }, + { + "utt_id": "utt-75", + "utterance": "Cover with the remaining cheese and sprinkle the remaining chopped green onions over the cheese.", + "bot": true, + "annotations": "inform_instruction(inst-18);" + }, + { + "utt_id": "utt-76", + "utterance": "Emm. It looks nice. Anything else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-18\", \"tracker_completed_step_num\": 32, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-77", + "utterance": "Now you can bake them uncovered in the oven for 25 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-19);" + }, + { + "utt_id": "utt-78", + "utterance": "So after 25 minutes, I can eat them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-79", + "utterance": "Yes, the Chicken Enchiladas are ready to be eaten.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();" + }, + { + "utt_id": "utt-80", + "utterance": "Great. Thank you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-19\", \"tracker_completed_step_num\": 33, \"tracker_requested_step\": \"inst-19\", \"tracker_requested_step_num\": 33}" + }, + { + "utt_id": "utt-81", + "utterance": "Bye!", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/248.1.json b/ai_talks/AMUseBotBackend/dialog/248.1.json new file mode 100644 index 0000000..3d69b9d --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/248.1.json @@ -0,0 +1,244 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, lets start cooking.", + "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 Bacon Wrapped Hamburgers. Do you like it?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Sure, what do do first?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"title\", \"tracker_requested_step_num\": 0}" + }, + { + "utt_id": "utt-3", + "utterance": "Do you need me to tell you all the ingredients now or give them when it is needed?", + "bot": true, + "annotations": "propose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "No, I already have all the ingredients here. Just start with the first instruction.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"negate; req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-5", + "utterance": "First, preheat a grill on high temperature.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok, how hot should the grill be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry, I cannot find the answer from the recipe.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "No worries, what should I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-9", + "utterance": "Now take a large bowl, you will mix lots of stuff in it.", + "bot": true, + "annotations": "simplify_begin(inst-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok, I got a big bowl over here.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-11", + "utterance": "First, add 1/2 cup shredded Cheddar cheese and 1 tablespoon grated Parmesan cheese.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0, ing-1]);" + }, + { + "utt_id": "utt-12", + "utterance": "How much cheese again?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-13", + "utterance": "1/2 cup Cheddar cheese and 1 tablespoon Parmesan cheese.", + "bot": true, + "annotations": "inform_amount(ing-0);\r\ninform_amount(ing-1);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok, the cheddar and parmesan are in the bowl.", + "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\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Now add 1 small chopped onion and 1 egg.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2, ing-3]);" + }, + { + "utt_id": "utt-16", + "utterance": "The whole egg or only the yolk?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-17", + "utterance": "Sorry, I cannot answer that. You can follow your intuition.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-18", + "utterance": "Ok, I will add the complete egg. Can you quickly repeat the ingredients that should now be in the bowl?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-19", + "utterance": "Of course, cheddar cheese, Parnesan cheese, onion and egg.", + "bot": true, + "annotations": "repeat(ing-0);\r\nrepeat(ing-1);\r\nrepeat(ing-2);\r\nrepeat(ing-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Great, I got them all in the bowl.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-21", + "utterance": "Please continue with 1 tablespoon ketchup and 1 tablespoon Worcestershire sauce.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-4, ing-5]);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok, done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "The last two are 1/2 tablespoon salt and 1/8 tablespoon pepper.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-6, ing-7]);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok, I seasoned the cheese mixture.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-25", + "utterance": "Now crumble in 1 pound ground beef and mix everything by hand.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok, I mixed in the beef.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-27", + "utterance": "Form the mixture into 6 patties.", + "bot": true, + "annotations": "inform_instruction(ac-3-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok, I finished the paties. Can I cook them on the grill?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-29", + "utterance": "No, you have to wrap a slice of bacon around each one.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(ac-3-1);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok, wrapped the bacon. Can I start grilling them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-31", + "utterance": "No, secure the bacon with toothpicks.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "Ok, done that. How many steps are there still to go? I'm getting hungry!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-33", + "utterance": "There are only 2 steps left. Hold your patience :).", + "bot": true, + "annotations": "other();" + }, + { + "utt_id": "utt-34", + "utterance": "What do I do after securing the bacon with the toothpicks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-35", + "utterance": "After that, you place patties on the grill and cook each side for 5 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-36", + "utterance": "Ok, the hamburgers are done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-37", + "utterance": "Last thing, remove toothpicks before serving on hamburger buns. You can enjoy it now.", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\nenjoy();" + }, + { + "utt_id": "utt-38", + "utterance": "Thank you bot. I can't wait to eat them!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-39", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/249.1.json b/ai_talks/AMUseBotBackend/dialog/249.1.json new file mode 100644 index 0000000..12a192d --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/249.1.json @@ -0,0 +1,208 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, what do we do 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 there, today we make a chicken soup!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Chicken soup. How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-3", + "utterance": "Start by heating 2 tablespoons of vegetable oil over medium heat in a large pot.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. The oil is hot now. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-5", + "utterance": "Cook 2 skinless chicken leg quarters until they are brown on both sides.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "The chicken are browned now. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-7", + "utterance": "Chop 1/2 cup of onions and stir them into the pot. Cook for 2 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Still with medium heat, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-9", + "utterance": "Yes, medium heat is fine.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-10", + "utterance": "2 minutes passed. Shall I add water into it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-11", + "utterance": "Yes, add water and chicken bouillon. Bring it to a boil.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "The water boils now. What else to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-13", + "utterance": "Reduce the heat and let it simmer for 45 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ohh. I need to find my lid. Ok. I let it simmer for 45 minutes.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-15", + "utterance": "Chop 1 stalk of celery and 3 carrots. Mince 1 clove of roasted garlic.", + "bot": true, + "annotations": "simplify_continue(inst-4, [ing-5, ing-6, ing-7]);" + }, + { + "utt_id": "utt-16", + "utterance": "I shall add these to the pot, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-17", + "utterance": "Yes, also stir in some salt and pepper.", + "bot": true, + "annotations": "affirm();\r\nsimplify_continue(inst-4, [ing-8]);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. Done. How long to wait from now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_duration;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-19", + "utterance": "Wait until the carrots are tender. Then remove the chicken pieces from the soup.", + "bot": true, + "annotations": "inform_instruction(inst-5);\r\ninform_instruction(ac-6-0);" + }, + { + "utt_id": "utt-20", + "utterance": "The chicken are out of the pot. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-21", + "utterance": "Pull the meat from the bone.", + "bot": true, + "annotations": "inform_instruction(ac-6-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Pour the meat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-23", + "utterance": "No, remove the meat from the bone.", + "bot": true, + "annotations": "negate();\r\nrepeat(ac-6-1);" + }, + { + "utt_id": "utt-24", + "utterance": "Thanks! I remove the bones.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-25", + "utterance": "Continue by stirring the noodles into the pot.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-26", + "utterance": "What is the amount of the noodles?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"ing-9\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-27", + "utterance": "1 package containing 12 ounce of thin egg noodles.", + "bot": true, + "annotations": "inform_amount(ing-9);" + }, + { + "utt_id": "utt-28", + "utterance": "Thanks. I add it. How long shall I cook the noodles?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_duration;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-29", + "utterance": "When the noodles are tender, you can return the chicken to the pot.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Great. The chicken are added back. Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-31", + "utterance": "Yes, the chicken soup is ready to be served. Enjoy!", + "bot": true, + "annotations": "affirm();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-33", + "utterance": "My pleasure.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/250.1.json b/ai_talks/AMUseBotBackend/dialog/250.1.json new file mode 100644 index 0000000..b26e2ee --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/250.1.json @@ -0,0 +1,208 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, what do we make 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 have German Sweet Chocolate Pie.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "A pie, not bad. How many ingredients do I need?", + "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": "In total you need 6 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Can you give them 2 by 2?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "Yes, sure. The first two is 1 (4 ounce) bar German sweet chocolate and 1/3 cup milk.", + "bot": true, + "annotations": "affirm();\r\ninform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. The next two?", + "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": "4 ounces cream cheese and 2 tablespoons white sugar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. The last two are?", + "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": "1 (12 ounce) container frozen whipped topping, thawed and 1 (9 inch) prepared graham cracker crust.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-10", + "utterance": "What shall I do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-11", + "utterance": "Microwave chocolate and 2 tablespoons of the milk in large microwave-safe bowl on high for 2 minutes or until chocolate is almost melted, stirring halfway through heating time.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "How long shall I microwave it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "2 minutes.", + "bot": true, + "annotations": "inform_duration(dur-0-0);" + }, + { + "utt_id": "utt-14", + "utterance": "Thanks. What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-15", + "utterance": "Mix in cream cheese, sugar, and remaining milk with wire whisk.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I added the milk. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-17", + "utterance": "Refrigerate 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-19", + "utterance": "Fold in 3 1/2 cups of the whipped topping until no streaks remain.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. It is folded. What shall I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Spoon into crust.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-22", + "utterance": "Done. How to continue?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "Then, freeze pie 4 hours.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-25", + "utterance": "Before splitting pie, cool it at room temperature for 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Just cool it down for 15 minutes, right?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Yes, that is right.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "Serve the pie with remaining whipped topping.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-30", + "utterance": "Done. Can I eat it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "You can eat it now.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();" + }, + { + "utt_id": "utt-32", + "utterance": "Great! Thanks bot!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-33", + "utterance": "Enjoy.", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/251.1.json b/ai_talks/AMUseBotBackend/dialog/251.1.json new file mode 100644 index 0000000..ca88500 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/251.1.json @@ -0,0 +1,280 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello Bot! What do we have for 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 buffalo chicken wings today. Do you like it?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes, I like! What's the ingridents?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list;\", \"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 6 ingredients in total. I will tell you two ingredients per sentence.", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-4", + "utterance": "OK, tell me pls.", + "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": "The first two are 24 chicken wings and 2 quarts vegetable oil for deep frying.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "How much oil?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "2 quarts oil.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-8", + "utterance": "And next?", + "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-9", + "utterance": "Next you need 4 tablespoons butter and 1 tablespoon distilled white vinegar.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "OK. next step?", + "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-11", + "utterance": "The last two are 5 tablespoons hot pepper sauce and some salt and pepper to taste.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "What do you mean `some salt`? Can you quantify pls :).", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "Sorry I cannot answer that from the recipe.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-14", + "utterance": "OK, I'll go half table spoon! What is next step?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-15", + "utterance": "Good. We will start the recipe now. First, take a large skillet or deep fryer.", + "bot": true, + "annotations": "fetch(inst-0, [tool-0-0]);" + }, + { + "utt_id": "utt-16", + "utterance": "OK.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "Then fry chicken wings in oil for 10 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-18", + "utterance": "Wait wait wait... wait 10 mins :0. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "Remove chicken and oil from skillet, drain oil and reserve chicken.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-20", + "utterance": "What should I do with oil?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-21", + "utterance": "Drain the oil.", + "bot": true, + "annotations": "repeat(ac-1-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Next step pls.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "You can now melt butter in skillet.", + "bot": true, + "annotations": "inform_instruction(ac-2-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Melt butte... hmmmm Ok then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-25", + "utterance": "Then add vinegar and hot sauce to the skillet.", + "bot": true, + "annotations": "inform_instruction(ac-2-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Vinegar and hot sauce added.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-27", + "utterance": "Good. Now season the sauce mixture with salt and pepper.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-28", + "utterance": "Can you repeat this step pls?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-29", + "utterance": "You add salt and pepper to the mixture in the skillet.", + "bot": true, + "annotations": "repeat(inst-3);" + }, + { + "utt_id": "utt-30", + "utterance": "OK. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-31", + "utterance": "Now add the cooked chicken to sauce and stir them on low heat to coat.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-32", + "utterance": "High heat?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_temperature;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-33", + "utterance": "Low heat.", + "bot": true, + "annotations": "inform_temperature(temp-4-0);" + }, + { + "utt_id": "utt-34", + "utterance": "Ok ok ok.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-35", + "utterance": "The longer the wings simmer in the sauce, the hotter they will be.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-36", + "utterance": "Can I put it in sauce for 5 hours? I want it really hot!!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-37", + "utterance": "Sorry, I cannot answer that. You can follow your intuition.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-38", + "utterance": "How long should I put it in the sauce to make it really hot?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-39", + "utterance": "Sorry, it is up to you.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-40", + "utterance": "OK, next.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-41", + "utterance": "Serve warm and enjoy chicken wings!", + "bot": true, + "annotations": "inform_instruction(inst-6);\r\nenjoy();" + }, + { + "utt_id": "utt-42", + "utterance": "Is it finished?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-43", + "utterance": "Yes. It is finished.", + "bot": true, + "annotations": "affirm();\r\nend_recipe();" + }, + { + "utt_id": "utt-44", + "utterance": "Thanks bot! enjoy sunny day.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-45", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/252.1.json b/ai_talks/AMUseBotBackend/dialog/252.1.json new file mode 100644 index 0000000..9d44835 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/252.1.json @@ -0,0 +1,208 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi bot, what do we make 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 are making Corned Beef Hash!", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Sounds great. How many ingredients do I need to prepare?", + "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": "You need 4 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Ok. Just tell me one by one pls.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The first ingredient we need are six potatoes.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "I got the potatoes. Next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "The second one is 1 can or (12 ounce) of corned beef.", + "bot": true, + "annotations": "inform_ingredient(ing-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Ok. How large is the can?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-9", + "utterance": "12 ounce.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Thanks. The next ingredient?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-11", + "utterance": "1 medium onion.", + "bot": true, + "annotations": "inform_ingredient(ing-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Anything else?", + "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-13", + "utterance": "The last ingredient you need is 1 cup of beef broth.", + "bot": true, + "annotations": "inform_ingredient(ing-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Great. I have them all. How should I start?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-15", + "utterance": "First, peel and dice the 6 potatoes.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-0]);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I did it. Then?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-17", + "utterance": "Cut the corned beef into chunks if necessary.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-1]);" + }, + { + "utt_id": "utt-18", + "utterance": "How big should the chunk be?", + "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-19", + "utterance": "I cannot answer that. You can choose it yourself.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-20", + "utterance": "Alright, what is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-21", + "utterance": "Next, you need to the chop the medium onion.", + "bot": true, + "annotations": "simplify_continue(inst-0, [ing-2]);" + }, + { + "utt_id": "utt-22", + "utterance": "Easy job. What to do with it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-23", + "utterance": "Now, in a large deep skillet, over medium heat, combine the potatoes, corned beef, onion, and beef broth.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. I add the three to the skillet. Shall I keep heating it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-25", + "utterance": "Yes, cover and simmer until potatoes are of mashing consistency, and the liquid is almost gone.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-1);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. Do you have a specific time for me to wait?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_duration;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-27", + "utterance": "Sorry I cannot answer that. You have will have to wait until the liquid is almost gone and the potatoes are of mashing conistency.", + "bot": true, + "annotations": "fence();\r\ninform_duration(cond-1-0);" + }, + { + "utt_id": "utt-28", + "utterance": "Alright, I think it is done. Next?", + "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-29", + "utterance": "Mix well, and serve.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-30", + "utterance": "That's it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-31", + "utterance": "That's it. Enjoy your meal!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Fine! Goodbye!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"goodbye;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-33", + "utterance": "Goodbye!", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/253.1.json b/ai_talks/AMUseBotBackend/dialog/253.1.json new file mode 100644 index 0000000..149b62a --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/253.1.json @@ -0,0 +1,232 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. What ingredients do I need to prepare this recipe?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"greeting; req_ingredient_list;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-1", + "utterance": "Hi, we need 6 ingredients. Do you need me to give them one by one?", + "bot": true, + "annotations": "greeting();\r\nsum_ingredient_list();\r\npropose_list_ingredients();" + }, + { + "utt_id": "utt-2", + "utterance": "Yes, one by one please.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-3", + "utterance": "Good. The first two are 2 teaspoons olive oil and 4 boneless, skinless chicken breast halves.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "How many skinless chicken breasts?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"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": "4 chicken breasts.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-6", + "utterance": "Okay. And how many people can eat from this meal?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"other;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "Sorry, I cannot answer that.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-8", + "utterance": "Never mind. Anything else?", + "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-9", + "utterance": "The next two are 1 can refrigerated large crescent roll dough and 8 ounces Brie cheese.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);" + }, + { + "utt_id": "utt-10", + "utterance": "Alright, I got the ingredients. What is your first instruction for me?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-11", + "utterance": "We still need another two ingredients. They are 1 bunch fresh spinach and 4 slices prosciutto.", + "bot": true, + "annotations": "inform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-12", + "utterance": "I got those. Anything else I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-13", + "utterance": "No. Now you can start by heating oil in a heavy skillet.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-14", + "utterance": "How many heating oil do I need to put in it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-15", + "utterance": "2 teaspoons olive oil.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-16", + "utterance": "Done. What is next?", + "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\": 8}" + }, + { + "utt_id": "utt-17", + "utterance": "Now saute the chicken breasts until they are no longer pink, and juices run clear.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-18", + "utterance": "Okay, they are sauteed now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-19", + "utterance": "Good. Please set them aside. You can preheat the oven to 190 degrees C.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-20", + "utterance": "The oven is preheated and the breasts are set aside. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-21", + "utterance": "Unroll 4 large crescent rolls.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "I have unrolled the four rolls.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-23", + "utterance": "Good. Now layer each with 3 thin slices brie, 3 leaves spinach and 1 slice prosciutto.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-24", + "utterance": "How thin do the slices of Brie need to be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-25", + "utterance": "Sorry, it is up to you.", + "bot": true, + "annotations": "fence();" + }, + { + "utt_id": "utt-26", + "utterance": "Got it. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-27", + "utterance": "Now you can place the cooked chicken breast in the center of dough.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "I have finished placed the cooked chicken breast in the center of the dough. How do I proceed from here?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-29", + "utterance": "Now wrap and tuck dough around chicken until it is completely enclosed.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "They are fully enclosed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-31", + "utterance": "Then place it with the seam side down on a baking sheet.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-32", + "utterance": "Done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-33", + "utterance": "Now you can bake it in the preheated oven for 10 to 15 minutes.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-34", + "utterance": "It has finished baking. Is there anything left to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-35", + "utterance": "No. It is over. You can enjoy it now.", + "bot": true, + "annotations": "negate();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-36", + "utterance": "Thank you very much. It looks good!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-37", + "utterance": "You are welcome.", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/254.1.json b/ai_talks/AMUseBotBackend/dialog/254.1.json new file mode 100644 index 0000000..fe3ebcf --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/254.1.json @@ -0,0 +1,160 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, what is today's recommendation?", + "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": "Today we are making a Coconut Ambrosia Salad.", + "bot": true, + "annotations": "inform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Great. What shall I prepare for this salad?", + "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": "First you need 1 can or 11 ounce of mandarin oranges, drained.", + "bot": true, + "annotations": "inform_ingredient(ing-0);" + }, + { + "utt_id": "utt-4", + "utterance": "Can you tell me its weight?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "11 ounce.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. Anything else? Like any sauce?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-7", + "utterance": "Secondly, you need 1 can or 8 ounce of crushed pineapple, drained.", + "bot": true, + "annotations": "inform_ingredient(ing-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Good. Also 11 ounce?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-9", + "utterance": "No, 8 ounce.", + "bot": true, + "annotations": "negate();\r\ninform_amount(ing-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Thanks. Next thing is?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"thank; 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-11", + "utterance": "3 and 1/2 cups frozen whipped topping, thawed.", + "bot": true, + "annotations": "inform_ingredient(ing-2);" + }, + { + "utt_id": "utt-12", + "utterance": "I got that. Next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-13", + "utterance": "2 cups shredded coconut.", + "bot": true, + "annotations": "inform_ingredient(ing-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Ok. Is it all?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-3\", \"tracker_completed_step_num\": 4, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-15", + "utterance": "No, next you need is 2 cups of miniature marshmallows.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. I have it now. Go on, pls.", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-17", + "utterance": "You still need 1/2 cup of milk and 1 cup of maraschino cherries.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-18", + "utterance": "Ok. A lot of things on board. Can I start now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-19", + "utterance": "Yes. Then, In a large bowl, combine the oranges, pineapple, whipped topping, coconut, marshmallows and milk.", + "bot": true, + "annotations": "affirm();\r\ninform_instruction(inst-0);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I add them to the bowl. What else?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-21", + "utterance": "Mix together well and chill 1 hour before serving.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-22", + "utterance": "Ohh. 1 hour passed. Can I eat it?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-23", + "utterance": "Garnish with cherries. Enjoy!", + "bot": true, + "annotations": "inform_instruction(inst-2);\r\nenjoy();" + }, + { + "utt_id": "utt-24", + "utterance": "Ok. Thanks!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-25", + "utterance": "You are welcome!", + "bot": true, + "annotations": "thank();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/255.1.json b/ai_talks/AMUseBotBackend/dialog/255.1.json new file mode 100644 index 0000000..51aaf8e --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/255.1.json @@ -0,0 +1,286 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello. What are we going to prepare?", + "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": "Hey, we will make Aunt Mamies today. There are 7 ingredients you need to prepare.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\nsum_ingredient_list();" + }, + { + "utt_id": "utt-2", + "utterance": "Can you please list all the ingredients?", + "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": "First two are 1 package cream cheese, softened and 1/2 cup butter, softened.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);" + }, + { + "utt_id": "utt-4", + "utterance": "How much of the green cheese do we need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "The package is 8 ounce.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "What are the other ingredients?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-0\", \"tracker_completed_step_num\": 1, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-7", + "utterance": "Next, you need 2 cups all-purpose flour, 1 cup white sugar and 1/3 cup milk.", + "bot": true, + "annotations": "inform_ingredient(ing-2);\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);" + }, + { + "utt_id": "utt-8", + "utterance": "Okay, anything else required?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-9", + "utterance": "The last two are 1/2 pound ground walnuts and 1/3 cup confectioners' sugar for decoration.", + "bot": true, + "annotations": "inform_ingredient(ing-5);\r\ninform_ingredient(ing-6);" + }, + { + "utt_id": "utt-10", + "utterance": "Got all ingredients. What do I have to start with now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 8}" + }, + { + "utt_id": "utt-11", + "utterance": "You start by beating together cream cheese and butter until well blended.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "Okay. It's well blended. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 8, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-13", + "utterance": "Then add flour and mix it well.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-14", + "utterance": "How many flour do I have to add again?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 9, \"tracker_requested_step\": \"ing-2\", \"tracker_requested_step_num\": 3}" + }, + { + "utt_id": "utt-15", + "utterance": "2 cups all-purpose flour.", + "bot": true, + "annotations": "inform_amount(ing-2);" + }, + { + "utt_id": "utt-16", + "utterance": "Thanks. I did it. What's coming next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; confirm; req_instruction;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 10}" + }, + { + "utt_id": "utt-17", + "utterance": "Shape the mixture into a ball, cover and chill for 2 hours.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-18", + "utterance": "Done. Is there anything else I need to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-19", + "utterance": "Place a saucepan over medium heat.", + "bot": true, + "annotations": "fetch(inst-3, [tool-3-0]);" + }, + { + "utt_id": "utt-20", + "utterance": "It's placed over medium heat now.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-21", + "utterance": "Then cook white sugar and milk in the pan until boils and sugar is dissolved.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-22", + "utterance": "How much milk do I have to add again?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-23", + "utterance": "1/3 cup milk.", + "bot": true, + "annotations": "inform_amount(ing-4);" + }, + { + "utt_id": "utt-24", + "utterance": "Okay. Got it. Done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-4\", \"tracker_completed_step_num\": 5, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-25", + "utterance": "Good. Now add the ground nuts.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-26", + "utterance": "Added them.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-27", + "utterance": "Remove the pan from heat and let cool until mixture is of spreading consistency.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-28", + "utterance": "It seems to be of good consistency now. Something else that needs to be done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-29", + "utterance": "On a lightly floured surface, roll out chilled dough to a rectangle about 18 X 12 inches.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-30", + "utterance": "The dough is rolled out. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-31", + "utterance": "Cut it in half lengthwise. Spread each piece with milk/nut filling and roll up like a jelly-roll, starting from the long side.", + "bot": true, + "annotations": "inform_instruction(inst-7);\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-32", + "utterance": "Completed.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "Cut each roll in half. Then place seam side down on ungreased cookie sheets (two on a baking sheet).", + "bot": true, + "annotations": "inform_instruction(inst-9);\r\ninform_instruction(inst-10);" + }, + { + "utt_id": "utt-34", + "utterance": "They are cut in halves and are placed on the sheets.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-10\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"inst-11\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-35", + "utterance": "Great! Now cut rolls into slices 1/2 inch thick almost to the bottom of the roll and keep the rolls' shape intact.", + "bot": true, + "annotations": "inform_instruction(inst-11);" + }, + { + "utt_id": "utt-36", + "utterance": "Okay the rolls are cut now. What else do I need to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-11\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-12\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-37", + "utterance": "Bake at 350 degrees F for 15 to 20 minutes until done.", + "bot": true, + "annotations": "inform_instruction(inst-12);" + }, + { + "utt_id": "utt-38", + "utterance": "It's done. It seems baked.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-12\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-13\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-39", + "utterance": "Good. You should remove them from sheets and sprinkle with confectioners' sugar. Then cool on racks.", + "bot": true, + "annotations": "inform_instruction(inst-13);\r\ninform_instruction(inst-14);" + }, + { + "utt_id": "utt-40", + "utterance": "It's sprinkled and cooling down. Is it finished now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-14\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-15\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-41", + "utterance": "Not yet. Now cut cookies all the way through. Then refrigerate or freeze.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-15);\r\ninform_instruction(inst-16);" + }, + { + "utt_id": "utt-42", + "utterance": "They are cut and put into the freezer. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-16\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-43", + "utterance": "Resprinkle with confectioners' sugar before serving.", + "bot": true, + "annotations": "inform_instruction(inst-17);" + }, + { + "utt_id": "utt-44", + "utterance": "Ok, I sprinkled it. Can I serve it now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-45", + "utterance": "Yes. Enjoy it!", + "bot": true, + "annotations": "affirm();\r\nend_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-46", + "utterance": "Thanks! See you.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-17\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-17\", \"tracker_requested_step_num\": 25}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/256.1.json b/ai_talks/AMUseBotBackend/dialog/256.1.json new file mode 100644 index 0000000..bbc281c --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/256.1.json @@ -0,0 +1,184 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, what do we do 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": "We are going to make Fried Chicken Tenders today!", + "bot": true, + "annotations": "inform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "Ok. Hope it is not too fatty. What shall I prepare?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_start;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-3", + "utterance": "First, you place flour in a shallow bowl.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-4", + "utterance": "How much flour?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-5", + "utterance": "1 cup all-purpose flour.", + "bot": true, + "annotations": "inform_amount(ing-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Fine. Continue, please.", + "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\": 15}" + }, + { + "utt_id": "utt-7", + "utterance": "Place breadcrumbs in a separate shallow bowl, and mix with ground black pepper and cayenne pepper.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "How much bread crumbs?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-1\", \"tracker_requested_step_num\": 2}" + }, + { + "utt_id": "utt-9", + "utterance": "2 cups Italian-style seasoned bread crumbs.", + "bot": true, + "annotations": "inform_amount(ing-1);" + }, + { + "utt_id": "utt-10", + "utterance": "Ok. I mix them. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-11", + "utterance": "Place eggs and water in a small bowl.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-12", + "utterance": "Could you specify how many eggs and water I need?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"ing-4\", \"tracker_requested_step_num\": 5}" + }, + { + "utt_id": "utt-13", + "utterance": "2 eggs, beaten and 2 tablespoons water.", + "bot": true, + "annotations": "inform_amount(ing-4);\r\ninform_amount(ing-5);" + }, + { + "utt_id": "utt-14", + "utterance": "Thanks! What next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-15", + "utterance": "One piece at a time, coat the chicken in the flour, the eggs and the bread crumbs, and set aside.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-16", + "utterance": "Wait. What kind of chicken? Chicken wings?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-17", + "utterance": "24 chicken tenderloins.", + "bot": true, + "annotations": "inform_amount(ing-6);" + }, + { + "utt_id": "utt-18", + "utterance": "Thanks for clarification. I coat them all. Shall I fry them now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; other;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-19", + "utterance": "First, heat oil in a deep fryer to 375 degrees F (190 degrees C) then in small batches, fry chicken 6 to 8 minutes, or until golden brown.", + "bot": true, + "annotations": "inform_instruction(inst-4);\r\ninform_instruction(inst-5);" + }, + { + "utt_id": "utt-20", + "utterance": "The chicken are golden brown now. What do I need to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-21", + "utterance": "In a separate small bowl, combine the mayonnaise, horseradish, sour cream, Worcestershire sauce and mustard.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-22", + "utterance": "I want to know the exact amout of each. Could you tell me that?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"ing-8\", \"tracker_requested_step_num\": 9}" + }, + { + "utt_id": "utt-23", + "utterance": "The first two are 1 cup mayonnaise, 3 tablespoons prepared horseradish.", + "bot": true, + "annotations": "inform_amount(ing-8);\r\ninform_amount(ing-9);" + }, + { + "utt_id": "utt-24", + "utterance": "Great. Thanks for that. What about the others?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_amount;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-25", + "utterance": "1/2 cup sour cream, 1 dash Worcestershire sauce and 3 tablespoons prepared mustard.", + "bot": true, + "annotations": "inform_amount(ing-10);\r\ninform_amount(ing-11);\r\ninform_amount(ing-12);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. Next is?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-12\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-27", + "utterance": "It's done. Have a nice meal!", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-28", + "utterance": "Great! See you!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"ing-10\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-29", + "utterance": "See you!", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/257.1.json b/ai_talks/AMUseBotBackend/dialog/257.1.json new file mode 100644 index 0000000..b77aa0f --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/257.1.json @@ -0,0 +1,142 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi. What am I going to make?", + "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": "Hey, we are going to make Broiled Egg Salad Sandwiches. A very healthy recipe.", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "Okay, please list me the ingredients one by one together with the necessary amount.", + "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": "Cool. The first three are 3 hard-cooked eggs, chopped, 1/4 cup crushed saltine crackers and 1/4 cup chopped celery.", + "bot": true, + "annotations": "inform_ingredient(ing-0);\r\ninform_ingredient(ing-1);\r\ninform_ingredient(ing-2);" + }, + { + "utt_id": "utt-4", + "utterance": "Is that all?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"req_ingredient_list_ends;\", \"tracker_completed_step\": \"ing-2\", \"tracker_completed_step_num\": 3, \"tracker_requested_step\": \"ing-3\", \"tracker_requested_step_num\": 4}" + }, + { + "utt_id": "utt-5", + "utterance": "No. You also need 1 tablespoon diced pimientos, 1/2 cup mayonnaise and 2 tablespoons milk.", + "bot": true, + "annotations": "negate();\r\ninform_ingredient(ing-3);\r\ninform_ingredient(ing-4);\r\ninform_ingredient(ing-5);" + }, + { + "utt_id": "utt-6", + "utterance": "Okay, got it. Any other ingredients I need?", + "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-7", + "utterance": "Please find yourself 1/8 teaspoon salt, 1/8 teaspoon garlic salt and 1/8 teaspoon pepper.", + "bot": true, + "annotations": "inform_ingredient(ing-6);\r\ninform_ingredient(ing-7);\r\ninform_ingredient(ing-8);" + }, + { + "utt_id": "utt-8", + "utterance": "Found them all. What's next?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"confirm; 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-9", + "utterance": "The last one is 2 English muffins, split and toasted.", + "bot": true, + "annotations": "inform_ingredient(ing-9);" + }, + { + "utt_id": "utt-10", + "utterance": "Alright, they are here. What is your first instruction for me?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-9\", \"tracker_completed_step_num\": 10, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 11}" + }, + { + "utt_id": "utt-11", + "utterance": "Take a bowl, combine the eggs, crackers, celery and pimientos.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-12", + "utterance": "I have combined them all. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 11, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-13", + "utterance": "In another bowl, combine the mayonnaise, milk, salt, garlic salt and pepper.", + "bot": true, + "annotations": "inform_instruction(ac-1-0);" + }, + { + "utt_id": "utt-14", + "utterance": "The other bowl is also combined and ready.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-15", + "utterance": "Mix them well. Then stir into the egg mixture.", + "bot": true, + "annotations": "inform_instruction(ac-1-1);\r\ninform_instruction(inst-2);" + }, + { + "utt_id": "utt-16", + "utterance": "They are stirred in the egg mixture. What do I need to do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-17", + "utterance": "Spoon about 1/3 cup mixture onto each muffin half; place on an ungreased baking sheet.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-18", + "utterance": "The mixture is spread over the muffin halves and are placed onto the baking sheets.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-19", + "utterance": "Great. The last step to broil for 3-4 minutes until lightly browned.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-20", + "utterance": "It is likley brown now. Anything else I need to do?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-21", + "utterance": "It is over now. Enjoy it.", + "bot": true, + "annotations": "end_recipe();\r\nenjoy();" + }, + { + "utt_id": "utt-22", + "utterance": "Thanks! It looks great.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 15}" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/258.1.json b/ai_talks/AMUseBotBackend/dialog/258.1.json new file mode 100644 index 0000000..c7263ef --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/258.1.json @@ -0,0 +1,208 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hi, what do we do 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": "We are making Banana Bran Muffins!", + "bot": true, + "annotations": "inform_title(title);" + }, + { + "utt_id": "utt-2", + "utterance": "How many ingredients do I need?", + "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": "12 ingredients.", + "bot": true, + "annotations": "sum_ingredient_list();" + }, + { + "utt_id": "utt-4", + "utterance": "A bit long. Could you tell me the details in the instruction?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"title\", \"tracker_completed_step_num\": 0, \"tracker_requested_step\": \"inst-0\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-5", + "utterance": "Ok, let's first preheat oven to 375 degrees F (190 degrees C).", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Ok. The oven is preheated up. What to do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 13, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 14}" + }, + { + "utt_id": "utt-7", + "utterance": "Grease a muffin pan or line with paper muffin liners.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "OK. Done. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-9", + "utterance": "In a large mixing bowl, cream butter and brown sugar together until fluffy.", + "bot": true, + "annotations": "inform_instruction(inst-2);" + }, + { + "utt_id": "utt-10", + "utterance": "Sorry, I need to know the amount of cream and butter.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"ing-0\", \"tracker_requested_step_num\": 1}" + }, + { + "utt_id": "utt-11", + "utterance": "1/2 cup brown sugar and 1/2 cup butter, softened.", + "bot": true, + "annotations": "inform_amount(ing-0);\r\ninform_amount(ing-1);" + }, + { + "utt_id": "utt-12", + "utterance": "Ok. Next thing?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-1\", \"tracker_completed_step_num\": 2, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 16}" + }, + { + "utt_id": "utt-13", + "utterance": "Add bananas, milk, vanilla and eggs; mix well.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Can you repeat the last ingredient?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_repeat;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 16, \"tracker_requested_step\": \"ing-5\", \"tracker_requested_step_num\": 6}" + }, + { + "utt_id": "utt-15", + "utterance": "Eggs.", + "bot": true, + "annotations": "repeat(ing-5);" + }, + { + "utt_id": "utt-16", + "utterance": "Ok. What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"ing-5\", \"tracker_completed_step_num\": 6, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-17", + "utterance": "Stir in flour, bran, baking powder, soda and salt; blend just until moistened.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "How much flour for this?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"ing-6\", \"tracker_requested_step_num\": 7}" + }, + { + "utt_id": "utt-19", + "utterance": "1 1/2 cups all-purpose flour.", + "bot": true, + "annotations": "inform_amount(ing-6);" + }, + { + "utt_id": "utt-20", + "utterance": "Ok. I mixed them. Next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-6\", \"tracker_completed_step_num\": 7, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 18}" + }, + { + "utt_id": "utt-21", + "utterance": "Stir in walnuts.", + "bot": true, + "annotations": "inform_instruction(inst-5);" + }, + { + "utt_id": "utt-22", + "utterance": "How many exactly?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 18, \"tracker_requested_step\": \"ing-11\", \"tracker_requested_step_num\": 12}" + }, + { + "utt_id": "utt-23", + "utterance": "1/2 cup chopped walnuts.", + "bot": true, + "annotations": "inform_amount(ing-11);" + }, + { + "utt_id": "utt-24", + "utterance": "Thanks! What is next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; req_instruction;\", \"tracker_completed_step\": \"ing-11\", \"tracker_completed_step_num\": 12, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 19}" + }, + { + "utt_id": "utt-25", + "utterance": "Pour batter into prepared muffin cups.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-26", + "utterance": "Ok. I poured into the muffin cups. What to do with them?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-27", + "utterance": "Bake at 375 degrees F (190 degrees C) for 20 to 25 minutes or until a toothpick inserted into the center of a muffin comes out clean.", + "bot": true, + "annotations": "inform_instruction(inst-7);" + }, + { + "utt_id": "utt-28", + "utterance": "Ok. 25 minutes passed. Is it done?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_is_recipe_finished;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-29", + "utterance": "No, you still need to cool in the cups for 5 minutes, then remove muffins and place on a wire rack to cool completely.", + "bot": true, + "annotations": "negate();\r\ninform_instruction(inst-8);" + }, + { + "utt_id": "utt-30", + "utterance": "Ok. I will share with my families.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-31", + "utterance": "I hope they will taste good!", + "bot": true, + "annotations": "enjoy();" + }, + { + "utt_id": "utt-32", + "utterance": "Thanks! Bot! The last goodbye!", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"thank; goodbye;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-33", + "utterance": "Goodbye!", + "bot": true, + "annotations": "goodbye();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/dialog/259.1.json b/ai_talks/AMUseBotBackend/dialog/259.1.json new file mode 100644 index 0000000..967e546 --- /dev/null +++ b/ai_talks/AMUseBotBackend/dialog/259.1.json @@ -0,0 +1,244 @@ +{ + "messages": [ + { + "utt_id": "utt-0", + "utterance": "Hello!", + "bot": false, + "annotations": "{\"section\": \"title\", \"intent\": \"greeting;\", \"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 Chicken and Black Bean Chili. Do you like it?", + "bot": true, + "annotations": "greeting();\r\ninform_title(title);\r\npropose_start_recipe();" + }, + { + "utt_id": "utt-2", + "utterance": "I like it. What ingredients do I need?", + "bot": false, + "annotations": "{\"section\": \"ing\", \"intent\": \"affirm; req_ingredient_list;\", \"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 18 ingredients. Do you want me to specify them when you need them?", + "bot": true, + "annotations": "sum_ingredient_list();\r\npropose_skip_ing_list();" + }, + { + "utt_id": "utt-4", + "utterance": "Yes. What do I need to do first.", + "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\": 19}" + }, + { + "utt_id": "utt-5", + "utterance": "First, add 2 teaspoons oil to a large pot and heat it over medium heat.", + "bot": true, + "annotations": "inform_instruction(inst-0);" + }, + { + "utt_id": "utt-6", + "utterance": "Done. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-0\", \"tracker_completed_step_num\": 19, \"tracker_requested_step\": \"inst-1\", \"tracker_requested_step_num\": 20}" + }, + { + "utt_id": "utt-7", + "utterance": "Prepare 3 large chicken breast halves and cut into 1 inch pieces. Then place chicken in the pot and brown on all sides.", + "bot": true, + "annotations": "inform_instruction(inst-1);" + }, + { + "utt_id": "utt-8", + "utterance": "Okay. The chicken breast halves are cut and browned.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-1\", \"tracker_completed_step_num\": 20, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-9", + "utterance": "Good. Now you have to do some seasoning. First, add sea salt, 1 tablespoon chili powder and 1/2 tablespoon ground cumin.", + "bot": true, + "annotations": "simplify_begin(inst-2);\r\nsimplify_continue(inst-2, [ing-2, ing-3, ing-4]);" + }, + { + "utt_id": "utt-10", + "utterance": "Everything is seasoned.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-2\", \"tracker_requested_step_num\": 21}" + }, + { + "utt_id": "utt-11", + "utterance": "Continue adding 1 dried chipotle chili pepper, ground black pepper and 1/2 teaspoon ground cayenne pepper.", + "bot": true, + "annotations": "simplify_continue(inst-2, [ing-5, ing-6, ing-7]);" + }, + { + "utt_id": "utt-12", + "utterance": "Done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-2\", \"tracker_completed_step_num\": 21, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-13", + "utterance": "Now mix in other stuff. First, add 1 small yellow onion, 1 medium green bell pepper and 1 medium yellow bell pepper.", + "bot": true, + "annotations": "inform_instruction(inst-3);" + }, + { + "utt_id": "utt-14", + "utterance": "Do I need to chop the bell peppers first?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"other;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-3\", \"tracker_requested_step_num\": 22}" + }, + { + "utt_id": "utt-15", + "utterance": "You need to dice them.", + "bot": true, + "annotations": "affirm();" + }, + { + "utt_id": "utt-16", + "utterance": "Ok, the mixture is done with the diced bell peppers. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-3\", \"tracker_completed_step_num\": 22, \"tracker_requested_step\": \"inst-4\", \"tracker_requested_step_num\": 23}" + }, + { + "utt_id": "utt-17", + "utterance": "Pour in about 3 cups water and continue cooking 10 minutes until about 1/2 the water has evaporated.", + "bot": true, + "annotations": "inform_instruction(inst-4);" + }, + { + "utt_id": "utt-18", + "utterance": "The water has evaporated. I think it's done now. What do I do next?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-4\", \"tracker_completed_step_num\": 23, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-19", + "utterance": "Now you have to add 3 things to the pot. The first two are 1 can undrained kidney beans and 1 can undrained black beans.", + "bot": true, + "annotations": "simplify_begin(inst-5);\r\nsimplify_continue(inst-5, [ing-12, ing-13]);" + }, + { + "utt_id": "utt-20", + "utterance": "How large should the cans be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"ing-12\", \"tracker_requested_step_num\": 13}" + }, + { + "utt_id": "utt-21", + "utterance": "They are both 15 ounce.", + "bot": true, + "annotations": "inform_amount(ing-12);\r\ninform_amount(ing-13);" + }, + { + "utt_id": "utt-22", + "utterance": "Ok. Done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-13\", \"tracker_completed_step_num\": 14, \"tracker_requested_step\": \"inst-5\", \"tracker_requested_step_num\": 24}" + }, + { + "utt_id": "utt-23", + "utterance": "The last thing to add is 1 can drained whole kernel corn.", + "bot": true, + "annotations": "simplify_continue(inst-5, [ing-14]);" + }, + { + "utt_id": "utt-24", + "utterance": "How large does the can have to be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-5\", \"tracker_completed_step_num\": 24, \"tracker_requested_step\": \"ing-14\", \"tracker_requested_step_num\": 15}" + }, + { + "utt_id": "utt-25", + "utterance": "It is 11 ounce.", + "bot": true, + "annotations": "inform_amount(ing-14);" + }, + { + "utt_id": "utt-26", + "utterance": "Okay. Finished. How do I proceed from here?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"ing-14\", \"tracker_completed_step_num\": 15, \"tracker_requested_step\": \"inst-6\", \"tracker_requested_step_num\": 25}" + }, + { + "utt_id": "utt-27", + "utterance": "Season the mixture with 1 teaspoon green pepper sauce.", + "bot": true, + "annotations": "inform_instruction(inst-6);" + }, + { + "utt_id": "utt-28", + "utterance": "Done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"inst-6\", \"tracker_completed_step_num\": 25, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-29", + "utterance": "Now reduce the heat to low temperature.", + "bot": true, + "annotations": "inform_instruction(ac-7-0);" + }, + { + "utt_id": "utt-30", + "utterance": "Okay. What now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_instruction;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"inst-7\", \"tracker_requested_step_num\": 26}" + }, + { + "utt_id": "utt-31", + "utterance": "Then mix in 2 cups water and 1 can roasted garlic tomato paste.", + "bot": true, + "annotations": "inform_instruction(ac-7-1);" + }, + { + "utt_id": "utt-32", + "utterance": "How large should the can of tomato paste be?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"req_amount;\", \"tracker_completed_step\": \"inst-7\", \"tracker_completed_step_num\": 26, \"tracker_requested_step\": \"ing-16\", \"tracker_requested_step_num\": 17}" + }, + { + "utt_id": "utt-33", + "utterance": "It should be 6 ounce.", + "bot": true, + "annotations": "inform_amount(ing-16);" + }, + { + "utt_id": "utt-34", + "utterance": "Done.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm;\", \"tracker_completed_step\": \"ing-16\", \"tracker_completed_step_num\": 17, \"tracker_requested_step\": \"inst-8\", \"tracker_requested_step_num\": 27}" + }, + { + "utt_id": "utt-35", + "utterance": "Now simmer and stir it occasionally for 30 minutes until thickened.", + "bot": true, + "annotations": "inform_instruction(inst-8);" + }, + { + "utt_id": "utt-36", + "utterance": "It has simmered for 30 minutes and is thickened. What do I need to do now?", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; req_instruction;\", \"tracker_completed_step\": \"inst-8\", \"tracker_completed_step_num\": 27, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-37", + "utterance": "The last step is to top with chopped fresh cilantro then serve it.", + "bot": true, + "annotations": "inform_instruction(inst-9);" + }, + { + "utt_id": "utt-38", + "utterance": "Alright, all finished! Looks great! Thanks.", + "bot": false, + "annotations": "{\"section\": \"inst\", \"intent\": \"confirm; thank;\", \"tracker_completed_step\": \"inst-9\", \"tracker_completed_step_num\": 28, \"tracker_requested_step\": \"inst-9\", \"tracker_requested_step_num\": 28}" + }, + { + "utt_id": "utt-39", + "utterance": "Enjoy! Have a nice day!", + "bot": true, + "annotations": "enjoy();" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/doc/Metody.md b/ai_talks/AMUseBotBackend/doc/Metody.md new file mode 100644 index 0000000..73d3a7e --- /dev/null +++ b/ai_talks/AMUseBotBackend/doc/Metody.md @@ -0,0 +1,61 @@ +# Metody użyte w prototypie + +## NLU + +Kacper + +## DST + +Klasa zawierająca informacje o stanie dialogu. Przechowywane informacje to: +- id przepisu +- numer obecnego kroku w przepisie +- wszystkie kroki wybranego przepisu +- potrzebne składniki +- historia dialogu + +Przykład zapisu stanu dialogu: + + {'dialog_state': {'curr_step': 0, + 'inngredients': ['2 tablespoons canola oil', '1 large eggplant, peeled and sliced', '3 eggs, beaten', '2 cups dry bread crumbs'], + 'recipe_id': 61, + 'steps': {0: 'First heat 2 tablespoons canola oil in a large skillet over medium-high heat.', + 1: 'Next dip 1 large eggplant, peeled and sliced in the egg. You should use 3 beaten eggs for this.', + 2: 'Now dip the eggplant into the crumbles. You can use 2 cups dry bread crumbs for this.', + 3: 'Next place the eggplant into the hot oil.', + 4: 'Fry 2 to 3 minutes on each side.', + 5: 'Drain the eggplant on paper towels.'}, + 'user_messages': [{'intents': ['greeting', 'req_start'], + 'system_message': "Hello! I'm AMUseBot, virtual cooking assistant, tell me the name of the recipe you would love to cook today?", + 'user_message': 'Hello'}, + {'intents': [], 'system_message': 'Hi! What do you want to cook today?', 'user_message': 'abc'}, + {'intents': ['req_repeat'], + 'system_message': 'You choose Easy Fried Eggplant lets get to work.\nFirst heat 2 tablespoons canola oil in a large skillet over medium-high heat.', + 'user_message': "i don't understand could you repeat"}]}} + +## DP + +Regułowy moduł podejmujący decyzje na podstawie stanu dialogu oraz aktu mowy użytkownika. + +Przykład reguły polityki dialogu: + + if (None != self.dst_module.generate_state(c.RECIPE_ID_KEY) and "" != self.dst_module.generate_state(c.RECIPE_ID_KEY)): + if ("req_ingredient_list" in intents + or "req_ingredient" in intents): + return NLG.MESSAGE_INGREDIENTS(self.dst_module.generate_state(c.INGREDIENTS_KEY)) + +## NLG + +Moduł oparty o gotowe odpowiedzi oraz szablony + +Przykład szablonu: + + @staticmethod + def MESSAGE_CHOOSEN_RECIPE(recipe_name): + return "You choose " + recipe_name + " lets get to work." + + +# *Dodatkowe metody (Opcjonalne)* + +## Okapi BM25 + +Wyszukiwarka przepisów - Adrian \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/main.py b/ai_talks/AMUseBotBackend/main.py new file mode 100644 index 0000000..030c3d2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/main.py @@ -0,0 +1,63 @@ +# imports +from src.DST.dst import DST +from src.DP.dp import DP +from src.NLU.nlu import NLU + +from sys import argv +import sys, getopt +import argparse + +from pprint import pprint + +def main(argv): + debug_mode = False + # parser = argparse.ArgumentParser() + opts, args = getopt.getopt(argv, "", ["debug"]) + for opt, arg in opts: + if "--debug" == opt: + debug_mode = True + # parser.add_argument("--debug", help="Debug mode, show state of dialogue") + + # args = parser.parse_args() + + # initial modules + dst = DST(recipe_path = "AMUseBotBackend/recipe/", dialog_path = "AMUseBotBackend/dialog/") + dp = DP(dst=dst) + nlu = NLU(intent_dict_path='AMUseBotBackend/utils/intent_dict.json', model_identifier_path='AMUseBotBackend/models/NLU/roberta-base-cookdial.txt') + + # main loop + while True: + intent = None + system_message = None + + dst.restart() + + system_message = dp.generate_response(intent) + + print(system_message) + + while True: + + user_message = input() + if "restart" == user_message.lower(): + break + + intents = nlu.predict(user_message) + # print("intent ", intent) + dst.update_dialog_history( + system_message=system_message, + user_message=user_message, + intents=intents, + ) + + system_message = dp.generate_response(intents) + print(system_message) + + if(debug_mode): + printable_object = {"dialog_state" : dst.generate_state()} + pprint(printable_object, width=200) + +if __name__ == '__main__': + main(sys.argv[1:]) + + diff --git a/ai_talks/AMUseBotBackend/models/NLU/roberta-base-cookdial.txt b/ai_talks/AMUseBotBackend/models/NLU/roberta-base-cookdial.txt new file mode 100644 index 0000000..046d5dc --- /dev/null +++ b/ai_talks/AMUseBotBackend/models/NLU/roberta-base-cookdial.txt @@ -0,0 +1 @@ +kedudzic/roberta-base-cookdial diff --git a/ai_talks/AMUseBotBackend/models/README.md b/ai_talks/AMUseBotBackend/models/README.md new file mode 100644 index 0000000..1294e7e --- /dev/null +++ b/ai_talks/AMUseBotBackend/models/README.md @@ -0,0 +1 @@ +# Project Models \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/000_English_Walnut_Pie.json b/ai_talks/AMUseBotBackend/recipe/000_English_Walnut_Pie.json new file mode 100644 index 0000000..ffa6e90 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/000_English_Walnut_Pie.json @@ -0,0 +1,102 @@ +{ + "id": "000", + "title": "English Walnut Pie", + "content": [ + { + "id": "ing-0", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-0 \"3 eggs\" )" + }, + { + "id": "ing-1", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-2", + "text": "3/4 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"3/4 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "3/4 cup light corn syrup", + "type": "ingredient", + "eamr": "( ing-4 \"3/4 cup light corn syrup\" )" + }, + { + "id": "ing-5", + "text": "1 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-5 \"1 cup chopped walnuts\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup butter", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup butter\" )" + }, + { + "id": "ing-7", + "text": "1 (9 inch) deep dish pie crust", + "type": "ingredient", + "eamr": "( ing-7 \"1 (9 inch) deep dish pie crust\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 400 degrees F (205 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"400 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"205 degrees C\"@34:47 / TEMPERATURE )\r\n\t\t:_result ( preheated-oven / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat the eggs in a large bowl.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the eggs\"@8:16 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a large bowl\"@20:32 / TOOL )\r\n\t\t:_result ( beaten-eggs )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Mix in sugar, salt, vanilla, and syrup.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-2 \"sugar\"@10:15 / FOOD )\r\n\t\t:ppt ( ing-1 \"salt\"@17:21 / FOOD )\r\n\t\t:ppt ( ing-3 \"vanilla\"@23:30 / FOOD )\r\n\t\t:ppt ( ing-4 \"syrup\"@36:41 / FOOD )\r\n\t\t:gol ( beaten-eggs / FOOD )\r\n\t\t:_result ( syrup-egg-mixture / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Melt the butter or margarine, and add it to the egg mixture.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( \"or\"@-1:-1 / CHOICE )\r\n\t\t:option ( ing-6 \"the butter\"@8:18 / FOOD )\r\n\t\t:option ( \"margarine\"@22:31 / FOOD )\r\n\t\t:_result ( melted-butter )\r\n\t)\r\n\t:inform ( ac-3-1 \"add\"@37:40 / AC\r\n\t\t:ppt ( ing-6 \"it\"@41:43 / PRONOUN )\r\n\t\t:gol ( syrup-egg-mixture \"the egg mixture\"@47:62 / FOOD )\r\n\t\t:_result ( butter-egg-mixture )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in the nuts.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"the nuts\"@11:19 / FOOD )\r\n\t\t:gol ( butter-egg-mixture / FOOD )\r\n\t\t:_result ( nuts-filling / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Pour filling into pie shell.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( nuts-filling \"filling\"@8:15 / FOOD )\r\n\t\t:gol ( ing-7 \"pie shell\"@21:30 / FOOD )\r\n\t\t:_result ( uncooked-pie / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake in preheated oven for 10 minutes.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( preheated-oven \"preheated oven\"@11:25 / TOOL )\r\n\t\t:duration ( dur-6-0 \"10 minutes\"@30:40 / DUR )\r\n\t\t:ppt ( uncooked-pie / FOOD )\r\n\t\t:_result ( baked-pie )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Reduce heat to 300 degrees F (150 degrees C), and continue baking for 35 to 45 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t\t:gol ( temp-7-0 \"300 degrees F\"@18:31 / TEMPERATURE )\r\n\t\t:gol ( temp-7-1 \"150 degrees C\"@33:46 / TEMPERATURE )\r\n\t\t:_result ( reduced-heat )\r\n\t)\r\n\t:inform ( ac-7-1 \"baking\"@62:68 / AC\r\n\t\t:ppt ( baked-pie / FOOD )\r\n\t\t:duration ( dur-7-0 \"35 to 45 minutes\"@73:89 / DUR )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/001_Broccoli_Cheese_Crepes.json b/ai_talks/AMUseBotBackend/recipe/001_Broccoli_Cheese_Crepes.json new file mode 100644 index 0000000..e08169a --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/001_Broccoli_Cheese_Crepes.json @@ -0,0 +1,204 @@ +{ + "id": "001", + "title": "Broccoli Cheese Crepes", + "content": [ + { + "id": "ing-0", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-0 \"2 eggs\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup water", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup water\" )" + }, + { + "id": "ing-2", + "text": "6 tablespoons all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"6 tablespoons all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons chopped onion", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons chopped onion\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon butter", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon butter\" )" + }, + { + "id": "ing-6", + "text": "1 tablespoon all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"1 tablespoon all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "1 cup milk", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup milk\" )" + }, + { + "id": "ing-8", + "text": "1 cup shredded Cheddar cheese, divided", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup shredded Cheddar cheese, divided\" )" + }, + { + "id": "ing-9", + "text": "1 1/2 teaspoons Dijon mustard", + "type": "ingredient", + "eamr": "( ing-9 \"1 1/2 teaspoons Dijon mustard\" )" + }, + { + "id": "ing-10", + "text": "1 teaspoon Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-10 \"1 teaspoon Worcestershire sauce\" )" + }, + { + "id": "ing-11", + "text": "1/4 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-11 \"1/4 teaspoon pepper\" )" + }, + { + "id": "ing-12", + "text": "1/8 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-12 \"1/8 teaspoon salt\" )" + }, + { + "id": "ing-13", + "text": "2 cups frozen chopped broccoli, thawed", + "type": "ingredient", + "eamr": "( ing-13 \"2 cups frozen chopped broccoli, thawed\" )" + }, + { + "id": "inst-0", + "text": "0) For batter, combine the eggs, water, flour and salt in a blender.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@15:22 / AC\r\n\t\t:subtask ( purp-0-0 \"For batter\"@3:13 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( ing-0 \"the eggs\"@23:31 / FOOD )\r\n\t\t:ppt ( ing-1 \"water\"@33:38 / FOOD )\r\n\t\t:ppt ( ing-2 \"flour\"@40:45 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@50:54 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a blender\"@58:67 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cover and process until smooth; let stand for 15 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"process\"@13:20 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until smooth\"@21:33 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-2 \"stand\"@39:44 / AC\r\n\t\t:duration ( dur-1-0 \"15 minutes\"@49:59 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Meanwhile, in a small saucepan, saute onion in butter until tender.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"saute\"@35:40 / AC\r\n\t\t:loc ( tool-2-0 \"a small saucepan\"@17:33 / TOOL )\r\n\t\t:ppt ( ing-4 \"onion\"@41:46 / FOOD )\r\n\t\t:ppt ( ing-5 \"butter\"@50:56 / FOOD )\r\n\t\t:until ( cond-2-0 \"until tender\"@57:69 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir in flour until blended.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"flour\"@11:16 / FOOD )\r\n\t\t:until ( cond-3-0 \"until blended\"@17:30 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Gradually stir in milk.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"stir in\"@13:20 / AC\r\n\t\t:ppt ( ing-7 \"milk\"@21:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bring to a boil over medium heat, stirring constantly; cook and stir for 2 minutes or until slightly thickened.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"boil\"@14:18 / AC\r\n\t\t:heat ( temp-5-0 \"medium heat\"@24:35 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-5-1 \"stirring\"@37:45 / AC )\r\n\t)\r\n\t:inform ( ac-5-2 \"cook and stir\"@58:71 / AC\r\n\t\t:duration ( dur-5-0 \"2 minutes\"@76:85 / DUR )\r\n\t\t:until ( cond-5-0 \"until slightly thickened\"@89:113 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Reduce heat to low.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t\t:gol ( temp-6-0 \"low\"@18:21 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Stir in 1/2 cup cheese, mustard, Worcestershire sauce, pepper and salt until cheese is melted.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-8 \"1/2 cup cheese\"@11:25 / FOOD )\r\n\t\t:ppt ( ing-9 \"mustard\"@27:34 / FOOD )\r\n\t\t:ppt ( ing-10 \"Worcestershire sauce\"@36:56 / FOOD )\r\n\t\t:ppt ( ing-11 \"pepper\"@58:64 / FOOD )\r\n\t\t:ppt ( ing-12 \"salt\"@69:73 / FOOD )\r\n\t\t:until ( cond-7-0 \"until cheese is melted\"@74:96 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Stir in broccoli.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-13 \"broccoli\"@11:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cover; keep warm.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"keep\"@11:15 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Heat a lightly greased 8-in. nonstick skillet; pour 2 tablespoons batter into the center of skillet.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Heat\"@4:8 / AC\r\n\t\t:ppt ( tool-10-0 \"a lightly greased 8-in. nonstick skillet\"@9:49 / TOOL )\r\n\t)\r\n\t:inform ( ac-10-1 \"pour\"@51:55 / AC\r\n\t\t:ppt ( \"2 tablespoons batter\"@56:76 / FOOD )\r\n\t\t:gol ( tool-10-1 \"the center of skillet\"@82:103 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Lift and tilt pan to evenly coat bottom.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Lift and tilt\"@4:17 / AC\r\n\t\t:ppt ( tool-11-0 \"pan\"@18:21 / TOOL )\r\n\t\t:prp ( purp-11-0 \"to evenly coat bottom\"@22:43 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Cook until top appears dry; turn and cook 15-20 seconds longer.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Cook\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-12-0 \"until top appears dry\"@9:30 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-12-1 \"turn and cook\"@32:45 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-12-0 \"15-20 seconds\"@46:59 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Remove to a wire rack.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Remove\"@4:10 / AC\r\n\t\t:gol ( tool-13-0 \"a wire rack\"@14:25 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Repeat with remaining batter, greasing skillet as needed.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Repeat\"@4:10 / AC\r\n\t\t:ppt ( \"remaining batter\"@16:32 / FOOD )\r\n\t\t:simultaneous ( ac-14-1 \"greasing\"@34:42 / AC\r\n\t\t\t:ppt ( tool-14-0 \"skillet\"@43:50 / TOOL )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Spoon about 1/2 cup filling down the center of each crepe; roll up.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Spoon\"@4:9 / AC\r\n\t\t:ppt ( \"1/2 cup filling\"@16:31 / FOOD )\r\n\t\t:gol ( \"each crepe\"@51:61 / FOOD )\r\n\t)\r\n\t:inform ( ac-15-1 \"roll up\"@63:70 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Place seam side down in an ungreased 11-in. baking dish.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"seam side\"@10:19 / FOOD )\r\n\t\t:gol ( tool-16-0 \"an ungreased 11-in. baking dish\"@28:59 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Sprinkle with remaining cheese.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Sprinkle\"@4:12 / AC\r\n\t\t:ppt ( ing-8 \"remaining cheese\"@18:34 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Bake, uncovered, at 350 degrees F for 5-7 minutes or until cheese is melted.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"Bake\"@4:8 / AC\r\n\t\t:heat ( temp-18-0 \"350 degrees F\"@24:37 / TEMPERATURE )\r\n\t\t:duration ( dur-18-0 \"5-7 minutes\"@42:53 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-18-0 \"until cheese is melted\"@57:79 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/002_Cake_Doughnuts.json b/ai_talks/AMUseBotBackend/recipe/002_Cake_Doughnuts.json new file mode 100644 index 0000000..c87beed --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/002_Cake_Doughnuts.json @@ -0,0 +1,156 @@ +{ + "id": "002", + "title": "Cake Doughnuts", + "content": [ + { + "id": "ing-0", + "text": "2 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "1 tablespoon baking powder", + "type": "ingredient", + "eamr": "( ing-2 \"1 tablespoon baking powder\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-6", + "text": "1 cup milk", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup milk\" )" + }, + { + "id": "ing-7", + "text": "1 egg, beaten", + "type": "ingredient", + "eamr": "( ing-7 \"1 egg, beaten\" )" + }, + { + "id": "ing-8", + "text": "1/4 cup butter, melted and cooled", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 cup butter, melted and cooled\" )" + }, + { + "id": "ing-9", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-9 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-10", + "text": "2 quarts oil for deep frying", + "type": "ingredient", + "eamr": "( ing-10 \"2 quarts oil for deep frying\" )" + }, + { + "id": "ing-11", + "text": "1/2 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-12", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-12 \"1/2 cup white sugar\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, stir together the flour, 1/2 cup sugar, baking powder, salt, 1 teaspoon of cinnamon and nutmeg.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"stir\"@20:24 / AC\r\n\t\t:ppt ( ing-0 \"the flour\"@34:43 / FOOD )\r\n\t\t:ppt ( ing-1 \"1/2 cup sugar\"@45:58 / FOOD )\r\n\t\t:ppt ( ing-2 \"baking powder\"@60:73 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@75:79 / FOOD )\r\n\t\t:ppt ( ing-4 \"1 teaspoon of cinnamon\"@81:103 / FOOD )\r\n\t\t:ppt ( ing-5 \"nutmeg\"@108:114 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:_result ( flour-mixture )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Make a well in the center and pour in the milk, egg, butter, and vanilla.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Make\"@3:7 / AC\r\n\t\t:ppt ( \"a well\"@8:14 / OTHER )\r\n\t\t:loc ( \"the center\"@18:28 / FOOD )\r\n\t\t:_result ( well-in-flour )\r\n\t)\r\n\t:inform ( ac-1-1 \"pour in\"@33:40 / AC\r\n\t\t:ppt ( ing-6 \"the milk\"@41:49 / FOOD )\r\n\t\t:ppt ( ing-7 \"egg\"@51:54 / FOOD )\r\n\t\t:ppt ( ing-8 \"butter\"@56:62 / FOOD )\r\n\t\t:ppt ( ing-9 \"vanilla\"@68:75 / FOOD )\r\n\t\t:gol ( well-in-flour / FOOD )\r\n\t\t:_result ( dough-with-milk-egg )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Mix until well blended.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( dough-with-milk-egg / FOOD )\r\n\t\t:until ( cond-2-0 \"until well blended\"@7:25 / CONDITION_CLAUSE )\r\n\t\t:_result ( well-blended-dough )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover and refrigerate for 1 hour.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( well-blended-dough / FOOD )\r\n\t\t:_result ( covered-dough )\r\n\t)\r\n\t:inform ( ac-3-1 \"refrigerate\"@13:24 / AC\r\n\t\t:duration ( dur-3-0 \"1 hour\"@29:35 / DUR )\r\n\t\t:ppt ( covered-dough / FOOD )\r\n\t\t:_result ( regfrigerated-dough )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Heat oil in a deep heavy skillet or deep-fryer to 370 degrees F (185 degrees C).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Heat\"@3:7 / AC\r\n\t\t:mnr ( temp-4-0 \"370 degrees F\"@53:66 / TEMPERATURE )\r\n\t\t:mnr ( temp-4-1 \"185 degrees C\"@68:81 / TEMPERATURE )\r\n\t\t:ppt ( \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-4-0 \"a deep heavy skillet\"@15:35 / TOOL )\r\n\t\t\t:option ( tool-4-1 \"deep-fryer\"@39:49 / TOOL )\r\n\t\t)\r\n\t\t:_result ( hot-oil )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) On a floured board, roll chilled dough out to 1/2 inch thickness.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"roll\"@23:27 / AC\r\n\t\t:loc ( tool-5-0 \"a floured board\"@6:21 / TOOL )\r\n\t\t:ppt ( regfrigerated-dough \"chilled dough\"@28:41 / FOOD )\r\n\t\t:product ( \"1/2 inch thickness\"@-1:-1 / OTHER )\r\n\t\t:_result ( rolled-dough )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Use a 3 inch round cutter to cut out doughnuts.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"cut out\"@32:39 / AC\r\n\t\t:ppt ( rolled-dough / FOOD )\r\n\t\t:instrument ( tool-6-0 \"a 3 inch round cutter\"@7:28 / TOOL )\r\n\t\t:product ( \"doughnuts\"@40:49 / FOOD )\r\n\t\t:_result ( doughnuts )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Use a smaller cutter to cut holes from center.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"cut\"@27:30 / AC\r\n\t\t:product ( \"holes\"@31:36 / OTHER )\r\n\t\t:ppt ( doughnuts \"center\"@42:48 / FOOD )\r\n\t\t:instrument ( tool-7-0 \"a smaller cutter\"@7:23 / TOOL )\r\n\t\t:_result ( hollowed-doughnuts )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Fry doughnuts in hot oil until golden brown, turning once.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Fry\"@3:6 / AC\r\n\t\t:ppt ( hollowed-doughnuts \"doughnuts\"@7:16 / FOOD )\r\n\t\t:loc ( hot-oil \"hot oil\"@20:27 / FOOD )\r\n\t\t:until ( cond-8-0 \"until golden brown\"@28:46 / CONDITION_CLAUSE )\r\n\t\t:simultaneous ( ac-8-1 \"turning\"@48:55 / AC\r\n\t\t\t:ppt ( hollowed-doughnuts / FOOD )\r\n\t\t)\r\n\t\t:_result ( fried-doughnuts )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Remove from oil to drain on paper plates.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Remove\"@4:10 / AC\r\n\t\t:source ( hot-oil \"oil\"@16:19 / FOOD )\r\n\t\t:ppt ( hollowed-doughnuts / FOOD )\r\n\t\t:prp ( purp-9-0 \"to drain on paper plates\"@20:44 / PURPOSE_CLAUSE )\r\n\t\t:_result ( drained-doughnuts )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Combine the remaining 1/2 teaspoon cinnamon and 1/2 cup sugar in a large resealable bag.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n :inform ( ac-10-0 \"Combine\"@4:11 / AC\r\n :ppt ( ing-11 \"the remaining 1/2 teaspoon cinnamon\"@12:47 / FOOD )\r\n :ppt ( ing-12 \"1/2 cup sugar\"@52:65 / FOOD )\r\n :loc ( tool-10-0 \"a large resealable bag\"@69:91 / TOOL )\r\n\t:_result bag-with-cinnamon-sugar\r\n )\r\n)" + }, + { + "id": "inst-11", + "text": "11) Place a few warm donuts into the bag at a time, seal and shake to coat.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( drained-doughnuts \"a few warm donuts\"@10:27 / FOOD )\r\n\t\t:gol ( bag-with-cinnamon-sugar \"the bag\"@33:40 / TOOL )\r\n\t\t:_result ( doughnuts-bag )\r\n\t)\r\n\t:inform ( ac-11-1 \"seal\"@52:56 / AC\r\n\t\t:ppt ( doughnuts-bag / TOOL )\r\n\t\t:_result ( sealed-bag )\r\n\t)\r\n\t:inform ( ac-11-2 \"shake\"@61:66 / AC\r\n\t\t:ppt ( sealed-bag / TOOL )\r\n\t\t:prp ( purp-11-0 \"to coat\"@67:74 / PURPOSE_CLAUSE )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/003_Basil_Burgers.json b/ai_talks/AMUseBotBackend/recipe/003_Basil_Burgers.json new file mode 100644 index 0000000..d36bb2b --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/003_Basil_Burgers.json @@ -0,0 +1,72 @@ +{ + "id": "003", + "title": "Basil Burgers", + "content": [ + { + "id": "ing-0", + "text": "1 1/4 pounds ground beef", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/4 pounds ground beef\" )" + }, + { + "id": "ing-1", + "text": "3 tablespoons Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-1 \"3 tablespoons Worcestershire sauce\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 tablespoons dried basil, or to taste", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 tablespoons dried basil, or to taste\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon garlic salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon garlic salt\" )" + }, + { + "id": "ing-4", + "text": "1/4 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 teaspoon ground black pepper\" )" + }, + { + "id": "ing-5", + "text": "4 hamburger buns, split", + "type": "ingredient", + "eamr": "( ing-5 \"4 hamburger buns, split\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat an outdoor grill for high heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:heat ( temp-0-0 \"high heat\"@32:41 / TEMPERATURE )\r\n\t\t:ppt ( tool-0-0 \"an outdoor grill\"@11:27 / TOOL )\r\n\t\t:_result ( heated-grill )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a bowl, mix the ground beef, Worcestershire sauce, basil, garlic salt, and pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"mix\"@14:17 / AC\r\n\t\t:loc ( tool-1-0 \"a bowl\"@6:12 / TOOL )\r\n\t\t:ppt ( ing-0 \"the ground beef\"@18:33 / FOOD )\r\n\t\t:ppt ( ing-1 \"Worcestershire sauce\"@35:55 / FOOD )\r\n\t\t:ppt ( ing-2 \"basil\"@57:62 / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic salt\"@64:75 / FOOD )\r\n\t\t:ppt ( ing-4 \"pepper\"@81:87 / FOOD )\r\n\t\t:_result ( beef-mixture )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Form the mixture into 4 burger patties.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Form\"@3:7 / AC\r\n\t\t:ppt ( beef-mixture \"the mixture\"@8:19 / FOOD )\r\n\t\t:reshape ( \"4 burger patties\"@25:41 / FOOD )\r\n\t\t:_result ( beef-patties )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Lightly oil the grill grate, and cook burgers about 6 minutes, turning once, to an internal temperature of 160 degrees F (70 degrees C), or to desired doneness.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"oil\"@11:14 / AC\r\n\t\t:ppt ( heated-grill \"the grill grate\"@15:30 / TOOL )\r\n\t\t:_result ( oiled-grill )\r\n\t)\r\n\t:inform ( ac-3-1 \"cook\"@36:40 / AC\r\n\t\t:duration ( dur-3-0 \"6 minutes\"@55:64 / DUR )\r\n\t\t:heat ( temp-3-0 \"160 degrees F\"@110:123 / TEMPERATURE )\r\n\t\t:heat ( temp-3-1 \"70 degrees C\"@125:137 / TEMPERATURE )\r\n\t\t:mnr ( \"to desired doneness\"@-1:-1 / OTHER )\r\n\t\t:ppt ( beef-patties \"burgers\"@41:48 / FOOD )\r\n\t\t:simultaneous ( ac-3-2 \"turning\"@66:73 / AC\r\n\t\t\t:ppt ( beef-in-burger / FOOD )\r\n\t\t)\r\n\t\t:_result ( cooked-burgers )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Serve on hamburger buns.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Serve\"@3:8 / AC\r\n\t\t:gol ( ing-5 \"hamburger buns\"@12:26 / FOOD )\r\n\t\t:ppt ( cooked-burgers / FOOD )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/004_Dads_BBQ_Roast.json b/ai_talks/AMUseBotBackend/recipe/004_Dads_BBQ_Roast.json new file mode 100644 index 0000000..0a59f80 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/004_Dads_BBQ_Roast.json @@ -0,0 +1,90 @@ +{ + "id": "004", + "title": "Dads BBQ Roast", + "content": [ + { + "id": "ing-0", + "text": "1 1/3 cups yellow mustard", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/3 cups yellow mustard\" )" + }, + { + "id": "ing-1", + "text": "2 (1 ounce) envelopes dry onion soup mix", + "type": "ingredient", + "eamr": "( ing-1 \"2 (1 ounce) envelopes dry onion soup mix\" )" + }, + { + "id": "ing-2", + "text": "1 (5 pound) beef rump roast", + "type": "ingredient", + "eamr": "( ing-2 \"1 (5 pound) beef rump roast\" )" + }, + { + "id": "inst-0", + "text": "0) In a small bowl, mix together the mustard and onion soup mix.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n :inform ( ac-0-0 \"mix\"@20:23 / AC\r\n :ppt ( ing-0 \"the mustard\"@33:44 / FOOD )\r\n :ppt ( ing-1 \"onion soup mix\"@49:63 / FOOD )\r\n :loc ( tool-0-0 \"a small bowl\"@6:18 / TOOL )\r\n\t:_result mustard-mix\r\n )\r\n)" + }, + { + "id": "inst-1", + "text": "1) Lay out two long sheets of aluminum foil crosswise.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n :inform ( ac-1-0 \"Lay out\"@3:10 / AC\r\n :ppt ( tool-1-0 \"two long sheets of aluminum foil\"@11:43 / TOOL )\r\n\t:_result laid-foil\r\n )\r\n)" + }, + { + "id": "inst-2", + "text": "2) Pat the roast dry, and place in the center of the foil.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Pat\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"the roast\"@7:16 / FOOD )\r\n\t\t:mnr ( \"dry\"@-1:-1 / OTHER )\r\n\t\t:_result ( patted-roast )\r\n\t)\r\n\t:inform ( ac-2-1 \"place\"@26:31 / AC\r\n\t\t:ppt ( patted-roast / FOOD )\r\n\t\t:gol ( laid-foil \"the center of the foil\"@35:57 / TOOL )\r\n\t\t:_result ( roast-in-foil )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Generously coat the roast with the mustard mixture.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n :inform ( ac-3-0 \"coat\"@14:18 / AC\r\n :gol ( roast-in-foil \"the roast\"@19:28 / FOOD )\r\n :ppt ( mustard-mix \"the mustard mixture\"@34:53 / FOOD )\r\n\t:_result coated-roast\r\n )\r\n)" + }, + { + "id": "inst-4", + "text": "4) Wrap the foil tightly around the roast, then apply one more piece of foil to really seal it in so that the roast can be rotated without all of the juices spilling out.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Wrap\"@3:7 / AC\r\n\t\t:ppt ( laid-foil \"the foil\"@8:16 / TOOL )\r\n\t\t:gol ( coated-roast \"the roast\"@32:41 / FOOD )\r\n\t\t:_result ( wrapped-roast )\r\n\t)\r\n\t:inform ( ac-4-1 \"apply\"@48:53 / AC\r\n\t\t:ppt ( laid-foil \"one more piece of foil\"@54:76 / TOOL )\r\n\t\t:prp ( purp-4-0 \"to really seal it in\"@77:97 / PURPOSE_CLAUSE )\r\n\t\t:prp ( purp-4-1 \"so that the roast can be rotated without all of the juices spilling out\"@98:169 / PURPOSE_CLAUSE )\r\n\t\t:_result ( sealed-roast )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Prepare an outdoor grill for indirect heat.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Prepare\"@3:10 / AC\r\n\t\t:prp ( purp-5-0 \"for indirect heat\"@32:45 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( tool-5-0 \"an outdoor grill\"@11:27 / TOOL )\r\n\t\t:_result ( heated-grill )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) For charcoal, light the coals, then move to one side of the grill.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"light\"@17:22 / AC\r\n\t\t:ppt ( tool-6-0 \"the coals\"@23:32 / TOOL )\r\n\t\t:todo ( tool-6-1 \"charcoal\"@-1:-1 / TOOL )\r\n\t\t:_result ( lit-coal )\r\n\t)\r\n\t:inform ( ac-6-1 \"move\"@39:43 / AC\r\n\t\t:gol ( tool-6-2 \"one side of the grill\"@47:68 / TOOL )\r\n\t\t:ppt ( lit-coal / TOOL )\r\n\t\t:_result ( coal-in-grill )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Place the roast on the grill, and cover.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( sealed-roast \"the roast\"@9:18 / FOOD )\r\n\t\t:gol ( coal-in-grill \"the grill\"@22:31 / TOOL )\r\n\t\t:_result ( roast-on-grill )\r\n\t)\r\n\t:inform ( ac-7-1 \"cover\"@37:42 / AC\r\n\t\t:ppt ( roast-on-grill / FOOD )\r\n\t\t:_result ( covered-roast )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cook for about 2 hours, turning every 30 to 45 minutes, or until the internal temperature is at least 145 degrees F (63 degrees C).", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cook\"@3:7 / AC\r\n\t\t:duration ( dur-8-0 \"2 hours\"@18:25 / DUR )\r\n\t\t:simultaneous ( ac-8-1 \"turning\"@-1:-1 / AC\r\n\t\t\t:ppt ( covered-roast / FOOD )\r\n\t\t)\r\n\t\t:duration ( cond-8-0 \"until the internal temperature is at least 145 degrees F (63 degrees C)\"@62:133 / CONDITION_CLAUSE )\r\n\t\t:ppt ( covered-roast / FOOD )\r\n\t\t:_result ( cooked-roast )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Let stand for about 10 minutes before carving.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n :inform ( ac-9-0 \"stand\"@8:13 / AC\r\n :duration ( \"10 minutes\"@24:34 / DUR )\r\n :before ( \"before carving\"@35:49 / CONDITION_CLAUSE )\r\n :ppt ( cooked-roast / FOOD )\r\n\t:_result cooled-roast\r\n )\r\n)" + }, + { + "id": "inst-10", + "text": "10) Place on a deep serving plate before unwrapping so you can be sure to save the juices and mustard rub to slather on the beef slices.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Place\"@4:9 / AC\r\n\t\t:before ( cond-10-0 \"before unwrapping\"@34:51 / CONDITION_CLAUSE )\r\n\t\t:gol ( tool-10-0 \"a deep serving plate\"@13:33 / TOOL )\r\n\t\t:prp ( purp-10-0 \"to save the juices and mustard rub to slather on the beef slices\"@71:135 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( cooled-roast / FOOD )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/005_Broiled_Slow_Roasted_Butterflied_Leg_of_Lamb_With_Cumin_and_Garlic.json b/ai_talks/AMUseBotBackend/recipe/005_Broiled_Slow_Roasted_Butterflied_Leg_of_Lamb_With_Cumin_and_Garlic.json new file mode 100644 index 0000000..20bcedb --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/005_Broiled_Slow_Roasted_Butterflied_Leg_of_Lamb_With_Cumin_and_Garlic.json @@ -0,0 +1,144 @@ +{ + "id": "005", + "title": "Broiled Slow Roasted Butterflied Leg of Lamb With Cumin and Garlic", + "content": [ + { + "id": "ing-0", + "text": "1/4 cup olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"1/4 cup olive oil\" )" + }, + { + "id": "ing-1", + "text": "8 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-1 \"8 cloves garlic, minced\" )" + }, + { + "id": "ing-2", + "text": "2 1/2 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-2 \"2 1/2 teaspoons salt\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon pepper\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons ground cumin", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons ground cumin\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon dried oregano", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon dried oregano\" )" + }, + { + "id": "ing-6", + "text": "1 (8 pound) leg of lamb, boned and butterflied to a more or less even thickness, 4 3/4 to 5 1/2 pounds trimmed weight, fell and most fat removed", + "type": "ingredient", + "eamr": "( ing-6 \"1 (8 pound) leg of lamb, boned and butterflied to a more or less even thickness, 4 3/4 to 5 1/2 pounds trimmed weight, fell and most fat removed\" )" + }, + { + "id": "ing-7", + "text": "1 lemon, juiced", + "type": "ingredient", + "eamr": "( ing-7 \"1 lemon, juiced\" )" + }, + { + "id": "ing-8", + "text": "Minced fresh parsley, cilantro or mint (optional)", + "type": "ingredient", + "eamr": "( ing-8 \"Minced fresh parsley, cilantro or mint (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) Mix oil, garlic, salt, pepper, cumin and oregano; spread paste on both sides of the lamb and let stand for an hour until meat comes to room temperature.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@7:10 / FOOD )\r\n\t\t:ppt ( ing-1 \"garlic\"@12:18 / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@20:24 / FOOD )\r\n\t\t:ppt ( ing-3 \"pepper\"@26:32 / FOOD )\r\n\t\t:ppt ( ing-4 \"cumin\"@34:39 / FOOD )\r\n\t\t:ppt ( ing-5 \"oregano\"@44:51 / FOOD )\r\n\t\t:_result ( paste )\r\n\t)\r\n\t:inform ( ac-0-1 \"spread\"@53:59 / AC\r\n\t\t:ppt ( paste \"paste\"@60:65 / FOOD )\r\n\t\t:gol ( ing-6 \"both sides of the lamb\"@69:91 / FOOD )\r\n\t\t:_result ( pasted-lamb )\r\n\t)\r\n\t:inform ( ac-0-2 \"stand\"@100:105 / AC\r\n\t\t:duration ( dur-0-0 \"an hour\"@110:117 / DUR )\r\n\t\t:until ( cond-0-0 \"meat comes to room temperature\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:ppt ( pasted-lamb / FOOD )\r\n\t\t:_result ( rested-lamb )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Adjust oven rack to upper or upper-middle position (depending on lamb's thickness) and preheat broiler on high for at least 10 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n :inform ( ac-1-0 \"Adjust\"@3:9 / AC\r\n :ppt ( tool-1-0 \"oven rack\"@10:19 / TOOL )\r\n :mnr ( \"upper or upper-middle position\"@23:53 / OTHER )\r\n\t:_result adjusted-oven-rack\r\n )\r\n :inform ( ac-1-1 \"preheat\"@90:97 / AC\r\n :ppt ( tool-1-1 \"broiler\"@98:105 / TOOL )\r\n :heat ( \"high\"@109:113 / TEMPERATURE )\r\n :duration ( \"10 minutes\"@127:137 / DUR )\r\n\t:_result preheated-broiler\r\n )\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place lamb, cut side up, on a large wire rack set over a foil-lined roasting pan.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n :inform ( ac-2-0 \"Place\"@3:8 / AC\r\n :ppt ( rested-lamb \"lamb, cut side up\" / FOOD ) #what to do with side up#\r\n :gol ( tool-2-0 \"a large wire rack set\" / TOOL) \r\n\t:over (tool-2-1 \"a foil-lined roasting pan\" / TOOL)\r\n\t:_result lamb-in-pan\r\n )\r\n)" + }, + { + "id": "inst-3", + "text": "3) Broil, moving pan so entire surface browns evenly, about 8 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R #the recipe may be wrong#\r\n :inform ( ac-3-0 \"Broil\"@3:8 / AC\r\n :duration ( \"8 minutes\"@60:69 / DUR )\r\n :ppt ( tool-3-0 \"pan\"@-1:-1 / TOOL )\r\n :prp ( \"so entire surface browns evenly\"@21:52 / PURPOSE_CLAUSE )\r\n\t:_result half-browned-lamb\r\n )\r\n)" + }, + { + "id": "inst-4", + "text": "4) Turn lamb over; continue to broil until well browned on the other side, about 8 minutes longer.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n :inform ( ac-4-0 \"Turn\"@3:7 / AC\r\n :ppt ( half-browned-lamb \"lamb\"@8:12 / FOOD )\r\n\t:_result (turned-lamb)\r\n )\r\n :inform ( ac-4-1 \"broil\"@31:36 / AC\r\n :until ( \"well browned on the other side\" / CONDITION_CLAUSE )\r\n :duration ( \"8 minutes\"@81:90 / DUR )\r\n :ppt ( turned-lamb / FOOD )\r\n\t:_result browned-lamb \r\n )\r\n)" + }, + { + "id": "inst-5", + "text": "5) Turn off broiler, remove lamb from oven and let rest for 10 minutes.", + "type": "instruction", + "eamr": "( inst-5 / R \r\n :inform ( ac-5-0 \"Turn off\"@3:11 / AC\r\n :ppt ( preheated-broiler \"broiler\" / TOOL )\r\n\t:_result off-broiler\r\n )\r\n :inform ( ac-5-1 \"remove\"@21:27 / AC\r\n :ppt ( browned-lamb \"lamb\"@28:32 / FOOD )\r\n :source ( preheated-broiler \"broiler\" / TOOL )\r\n\t:_result lamb-ouside-broiler\r\n )\r\n :inform ( ac-5-2 \"rest\"@51:55 / AC\r\n :duration ( \"10 minutes\"@60:70 / DUR )\r\n :ppt ( lamb-ouside-broiler / FOOD )\r\n\t:_result cooled-lamb\r\n )\r\n)" + }, + { + "id": "inst-6", + "text": "6) Heat oven to 325 degrees.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n :inform ( \"Heat\"@3:7 / AC\r\n :ppt ( tool-6-0 \"oven\"@8:12 / TOOL )\r\n :heat ( \"325 degrees\"@16:27 / TEMPERATURE )\r\n\t:_result preheated-oven\r\n )\r\n)" + }, + { + "id": "inst-7", + "text": "7) Stick a meat thermometer into the thickest portion of the lamb; return it to the oven.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n :inform ( ac-7-0 \"Stick\"@3:8 / AC\r\n :ppt ( \"a meat thermometer\"@9:27 / TOOL )\r\n :gol ( cooled-lamb \"the thickest portion of the lamb\"@33:65 / FOOD )\r\n\t:_result lamb-with-thermometer\r\n )\r\n :inform ( ac-7-1 \"return\"@67:73 / AC\r\n :ppt ( lamb-with-thermometer \"it\"@74:76 / PRONOUN )\r\n :gol ( \"the oven\"@80:88 / FOOD )\r\n\t:_result lamb-in-oven\r\n )\r\n)" + }, + { + "id": "inst-8", + "text": "8) Roast for a total of 50 minutes to 1 hour, until thermometer registers a rosy-pink 140 degrees.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n :inform ( ac-8-0 \"Roast\"@3:8 / AC\r\n :duration ( \"50 minutes to 1 hour\"@24:44 / DUR )\r\n :until ( \"thermometer registers a rosy-pink 140 degrees\"@52:97 / CONDITION_CLAUSE )\r\n :ppt ( lamb-in-oven / FOOD ) \r\n\t:_result roasted-lamb\r\n )\r\n)" + }, + { + "id": "inst-9", + "text": "9) Check lamb several times after 30 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform (ac-9-0 \"Check\" / AC \r\n\t\t:ppt ( lamb-in-oven \"lamb\" / FOOD )\r\n\t\t:todo (\"several times\" / POINT_IN_TIME )\r\n\t\t:duration (\"30 minutes\" / DUR ) \r\n\t\t:_result checked-lamb\r\n )\r\n)" + }, + { + "id": "inst-10", + "text": "10) If lamb gets done sooner, simply turn down oven to 170 degrees until ready to serve.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform (ac-10-0 \"turn down\" / AC \r\n\t\t:ppt (preheated-oven \"oven\" / TOOL)\r\n\t\t:heat (\"170 degrees\" / TEMPERATURE )\r\n\t\t:until (\"ready to serve\" / CONDITION_CLAUSE ) \r\n\t\t:todo (\"lamb gets done sooner\" / CONDITION_CLAUSE )\r\n\t\t:_result cooked-lamb \r\n )\r\n)" + }, + { + "id": "inst-11", + "text": "11) As soon as lamb comes out of the oven, squeeze on lemon juice and sprinkle with fresh herbs.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"squeeze\"@43:50 / AC\r\n\t\t:when ( \"As soon as lamb comes out of the oven\"@4:41 / CONDITION_CLAUSE )\r\n\t\t:ppt ( ing-7 \"lemon juice\"@54:65 / FOOD )\r\n\t\t:gol (cooked-lamb / FOOD)\r\n\t\t:_result lamb-with-lemon\r\n)\r\n :inform ( ac-11-1 \"sprinkle\"@70:78 / AC\r\n :ppt ( ing-8 \"fresh herbs\"@84:95 / FOOD )\r\n :gol ( lamb-with-lemon / FOOD )\r\n\t:_result lamb-with-herbs\r\n )\r\n)" + }, + { + "id": "inst-12", + "text": "12) Carve, slicing across the grain when possible.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n :inform ( ac-12-0 \"Carve, slicing\" / AC\r\n :ppt ( lamb-with-herbs \"the grain\"@26:35 / FOOD ) #part of the lamb#\r\n :when ( \"possible\" / CONDITION_CLAUSE )\r\n\t:_result sliced-lamb\r\n )\r\n)" + }, + { + "id": "inst-13", + "text": "13) Arrange on a platter, drizzle with accumulated juices, and serve.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n :inform ( ac-13-0 \"Arrange\"@4:11 / AC\r\n :loc ( \"a platter\"@15:24 / TOOL )\r\n :ppt ( sliced-lamb / FOOD )\r\n\t:_result lamb-on-platter\r\n )\r\n :inform ( ac-13-1 \"drizzle\"@26:33 / AC\r\n :ppt ( \"accumulated juices\"@39:57 / FOOD )\r\n :gol ( lamb-on-platter / FOOD )\r\n\t:_result lamb-with-juices\r\n )\r\n :inform ( ac-13-2 \"serve\"@63:68 / AC\r\n :ppt ( lamb-with-juices / FOOD )\r\n\t:_result FINAL_PRODUCT\r\n )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/006_Cinnamon_Bread_I.json b/ai_talks/AMUseBotBackend/recipe/006_Cinnamon_Bread_I.json new file mode 100644 index 0000000..b12a1b0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/006_Cinnamon_Bread_I.json @@ -0,0 +1,162 @@ +{ + "id": "006", + "title": "Cinnamon Bread I", + "content": [ + { + "id": "ing-0", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "2 teaspoons baking powder", + "type": "ingredient", + "eamr": "( ing-2 \"2 teaspoons baking powder\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon baking soda\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 teaspoons ground cinnamon", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 teaspoons ground cinnamon\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1 cup buttermilk", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup buttermilk\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup vegetable oil\" )" + }, + { + "id": "ing-8", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-8 \"2 eggs\" )" + }, + { + "id": "ing-9", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-9 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-10", + "text": "2 tablespoons white sugar", + "type": "ingredient", + "eamr": "( ing-10 \"2 tablespoons white sugar\" )" + }, + { + "id": "ing-11", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-11 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-12", + "text": "2 teaspoons margarine", + "type": "ingredient", + "eamr": "( ing-12 \"2 teaspoons margarine\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t\t:_result ( preheated-oven )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease one 9x5 inch loaf pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"one 9x5 inch loaf pan\"@10:31 / TOOL )\r\n\t\t:_result ( greased-pan )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Measure flour, 1 cup sugar, baking powder, baking soda, 1 1/2 teaspoons cinnamon, salt, buttermilk, oil, eggs and vanilla into large mixing bowl.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Measure\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-1 \"1 cup sugar\"@18:29 / FOOD )\r\n\t\t:ppt ( ing-2 \"baking powder\"@31:44 / FOOD )\r\n\t\t:ppt ( ing-3 \"baking soda\"@46:57 / FOOD )\r\n\t\t:ppt ( ing-4 \"1 1/2 teaspoons cinnamon\"@59:83 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@85:89 / FOOD )\r\n\t\t:ppt ( ing-6 \"buttermilk\"@91:101 / FOOD )\r\n\t\t:ppt ( ing-7 \"oil\"@103:106 / FOOD )\r\n\t\t:ppt ( ing-8 \"eggs\"@108:112 / FOOD )\r\n\t\t:ppt ( ing-9 \"vanilla\"@117:124 / FOOD )\r\n\t\t:gol ( tool-2-0 \"large mixing bowl\"@130:147 / TOOL )\r\n\t\t:_result ( batter-in-bowl )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Beat 3 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Beat\"@3:7 / AC\r\n\t\t:duration ( dur-3-0 \"3 minutes\"@8:17 / DUR )\r\n\t\t:ppt ( batter-in-bowl / FOOD )\r\n\t\t:_result ( beaten-batter )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pour into prepared loaf pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n :inform ( ac-4-0 \"Pour\"@3:7 / AC\r\n :gol ( greased-pan \"prepared loaf pan\"@13:30 / TOOL )\r\n :ppt ( beaten-batter / FOOD )\r\n\t:_result batter-in-pan\r\n )\r\n)" + }, + { + "id": "inst-5", + "text": "5) Smooth top.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n :inform ( ac-5-0 \"Smooth\"@3:9 / AC\r\n :ppt ( \"top\"@10:13 / FOOD ) #top is part of the batter#\r\n\t:_result smoothed-batter\r\n )\r\n)" + }, + { + "id": "inst-6", + "text": "6) Combine 2 tablespoons white sugar, 1 teaspoon cinnamon and butter, mixing until crumbly.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-10 \"2 tablespoons white sugar\"@11:36 / FOOD )\r\n\t\t:ppt ( ing-11 \"1 teaspoon cinnamon\"@38:57 / FOOD )\r\n\t\t:ppt ( ing-12 \"butter\"@62:68 / FOOD )\r\n\t\t:_result ( butter-mixture )\r\n\t)\r\n\t:inform ( ac-6-1 \"mixing\"@70:76 / AC\r\n\t\t:ppt ( butter-mixture / FOOD )\r\n\t\t:until ( cond-6-0 \"until crumbly\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:_result ( crumbly-butter )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Sprinkle topping over smoothed batter.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( \"topping\"@12:19 / FOOD )\r\n\t\t:gol ( \"smoothed batter\"@25:40 / FOOD )\r\n\t\t:_result ( topped-batter )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Using knife, cut in a light swirling motion to give a marbled effect.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"cut\"@16:19 / AC\r\n\t\t:mnr ( \"a light swirling motion\"@23:46 / OTHER )\r\n\t\t:instrument ( tool-8-0 \"knife\"@9:14 / TOOL )\r\n\t\t:ppt ( topped-batter / FOOD )\r\n\t\t:prp ( purp-8-0 \"to give a marbled effect\"@47:71 / PURPOSE_CLAUSE )\r\n\t\t:_result ( swirled-batter )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Bake for about 50 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-9-0 \"50 minutes\"@19:29 / DUR )\r\n\t\t:ppt ( swirled-batter / FOOD )\r\n\t\t:_result ( baked-bread )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Test with toothpick.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Test\"@4:8 / AC\r\n\t\t:instrument ( tool-10-0 \"toothpick\"@14:23 / TOOL )\r\n\t\t:ppt ( baked-bread / FOOD )\r\n\t\t:_result ( tested-bread )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) When inserted it should come out clean.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"should come out\"@-1:-1 / COPULA\r\n\t\t:subj ( toothpick \"it\"@18:20 / PRONOUN )\r\n\t\t:obj ( \"clean\"@-1:-1 / OTHER )\r\n\t\t:when ( cond-11-0 \"inserted\"@-1:-1 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Remove bread from pan to rack to cool.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Remove\"@4:10 / AC\r\n\t\t:ppt ( tested-bread \"bread\"@11:16 / FOOD )\r\n\t\t:source ( tool-12-0 \"pan\"@22:25 / TOOL )\r\n\t\t:gol ( tool-12-1 \"rack\"@29:33 / TOOL )\r\n\t\t:prp ( purp-12-0 \"to cool\"@34:41 / PURPOSE_CLAUSE )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/007_Baked_Chicken_Breasts_Supreme.json b/ai_talks/AMUseBotBackend/recipe/007_Baked_Chicken_Breasts_Supreme.json new file mode 100644 index 0000000..344cd6c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/007_Baked_Chicken_Breasts_Supreme.json @@ -0,0 +1,102 @@ +{ + "id": "007", + "title": "Baked Chicken Breasts Supreme", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups Plain yogurt or sour cream", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups Plain yogurt or sour cream\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup lemon juice", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup lemon juice\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon Worcestershire sauce\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon celery seed", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon celery seed\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon Hungarian sweet paprika", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon Hungarian sweet paprika\" )" + }, + { + "id": "ing-5", + "text": "1 garlic clove, minced", + "type": "ingredient", + "eamr": "( ing-5 \"1 garlic clove, minced\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "1/4 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 teaspoon pepper\" )" + }, + { + "id": "ing-8", + "text": "8 skinless, boneless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-8 \"8 skinless, boneless chicken breast halves\" )" + }, + { + "id": "ing-9", + "text": "2 cups fine dry bread crumbs", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups fine dry bread crumbs\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, combine first eight ingredients.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n :inform ( ac-0-0 \"combine\"@20:27 / AC\r\n :ppt ( \"first eight ingredients\"@28:51 / FOOD \r\n\t\t:ref ing-0\r\n\t\t:ref ing-1\r\n\t\t:ref ing-2\r\n\t\t:ref ing-3\r\n\t\t:ref ing-4\r\n\t\t:ref ing-5\r\n\t\t:ref ing-6\r\n\t\t:ref ing-7\r\n\t)\r\n :loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t:_result eight-ing-mixture\r\n )\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place chicken in mixture and turn to coat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-8 \"chicken\"@9:16 / FOOD )\r\n\t\t:gol ( eight-ing-mixture \"mixture\"@20:27 / FOOD )\r\n\t\t:_result ( chicken-mixture )\r\n\t)\r\n\t:inform ( ac-1-1 \"turn\"@32:36 / AC\r\n\t\t:ppt ( chicken-mixture / FOOD )\r\n\t\t:prp ( purp-1-0 \"to coat\"@37:44 / PURPOSE_CLAUSE )\r\n\t\t:_result ( coated-chicken )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cover and marinate overnight in the refrigerator.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( coated-chicken / FOOD )\r\n\t\t:_result ( covered-chicken )\r\n\t)\r\n\t:inform ( ac-2-1 \"marinate\"@13:21 / AC\r\n\t\t:ppt ( covered-chicken / FOOD )\r\n\t\t:duration ( dur-2-0 \"overnight\"@22:31 / DUR )\r\n\t\t:loc ( too-2-0 \"the refrigerator\"@35:51 / TOOL )\r\n\t\t:_result ( marinated-chicken )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove chicken from marinade; coat each piece with crumbs.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n :inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n :ppt ( marinated-chicken \"chicken\"@10:17 / FOOD )\r\n :source ( \"marinade\"@23:31 / FOOD )\r\n\t:_result chicken-without-marinade\r\n )\r\n :inform ( ac-3-1 \"coat\"@33:37 / AC\r\n :gol ( chicken-without-marinade \"each piece\"@38:48 / FOOD )\r\n :ppt ( ing-9 \"crumbs\"@54:60 / FOOD )\r\n\t:_result chicken-with-crumbs\r\n )\r\n)" + }, + { + "id": "inst-4", + "text": "4) Arrange on a shallow baking pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n :inform ( ac-4-0 \"Arrange\"@3:10 / AC\r\n :loc ( tool-4-0 \"a shallow baking pan\"@14:34 / TOOL )\r\n :ppt ( chicken-with-crumbs / FOOD )\r\n\t:_result chicken-on-pan\r\n )\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake, uncovered, at 350 degrees for 45 minutes or until juices run clear.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-5-0 \"350 degrees\"@23:34 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"45 minutes\"@39:49 / DUR )\r\n\t\t:until ( cond-5-0 \"juices run clear\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:ppt ( chicken-on-pan / FOOD )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/008_Chocolate_Hazelnut_Fruit_Crepes.json b/ai_talks/AMUseBotBackend/recipe/008_Chocolate_Hazelnut_Fruit_Crepes.json new file mode 100644 index 0000000..af7a9f1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/008_Chocolate_Hazelnut_Fruit_Crepes.json @@ -0,0 +1,60 @@ +{ + "id": "008", + "title": "Chocolate Hazelnut Fruit Crepes", + "content": [ + { + "id": "ing-0", + "text": "1 cup chocolate hazelnut spread", + "type": "ingredient", + "eamr": "( ing-0 \"chocolate hazelnut spread\")" + }, + { + "id": "ing-1", + "text": "4 crepes", + "type": "ingredient", + "eamr": "( ing-1 \"4 crepes\" )" + }, + { + "id": "ing-2", + "text": "4 bananas, sliced", + "type": "ingredient", + "eamr": "( ing-2 \"4 bananas, sliced\" )" + }, + { + "id": "ing-3", + "text": "1 (7 ounce) can pressurized whipped cream", + "type": "ingredient", + "eamr": "( ing-3 \"1 (7 ounce) can pressurized whipped cream\" )" + }, + { + "id": "inst-0", + "text": "0) Spread 1/4 cup of chocolate hazelnut onto each crepe.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( ing-0 \"1/4 cup of chocolate hazelnut\"@10:39 / FOOD )\r\n\t\t:gol ( ing-1 \"each crepe\"@45:55 / FOOD )\r\n\t\t:_result ( crepe-with-hazelnut )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Arrange 1 sliced banana down the center of each one.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n :inform ( ac-1-0 \"Arrange\"@3:10 / AC\r\n :ppt ( ing-2 \"1 sliced banana\"@11:26 / FOOD )\r\n :gol ( \"the center of each one\"@32:54 / FOOD )\r\n\t:_result crepe-with-banana\r\n )\r\n)" + }, + { + "id": "inst-2", + "text": "2) Roll up, and place in a warm skillet over medium heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Roll up\"@3:10 / AC\r\n\t\t:ppt ( crepe-with-banana / FOOD )\r\n\t\t:_result ( crepe-roll )\r\n\t)\r\n\t:inform ( ac-2-1 \"place\"@16:21 / AC\r\n\t\t:ppt ( crepe-roll / FOOD )\r\n\t\t:gol ( tool-2-0 \"a warm skillet\"@25:39 / TOOL )\r\n\t\t:heat ( temp-2-0 \"medium heat\"@45:56 / TEMPERATURE )\r\n\t\t:_result ( crepe-on-skillet )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Let them warm up for about 90 seconds.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"warm up\"@12:19 / AC\r\n\t\t:ppt ( \"them\"@7:11 / PRONOUN )\r\n\t\t:duration ( dur-3-0 \"90 seconds\"@30:40 / DUR )\r\n\t\t:_result ( warmed-crepe )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Transfer to plates, and serve topped with whipped cream.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Transfer\"@3:11 / AC\r\n\t\t:gol ( tool-4-0 \"plates\"@15:21 / TOOL )\r\n\t\t:ppt ( warmed-crepes / FOOD )\r\n\t\t:_result ( crepe-on-plates )\r\n\t)\r\n\t:inform ( ac-4-1 \"serve\"@27:32 / AC\r\n\t\t:ppt ( crepe-on-plates / FOOD )\r\n\t\t:todo ( \"topped with whipped cream\"@-1:-1 / COMPLEMENT )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/009_Dziriat_Algerian_Almond_Tarts.json b/ai_talks/AMUseBotBackend/recipe/009_Dziriat_Algerian_Almond_Tarts.json new file mode 100644 index 0000000..5fc0f9b --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/009_Dziriat_Algerian_Almond_Tarts.json @@ -0,0 +1,306 @@ +{ + "id": "009", + "title": "Dziriat Algerian Almond Tarts", + "content": [ + { + "id": "ing-0", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup white sugar\" )" + }, + { + "id": "ing-1", + "text": "1 cup water", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup water\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon fresh lemon juice", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon fresh lemon juice\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons orange flower water", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons orange flower water\" )" + }, + { + "id": "ing-4", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons vegetable oil\" )" + }, + { + "id": "ing-6", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-6 \"1 egg\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon fresh lemon juice", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon fresh lemon juice\" )" + }, + { + "id": "ing-8", + "text": "1 pinch salt", + "type": "ingredient", + "eamr": "( ing-8 \"1 pinch salt\" )" + }, + { + "id": "ing-9", + "text": "1 tablespoon orange flower water", + "type": "ingredient", + "eamr": "( ing-9 \"1 tablespoon orange flower water\" )" + }, + { + "id": "ing-10", + "text": "4 cups raw almonds", + "type": "ingredient", + "eamr": "( ing-10 \"4 cups raw almonds\" )" + }, + { + "id": "ing-11", + "text": "1 cup sugar", + "type": "ingredient", + "eamr": "( ing-11 \"1 cup sugar\" )" + }, + { + "id": "ing-12", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-12 \"3 eggs\" )" + }, + { + "id": "ing-13", + "text": "1/2 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-13 \"1/2 teaspoon baking powder\" )" + }, + { + "id": "ing-14", + "text": "1 teaspoon vanilla powder", + "type": "ingredient", + "eamr": "( ing-14 \"1 teaspoon vanilla powder\" )" + }, + { + "id": "ing-15", + "text": "1 lemon, zested", + "type": "ingredient", + "eamr": "( ing-15 \"1 lemon, zested\" )" + }, + { + "id": "ing-16", + "text": "2 tablespoons orange flower water", + "type": "ingredient", + "eamr": "( ing-16 \"2 tablespoons orange flower water\" )" + }, + { + "id": "ing-17", + "text": "cornstarch, for rolling out the dough", + "type": "ingredient", + "eamr": "( ing-17 \"cornstarch, for rolling out the dough\" )" + }, + { + "id": "ing-18", + "text": "pine nuts, for decoration", + "type": "ingredient", + "eamr": "( ing-18 \"pine nuts, for decoration\" )" + }, + { + "id": "ing-19", + "text": "Bring 6 cups of water to a boil.", + "type": "ingredient", + "eamr": "( ing-19 \"Bring 6 cups of water to a boil.\" )" + }, + { + "id": "inst-0", + "text": "0) Bring 6 cups of water to a boil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"boil\"@30:34 / AC\r\n\t\t:ppt ( ing-19 \"6 cups of water\"@9:24 / FOOD )\r\n\t\t:_result ( boiled-water )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Remove from heat, and add the almonds.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( boiled-water / FOOD )\r\n\t\t:_result ( water-away-heat )\r\n\t)\r\n\t:inform ( ac-1-1 \"add\"@25:28 / AC\r\n\t\t:ppt ( ing-10 \"the almonds\"@29:40 / FOOD )\r\n\t\t:gol ( water-away-heat / FOOD )\r\n\t\t:_result ( almonds-in-water )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Let the almonds soak in water for about 5 minutes, then drain and peel.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"soak\"@19:23 / AC\r\n\t\t:ppt ( almonds-in-water \"the almonds\"@7:18 / FOOD )\r\n\t\t:loc ( water-away-heat \"water\"@27:32 / FOOD )\r\n\t\t:duration ( dur-2-0 \"5 minutes\"@43:52 / DUR )\r\n\t\t:_result ( soaked-almonds )\r\n\t)\r\n\t:inform ( ac-2-1 \"drain\"@59:64 / AC\r\n\t\t:ppt ( soaked-almonds / FOOD )\r\n\t\t:_result ( drained-almonds )\r\n\t)\r\n\t:inform ( ac-2-2 \"peel\"@69:73 / AC\r\n\t\t:ppt ( drained-almonds / FOOD )\r\n\t\t:_result ( peeled-almonds )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Spread the almonds on baking sheets, and bake at 200 degrees F(95 degrees C) until completely dry and toasted.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( peeled-almonds \"the almonds\"@10:21 / FOOD )\r\n\t\t:gol ( tool-3-0 \"baking sheets\"@25:38 / TOOL )\r\n\t\t:_result ( almonds-on-sheets )\r\n\t)\r\n\t:inform ( ac-3-1 \"bake\"@44:48 / AC\r\n\t\t:heat ( temp-3-0 \"200 degrees F(95 degrees C)\"@52:79 / TEMPERATURE )\r\n\t\t:until ( cond-3-0 \"until completely dry and toasted\"@80:112 / CONDITION_CLAUSE )\r\n\t\t:ppt ( almonds-on-sheets / FOOD )\r\n\t\t:_result ( dry-almonds )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) This takes several hours, and needs to be prepared ahead.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( dur-4-0 \"several hours\"@14:27 / DUR )\r\n)" + }, + { + "id": "inst-5", + "text": "5) Be careful not to burn the nuts, as this will give a bitter taste to the filling.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"burn\"@-1:-1 / AC\r\n\t\t:ppt ( dry-almonds \"the nuts\"@26:34 / FOOD )\r\n\t\t:polarity ( negative )\r\n\t\t:_result ( not-burned-almonds )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Combine 1 cup sugar and 1 cup water in a saucepan, and bring to a boil.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"1 cup sugar\"@11:22 / FOOD )\r\n\t\t:ppt ( ing-1 \"1 cup water\"@27:38 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a saucepan\"@42:52 / TOOL )\r\n\t\t:_result ( water-in-pan )\r\n\t)\r\n\t:inform ( ac-6-1 \"boil\"@69:73 / AC\r\n\t\t:ppt ( water-in-pan / FOOD )\r\n\t\t:_result ( second-boiled-water )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Add 1 teaspoon lemon juice, reduce heat to low, and let it simmer until syrupy, about 30 to 40 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"1 teaspoon lemon juice\"@7:29 / FOOD )\r\n\t\t:gol ( water-in-pan / FOOD )\r\n\t\t:_result ( lemon-juice-water )\r\n\t)\r\n\t:inform ( ac-7-1 \"reduce\"@31:37 / AC\r\n\t\t:ppt ( \"heat\"@38:42 / OTHER )\r\n\t\t:gol ( temp-7-0 \"low\"@46:49 / TEMPERATURE )\r\n\t\t:_result ( low-heat )\r\n\t)\r\n\t:inform ( ac-7-2 \"simmer\"@62:68 / AC\r\n\t\t:ppt ( lemon-juice-water \"it\"@59:61 / FOOD )\r\n\t\t:until ( cond-7-0 \"until syrupy\"@69:81 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-7-0 \"30 to 40 minutes\"@89:105 / DUR )\r\n\t\t:_result ( syrupy-lemon-juice )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Stir in orange blossom water, and remove from heat.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n :inform ( ac-8-0 \"Stir in\"@3:10 / AC\r\n :ppt ( ing-3 \"orange blossom water\"@11:31 / FOOD )\r\n :gol ( syrupy-lemon-juice / FOOD )\r\n\t:_result lemon-flower-water\r\n )\r\n :inform ( ac-8-1 \"remove\"@37:43 / AC\r\n :source ( \"heat\"@49:53 / OTHER )\r\n :ppt ( lemon-flower-water / FOOD )\r\n\t:_result lemon-flower-away-heat\r\n )\r\n)" + }, + { + "id": "inst-9", + "text": "9) Set sugar syrup aside.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n :inform ( ac-9-0 \"Set\"@4:7 / AC\r\n :ppt ( lemon-flower-away-heat \"sugar syrup\"@8:19 / FOOD )\r\n\t:_result set-aside-sugar-syrup\r\n )\r\n)" + }, + { + "id": "inst-10", + "text": "10) Combine flour and salt in a large mixing bowl.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Combine\"@4:11 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@12:17 / FOOD )\r\n\t\t:ppt ( ing-8 \"salt\"@22:26 / FOOD )\r\n\t\t:loc ( tool-10-0 \"a large mixing bowl\"@30:49 / TOOL )\r\n\t\t:_result ( flour-and-salt )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Make a hole in the center, and pour oil, egg, 1/2 teaspoon lemon juice, and 1 tablespoon orange blossom water into the center.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Make\"@4:8 / AC\r\n\t\t:ppt ( \"a hole\"@9:15 / OTHER )\r\n\t\t:loc ( \"the center\"@19:29 / FOOD )\r\n\t\t:_result ( a-hole-in-flour )\r\n\t)\r\n\t:inform ( ac-11-1 \"pour\"@35:39 / AC\r\n\t\t:ppt ( ing-5 \"oil\"@40:43 / FOOD )\r\n\t\t:ppt ( ing-6 \"egg\"@45:48 / FOOD )\r\n\t\t:ppt ( ing-7 \"1/2 teaspoon lemon juice\"@50:74 / FOOD )\r\n\t\t:ppt ( ing-9 \"1 tablespoon orange blossom water\"@80:113 / FOOD )\r\n\t\t:gol ( a-hole-in-flour \"the center\"@119:129 / FOOD )\r\n\t\t:_result ( egg-dough )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Mix with fingers until the dough resembles coarse crumbs.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Mix\"@4:7 / AC\r\n\t\t:until ( cond-12-0 \"until the dough resembles coarse crumbs\"@21:60 / CONDITION_CLAUSE )\r\n\t\t:instrument ( tool-12-0 \"fingers\"@13:20 / TOOL )\r\n\t\t:ppt ( egg-dough / FOOD )\r\n\t\t:_result ( coarse-dough )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Gradually sprinkle with warm water while mixing until the dough becomes soft and pliable.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"sprinkle\"@14:22 / AC\r\n\t\t:simultaneous ( ac-13-1 \"mixing\"@-1:-1 / AC )\r\n\t\t:gol ( coarse-dough / FOOD )\r\n\t\t:ppt ( \"warm water\"@28:38 / FOOD )\r\n\t\t:until ( cond-13-0 \"until the dough becomes soft and pliable\"@52:92 / CONDITION_CLAUSE )\r\n\t\t:_result ( soft-dough )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Divide into 4 equal portions.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Divide\"@4:10 / AC\r\n\t\t:reshape ( \"4 equal portions\"@16:32 / FOOD )\r\n\t\t:ppt ( soft-dough / FOOD )\r\n\t\t:_result ( 4-portions )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Cover dough with a wet cloth, and set aside.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( 4-portions \"dough\"@10:15 / FOOD )\r\n\t\t:instrument ( tool-15-0 \"a wet cloth\"@21:32 / TOOL )\r\n\t\t:_result ( covered-dough )\r\n\t)\r\n\t:inform ( ac-15-1 \"set aside\"@38:47 / AC\r\n\t\t:ppt ( covered-dough / FOOD )\r\n\t\t:_result ( dough-aside )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) In a food processor, finely grind the almonds.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"grind\"@32:37 / AC\r\n\t\t:loc ( tool-16-0 \"a food processor\"@7:23 / TOOL )\r\n\t\t:ppt ( not-burned-almonds \"the almonds\"@38:49 / FOOD )\r\n\t\t:_result ( ground-almonds )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Measure 3 cups of the finely ground almonds into a mixing bowl, and stir together with 1 cup sugar, baking powder, vanilla powder, lemon zest, and 2 tablespoons orange flower water.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Measure\"@4:11 / AC\r\n\t\t:ppt ( ground-almonds \"3 cups of the finely ground almonds\"@12:47 / FOOD )\r\n\t\t:gol ( tool-17-0 \"a mixing bowl\"@53:66 / TOOL )\r\n\t\t:_result ( almonds-in-bowl )\r\n\t)\r\n\t:inform ( ac-17-1 \"stir\"@72:76 / AC\r\n\t\t:ppt ( ing-11 \"1 cup sugar\"@91:102 / FOOD )\r\n\t\t:ppt ( ing-13 \"baking powder\"@104:117 / FOOD )\r\n\t\t:ppt ( ing-14 \"vanilla powder\"@119:133 / FOOD )\r\n\t\t:ppt ( ing-15 \"lemon zest\"@135:145 / FOOD )\r\n\t\t:ppt ( ing-16 \"2 tablespoons orange flower water\"@151:184 / FOOD )\r\n\t\t:gol ( almonds-in-bowl / FOOD )\r\n\t\t:_result ( almond-mixture )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Mix in three eggs one at a time, stirring constantly; mix until you get a sticky, paste-like mixture.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"Mix in\"@4:10 / AC\r\n\t\t:ppt ( ing-12 \"three eggs\"@11:21 / FOOD )\r\n\t\t:simultaneous ( ac-18-1 \"stirring\"@-1:-1 / AC )\r\n\t\t:gol ( almond-mixture / FOOD )\r\n\t\t:_result ( almond-egg-mixture )\r\n\t)\r\n\t:inform ( ac-18-2 \"mix\"@58:61 / AC\r\n\t\t:until ( cond-18-0 \"until you get a sticky, paste-like mixture\"@62:104 / CONDITION_CLAUSE )\r\n\t\t:ppt ( almond-egg-mixture / FOOD )\r\n\t\t:_result ( almond-filling )\r\n\t)\r\n)" + }, + { + "id": "inst-19", + "text": "19) Sprinkle cornstarch on the rolling surface to prevent sticking.", + "type": "instruction", + "eamr": "( inst-19 / R\r\n :inform ( ac-19-0 \"Sprinkle\"@4:12 / AC\r\n :ppt ( ing-17 \"cornstarch\"@13:23 / FOOD )\r\n :gol ( \"the rolling surface\"@27:46 / FOOD )\r\n :prp ( \"to prevent sticking\"@47:66 / PURPOSE_CLAUSE )\r\n\t:_result cornstarch-on-surface\r\n )\r\n)" + }, + { + "id": "inst-20", + "text": "20) Roll each portion of dough very thinly, 1 to 2 millimeters (1/16 inch).", + "type": "instruction", + "eamr": "( inst-20 / R\r\n\t:inform ( ac-20-0 \"Roll\"@4:8 / AC\r\n\t\t:ppt ( dough-aside \"each portion of dough\"@9:30 / FOOD )\r\n\t\t:mnr ( \"1 to 2 millimeters (1/16 inch)\"@-1:-1 / OTHER )\r\n\t\t:_result ( rolled-dough )\r\n\t)\r\n)" + }, + { + "id": "inst-21", + "text": "21) Cut the rolled dough into circles of about 10 centimeters (4 inches) in diameter each.", + "type": "instruction", + "eamr": "( inst-21 / R\r\n\t:inform ( ac-21-0 \"Cut\"@4:7 / AC\r\n\t\t:ppt ( rolled-dough \"the rolled dough\"@8:24 / FOOD )\r\n\t\t:reshape ( \"circles\"@30:37 / FOOD )\r\n\t\t:mnr ( \"10 centimeters (4 inches)\"@47:61 / OTHER )\r\n\t\t:_result ( dough-circles )\r\n\t)\r\n)" + }, + { + "id": "inst-22", + "text": "22) Lightly wipe the surface of each circle with cornstarch, and fit into a tart mold, cornstarch side down to prevent sticking.", + "type": "instruction", + "eamr": "( inst-22 / R\r\n\t:inform ( ac-22-0 \"wipe\"@12:16 / AC\r\n\t\t:gol ( dough-circles \"the surface of each circle\"@17:43 / FOOD )\r\n\t\t:ppt ( ing-17 \"cornstarch\"@49:59 / FOOD )\r\n\t\t:_result ( wiped-dough )\r\n\t)\r\n\t:inform ( ac-22-1 \"fit\"@65:68 / AC\r\n\t\t:gol ( tool-22-0 \"a tart mold\"@74:85 / TOOL )\r\n\t\t:ppt ( wiped-dough / FOOD )\r\n\t\t:prp ( purp-22-0 \"to prevent sticking\"@108:127 / PURPOSE_CLAUSE )\r\n\t\t:mnr ( \"cornstarch side\"@87:102 / OTHER )\r\n\t\t:_result ( dough-in-mold )\r\n\t)\r\n)" + }, + { + "id": "inst-23", + "text": "23) Gently press the dough onto the sides and bottom of the mold, and trim extra dough from around the rim.", + "type": "instruction", + "eamr": "( inst-23 / R\r\n\t:inform ( ac-23-0 \"press\"@11:16 / AC\r\n\t\t:ppt ( dough-in-mold \"the dough\"@17:26 / FOOD )\r\n\t\t:gol ( tool-23-0 \"the sides and bottom of the mold\"@32:64 / TOOL )\r\n\t\t:_result ( pressed-dough )\r\n\t)\r\n\t:inform ( ac-23-1 \"trim\"@70:74 / AC\r\n\t\t:ppt ( \"extra dough\"@75:86 / FOOD )\r\n\t\t:loc ( tool-23-1 \"the rim\"@99:106 / TOOL )\r\n\t\t:_result ( trimmed-dough )\r\n\t)\r\n)" + }, + { + "id": "inst-24", + "text": "24) Fill three quarters of each mold with the almond filling.", + "type": "instruction", + "eamr": "( inst-24 / R\r\n\t:inform ( ac-24-0 \"Fill\"@4:8 / AC\r\n\t\t:gol ( tool-24-0 \"three quarters of each mold\"@9:36 / TOOL\r\n\t\t\t:contain ( trimmed-dough / FOOD )\r\n\t\t)\r\n\t\t:ppt ( \"the almond filling\"@42:60 / FOOD )\r\n\t\t:_result ( filled-tart )\r\n\t)\r\n)" + }, + { + "id": "inst-25", + "text": "25) Bake on the top shelf at 350 degrees F (175 degrees C) for 20 to 25 minutes, or until the surface of the tart is golden and the dough is firm.", + "type": "instruction", + "eamr": "( inst-25 / R\r\n\t:inform ( ac-25-0 \"Bake\"@4:8 / AC\r\n\t\t:loc ( tool-25-0 \"the top shelf\"@12:25 / TOOL )\r\n\t\t:heat ( temp-25-0 \"350 degrees F\"@29:42 / TEMPERATURE )\r\n\t\t:heat ( temp-25-1 \"175 degrees C\"@44:57 / TEMPERATURE )\r\n\t\t:duration ( dur-25-0 \"20 to 25 minutes\"@63:79 / DUR )\r\n\t\t:until ( cond-25-0 \"until the surface of the tart is golden and the dough is firm\"@84:145 / CONDITION_CLAUSE )\r\n\t\t:ppt ( filled-tart / FOOD )\r\n\t\t:_result ( baked-tart )\r\n\t)\r\n)" + }, + { + "id": "inst-26", + "text": "26) Remove the tarts from the molds as soon as they come out of the oven.", + "type": "instruction", + "eamr": "( inst-26 / R\r\n\t:inform ( ac-26-0 \"Remove\"@4:10 / AC\r\n\t\t:ppt ( baked-tart \"the tarts\"@11:20 / FOOD )\r\n\t\t:source ( tool-26-0 \"the molds\"@26:35 / TOOL )\r\n\t\t:when ( cond-26-0 \"as soon as they come out of the oven\"@36:72 / CONDITION_CLAUSE )\r\n\t\t:_result ( tart-outside-mold )\r\n\t)\r\n)" + }, + { + "id": "inst-27", + "text": "27) Dip each tart in the sugar syrup while still hot.", + "type": "instruction", + "eamr": "( inst-27 / R\r\n\t:inform ( ac-27-0 \"Dip\"@4:7 / AC\r\n\t\t:ppt ( tart-outside-mold \"each tart\"@8:17 / FOOD )\r\n\t\t:gol ( set-aside-sugar-syrup \"the sugar syrup\"@21:36 / FOOD )\r\n\t\t:while ( cond-27-0 \"while still hot\"@37:52 / CONDITION_CLAUSE )\r\n\t\t:_result ( tart-with-syrup )\r\n\t)\r\n)" + }, + { + "id": "inst-28", + "text": "28) Stick a pine nut into the middle of each tart for decoration.", + "type": "instruction", + "eamr": "( inst-28 / R\r\n\t:inform ( ac-28-0 \"Stick\"@4:9 / AC\r\n\t\t:ppt ( ing-18 \"a pine nut\"@10:20 / FOOD )\r\n\t\t:gol ( tart-with-syrup \"the middle of each tart\"@26:49 / FOOD )\r\n\t\t:prp ( purp-28-0 \"for decoration\"@50:64 / PURPOSE_CLAUSE )\r\n\t\t:_result ( tart-with-nut )\r\n\t)\r\n)" + }, + { + "id": "inst-29", + "text": "29) Place on a wire rack to drain.", + "type": "instruction", + "eamr": "( inst-29 / R\r\n\t:inform ( ac-29-0 \"Place\"@4:9 / AC\r\n\t\t:gol ( tool-29-0 \"a wire rack\"@13:24 / TOOL )\r\n\t\t:ppt ( tart-with-nut / FOOD )\r\n\t\t:prp ( purp-29-0 \"to drain\"@25:33 / PURPOSE_CLAUSE )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/010_Basic_Syrup_for_Sunset_Cooler.json b/ai_talks/AMUseBotBackend/recipe/010_Basic_Syrup_for_Sunset_Cooler.json new file mode 100644 index 0000000..8d1c177 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/010_Basic_Syrup_for_Sunset_Cooler.json @@ -0,0 +1,54 @@ +{ + "id": "010", + "title": "Basic Syrup for Sunset Cooler", + "content": [ + { + "id": "ing-0", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup white sugar\" )" + }, + { + "id": "ing-1", + "text": "1 cup water", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup water\" )" + }, + { + "id": "ing-2", + "text": "2 pandan leaves", + "type": "ingredient", + "eamr": "( ing-2 \"2 pandan leaves\" )" + }, + { + "id": "inst-0", + "text": "0) Place sugar, water and pandan leaves in a deep saucepan.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"sugar\"@9:14 / FOOD )\r\n\t\t:ppt ( ing-1 \"water\"@16:21 / FOOD )\r\n\t\t:ppt ( ing-2 \"pandan leaves\"@26:39 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a deep saucepan\"@43:58 / TOOL )\r\n\t\t:_result ( water-in-pan )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil, lower heat and simmer until sugar is dissolved.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( water-in-pan / FOOD )\r\n\t\t:_result ( boiled-water )\r\n\t)\r\n\t:inform ( ac-1-1 \"lower\"@-1:-1 / AC\r\n\t\t:ppt ( temp-1-0 \"heat\"@-1:-1 / TEMPERATURE )\r\n\t\t:_result ( lowered-heat )\r\n\t)\r\n\t:inform ( ac-1-2 \"simmer\"@35:41 / AC\r\n\t\t:ppt ( boiled-water / FOOD )\r\n\t\t:duration ( cond-1-0 \"until sugar is dissolved\"@42:66 / CONDITION_CLAUSE )\r\n\t\t:_result ( sugar-water )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove pandan leaves and strain the syrup.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n :inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n :ppt ( \"pandan leaves\"@10:23 / FOOD )\r\n\t:_result water-without-leaves\r\n )\r\n :inform ( ac-2-1 \"strain\"@28:34 / AC\r\n :ppt ( water-without-leaves \"the syrup\"@35:44 / FOOD )\r\n\t:_result strained-syrup\r\n )\r\n)" + }, + { + "id": "inst-3", + "text": "3) Allow to cool for use as a basic syrup.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"cool\"@12:16 / AC\r\n\t\t:ppt ( strained-syrup / FOOD )\r\n\t\t:prp ( purp-3-0 \"for use as a basic syrup\"@17:41 / PURPOSE_CLAUSE )\r\n\t\t:_result ( cooled-syrup )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Store the syrup in a bottle in the refrigerator.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Store\"@3:8 / AC\r\n\t\t:ppt ( cooled-syrup \"the syrup\"@9:18 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a bottle\"@22:30 / TOOL )\r\n\t\t:loc ( tool-4-1 \"the refrigerator\"@34:50 / TOOL )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/011_Deep_Fried_Turkey.json b/ai_talks/AMUseBotBackend/recipe/011_Deep_Fried_Turkey.json new file mode 100644 index 0000000..60449ff --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/011_Deep_Fried_Turkey.json @@ -0,0 +1,108 @@ +{ + "id": "011", + "title": "Deep Fried Turkey", + "content": [ + { + "id": "ing-0", + "text": "3 gallons peanut oil for frying, or as needed", + "type": "ingredient", + "eamr": "( ing-0 \"3 gallons peanut oil for frying, or as needed\" )" + }, + { + "id": "ing-1", + "text": "1 (12 pound) whole turkey, neck and giblets removed", + "type": "ingredient", + "eamr": "( ing-1 \"1 (12 pound) whole turkey, neck and giblets removed\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup Creole seasoning", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup Creole seasoning\" )" + }, + { + "id": "ing-3", + "text": "1 white onion", + "type": "ingredient", + "eamr": "( ing-3 \"1 white onion\" )" + }, + { + "id": "inst-0", + "text": "0) In a large stockpot or turkey fryer, heat oil to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"heat\"@40:44 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@45:48 / FOOD )\r\n\t\t:heat ( temp-0-0 \"400 degrees F\"@52:65 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"200 degrees C\"@67:80 / TEMPERATURE )\r\n\t\t:loc ( tool-0-0 \"turkey fryer\"@26:38 / TOOL ) \r\n\t\t:loc ( tool-0-1 \"a large stockpot\"@6:22 / TOOL )\r\n\t\t:_result ( heated-oil )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Be sure to leave room for the turkey, or the oil will spill over.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"leave\"@14:19 / AC\r\n\t\t:ppt ( \"room\"@20:24 / OTHER )\r\n\t\t:prp ( ing-1 \"the turkey\"@29:39 / FOOD )\r\n\t\t:todo ( cond-1-0 \"or the oil will spill over\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:_result ( oil-in-pan )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Layer a large platter with food-safe paper bags.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Layer\"@3:8 / AC\r\n\t\t:ppt ( tool-2-0 \"a large platter\"@9:24 / TOOL )\r\n\t\t:instrument ( tool-2-1 \"food-safe paper bags\"@30:50 / TOOL )\r\n\t\t:_result ( platter-with-bags )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Rinse turkey, and thoroughly pat dry with paper towels.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Rinse\"@3:8 / AC\r\n\t\t:ppt ( \"turkey\"@9:15 / FOOD )\r\n\t\t:_result ( rinsed-turkey )\r\n\t)\r\n\t:inform ( ac-3-1 \"pat\"@32:35 / AC\r\n\t\t:ppt ( rinsed-turkey / FOOD )\r\n\t\t:mnr ( \"dry\"@36:39 / OTHER )\r\n\t\t:instrument ( tool-3-0 \"paper towels\"@45:57 / TOOL )\r\n\t\t:_result ( dry-turkey )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Rub Creole seasoning over turkey inside and out.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Rub\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"Creole seasoning\"@7:23 / FOOD )\r\n\t\t:gol ( dry-turkey \"turkey\"@29:35 / FOOD )\r\n\t\t:_result ( rubbed-turkey )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Make sure the hole at the neck is open at least 2 inches so the oil can flow freely through the bird.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( \"is\"@-1:-1 / COPULA\r\n\t\t:subj ( \"the hole at the neck\"@-1:-1 / OTHER )\r\n\t\t:obj ( \"open at least 2 inches\"@-1:-1 / OTHER )\r\n\t\t:prp ( purp-5-0 \"so the oil can flow freely through the bird\"@60:103 / PURPOSE_CLAUSE )\r\n\t\t:_result ( turkey-with-hole )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place the whole onion and turkey in drain basket.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-3 \"the whole onion\"@9:24 / FOOD )\r\n\t\t:ppt ( turkey-with-hole \"turkey\"@29:35 / FOOD )\r\n\t\t:gol ( tool-6-0 \"drain basket\"@39:51 / TOOL )\r\n\t\t:_result ( onion-turkey-in-basket )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) The turkey should be placed in basket neck end first.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"placed\"@-1:-1 / AC\r\n\t\t:ppt ( \"The turkey\"@-1:-1 / FOOD )\r\n\t\t:gol ( tool-7-0 \"basket\"@-1:-1 / TOOL )\r\n\t\t:mnr ( \"neck end first\"@-1:-1 / OTHER )\r\n\t\t:_result ( placed-turkey )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Slowly lower basket into hot oil to completely cover turkey.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"lower\"@10:15 / AC\r\n\t\t:ppt ( tool-8-0 \"basket\"@16:22 / TOOL )\r\n\t\t:gol ( heated-oil \"hot oil\"@28:35 / FOOD )\r\n\t\t:prp ( purp-8-0 \"to completely cover turkey\"@36:62 / PURPOSE_CLAUSE )\r\n\t\t:_result ( turkey-in-oil )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Maintain the temperature of the oil at 350 degrees F (175 degrees C), and cook turkey for 3 1/2 minutes per pound, about 45 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Maintain\"@-1:-1 / AC\r\n\t\t:ppt ( \"the temperature of the oil\" / OTHER )\r\n\t\t:heat ( temp-9-0 \"350 degrees F\"@43:56 / TEMPERATURE )\r\n\t\t:heat ( temp-9-1 \"175 degrees C\"@58:71 / TEMPERATURE )\r\n\t\t:_result ( maintained-temperature )\r\n\t)\r\n\t:inform ( ac-9-1 \"cook\"@78:82 / AC\r\n\t\t:ppt ( turkey-in-oil \"turkey\"@83:89 / FOOD )\r\n\t\t:duration ( dur-9-0 \"3 1/2 minutes per pound\"@94:117 / DUR )\r\n\t\t:duration ( dur-9-1 \"45 minutes\"@125:135 / DUR )\r\n\t\t:_result ( cooked-turkey )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Carefully remove basket from oil, and drain turkey.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"remove\"@14:20 / AC\r\n\t\t:ppt ( tool-10-0 \"basket\"@21:27 / TOOL )\r\n\t\t:source ( \"oil\"@33:36 / FOOD )\r\n\t\t:_result ( turkey-out-oil )\r\n\t)\r\n\t:inform ( ac-10-1 \"drain\"@42:47 / AC\r\n\t\t:ppt ( turkey-out-oil \"turkey\"@48:54 / FOOD )\r\n\t\t:_result ( drained-turkey )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Insert a meat thermometer into the thickest part of the thigh; the internal temperature must be 180 degrees F (80 degrees C).", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Insert\"@4:10 / AC\r\n\t\t:ppt ( tool-11-0 \"a meat thermometer\"@11:29 / TOOL )\r\n\t\t:gol ( drained-turkey \"the thickest part of the thigh\"@35:65 / FOOD )\r\n\t\t:_result ( inserted-thermometer )\r\n\t)\r\n\t:inform ( \"must be\"@67:91 / COPULA\r\n\t\t:subj ( \"the internal temperature\"@-1:-1 / OTHER )\r\n\t\t:obj ( temp-11-0 \"180 degrees F\"@100:113 / TEMPERATURE )\r\n\t\t:obj ( temp-11-1 \"80 degrees C\"@115:127 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Finish draining turkey on the prepared platter.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Finish draining\"@11:19 / AC\r\n\t\t:ppt ( drained-turkey \"turkey\"@20:26 / FOOD )\r\n\t\t:loc ( tool-12-0 \"the prepared platter\"@30:50 / TOOL )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/012_Fried_Beef_Ribs.json b/ai_talks/AMUseBotBackend/recipe/012_Fried_Beef_Ribs.json new file mode 100644 index 0000000..7d007f2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/012_Fried_Beef_Ribs.json @@ -0,0 +1,108 @@ +{ + "id": "012", + "title": "Fried Beef Ribs", + "content": [ + { + "id": "ing-0", + "text": "3 quarts peanut oil for frying", + "type": "ingredient", + "eamr": "( ing-0 \"3 quarts peanut oil for frying\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons salt", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons salt\" )" + }, + { + "id": "ing-2", + "text": "3 tablespoons coarse ground black pepper", + "type": "ingredient", + "eamr": "( ing-2 \"3 tablespoons coarse ground black pepper\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons cayenne pepper", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons cayenne pepper\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons garlic salt", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons garlic salt\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons onion salt", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons onion salt\" )" + }, + { + "id": "ing-6", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "6 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-7 \"6 eggs, beaten\" )" + }, + { + "id": "ing-8", + "text": "6 pounds beef ribs, cut into single rib pieces", + "type": "ingredient", + "eamr": "( ing-8 \"6 pounds beef ribs, cut into single rib pieces\" )" + }, + { + "id": "inst-0", + "text": "0) Heat the oil in a deep-fryer to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the oil\"@8:15 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a deep-fryer\"@19:31 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@35:48 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C\"@50:63 / TEMPERATURE )\r\n\t\t:_result ( heated-oil )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a medium bowl, mix together the salt, black pepper, cayenne pepper, garlic salt, and onion salt.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"mix\"@21:24 / AC\r\n\t\t:loc ( tool-1-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t\t:ppt ( ing-1 \"the salt\"@34:42 / FOOD )\r\n\t\t:ppt ( ing-2 \"black pepper\"@44:56 / FOOD )\r\n\t\t:ppt ( ing-3 \"cayenne pepper\"@58:72 / FOOD )\r\n\t\t:ppt ( ing-4 \"garlic salt\"@74:85 / FOOD )\r\n\t\t:ppt ( ing-5 \"onion salt\"@91:101 / FOOD )\r\n\t\t:_result ( spice-mixture )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place the flour in a separate bowl or plate.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-6 \"the flour\"@9:18 / FOOD )\r\n\t\t:gol ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-2-0 \"a separate bowl\"@22:37 / TOOL )\r\n\t\t\t:option ( tool-2-1 \"plate\"@41:46 / TOOL )\r\n\t\t)\r\n\t\t:_result ( placed-flour )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Whisk eggs in a large bowl.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Whisk\"@3:8 / AC\r\n\t\t:ppt ( ing-7 \"eggs\"@9:13 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a large bowl\"@17:29 / TOOL )\r\n\t\t:_result ( whisked-eggs )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Rub the spice mixture onto all of the ribs.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Rub\"@3:6 / AC\r\n\t\t:ppt ( spice-mixture \"the spice mixture\"@7:24 / FOOD )\r\n\t\t:gol ( ing-8 \"all of the ribs\"@30:45 / FOOD )\r\n\t\t:_result ( rubbed-ribs )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Dip each rib in egg, then in flour, then egg, then flour again.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Dip\"@3:6 / AC\r\n\t\t:ppt ( rubbed-ribs \"each rib\"@7:15 / FOOD )\r\n\t\t:gol ( whisked-eggs \"egg\"@19:22 / FOOD )\r\n\t\t:gol ( placed-flour \"flour\"@32:37 / FOOD )\r\n\t\t:gol ( whisked-eggs \"egg\"@44:47 / FOOD )\r\n\t\t:gol ( placed-flour \"flour\"@54:59 / FOOD )\r\n\t\t:_result ( dipped-ribs )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place the ribs in a fryer basket so they are not crowded, try 4 or 5 at a time depending on the size of your fryer.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( dipped-ribs \"the ribs\"@9:17 / FOOD )\r\n\t\t:gol ( tool-6-0 \"a fryer basket\"@21:35 / TOOL )\r\n\t\t:prp ( purp-6-0 \"so they are not crowded\"@-1:-1 / PURPOSE_CLAUSE )\r\n\t\t:_result ( ribs-in-basket )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cook for about 8 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cook\"@3:7 / AC\r\n\t\t:duration ( dur-7-0 \"8 minutes\"@18:27 / DUR )\r\n\t\t:ppt ( ribs-in-basket / FOOD )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/013_Aaahh_Potato_Soup.json b/ai_talks/AMUseBotBackend/recipe/013_Aaahh_Potato_Soup.json new file mode 100644 index 0000000..ae0cce9 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/013_Aaahh_Potato_Soup.json @@ -0,0 +1,66 @@ +{ + "id": "013", + "title": "Aaahh Potato Soup", + "content": [ + { + "id": "ing-0", + "text": "2 Yukon Gold potatoes, cubed", + "type": "ingredient", + "eamr": "( ing-0 \"2 Yukon Gold potatoes, cubed\" )" + }, + { + "id": "ing-1", + "text": "1 (5.5 ounce) package au gratin instant potato mix", + "type": "ingredient", + "eamr": "( ing-1 \"1 (5.5 ounce) package au gratin instant potato mix\" )" + }, + { + "id": "ing-2", + "text": "1 (10.5 ounce) can condensed chicken broth", + "type": "ingredient", + "eamr": "( ing-2 \"1 (10.5 ounce) can condensed chicken broth\" )" + }, + { + "id": "ing-3", + "text": "1 1/2 cups water", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/2 cups water\" )" + }, + { + "id": "ing-4", + "text": "1 cup heavy cream", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup heavy cream\" )" + }, + { + "id": "inst-0", + "text": "0) In a large saucepan or pot, combine potatoes, au gratin potato mix, chicken broth and water.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@31:38 / AC\r\n\t\t:loc ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-0-0 \"a large saucepan\"@6:22 / TOOL )\r\n\t\t\t:option ( tool-0-1 \"pot\"@26:29 / TOOL )\r\n\t\t)\r\n\t\t:ppt ( ing-0 \"potatoes\"@39:47 / FOOD )\r\n\t\t:ppt ( ing-1 \"au gratin potato mix\"@49:69 / FOOD )\r\n\t\t:ppt ( ing-2 \"chicken broth\"@71:84 / FOOD )\r\n\t\t:ppt ( ing-3 \"water\"@89:94 / FOOD )\r\n\t\t:_result ( potato-mixture )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add more water to cover if necessary.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"more water\"@7:17 / FOOD )\r\n\t\t:gol ( chicken-mixture / FOOD )\r\n\t\t:todo ( cond-1-0 \"if necessary\"@27:39 / CONDITION_CLAUSE )\r\n\t\t:prp ( purp-1-0 \"to cover\"@18:26 / PURPOSE_CLAUSE )\r\n\t\t:_result ( potato-in-water )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cook over medium heat, stirring occasionally, until potatoes are tender, about 40 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cook\"@3:7 / AC\r\n\t\t:heat ( \"medium heat\"@13:24 / OTHER )\r\n\t\t:simultaneous ( ac-2-1 \"stirring\"@26:34 / AC )\r\n\t\t:until ( cond-2-0 \"until potatoes are tender\"@49:74 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"40 minutes\"@83:93 / DUR )\r\n\t\t:ppt ( chicken-in-water / FOOD )\r\n\t\t:_result ( cooked-potato )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir in cream and heat through.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n :inform ( \"Stir in\"@3:10 / AC\r\n :ppt ( ing-4 \"cream\"@11:16 / FOOD )\r\n :gol ( cooked-potato / FOOD )\r\n\t:_result creamed-potato\r\n )\r\n :inform ( \"heat\"@21:25 / AC\r\n :ppt ( creamed-potato / FOOD )\r\n\t:_result heated-potato\r\n )\r\n)" + }, + { + "id": "inst-4", + "text": "4) Serve.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n :inform ( \"Serve\"@3:8 / AC\r\n :ppt ( heated-potato / FOOD )\r\n\t:_result FINAL_PRODUCT\r\n )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/014_Frosted_Ruby_Punch.json b/ai_talks/AMUseBotBackend/recipe/014_Frosted_Ruby_Punch.json new file mode 100644 index 0000000..86a7739 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/014_Frosted_Ruby_Punch.json @@ -0,0 +1,72 @@ +{ + "id": "014", + "title": "Frosted Ruby Punch", + "content": [ + { + "id": "ing-0", + "text": "4 cups cranberry juice", + "type": "ingredient", + "eamr": "( ing-0 \"4 cups cranberry juice\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 cups sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 cups sugar\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 cups lemon juice", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 cups lemon juice\" )" + }, + { + "id": "ing-3", + "text": "1 cup orange juice", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup orange juice\" )" + }, + { + "id": "ing-4", + "text": "4 cups ginger ale, chilled", + "type": "ingredient", + "eamr": "( ing-4 \"4 cups ginger ale, chilled\" )" + }, + { + "id": "ing-5", + "text": "1 quart raspberry sherbet", + "type": "ingredient", + "eamr": "( ing-5 \"1 quart raspberry sherbet\" )" + }, + { + "id": "inst-0", + "text": "0) Pour cranberry juice into a 5-cup ring mold.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"cranberry juice\"@8:23 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a 5-cup ring mold\"@29:46 / TOOL )\r\n\t\t:_result ( juice-in-mold )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Freeze over night.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Freeze\"@3:9 / AC\r\n\t\t:duration ( dur-1-0 \"over night\"@10:20 / DUR )\r\n\t\t:ppt ( juice-in-mold / FOOD )\r\n\t\t:_result ( frozen-juice )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a punch bowl, combine sugar, lemon juice and orange juice until sugar is dissolved; stir in the ginger ale.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@20:27 / AC\r\n\t\t:loc ( tool-2-0 \"a punch bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-1 \"sugar\"@28:33 / FOOD )\r\n\t\t:ppt ( ing-2 \"lemon juice\"@35:46 / FOOD )\r\n\t\t:ppt ( ing-3 \"orange juice\"@51:63 / FOOD )\r\n\t\t:until ( cond-2-0 \"until sugar is dissolved\"@64:88 / CONDITION_CLAUSE )\r\n\t\t:_result ( juice-mix )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir in\"@90:97 / AC\r\n\t\t:ppt ( ing-4 \"the ginger ale\"@98:112 / FOOD )\r\n\t\t:gol ( juice-mix / FOOD )\r\n\t\t:_result ( juice-with-ginger )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove ice ring from mold; float in punch.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"ice ring\"@10:18 / FOOD )\r\n\t\t:source ( tool-3-0 \"mold\"@24:28 / TOOL )\r\n\t\t:_result ( ice-out-mold )\r\n\t)\r\n\t:inform ( ac-3-1 \"float\"@30:35 / AC\r\n\t\t:loc ( tool-3-1 \"punch\"@39:44 / TOOL )\r\n\t\t:ppt ( ice-out-mold / FOOD )\r\n\t\t:_result ( ice-in-juice )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place scoops of sherbet around ring.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-5 \"scoops of sherbet\"@9:26 / FOOD )\r\n\t\t:gol ( tool-4-0 \"ring\"@34:38 / TOOL )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/015_California_Chicken.json b/ai_talks/AMUseBotBackend/recipe/015_California_Chicken.json new file mode 100644 index 0000000..491ea06 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/015_California_Chicken.json @@ -0,0 +1,96 @@ +{ + "id": "015", + "title": "California Chicken", + "content": [ + { + "id": "ing-0", + "text": "4 skinless, boneless chicken breasts", + "type": "ingredient", + "eamr": "( ing-0 \"4 skinless, boneless chicken breasts\" )" + }, + { + "id": "ing-1", + "text": "1 teaspoon olive oil", + "type": "ingredient", + "eamr": "( ing-1 \"1 teaspoon olive oil\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon onion powder", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon onion powder\" )" + }, + { + "id": "ing-3", + "text": "1 pinch salt", + "type": "ingredient", + "eamr": "( ing-3 \"1 pinch salt\" )" + }, + { + "id": "ing-4", + "text": "1 pinch ground black pepper", + "type": "ingredient", + "eamr": "( ing-4 \"1 pinch ground black pepper\" )" + }, + { + "id": "ing-5", + "text": "2 avocados - peeled, pitted and sliced", + "type": "ingredient", + "eamr": "( ing-5 \"2 avocados - peeled, pitted and sliced\" )" + }, + { + "id": "ing-6", + "text": "2 ripe tomatoes, sliced", + "type": "ingredient", + "eamr": "( ing-6 \"2 ripe tomatoes, sliced\" )" + }, + { + "id": "ing-7", + "text": "1 (8 ounce) package Monterey Jack cheese, cut into 10 slices", + "type": "ingredient", + "eamr": "( ing-7 \"1 (8 ounce) package Monterey Jack cheese, cut into 10 slices\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t\t:_result ( preheated-oven )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Warm oil in skillet and add chicken and onion.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Warm\"@3:7 / AC\r\n\t\t:ppt ( ing-1 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-1-0 \"skillet\"@15:22 / TOOL )\r\n\t\t:_result ( heated-oil )\r\n\t)\r\n\t:inform ( ac-1-1 \"add\"@27:30 / AC\r\n\t\t:ppt ( ing-0 \"chicken\"@31:38 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion\"@43:48 / FOOD )\r\n\t\t:gol ( heated-oil / FOOD )\r\n\t\t:_result ( chicken-in-oil )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cook 15 minutes or until chicken is browned and just about done.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cook\"@3:7 / AC\r\n\t\t:duration ( dur-2-0 \"15 minutes\"@8:18 / DUR )\r\n\t\t:until ( cond-2-0 \"until chicken is browned and just about done\"@22:66 / CONDITION_CLAUSE )\r\n\t\t:ppt ( chicken-in-oil / FOOD )\r\n\t\t:_result ( covered-chicken )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add salt and pepper to taste.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"salt\"@7:11 / FOOD )\r\n\t\t:ppt ( ing-4 \"pepper\"@16:22 / FOOD )\r\n\t\t:prp ( purp-3-0 \"to taste\"@23:31 / PURPOSE_CLAUSE )\r\n\t\t:gol ( covered-chicken / FOOD )\r\n\t\t:_result ( chicken-with-spice )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place chicken on cookie sheet and top each breast with 1 to 2 slices of tomato and 2 to 3 slices of cheese.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"chicken\"@9:16 / FOOD )\r\n\t\t:gol ( tool-4-0 \"cookie sheet\"@20:32 / TOOL )\r\n\t\t:_result ( chicken-on-sheet )\r\n\t)\r\n\t:inform ( ac-4-1 \"top\"@37:40 / AC\r\n\t\t:gol ( \"each breast\"@41:52 / FOOD )\r\n\t\t:ppt ( ing-6 \"1 to 2 slices of tomato\"@58:81 / FOOD )\r\n\t\t:ppt ( ing-7 \"2 to 3 slices of cheese\"@86:109 / FOOD )\r\n\t\t:_result ( topped-chicken )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place in oven for 10 to 15 minutes, until cheese melts.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-5-0 \"oven\"@12:16 / TOOL )\r\n\t\t:duration ( dur-5-0 \"10 to 15 minutes\"@21:37 / DUR )\r\n\t\t:until ( cond-5-0 \"until cheese melts\"@39:57 / CONDITION_CLAUSE )\r\n\t\t:ppt ( topped-chicken / FOOD )\r\n\t\t:_result ( chicken-in-oven )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Remove from oven, add 2 to 3 slices of avocado on top of each breast, and serve immediately.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-6-0 \"oven\"@15:19 / TOOL )\r\n\t\t:ppt ( chicken-in-oven / FOOD )\r\n\t\t:_result ( chicken-out-oven )\r\n\t)\r\n\t:inform ( ac-6-1 \"add\"@21:24 / AC\r\n\t\t:ppt ( ing-5 \"2 to 3 slices of avocado\"@25:49 / FOOD )\r\n\t\t:gol ( \"top of each breast\"@53:71 / FOOD )\r\n\t\t:_result ( avocado-on-chicken )\r\n\t)\r\n\t:inform ( ac-6-2 \"serve\"@77:82 / AC\r\n\t\t:ppt ( avocado-on-chicken / FOOD )\r\n\t\t:_result ( FINAL_PRODUCT )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/016_E_Z_Cheezy_Pie.json b/ai_talks/AMUseBotBackend/recipe/016_E_Z_Cheezy_Pie.json new file mode 100644 index 0000000..1909f08 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/016_E_Z_Cheezy_Pie.json @@ -0,0 +1,144 @@ +{ + "id": "016", + "title": "E Z Cheezy Pie", + "content": [ + { + "id": "ing-0", + "text": "2 (9 inch) pie shells, baked", + "type": "ingredient", + "eamr": "( ing-0 \"2 (9 inch) pie shells, baked\" )" + }, + { + "id": "ing-1", + "text": "3 (8 ounce) packages cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-1 \"3 (8 ounce) packages cream cheese, softened\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-4 \"2 eggs\" )" + }, + { + "id": "ing-5", + "text": "1 cup sour cream", + "type": "ingredient", + "eamr": "( ing-5 \"1 cup sour cream\" )" + }, + { + "id": "ing-6", + "text": "3 tablespoons white sugar", + "type": "ingredient", + "eamr": "( ing-6 \"3 tablespoons white sugar\" )" + }, + { + "id": "ing-7", + "text": "2 cups sliced fresh strawberries", + "type": "ingredient", + "eamr": "( ing-7 \"2 cups sliced fresh strawberries\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a medium mixing bowl, whip cream cheese until fluffy.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"whip\"@28:32 / AC\r\n\t\t:ppt ( ing-1 \"cream cheese\"@33:45 / FOOD )\r\n\t\t:until ( cond-1-0 \"until fluffy\"@46:58 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-1-0 \"a medium mixing bowl\"@6:26 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add 1/2 cup sugar and vanilla extract.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"1/2 cup sugar\"@7:20 / FOOD )\r\n\t\t:ppt ( ing-3 \"vanilla extract\"@25:40 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix until smooth.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix\"@3:6 / AC\r\n\t\t:until ( cond-3-0 \"until smooth\"@7:19 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add eggs.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"eggs\"@7:11 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Beat until all ingredients are thoroughly combined.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Beat\"@3:7 / AC\r\n\t\t:until ( cond-5-0 \"until all ingredients are thoroughly combined\"@8:53 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour mixture into pastry shells.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"mixture\"@8:15 / FOOD )\r\n\t\t:gol ( ing-0 \"pastry shells\"@21:34 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake in preheated oven for 20 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-7-0 \"preheated oven\"@11:25 / TOOL )\r\n\t\t:duration ( dur-7-0 \"20 minutes\"@30:40 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove and let stand for 5 minutes.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"stand\"@18:23 / AC\r\n\t\t:duration ( dur-8-0 \"5 minutes\"@28:37 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) In a small bowl, combine sour cream and 3 tablespoons sugar.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"combine\"@-1:-1 / AC\r\n\t\t:ppt ( ing-5 \"sour cream\"@-1:-1 / FOOD )\r\n\t\t:ppt ( ing-6 \"3 tablespoons sugar\"@-1:-1 / FOOD )\r\n\t\t:loc ( tool-9-0 \"a small bowl\"@-1:-1 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Mix well, then spread half of mixture over each pie.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Mix\"@4:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"spread\"@19:25 / AC\r\n\t\t:ppt ( \"half of mixture\"@26:41 / FOOD )\r\n\t\t:gol ( \"each pie\"@47:55 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Turn off oven.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Turn\"@4:8 / AC\r\n\t\t:ppt ( tool-11-0 \"oven\"@13:17 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Place pies in oven for 15 minutes.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"pies\"@10:14 / FOOD )\r\n\t\t:gol ( tool-12-0 \"oven\"@18:22 / TOOL )\r\n\t\t:duration ( dur-12-0 \"15 minutes\"@27:37 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Remove and chill overnight.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Remove\"@4:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-13-1 \"chill\"@15:20 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-13-0 \"overnight\"@21:30 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Before serving, top each pie with 1 cup of strawberries.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"top\"@20:23 / AC\r\n\t\t:gol ( \"each pie\"@24:32 / FOOD )\r\n\t\t:ppt ( ing-7 \"1 cup of strawberries\"@38:59 / FOOD )\r\n\t\t:duration ( cond-14-0 \"Before serving\"@4:18 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/017_Bakers_Secret_Pie_Crust.json b/ai_talks/AMUseBotBackend/recipe/017_Bakers_Secret_Pie_Crust.json new file mode 100644 index 0000000..0eb6947 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/017_Bakers_Secret_Pie_Crust.json @@ -0,0 +1,150 @@ +{ + "id": "017", + "title": "Bakers Secret Pie Crust", + "content": [ + { + "id": "ing-0", + "text": "3/4 cup cake flour", + "type": "ingredient", + "eamr": "( ing-0 \"3/4 cup cake flour\" )" + }, + { + "id": "ing-1", + "text": "3/4 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"3/4 cup all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon white sugar\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "1/8 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-4 \"1/8 teaspoon baking powder\" )" + }, + { + "id": "ing-5", + "text": "4 tablespoons unsalted butter", + "type": "ingredient", + "eamr": "( ing-5 \"4 tablespoons unsalted butter\" )" + }, + { + "id": "ing-6", + "text": "5 tablespoons shortening", + "type": "ingredient", + "eamr": "( ing-6 \"5 tablespoons shortening\" )" + }, + { + "id": "ing-7", + "text": "1 egg yolk", + "type": "ingredient", + "eamr": "( ing-7 \"1 egg yolk\" )" + }, + { + "id": "ing-8", + "text": "2 teaspoons distilled white vinegar", + "type": "ingredient", + "eamr": "( ing-8 \"2 teaspoons distilled white vinegar\" )" + }, + { + "id": "ing-9", + "text": "3 cubes ice", + "type": "ingredient", + "eamr": "( ing-9 \"3 cubes ice\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup cold water", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup cold water\" )" + }, + { + "id": "inst-0", + "text": "0) Measure butter and shortening onto a plate, put into freezer for about 20 minutes.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Measure\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"butter\"@11:17 / FOOD )\r\n\t\t:ppt ( ing-6 \"shortening\"@22:32 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a plate\"@38:45 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"put\"@47:50 / AC\r\n\t\t:gol ( tool-0-1 \"freezer\"@56:63 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-0-0 \"20 minutes\"@74:84 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Measure cake flour, all-purpose flour, sugar, salt and baking powder into the bowl of a food processor.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Measure\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"cake flour\"@11:21 / FOOD )\r\n\t\t:ppt ( ing-1 \"all-purpose flour\"@23:40 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar\"@42:47 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@49:53 / FOOD )\r\n\t\t:ppt ( ing-4 \"baking powder\"@58:71 / FOOD )\r\n\t\t:gol ( tool-1-0 \"the bowl of a food processor\"@-1:-1 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Pulse for a few seconds to mix.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Pulse\"@3:8 / AC\r\n\t\t:duration ( dur-2-0 \"a few seconds\"@13:26 / DUR )\r\n\t\t:prp ( purp-2-0 \"to mix\"@27:33 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Take 1/2 of the cold butter and 1/2 of the cold shortening, put into processor with dry ingredients and pulse off and on for about 1 minute.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Take\"@3:7 / AC\r\n\t\t:ppt ( \"1/2 of the cold butter\"@8:30 / FOOD )\r\n\t\t:ppt ( \"1/2 of the cold shortening\"@35:61 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"put\"@63:66 / AC\r\n\t\t:gol ( tool-3-0 \"processor\"@72:81 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"dry ingredients\"@87:102 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"pulse\"@107:112 / AC\r\n\t\t:duration ( dur-3-0 \"1 minute\"@134:142 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Scrape down twice while doing this.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Scrape\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:while ( \"doing this\"@-1:-1 / TODO )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Take remainder of the cold butter and cold shortening and cut in very briefly with the processor, leaving visible pea-sized chunks.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Take\"@3:7 / AC\r\n\t\t:ppt ( \"remainder of the cold butter\"@8:36 / FOOD )\r\n\t\t:ppt ( \"cold shortening\"@41:56 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cut in\"@61:67 / AC\r\n\t\t:heat ( tool-5-0 \"the processor\"@86:99 / TOOL )\r\n\t\t:simultaneous ( NULL / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"leaving\"@101:108 / AC\r\n\t\t:ppt ( \"visible pea-sized chunks\"@109:133 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) In a measuring cup, mix egg yolk and vinegar together, add ice cubes and water.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"mix\"@23:26 / AC\r\n\t\t:loc ( tool-6-0 \"a measuring cup\"@6:21 / TOOL )\r\n\t\t:ppt ( ing-7 \"egg yolk\"@27:35 / FOOD )\r\n\t\t:ppt ( ing-8 \"vinegar\"@40:47 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"add\"@58:61 / AC\r\n\t\t:ppt ( ing-9 \"ice cubes\"@62:71 / FOOD )\r\n\t\t:ppt ( ing-10 \"water\"@76:81 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Let this get chilled, about 3 to 4 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"chilled\"@16:23 / AC\r\n\t\t:duration ( dur-7-0 \"3 to 4 minutes\"@31:45 / DUR )\r\n\t\t:ppt ( \"this\"@7:11 / PRONOUN\r\n\t\t\t:ref ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove mixed flours and shortening from processor, put into a large mixing bowl.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"mixed flours\"@10:22 / FOOD )\r\n\t\t:ppt ( \"shortening\"@27:37 / FOOD )\r\n\t\t:source ( tool-8-0 \"processor\"@43:52 / TOOL )\r\n\t)\r\n\t:inform ( ac-8-1 \"put\"@54:57 / AC\r\n\t\t:gol ( tool-8-1 \"a large mixing bowl\"@63:82 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Sprinkle approximately 4 to 5 tablespoons of this egg, water, vinegar mixture, a little at a time, mixing gently with a fork.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Sprinkle\"@-1:-1 / AC\r\n\t\t:ppt ( \"4 to 5 tablespoons of this egg\"@-1:-1 / FOOD )\r\n\t\t:ppt ( \"water\"@-1:-1 / FOOD )\r\n\t\t:ppt ( \"vinegar mixture\"@-1:-1 / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"mixing\"@-1:-1 / AC\r\n\t\t:heat ( tool-9-0 \"a fork\"@-1:-1 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) The key to this is, you do not want a wet dough, and you do not want to overmix.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( \"you do not want a wet dough\"@-1:-1 / TODO )\r\n\t:inform ( \"you do not want to overmix\"@-1:-1 / TODO )\r\n)" + }, + { + "id": "inst-11", + "text": "11) Place this dough into plastic wrap or plastic bag, chill in refrigerator for a few minutes.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"this dough\"@10:20 / FOOD )\r\n\t\t:gol ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-11-0 \"plastic wrap\"@26:38 / TOOL )\r\n\t\t\t:option ( tool-11-1 \"plastic bag\"@42:53 / TOOL )\r\n\t\t)\r\n\t)\r\n\t:inform ( ac-11-1 \"chill\"@55:60 / AC\r\n\t\t:loc ( tool-11-2 \"refrigerator\"@64:76 / TOOL )\r\n\t\t:duration ( dur-11-0 \"a few minutes\"@81:94 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Remove from refrigerator and roll out.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Remove\"@4:10 / AC\r\n\t\t:source ( tool-12-0 \"refrigerator\"@16:28 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-12-1 \"roll out\"@33:41 / AC )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/018_Easiest_Salad_Dressing.json b/ai_talks/AMUseBotBackend/recipe/018_Easiest_Salad_Dressing.json new file mode 100644 index 0000000..2f4945b --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/018_Easiest_Salad_Dressing.json @@ -0,0 +1,42 @@ +{ + "id": "018", + "title": "Easiest Salad Dressing", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup mayonnaise\" )" + }, + { + "id": "ing-1", + "text": "3 teaspoons milk", + "type": "ingredient", + "eamr": "( ing-1 \"3 teaspoons milk\" )" + }, + { + "id": "ing-2", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-3", + "text": "1 pinch ground black pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1 pinch ground black pepper\" )" + }, + { + "id": "inst-0", + "text": "0) Combine the mayonnaise, milk, salt and pepper in a jar with a tight fitting lid.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"the mayonnaise\"@11:25 / FOOD )\r\n\t\t:ppt ( ing-1 \"milk\"@27:31 / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@33:37 / FOOD )\r\n\t\t:ppt ( ing-3 \"pepper\"@42:48 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a jar with a tight fitting lid\"@52:82 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Shake vigorously to mix, then pour over your salad.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Shake\"@3:8 / AC\r\n\t\t:prp ( purp-1-0 \"to mix\"@20:26 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"pour\"@33:37 / AC\r\n\t\t:gol ( \"your salad\"@43:53 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/019_Black_Bean_Lasagna_Rolls.json b/ai_talks/AMUseBotBackend/recipe/019_Black_Bean_Lasagna_Rolls.json new file mode 100644 index 0000000..0421b63 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/019_Black_Bean_Lasagna_Rolls.json @@ -0,0 +1,114 @@ +{ + "id": "019", + "title": "Black Bean Lasagna Rolls", + "content": [ + { + "id": "ing-0", + "text": "8 lasagna noodles, uncooked", + "type": "ingredient", + "eamr": "( ing-0 \"8 lasagna noodles, uncooked\" )" + }, + { + "id": "ing-1", + "text": "1 cup shredded reduced-fat Monterey Jack cheese", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup shredded reduced-fat Monterey Jack cheese\" )" + }, + { + "id": "ing-2", + "text": "1 (15 ounce) container part-skim ricotta cheese", + "type": "ingredient", + "eamr": "( ing-2 \"1 (15 ounce) container part-skim ricotta cheese\" )" + }, + { + "id": "ing-3", + "text": "1 (4.5 ounce) can chopped green chiles, drained", + "type": "ingredient", + "eamr": "( ing-3 \"1 (4.5 ounce) can chopped green chiles, drained\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon chili powder", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon chili powder\" )" + }, + { + "id": "ing-5", + "text": "1/8 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/8 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "2 cups drained canned no-salt-added black beans", + "type": "ingredient", + "eamr": "( ing-6 \"2 cups drained canned no-salt-added black beans\" )" + }, + { + "id": "ing-7", + "text": "Cooking spray", + "type": "ingredient", + "eamr": "( ing-7 \"Cooking spray\" )" + }, + { + "id": "ing-8", + "text": "1 (15.5 ounce) jar no-salt-added salsa", + "type": "ingredient", + "eamr": "( ing-8 \"1 (15.5 ounce) jar no-salt-added salsa\" )" + }, + { + "id": "ing-9", + "text": "Fresh cilantro sprigs (optional)", + "type": "ingredient", + "eamr": "( ing-9 \"Fresh cilantro sprigs (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) Cook lasagna noodles according to package directions, omitting salt and fat; drain well.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"lasagna noodles\"@8:23 / FOOD )\r\n\t\t:mnr ( cond-0-0 \"according to package directions\"@37:55 / CONDITION_CLAUSE )\r\n\t\t:simultaneous ( ac-0-1 \"omitting\"@57:65 / AC\r\n\t\t\t:ppt ( \"salt\"@66:70 / FOOD )\r\n\t\t\t:ppt ( \"fat\"@75:78 / FOOD )\r\n\t\t)\r\n\t)\r\n\t:inform ( ac-0-2 \"drain\"@80:85 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Combine cheeses and next 3 ingredients, stirring well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( \"cheeses\"@11:18 / FOOD\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t)\r\n\t\t:ppt ( \"next 3 ingredients\"@23:41 / FOOD\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t)\r\n\t\t:simultaneous ( ac-1-1 \"stirring\"@43:51 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Spread cheese mixture over one side of each noodle.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( \"cheese mixture\"@10:24 / FOOD )\r\n\t\t:gol ( \"one side of each noodle\"@30:53 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Spoon black beans evenly over cheese mixture.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( ing-6 \"black beans\"@9:20 / FOOD )\r\n\t\t:gol ( \"cheese mixture\"@33:47 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Roll up noodles, jellyroll fashion, beginning at narrow ends.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( \"noodles\"@11:18 / FOOD )\r\n\t\t:ppt ( \"jellyroll fashion\"@20:37 / FOOD )\r\n\t\t:simultaneous ( ac-4-1 \"beginning at\"@-1:-1 / AC\r\n\t\t\t:ppt ( \"narrow ends\"@-1:-1 / OTHER )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place lasagna rolls, seam sides down, in an 11- x 7- x 11/2-inch baking dish coated with cooking spray.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"lasagna rolls\"@9:22 / FOOD )\r\n\t\t:gol ( tool-5-0 \"an 11- x 7- x 11/2-inch baking dish\"@44:79 / TOOL\r\n\t\t\t:TODO ( ing-7 \"coated with cooking spray\"@80:105 / OTHER )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cover and bake at 350 degrees for 25 minutes or until thoroughly heated.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"bake\"@13:17 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-6-0 \"350 degrees\"@21:32 / TEMPERATURE )\r\n\t\t:duration ( dur-6-0 \"25 minutes\"@37:47 / DUR )\r\n\t\t:until ( cond-6-0 \"until thoroughly heated\"@51:74 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) To serve, spoon salsa evenly over rolls, and garnish with cilantro sprigs, if desired.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n :inform ( \"spoon\"@13:18 / AC\r\n :ppt ( \"salsa\"@19:24 / FOOD )\r\n :gol ( \"rolls\"@37:42 / FOOD )\r\n :prp ( \"To serve\"@3:11 / PURPOSE_CLAUSE )\r\n )\r\n :inform ( \"garnish\"@48:55 / AC\r\n :ppt ( \"cilantro sprigs\"@61:76 / FOOD )\r\n :duration ( \"if desired\"@78:88 / CONDITION_CLAUSE )\r\n :ppt( NULL / FOOD )\r\n )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/020_Alaskan_Halibut_Lasagna.json b/ai_talks/AMUseBotBackend/recipe/020_Alaskan_Halibut_Lasagna.json new file mode 100644 index 0000000..70294e5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/020_Alaskan_Halibut_Lasagna.json @@ -0,0 +1,156 @@ +{ + "id": "020", + "title": "Alaskan Halibut Lasagna", + "content": [ + { + "id": "ing-0", + "text": "6 tablespoons butter or margarine, divided", + "type": "ingredient", + "eamr": "( ing-0 \"6 tablespoons butter or margarine, divided\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 pounds halibut steaks, bones removed and cut into 1 inch cubes", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 pounds halibut steaks, bones removed and cut into 1 inch cubes\" )" + }, + { + "id": "ing-2", + "text": "2 garlic cloves, minced", + "type": "ingredient", + "eamr": "( ing-2 \"2 garlic cloves, minced\" )" + }, + { + "id": "ing-3", + "text": "3/4 teaspoon dried thyme", + "type": "ingredient", + "eamr": "( ing-3 \"3/4 teaspoon dried thyme\" )" + }, + { + "id": "ing-4", + "text": "1/3 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"1/3 cup all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1 1/2 cups chicken broth", + "type": "ingredient", + "eamr": "( ing-6 \"1 1/2 cups chicken broth\" )" + }, + { + "id": "ing-7", + "text": "1 cup heavy whipping cream", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup heavy whipping cream\" )" + }, + { + "id": "ing-8", + "text": "8 ounces lasagna noodles, cooked and drained", + "type": "ingredient", + "eamr": "( ing-8 \"8 ounces lasagna noodles, cooked and drained\" )" + }, + { + "id": "ing-9", + "text": "2 cups shredded Swiss cheese", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups shredded Swiss cheese\" )" + }, + { + "id": "ing-10", + "text": "Minced fresh parsley", + "type": "ingredient", + "eamr": "( ing-10 \"Minced fresh parsley\" )" + }, + { + "id": "inst-0", + "text": "0) In a large skillet over medium heat, melt 2 tablespoons butter.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"melt\"@40:44 / AC\r\n\t\t:ppt ( ing-0 \"2 tablespoons butter\"@45:65 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@6:21 / TOOL )\r\n\t\t:heat ( \"medium heat\"@27:38 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add halibut, garlic and thyme.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-1 \"halibut\"@7:14 / FOOD )\r\n\t\t:ppt ( ing-2 \"garlic\"@16:22 / FOOD )\r\n\t\t:ppt ( ing-3 \"thyme\"@27:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cook until fish flakes easily with a fork, about 10 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cook\"@3:7 / AC\r\n\t\t:until ( cond-2-0 \"until fish flakes easily with a fork\"@8:44 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"10 minutes\"@52:62 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove and set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"set aside\"@14:23 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add the remaining butter to the skillet.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-0 \"the remaining butter\"@7:27 / FOOD )\r\n\t\t:ppt ( tool-4-0 \"the skillet\"@31:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in flour and salt until smooth; cook and stir until golden brown.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@21:25 / FOOD )\r\n\t\t:duration ( cond-5-0 \"until smooth\"@26:38 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cook\"@40:44 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( cond-5-1 \"until golden brown\"@54:72 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-5-2 \"stir\"@49:53 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Gradually add broth and cream.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"add\"@13:16 / AC\r\n\t\t:ppt ( ing-6 \"broth\"@17:22 / FOOD )\r\n\t\t:ppt ( ing-7 \"cream\"@27:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bring to a boil; cook and stir for 2 minutes or until thickened.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bring to a boil\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"cook\"@20:24 / AC\r\n\t\t:duration ( dur-7-0 \"2 minutes\"@38:47 / DUR )\r\n\t\t:until ( cond-7-0 \"until thickened\"@51:66 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-2 \"stir\"@29:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) In a greased 13-in baking dish, layer half of the noodles, halibut, white sauce and cheese.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"layer\"@35:40 / AC\r\n\t\t:ppt ( ing-8 \"half of the noodles\"@41:60 / FOOD )\r\n\t\t:ppt ( \"halibut\"@62:69 / FOOD )\r\n\t\t:ppt ( \"white sauce\"@71:82 / FOOD )\r\n\t\t:ppt ( ing-9 \"cheese\"@87:93 / FOOD )\r\n\t\t:loc ( tool-8-0 \"a greased 13-in baking dish\"@6:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Repeat layers.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Repeat\"@4:10 / AC\r\n\t\t:ppt ( \"layers\"@11:17 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Cover and bake at 350 degrees F for 20 minutes.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"bake\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-10-0 \"350 degrees F\"@22:35 / TEMPERATURE )\r\n\t\t:duration ( dur-10-0 \"20 minutes\"@40:50 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Uncover; bake 20 minutes longer or until bubbly.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Uncover\"@4:11 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"bake\"@13:17 / AC\r\n\t\t:duration ( dur-11-0 \"20 minutes\"@18:28 / DUR )\r\n\t\t:until ( cond-11-0 \"until bubbly\"@39:51 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Let stand 15 minutes before serving.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"stand\"@8:13 / AC\r\n\t\t:duration ( dur-12-0 \"15 minutes\"@14:24 / DUR )\r\n\t\t:duration ( cond-12-0 \"before serving\"@25:39 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Sprinkle with parsley if desired.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Sprinkle\"@4:12 / AC\r\n\t\t:ppt ( ing-10 \"parsley\"@18:25 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/021_Cupids_Cookies.json b/ai_talks/AMUseBotBackend/recipe/021_Cupids_Cookies.json new file mode 100644 index 0000000..7c6e89a --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/021_Cupids_Cookies.json @@ -0,0 +1,168 @@ +{ + "id": "021", + "title": "Cupids Cookies", + "content": [ + { + "id": "ing-0", + "text": "1 cup butter", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup butter\" )" + }, + { + "id": "ing-1", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-2 \"1 egg\" )" + }, + { + "id": "ing-3", + "text": "1 1/2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "2 1/2 cups sifted all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 1/2 cups sifted all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1 cup rolled oats", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup rolled oats\" )" + }, + { + "id": "ing-7", + "text": "1/4 teaspoon peppermint extract", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 teaspoon peppermint extract\" )" + }, + { + "id": "ing-8", + "text": "3 drops red food coloring", + "type": "ingredient", + "eamr": "( ing-8 \"3 drops red food coloring\" )" + }, + { + "id": "ing-9", + "text": "2 tablespoons confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-9 \"2 tablespoons confectioners' sugar\" )" + }, + { + "id": "ing-10", + "text": "5 (1.5 ounce) bars milk chocolate candy", + "type": "ingredient", + "eamr": "( ing-10 \"5 (1.5 ounce) bars milk chocolate candy\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium bowl, cream together butter or margarine and white sugar until light and fluffy.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cream\"@21:26 / AC\r\n\t\t:ppt ( ing-0 \"butter\"@36:42 / FOOD )\r\n\t\t:ppt ( ing-0 \"margarine\"@46:55 / FOOD )\r\n\t\t:ppt ( ing-1 \"white sugar\"@60:71 / FOOD )\r\n\t\t:until ( cond-0-0 \"until light and fluffy\"@72:94 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-0-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Blend in egg and vanilla.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Blend in\"@3:11 / AC\r\n\t\t:ppt ( ing-2 \"egg\"@12:15 / FOOD )\r\n\t\t:ppt ( ing-3 \"vanilla\"@20:27 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Sift together flour and salt.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@17:22 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@27:31 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add to creamed mixture and mix well.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"creamed mixture\"@10:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"mix\"@30:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in oats.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"oats\"@11:15 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Divide dough in half.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Divide\"@3:9 / AC\r\n\t\t:ppt ( \"dough\"@10:15 / FOOD )\r\n\t\t:todo ( \"half\"@19:23 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add peppermint extract and a few drops of food color to half of dough.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-7 \"peppermint extract\"@7:25 / FOOD )\r\n\t\t:ppt ( ing-8 \"a few drops of food color\"@30:55 / FOOD )\r\n\t\t:ppt ( \"half of dough\"@59:72 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Chill for several hours.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Chill\"@3:8 / AC\r\n\t\t:duration ( dur-7-0 \"several hours\"@13:26 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-8-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-8-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-8-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Roll out each half of dough to 1/8 inch thickness on surface sprinkled lightly with confectioners' sugar.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Roll out\"@-1:-1 / AC\r\n\t\t:ppt ( \"each half of dough\"@-1:-1 / FOOD )\r\n\t\t:loc ( ing-9 \"surface sprinkled lightly with confectioners' sugar\"@-1:-1 / TOOL )\r\n\t\t:todo ( \"1/8 inch thickness\"@-1:-1 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Cut out half of each color with the 2 1/2 inch heart shaped cookie cutter, and half with a 1 1/2 inch cookie cutter.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cut out\"@4:11 / AC\r\n\t\t:instrument ( tool-10-0 \"the 2 1/2 inch heart shaped cookie cutter\"@36:77 / TOOL )\r\n\t\t:todo ( \"half of each color\"@12:30 / FOOD )\r\n\t\t:todo ( \"half\"@83:87 / FOOD )\r\n\t\t:instrument ( tool-10-1 \"a 1 1/2 inch cookie cutter\"@93:119 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Place them on unprepared cookie sheets.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"them\"@10:14 / PRONOUN\r\n\t\t\t:ref ( NULL / FOOD )\r\n\t\t)\r\n\t\t:gol ( tool-11-0 \"unprepared cookie sheets\"@18:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Bake for 10 to 12 minutes in the preheated oven.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-12-0 \"10 to 12 minutes\"@13:29 / DUR )\r\n\t\t:heat ( tool-12-0 \"the preheated oven\"@33:51 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Remove from oven and place 1 one square (1/8) of a chocolate bar onto the center of each large heart.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Remove\"@4:10 / AC\r\n\t\t:source ( tool-13-0 \"oven\"@16:20 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-13-1 \"place\"@25:30 / AC\r\n\t\t:ppt ( ing-10 \"1 one square (1/8) of a chocolate bar\"@31:68 / FOOD )\r\n\t\t:gol ( \"the center of each large heart\"@74:104 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Place small heart on top and press lightly to secure.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"small heart\"@10:21 / FOOD )\r\n\t\t:gol ( \"top\"@25:28 / FOOD )\r\n\t)\r\n\t:inform ( ac-14-1 \"press\"@33:38 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-14-0 \"to secure\"@47:56 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Transfer to rack to cool.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Transfer\"@4:12 / AC\r\n\t\t:gol ( tool-15-0 \"rack\"@16:20 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-15-0 \"to cool\"@21:28 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/022_Artichoke_and_Sun_dried_Tomato_Chicken.json b/ai_talks/AMUseBotBackend/recipe/022_Artichoke_and_Sun_dried_Tomato_Chicken.json new file mode 100644 index 0000000..d9eb768 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/022_Artichoke_and_Sun_dried_Tomato_Chicken.json @@ -0,0 +1,90 @@ +{ + "id": "022", + "title": "Artichoke and Sun dried Tomato Chicken", + "content": [ + { + "id": "ing-0", + "text": "4 skinless, boneless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-0 \"4 skinless, boneless chicken breast halves\" )" + }, + { + "id": "ing-1", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-1 \"salt and pepper to taste\" )" + }, + { + "id": "ing-2", + "text": "2 teaspoons olive oil", + "type": "ingredient", + "eamr": "( ing-2 \"2 teaspoons olive oil\" )" + }, + { + "id": "ing-3", + "text": "1 (14.5 ounce) can diced tomatoes with green peppers and onions", + "type": "ingredient", + "eamr": "( ing-3 \"1 (14.5 ounce) can diced tomatoes with green peppers and onions\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup sun-dried tomato pesto", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup sun-dried tomato pesto\" )" + }, + { + "id": "ing-5", + "text": "1 (14 ounce) can artichoke hearts in water, drained and quartered", + "type": "ingredient", + "eamr": "( ing-5 \"1 (14 ounce) can artichoke hearts in water, drained and quartered\" )" + }, + { + "id": "inst-0", + "text": "0) Season both sides of chicken breasts with salt and pepper.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( ing-0 \"both sides of chicken breasts\"@10:39 / FOOD )\r\n\t\t:ppt ( ing-1 \"salt\"@45:49 / FOOD )\r\n\t\t:ppt ( ing-1 \"pepper\"@54:60 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Heat oil in a large skillet over medium-high heat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a large skillet\"@15:30 / TOOL )\r\n\t\t:heat ( \"medium-high heat\"@36:52 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place chicken in skillet; cook, turning once to brown each side.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"chicken\"@9:16 / FOOD )\r\n\t\t:gol ( tool-2-0 \"skillet\"@20:27 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"cook\"@29:33 / AC\r\n\t\t:simultaneous ( ac-2-2 \"turning\"@35:42 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t\t:prp ( purp-2-0 \"to brown each side\"@48:66 / PURPOSE_CLAUSE )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove chicken from pan, and set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"set aside\"@32:41 / AC\r\n\t\t:ppt ( ac-3-1 \"Remove\"@3:9 / AC\r\n\t\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t\t:source ( tool-3-0 \"pan\"@23:26 / TOOL )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pour tomatoes into pan; cook for 1 minute, stirring constantly, and incorporating any brown bits from bottom of pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( ing-3 \"tomatoes\"@8:16 / FOOD )\r\n\t\t:gol ( tool-4-0 \"pan\"@22:25 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook\"@27:31 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-4-2 \"stirring\"@46:54 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t\t:duration ( dur-4-0 \"1 minute\"@36:44 / DUR )\r\n\t\t:simultaneous ( ac-4-3 \"incorporating\"@71:84 / AC\r\n\t\t\t:ppt ( \"any brown bits\"@85:99 / FOOD\r\n\t\t\t\t:todo ( tool-4-1 \"bottom of pan\"@105:118 / TOOL )\r\n\t\t\t)\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in pesto and artichokes, and return chicken to pan.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"pesto\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-5 \"artichokes\"@21:31 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"return\"@37:43 / AC\r\n\t\t:ppt ( \"chicken\"@44:51 / FOOD )\r\n\t\t:gol ( tool-5-0 \"pan\"@55:58 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cover, and reduce heat to medium.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"reduce\"@14:20 / AC\r\n\t\t:ppt ( \"heat\"@21:25 / OTHER )\r\n\t\t:gol ( temp-6-0 \"medium\"@29:35 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Simmer for 5 to 10 minutes, or until chicken is cooked through.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Simmer\"@3:9 / AC\r\n\t\t:duration ( dur-7-0 \"5 to 10 minutes\"@14:29 / DUR )\r\n\t\t:until ( cond-7-0 \"until chicken is cooked through\"@34:65 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/023_Caramel_Chocolate_Corn.json b/ai_talks/AMUseBotBackend/recipe/023_Caramel_Chocolate_Corn.json new file mode 100644 index 0000000..cd2d7ba --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/023_Caramel_Chocolate_Corn.json @@ -0,0 +1,150 @@ +{ + "id": "023", + "title": "Caramel Chocolate Corn", + "content": [ + { + "id": "ing-0", + "text": "16 cups popped popcorn", + "type": "ingredient", + "eamr": "( ing-0 \"16 cups popped popcorn\" )" + }, + { + "id": "ing-1", + "text": "1 cup roasted peanuts", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup roasted peanuts\" )" + }, + { + "id": "ing-2", + "text": "1 cup brown sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup brown sugar\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup butter", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup butter\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup light corn syrup", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup light corn syrup\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon baking soda\" )" + }, + { + "id": "ing-8", + "text": "1 cup milk chocolate chips", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup milk chocolate chips\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon shortening", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon shortening\" )" + }, + { + "id": "inst-0", + "text": "0) Grease cookie sheets.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Grease\"@3:9 / AC\r\n\t\t:ppt ( tool-0-0 \"cookie sheets\"@10:23 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place popcorn and peanuts in a paper bag.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"popcorn\"@9:16 / FOOD )\r\n\t\t:ppt ( ing-1 \"peanuts\"@21:28 / FOOD )\r\n\t\t:gol ( tool-1-0 \"a paper bag\"@32:43 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Set aside.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Set aside\"@3:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a microwave safe bowl, combine sugar, butter, corn syrup, vanilla and salt.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"combine\"@29:36 / AC\r\n\t\t:loc ( tool-3-0 \"a microwave safe bowl\"@6:27 / TOOL )\r\n\t\t:ppt ( ing-2 \"sugar\"@37:42 / FOOD )\r\n\t\t:ppt ( ing-3 \"butter\"@44:50 / FOOD )\r\n\t\t:ppt ( ing-4 \"corn syrup\"@52:62 / FOOD )\r\n\t\t:ppt ( ing-5 \"vanilla\"@64:71 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@76:80 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Microwave 4 minutes, until bubbly.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Microwave\"@3:12 / AC\r\n\t\t:duration ( dur-4-0 \"4 minutes\"@13:22 / DUR )\r\n\t\t:until ( cond-4-0 \"until bubbly\"@24:36 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in baking soda.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-7 \"baking soda\"@11:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour over popcorn mixture and shake bag to coat.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"popcorn mixture\"@13:28 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"shake\"@33:38 / AC\r\n\t\t:ppt ( tool-6-0 \"bag\"@39:42 / TOOL )\r\n\t\t:prp ( purp-6-0 \"to coat\"@43:50 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Roll down edges of bag and place bag in microwave.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Roll down\"@3:12 / AC\r\n\t\t:ppt ( tool-7-0 \"edges of bag\"@13:25 / TOOL )\r\n\t)\r\n\t:inform ( ac-7-1 \"place\"@30:35 / AC\r\n\t\t:ppt ( tool-7-1 \"bag\"@36:39 / TOOL )\r\n\t\t:gol ( tool-7-2 \"microwave\"@43:52 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Heat for 2 minutes, shaking three times to mix.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Heat\"@3:7 / AC\r\n\t\t:duration ( dur-8-0 \"2 minutes\"@12:21 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"shaking\"@23:30 / AC\r\n\t\t:duration ( dur-8-1 \"three times\"@31:42 / DUR )\r\n\t\t:prp ( purp-8-0 \"to mix\"@43:49 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Spread mixture onto prepared sheets to cool.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Spread\"@4:10 / AC\r\n\t\t:ppt ( \"mixture\"@11:18 / FOOD )\r\n\t\t:gol ( tool-9-0 \"prepared sheets\"@24:39 / TOOL )\r\n\t\t:prp ( purp-9-0 \"to cool\"@40:47 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) In a microwave safe bowl, combine chocolate and shortening.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"combine\"@30:37 / AC\r\n\t\t:ppt ( ing-8 \"chocolate\"@38:47 / FOOD )\r\n\t\t:ppt ( ing-9 \"shortening\"@52:62 / FOOD )\r\n\t\t:loc ( tool-10-0 \"a microwave safe bowl\"@7:28 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Microwave 90 seconds, stirring once, until melted.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Microwave\"@4:13 / AC\r\n\t\t:duration ( dur-11-0 \"90 seconds\"@14:24 / DUR )\r\n\t\t:until ( cond-11-0 \"until melted\"@41:53 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"stirring\"@26:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Drizzle over popcorn mixture.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Drizzle\"@4:11 / AC\r\n\t\t:gol ( \"popcorn mixture\"@17:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Let cool before serving.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"cool\"@8:12 / AC\r\n\t\t:duration ( cond-13-0 \"before serving\"@13:27 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/024_Awesome_Turkey_Sandwich.json b/ai_talks/AMUseBotBackend/recipe/024_Awesome_Turkey_Sandwich.json new file mode 100644 index 0000000..a1f3592 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/024_Awesome_Turkey_Sandwich.json @@ -0,0 +1,96 @@ +{ + "id": "024", + "title": "Awesome Turkey Sandwich", + "content": [ + { + "id": "ing-0", + "text": "2 slices whole wheat bread, toasted (optional)", + "type": "ingredient", + "eamr": "( ing-0 \"2 slices whole wheat bread, toasted (optional)\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon mayonnaise", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon mayonnaise\" )" + }, + { + "id": "ing-2", + "text": "2 teaspoons Dijon-style prepared mustard", + "type": "ingredient", + "eamr": "( ing-2 \"2 teaspoons Dijon-style prepared mustard\" )" + }, + { + "id": "ing-3", + "text": "3 slices smoked turkey breast", + "type": "ingredient", + "eamr": "( ing-3 \"3 slices smoked turkey breast\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons guacamole", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons guacamole\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup mixed salad greens", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup mixed salad greens\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup bean sprouts", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup bean sprouts\" )" + }, + { + "id": "ing-7", + "text": "1/4 avocado - peeled, pitted and sliced", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 avocado - peeled, pitted and sliced\" )" + }, + { + "id": "ing-8", + "text": "3 ounces Colby-Monterey Jack cheese, sliced", + "type": "ingredient", + "eamr": "( ing-8 \"3 ounces Colby-Monterey Jack cheese, sliced\" )" + }, + { + "id": "ing-9", + "text": "2 slices tomato", + "type": "ingredient", + "eamr": "( ing-9 \"2 slices tomato\" )" + }, + { + "id": "inst-0", + "text": "0) Spread mayonnaise on one slice of toast, then spread mustard on the other.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( ing-1 \"mayonnaise\"@10:20 / FOOD )\r\n\t\t:gol ( ing-0 \"one slice of toast\"@24:42 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-1 \"spread\"@49:55 / AC\r\n\t\t:ppt ( ing-2 \"mustard\"@56:63 / FOOD )\r\n\t\t:gol ( ing-0 \"the other\"@67:76 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Arrange the sliced turkey on one side.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"the sliced turkey\"@11:28 / FOOD )\r\n\t\t:gol ( \"one side\"@32:40 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Spread guacamole over the turkey.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( ing-4 \"guacamole\"@10:19 / FOOD )\r\n\t\t:gol ( \"the turkey\"@25:35 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pile on the salad greens, bean sprouts, avocado and cheese.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pile\"@3:7 / AC\r\n\t\t:ppt ( ing-5 \"the salad greens\"@11:27 / FOOD )\r\n\t\t:ppt ( ing-6 \"bean sprouts\"@29:41 / FOOD )\r\n\t\t:ppt ( ing-7 \"avocado\"@43:50 / FOOD )\r\n\t\t:ppt ( ing-8 \"cheese\"@55:61 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Finish with tomato slices, then place the remaining slice of toast on top.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Finish\"@3:9 / AC\r\n\t\t:ppt ( ing-9 \"tomato slices\"@15:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"place\"@35:40 / AC\r\n\t\t:ppt ( \"the remaining slice of toast\"@41:69 / FOOD )\r\n\t\t:gol ( \"top\"@73:76 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/025_Cheddar_Artichoke_Quiche_Cups.json b/ai_talks/AMUseBotBackend/recipe/025_Cheddar_Artichoke_Quiche_Cups.json new file mode 100644 index 0000000..069f805 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/025_Cheddar_Artichoke_Quiche_Cups.json @@ -0,0 +1,126 @@ +{ + "id": "025", + "title": "Cheddar Artichoke Quiche Cups", + "content": [ + { + "id": "ing-0", + "text": "1 (7.5 ounce) jar marinated artichoke hearts", + "type": "ingredient", + "eamr": "( ing-0 \"1 (7.5 ounce) jar marinated artichoke hearts\" )" + }, + { + "id": "ing-1", + "text": "1 small onion, finely chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1 small onion, finely chopped\" )" + }, + { + "id": "ing-2", + "text": "1 garlic clove, minced", + "type": "ingredient", + "eamr": "( ing-2 \"1 garlic clove, minced\" )" + }, + { + "id": "ing-3", + "text": "4 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-3 \"4 eggs, beaten\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup dry bread crumbs", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup dry bread crumbs\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon ground mustard", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon ground mustard\" )" + }, + { + "id": "ing-6", + "text": "1/8 teaspoon dried oregano", + "type": "ingredient", + "eamr": "( ing-6 \"1/8 teaspoon dried oregano\" )" + }, + { + "id": "ing-7", + "text": "1/8 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1/8 teaspoon pepper\" )" + }, + { + "id": "ing-8", + "text": "1/8 teaspoon hot pepper sauce", + "type": "ingredient", + "eamr": "( ing-8 \"1/8 teaspoon hot pepper sauce\" )" + }, + { + "id": "ing-9", + "text": "2 (8 ounce) packages shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-9 \"2 (8 ounce) packages shredded Cheddar cheese\" )" + }, + { + "id": "ing-10", + "text": "2 tablespoons minced fresh parsley", + "type": "ingredient", + "eamr": "( ing-10 \"2 tablespoons minced fresh parsley\" )" + }, + { + "id": "inst-0", + "text": "0) Drain artichokes, reserving half of the marinade.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Drain\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"artichokes\"@9:19 / FOOD )\r\n\t\t:simultaneous ( ac-0-1 \"reserving\"@21:30 / AC\r\n\t\t\t:ppt ( \"half of the marinade\"@31:51 / FOOD )\r\n\t\t)\r\n\t\t:_result drained-artichokes\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Chop artichokes; set aside.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Chop\"@3:7 / AC\r\n\t\t:ppt ( \"artichokes\"@8:18 / FOOD )\r\n\t\t:_result ( chopped_artichoke )\r\n\t)\r\n\t:inform ( ac-1-1 \"set\"@20:23 / AC\r\n\t\t:ppt ( chopped_artichoke / FOOD )\r\n\t\t:_result ( aside-artichoke )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a skillet, saute onion and garlic in reserved marinade until tender; set aside.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"saute\"@17:22 / AC\r\n\t\t:loc ( tool-2-0 \"a skillet\"@6:15 / TOOL )\r\n\t\t:ppt ( ing-1 \"onion\"@23:28 / FOOD )\r\n\t\t:ppt ( ing-2 \"garlic\"@33:39 / FOOD )\r\n\t\t:loc ( \"reserved marinade\"@43:60 / FOOD )\r\n\t\t:until ( cond-2-0 \"until tender\"@61:73 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-2-1 \"set aside\"@75:84 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a large bowl, combine the egg, bread crumbs, mustard, oregano, pepper and hot pepper sauce.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"combine\"@20:27 / AC\r\n\t\t:loc ( tool-3-0 \"In a large bowl\"@3:18 / TOOL )\r\n\t\t:ppt ( ing-3 \"the egg\"@28:35 / FOOD )\r\n\t\t:ppt ( ing-4 \"bread crumbs\"@37:49 / FOOD )\r\n\t\t:ppt ( ing-5 \"mustard\"@51:58 / FOOD )\r\n\t\t:ppt ( ing-6 \"oregano\"@60:67 / FOOD )\r\n\t\t:ppt ( ing-7 \"pepper\"@69:75 / FOOD )\r\n\t\t:ppt ( ing-8 \"hot pepper sauce\"@80:96 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in the cheese, parsley, reserved artichokes and onion mixture.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-9 \"the cheese\"@11:21 / FOOD )\r\n\t\t:ppt ( ing-10 \"parsley\"@23:30 / FOOD )\r\n\t\t:ppt ( \"reserved artichokes\"@32:51 / FOOD )\r\n\t\t:ppt ( \"onion mixture\"@56:69 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Fill miniature muffin cups three-fourths full.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Fill\"@3:7 / AC\r\n\t\t:ppt ( tool-5-0 \"miniature muffin cups\"@8:29 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake at 325 degrees F for 15-17 minutes or until set.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-6-0 \"325 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-6-0 \"15-17 minutes\"@29:42 / DUR )\r\n\t\t:until ( cond-6-0 \"until set\"@46:55 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cool for 5 minutes before removing from pan to wire racks.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cool\"@3:7 / AC\r\n\t\t:duration ( dur-7-0 \"5 minutes\"@12:21 / DUR )\r\n\t\t:duration ( cond-7-0 \"before removing from pan to wire racks\"@22:60 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Serve warm.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/026_British_Bread_Pudding.json b/ai_talks/AMUseBotBackend/recipe/026_British_Bread_Pudding.json new file mode 100644 index 0000000..1559084 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/026_British_Bread_Pudding.json @@ -0,0 +1,102 @@ +{ + "id": "026", + "title": "British Bread Pudding", + "content": [ + { + "id": "ing-0", + "text": "6 1/4 cups cubed whole wheat bread", + "type": "ingredient", + "eamr": "( ing-0 \"6 1/4 cups cubed whole wheat bread\" )" + }, + { + "id": "ing-1", + "text": "1 1/4 cups milk", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/4 cups milk\" )" + }, + { + "id": "ing-2", + "text": "1 egg, beaten", + "type": "ingredient", + "eamr": "( ing-2 \"1 egg, beaten\" )" + }, + { + "id": "ing-3", + "text": "1/3 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-3 \"1/3 cup butter, softened\" )" + }, + { + "id": "ing-4", + "text": "3/4 cup raisins", + "type": "ingredient", + "eamr": "( ing-4 \"3/4 cup raisins\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup dried mixed fruit", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup dried mixed fruit\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup brown sugar", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup brown sugar\" )" + }, + { + "id": "ing-7", + "text": "1 tablespoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-7 \"1 tablespoon ground nutmeg\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon ground cinnamon\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a large bowl, combine bread and milk, and set aside to soak for 5 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@20:27 / AC\r\n\t\t:loc ( tool-1-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-0 \"bread\"@28:33 / FOOD )\r\n\t\t:ppt ( ing-1 \"milk\"@38:42 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"set aside\"@48:57 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-1-0 \"to soak for 5 minutes\"@58:79 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Then stir in egg, butter, raisins, mixed fruit, brown sugar, nutmeg, and cinnamon.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"stir in\"@8:15 / AC\r\n\t\t:ppt ( ing-2 \"egg\"@16:19 / FOOD )\r\n\t\t:ppt ( ing-3 \"butter\"@21:27 / FOOD )\r\n\t\t:ppt ( ing-4 \"raisins\"@29:36 / FOOD )\r\n\t\t:ppt ( ing-5 \"mixed fruit\"@38:49 / FOOD )\r\n\t\t:ppt ( ing-6 \"brown sugar\"@51:62 / FOOD )\r\n\t\t:ppt ( ing-7 \"nutmeg\"@64:70 / FOOD )\r\n\t\t:ppt ( ing-8 \"cinnamon\"@76:84 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix well.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Press the mixture into a 9-inch square baking pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Press\"@3:8 / AC\r\n\t\t:ppt ( \"the mixture\"@9:20 / FOOD )\r\n\t\t:gol ( tool-4-0 \"a 9-inch square baking pan\"@26:53 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake in preheated oven until golden and firm to touch, about 35 minutes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-5-0 \"preheated oven\"@11:25 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-5-0 \"until golden and firm to touch\"@26:56 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-5-0 \"35 minutes\"@64:74 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Leave in baking pan to cool, then cut into squares.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Leave\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-6-0 \"baking pan\"@12:22 / TOOL )\r\n\t\t:prp ( purp-6-0 \"to cool\"@23:30 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-6-1 \"cut\"@37:40 / AC\r\n\t\t:todo ( \"squares\"@46:53 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/027_Baked_Spaghetti_Squash_Lasagna_Style.json b/ai_talks/AMUseBotBackend/recipe/027_Baked_Spaghetti_Squash_Lasagna_Style.json new file mode 100644 index 0000000..cd2d000 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/027_Baked_Spaghetti_Squash_Lasagna_Style.json @@ -0,0 +1,150 @@ +{ + "id": "027", + "title": "Baked Spaghetti Squash Lasagna Style", + "content": [ + { + "id": "ing-0", + "text": "1 spaghetti squash, halved lengthwise and seeded", + "type": "ingredient", + "eamr": "( ing-0 \"1 spaghetti squash, halved lengthwise and seeded\" )" + }, + { + "id": "ing-1", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1 onion, chopped\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons minced garlic", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons minced garlic\" )" + }, + { + "id": "ing-3", + "text": "2 (14 ounce) cans stewed tomatoes", + "type": "ingredient", + "eamr": "( ing-3 \"2 (14 ounce) cans stewed tomatoes\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon dried basil", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon dried basil\" )" + }, + { + "id": "ing-5", + "text": "1 cube vegetable bouillon", + "type": "ingredient", + "eamr": "( ing-5 \"1 cube vegetable bouillon\" )" + }, + { + "id": "ing-6", + "text": "black pepper to taste", + "type": "ingredient", + "eamr": "( ing-6 \"black pepper to taste\" )" + }, + { + "id": "ing-7", + "text": "1 (15 ounce) can black olives, chopped", + "type": "ingredient", + "eamr": "( ing-7 \"1 (15 ounce) can black olives, chopped\" )" + }, + { + "id": "ing-8", + "text": "1 cup shredded mozzarella cheese", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup shredded mozzarella cheese\" )" + }, + { + "id": "ing-9", + "text": "1 cup shredded Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-9 \"1 cup shredded Parmesan cheese\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 325 degrees F (165 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"325 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"165 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Spray a baking sheet with a thin layer of cooking spray.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Spray\"@3:8 / AC\r\n\t\t:gol ( tool-1-0 \"a baking sheet\"@9:23 / TOOL )\r\n\t\t:ppt ( \"a thin layer of cooking spray\"@29:58 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place squash halves cut side down on the baking sheet.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"squash halves\"@9:22 / FOOD )\r\n\t\t:mnr ( \"cut side down\"@23:36 / OTHER )\r\n\t\t:gol ( tool-2-0 \"the baking sheet\"@40:56 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Bake squash 35 minutes in the preheated oven, or until a knife can be easily inserted.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( \"squash\"@8:14 / FOOD )\r\n\t\t:duration ( dur-3-0 \"35 minutes\"@15:25 / DUR )\r\n\t\t:loc ( tool-3-0 \"the preheated oven\"@29:47 / TOOL )\r\n\t\t:until ( cond-3-0 \"until a knife can be easily inserted\"@52:88 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Remove from oven, and cool.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-4-0 \"oven\"@15:19 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cool\"@25:29 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Meanwhile, spray a non-stick saucepan with cooking spray.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n :inform ( \"spray\"@14:19 / AC\r\n :gol ( \"a non-stick saucepan\"@20:40 / TOOL )\r\n :ppt ( \"cooking spray\"@46:59 / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-6", + "text": "6) Over medium heat, saute the onion and garlic until golden brown.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"saute\"@21:26 / AC\r\n\t\t:heat ( \"medium heat\"@8:19 / OTHER )\r\n\t\t:ppt ( ing-1 \"the onion\"@27:36 / FOOD )\r\n\t\t:ppt ( ing-2 \"garlic\"@41:47 / FOOD )\r\n\t\t:until ( cond-6-0 \"until golden brown\"@48:66 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Stir in tomatoes, basil, bouillon cube, and black pepper.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"tomatoes\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-4 \"basil\"@21:26 / FOOD )\r\n\t\t:ppt ( ing-5 \"bouillon cube\"@28:41 / FOOD )\r\n\t\t:ppt ( ing-6 \"black pepper\"@47:59 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cook for about 15 minutes, or until you have a medium thick sauce.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cook\"@3:7 / AC\r\n\t\t:duration ( dur-8-0 \"15 minutes\"@18:28 / DUR )\r\n\t\t:until ( cond-8-0 \"until you have a medium thick sauce\"@33:68 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Remove squash strands with a fork, reserving the shells.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Remove\"@-1:-1 / AC\r\n\t\t:ppt ( \"squash strands\"@-1:-1 / FOOD )\r\n\t\t:instrument ( tool-9-0 \"a fork\"@-1:-1 / TOOL )\r\n\t\t:simultaneous ( ac-9-1 \"reserving\"@-1:-1 / AC\r\n\t\t\t:ppt ( \"the shells\"@-1:-1 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Layer each half with a spoonful of the sauce, a layer of spaghetti squash strands, olives, and mozzarella cheese.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Layer\"@4:9 / AC\r\n\t\t:gol ( \"each half\"@10:19 / FOOD )\r\n\t\t:ppt ( \"a spoonful of the sauce\"@25:48 / FOOD )\r\n\t\t:ppt ( \"spaghetti squash strands\"@61:85 / FOOD )\r\n\t\t:ppt ( ing-7 \"olives\"@87:93 / FOOD )\r\n\t\t:ppt ( ing-8 \"mozzarella cheese\"@99:116 / FOOD )\r\n\t)\r\n\t:inform ( \"a layer\"@50:57 / OTHER )\r\n)" + }, + { + "id": "inst-11", + "text": "11) Repeat layers until shells are full, or until all of the ingredients are used.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Repeat\"@4:10 / AC\r\n\t\t:ppt ( \"layers\"@11:17 / FOOD )\r\n\t\t:until ( cond-11-0 \"until shells are full\"@18:39 / CONDITION_CLAUSE )\r\n\t\t:duration ( cond-11-1 \"until all of the ingredients are used\"@44:81 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Top with Parmesan cheese.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Top\"@4:7 / AC\r\n\t\t:ppt ( ing-9 \"Parmesan cheese\"@13:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Bake for 20 minutes in the preheated oven, or until Parmesan cheese melts.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-13-0 \"20 minutes\"@13:23 / DUR )\r\n\t\t:duration ( cond-13-0 \"the preheated oven\"@27:45 / CONDITION_CLAUSE )\r\n\t\t:until ( cond-13-1 \"until Parmesan cheese melts\"@50:77 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/028_Cinnamon_Crackle_Cookies.json b/ai_talks/AMUseBotBackend/recipe/028_Cinnamon_Crackle_Cookies.json new file mode 100644 index 0000000..a07b7cf --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/028_Cinnamon_Crackle_Cookies.json @@ -0,0 +1,132 @@ +{ + "id": "028", + "title": "Cinnamon Crackle Cookies", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup shortening", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup shortening\" )" + }, + { + "id": "ing-2", + "text": "1 cup sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup sugar\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup packed brown sugar\" )" + }, + { + "id": "ing-4", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-4 \"1 egg\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon almond extract", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon almond extract\" )" + }, + { + "id": "ing-7", + "text": "2 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-7 \"2 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon ground cinnamon\" )" + }, + { + "id": "ing-9", + "text": "2 teaspoons baking soda", + "type": "ingredient", + "eamr": "( ing-9 \"2 teaspoons baking soda\" )" + }, + { + "id": "ing-10", + "text": "2 teaspoons cream of tartar", + "type": "ingredient", + "eamr": "( ing-10 \"2 teaspoons cream of tartar\" )" + }, + { + "id": "ing-11", + "text": "2 teaspoons ground nutmeg", + "type": "ingredient", + "eamr": "( ing-11 \"2 teaspoons ground nutmeg\" )" + }, + { + "id": "ing-12", + "text": "2 teaspoons grated orange peel", + "type": "ingredient", + "eamr": "( ing-12 \"2 teaspoons grated orange peel\" )" + }, + { + "id": "ing-13", + "text": "1 teaspoon grated lemon peel", + "type": "ingredient", + "eamr": "( ing-13 \"1 teaspoon grated lemon peel\" )" + }, + { + "id": "ing-14", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-14 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-15", + "text": "Additional sugar", + "type": "ingredient", + "eamr": "( ing-15 \"Additional sugar\" )" + }, + { + "id": "inst-0", + "text": "0) In a mixing bowl, cream butter, shortening and sugars.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cream\"@21:26 / AC\r\n\t\t:loc ( tool-0-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t\t:ppt ( ing-0 \"butter\"@27:33 / FOOD )\r\n\t\t:ppt ( ing-1 \"shortening\"@35:45 / FOOD )\r\n\t\t:ppt ( \"sugars\"@50:56 / FOOD\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add egg and extracts; mix well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"egg\"@7:10 / FOOD )\r\n\t\t:ppt ( \"extracts\"@15:23 / FOOD\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@25:28 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Combine the next eight ingredients; gradually add to the creamed mixture.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( \"the next eight ingredients\"@11:37 / FOOD\r\n\t\t\t:ref ( ing-7 )\r\n\t\t\t:ref ( ing-8 )\r\n\t\t\t:ref ( ing-9 )\r\n\t\t\t:ref ( ing-10 )\r\n\t\t\t:ref ( ing-11 )\r\n\t\t\t:ref ( ing-12 )\r\n\t\t\t:ref ( ing-13 )\r\n\t\t\t:ref ( ing-14 )\r\n\t\t)\r\n\t)\r\n\t:inform ( ac-2-1 \"add\"@49:52 / AC\r\n\t\t:ppt ( \"the creamed mixture\"@56:75 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Shape into 1-in balls; roll in sugar apart on ungreased baking sheets.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Shape\"@3:8 / AC\r\n\t\t:todo ( \"1-in balls\"@14:24 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"roll in\"@26:33 / AC\r\n\t\t:loc ( tool-3-0 \"ungreased baking sheets\"@49:72 / TOOL )\r\n\t\t:ppt ( ing-15 \"sugar\"@34:39 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake at 350 degrees F (177 degrees C) for 10-15 minutes or until lightly browned.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-4-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"177 degrees C\"@-1:-1 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"10-15 minutes\"@-1:-1 / DUR )\r\n\t\t:until ( cond-4-0 \"until lightly browned\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/029_Country_Fried_Chicken.json b/ai_talks/AMUseBotBackend/recipe/029_Country_Fried_Chicken.json new file mode 100644 index 0000000..9a28582 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/029_Country_Fried_Chicken.json @@ -0,0 +1,114 @@ +{ + "id": "029", + "title": "Country Fried Chicken", + "content": [ + { + "id": "ing-0", + "text": "1/3 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1/3 cup all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1 teaspoon garlic salt", + "type": "ingredient", + "eamr": "( ing-1 \"1 teaspoon garlic salt\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon pepper\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon paprika", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon paprika\" )" + }, + { + "id": "ing-4", + "text": "1/4 teaspoon poultry seasoning", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 teaspoon poultry seasoning\" )" + }, + { + "id": "ing-5", + "text": "1 egg, beaten", + "type": "ingredient", + "eamr": "( ing-5 \"1 egg, beaten\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup 2% milk", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup 2% milk\" )" + }, + { + "id": "ing-7", + "text": "2 chicken thighs", + "type": "ingredient", + "eamr": "( ing-7 \"2 chicken thighs\" )" + }, + { + "id": "ing-8", + "text": "2 chicken drumsticks", + "type": "ingredient", + "eamr": "( ing-8 \"2 chicken drumsticks\" )" + }, + { + "id": "ing-9", + "text": "canola oil", + "type": "ingredient", + "eamr": "( ing-9 \"canola oil\" )" + }, + { + "id": "inst-0", + "text": "0) In a large resealable plastic bag, combine the first five ingredients.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@38:45 / AC\r\n\t\t:loc ( tool-0-0 \"a large resealable plastic bag\"@6:36 / TOOL )\r\n\t\t:ppt ( \"the first five ingredients\"@46:72 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a shallow bowl, beat the egg and milk.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"beat\"@22:26 / AC\r\n\t\t:loc ( tool-1-0 \"a shallow bowl\"@6:20 / TOOL )\r\n\t\t:ppt ( ing-5 \"the egg\"@27:34 / FOOD )\r\n\t\t:ppt ( ing-6 \"milk\"@39:43 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add chicken to bag, a few pieces at a time, and shake to coat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"chicken\"@7:14 / FOOD \r\n\t\t\t:ref ing-7\r\n\t\t\t:ref ing-8)\r\n\t\t:ppt ( tool-2-0 \"bag\"@18:21 / TOOL )\r\n\t\t:todo ( \"a few pieces\"@23:35 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"shake\"@51:56 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-2-0 \"to coat\"@57:64 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Dip into egg mixture, then return to flour mixture and shake again.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Dip\"@3:6 / AC\r\n\t\t:gol ( \"egg mixture\"@12:23 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"return\"@30:36 / AC\r\n\t\t:gol ( \"flour mixture\"@40:53 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"shake\"@58:63 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Remove from bag and let stand for 5 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-4-0 \"bag\"@15:18 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"stand\"@27:32 / AC\r\n\t\t:duration ( dur-4-0 \"5 minutes\"@37:46 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Heat oil in a large skillet.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-9 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a large skillet\"@15:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Fry chicken until golden brown on all sides.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Fry\"@3:6 / AC\r\n\t\t:ppt ( \"chicken\"@7:14 / FOOD )\r\n\t\t:until ( cond-6-0 \"until golden brown on all sides\"@15:46 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Reduce heat to medium and cook until a meat thermometer reads 180 deg, about 15 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t\t:gol ( temp-7-0 \"medium\"@18:24 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-7-1 \"cook\"@29:33 / AC\r\n\t\t:until ( cond-7-0 \"until a meat thermometer reads 180 deg\"@34:72 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-7-0 \"15 minutes\"@80:90 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/030_chicken_pot_pie_ix.json b/ai_talks/AMUseBotBackend/recipe/030_chicken_pot_pie_ix.json new file mode 100644 index 0000000..009888c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/030_chicken_pot_pie_ix.json @@ -0,0 +1,174 @@ +{ + "id": "030", + "title": "chicken pot pie ix", + "content": [ + { + "id": "ing-0", + "text": "1 pound skinless, boneless chicken breast halves - cubed", + "type": "ingredient", + "eamr": "( ing-0 \"1 pound skinless, boneless chicken breast halves - cubed\" )" + }, + { + "id": "ing-1", + "text": "1 cup sliced carrots", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup sliced carrots\" )" + }, + { + "id": "ing-2", + "text": "1 cup frozen green peas", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup frozen green peas\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup sliced celery", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup sliced celery\" )" + }, + { + "id": "ing-4", + "text": "1/3 cup butter", + "type": "ingredient", + "eamr": "( ing-4 \"1/3 cup butter\" )" + }, + { + "id": "ing-5", + "text": "1/3 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-5 \"1/3 cup chopped onion\" )" + }, + { + "id": "ing-6", + "text": "1/3 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"1/3 cup all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-8", + "text": "1/4 teaspoon black pepper", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 teaspoon black pepper\" )" + }, + { + "id": "ing-9", + "text": "1/4 teaspoon celery seed", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 teaspoon celery seed\" )" + }, + { + "id": "ing-10", + "text": "1 3/4 cups chicken broth", + "type": "ingredient", + "eamr": "( ing-10 \"1 3/4 cups chicken broth\" )" + }, + { + "id": "ing-11", + "text": "2/3 cup milk", + "type": "ingredient", + "eamr": "( ing-11 \"2/3 cup milk\" )" + }, + { + "id": "ing-12", + "text": "2 (9 inch) unbaked pie crusts", + "type": "ingredient", + "eamr": "( ing-12 \"2 (9 inch) unbaked pie crusts\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 425 degrees F (220 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"425 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"220 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a saucepan, combine chicken, carrots, peas, and celery.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@18:25 / AC\r\n\t\t:ppt ( ing-0 \"chicken\"@26:33 / FOOD )\r\n\t\t:ppt ( ing-1 \"carrots\"@35:42 / FOOD )\r\n\t\t:ppt ( ing-2 \"peas\"@44:48 / FOOD )\r\n\t\t:ppt ( ing-3 \"celery\"@54:60 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a saucepan\"@6:16 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add water to cover and boil for 15 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"water\"@7:12 / FOOD )\r\n\t\t:prp ( purp-2-0 \"to cover\"@13:21 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-2-1 \"boil\"@26:30 / AC\r\n\t\t:duration ( dur-2-0 \"15 minutes\"@35:45 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove from heat, drain and set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"drain\"@21:26 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"set\"@31:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In the saucepan over medium heat, cook onions in butter until soft and translucent.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"cook\"@37:41 / AC\r\n\t\t:loc ( tool-4-0 \"the saucepan\"@6:18 / TOOL )\r\n\t\t:heat ( \"medium heat\"@24:35 / OTHER )\r\n\t\t:ppt ( ing-5 \"onions\"@42:48 / FOOD )\r\n\t\t:ppt ( ing-4 \"butter\"@52:58 / FOOD )\r\n\t\t:until ( cond-4-0 \"until soft and translucent\"@59:85 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in flour, salt, pepper, and celery seed.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt\"@18:22 / FOOD )\r\n\t\t:ppt ( ing-8 \"pepper\"@24:30 / FOOD )\r\n\t\t:ppt ( ing-9 \"celery seed\"@36:47 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Slowly stir in chicken broth and milk.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"stir in\"@10:17 / AC\r\n\t\t:ppt ( ing-10 \"chicken broth\"@18:31 / FOOD )\r\n\t\t:ppt ( ing-11 \"milk\"@36:40 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Simmer over medium-low heat until thick.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Simmer\"@3:9 / AC\r\n\t\t:heat ( \"medium-low heat\"@15:30 / OTHER )\r\n\t\t:until ( cond-7-0 \"until thick\"@31:42 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove from heat and set aside.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t)\r\n\t:inform ( ac-8-1 \"set aside\"@24:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Place the chicken mixture in bottom pie crust.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Place\"@-1:-1 / AC\r\n\t\t:ppt ( \"the chicken mixture\"@-1:-1 / FOOD )\r\n\t\t:gol ( ing-12 \"bottom pie crust\"@-1:-1 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Pour hot liquid mixture over.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( \"hot liquid mixture\"@9:27 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Cover with top crust, seal edges, and cut away excess dough.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( ing-12 \"top crust\"@15:24 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"seal\"@26:30 / AC\r\n\t\t:ppt ( \"edges\"@31:36 / FOOD )\r\n\t)\r\n\t:inform ( ac-11-2 \"cut away\"@42:50 / AC\r\n\t\t:ppt ( \"excess dough\"@51:63 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Make several small slits in the top to allow steam to escape.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Make\"@4:8 / AC\r\n\t\t:ppt ( \"several small slits\"@9:28 / FOOD )\r\n\t\t:loc ( \"the top\"@32:39 / FOOD )\r\n\t\t:prp ( purp-12-0 \"to allow steam to escape\"@40:64 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Bake in the preheated oven for 30 to 35 minutes, or until pastry is golden brown and filling is bubbly.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Bake in\"@4:11 / AC\r\n\t\t:loc ( tool-13-0 \"the preheated oven\"@12:30 / TOOL )\r\n\t\t:duration ( dur-13-0 \"30 to 35 minutes\"@35:51 / DUR )\r\n\t\t:until ( cond-13-0 \"until pastry is golden brown and filling is bubbly\"@56:106 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Cool for 10 minutes before serving.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Cool\"@4:8 / AC\r\n\t\t:duration ( dur-14-0 \"10 minutes\"@13:23 / DUR )\r\n\t\t:duration ( ac-14-1 \"before serving\"@-1:-1 / AC )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/031_Caraway_Rye_Muffins.json b/ai_talks/AMUseBotBackend/recipe/031_Caraway_Rye_Muffins.json new file mode 100644 index 0000000..94a4e9e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/031_Caraway_Rye_Muffins.json @@ -0,0 +1,108 @@ +{ + "id": "031", + "title": "Caraway Rye Muffins", + "content": [ + { + "id": "ing-0", + "text": "1 cup rye flour", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup rye flour\" )" + }, + { + "id": "ing-1", + "text": "3/4 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"3/4 cup all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup sugar\" )" + }, + { + "id": "ing-3", + "text": "2 1/2 teaspoons baking powder", + "type": "ingredient", + "eamr": "( ing-3 \"2 1/2 teaspoons baking powder\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon caraway seeds", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon caraway seeds\" )" + }, + { + "id": "ing-6", + "text": "3/4 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-6 \"3/4 cup shredded Cheddar cheese\" )" + }, + { + "id": "ing-7", + "text": "1 egg, beaten", + "type": "ingredient", + "eamr": "( ing-7 \"1 egg, beaten\" )" + }, + { + "id": "ing-8", + "text": "3/4 cup milk", + "type": "ingredient", + "eamr": "( ing-8 \"3/4 cup milk\" )" + }, + { + "id": "ing-9", + "text": "1/3 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-9 \"1/3 cup vegetable oil\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, combine the flours, sugar, baking powder, salt and caraway seeds.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( \"the flours\"@28:38 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t)\r\n\t\t:ppt ( ing-2 \"sugar\"@40:45 / FOOD )\r\n\t\t:ppt ( ing-3 \"baking powder\"@47:60 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@62:66 / FOOD )\r\n\t\t:ppt ( ing-5 \"caraway seeds\"@71:84 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in cheese.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"cheese\"@11:17 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Combine the egg, milk and oil; stir into the dry ingredients just until moistened.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-7 \"the egg\"@11:18 / FOOD )\r\n\t\t:ppt ( ing-8 \"milk\"@20:24 / FOOD )\r\n\t\t:ppt ( ing-9 \"oil\"@29:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir\"@34:38 / AC\r\n\t\t:ppt ( \"the dry ingredients\"@44:63 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until moistened\"@69:84 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Fill greased or paper-lined muffin cups two-thirds full.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Fill\"@3:7 / AC\r\n\t\t:ppt ( tool-3-0 \"greased or paper-lined muffin cups\"@8:42 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake at 400 degrees F for 20-23 minutes or a toothpick inserted near the center comes out clean.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-4-0 \"400 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"20-23 minutes\"@29:42 / DUR )\r\n\t\t:duration ( cond-4-0 \"a toothpick inserted near the center comes out clean\"@46:98 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cool for 5 minutes before removing from pan to a wire rack.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"5 minutes\"@12:21 / DUR )\r\n\t\t:duration ( cond-5-0 \"before removing from pan to a wire rack\"@22:61 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Serve warm.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Serve\"@3:8 / AC\r\n\t\t:mnr ( \"warm\"@-1:-1 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/032_Eggnog_II.json b/ai_talks/AMUseBotBackend/recipe/032_Eggnog_II.json new file mode 100644 index 0000000..3c34a81 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/032_Eggnog_II.json @@ -0,0 +1,108 @@ +{ + "id": "032", + "title": "Eggnog II", + "content": [ + { + "id": "ing-0", + "text": "6 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-0 \"6 eggs, beaten\" )" + }, + { + "id": "ing-1", + "text": "2 1/4 cups milk", + "type": "ingredient", + "eamr": "( ing-1 \"2 1/4 cups milk\" )" + }, + { + "id": "ing-2", + "text": "1/3 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/3 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "1 cup heavy whipping cream", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup heavy whipping cream\" )" + }, + { + "id": "ing-5", + "text": "2 teaspoons white sugar", + "type": "ingredient", + "eamr": "( ing-5 \"2 teaspoons white sugar\" )" + }, + { + "id": "ing-6", + "text": "1 pinch ground nutmeg", + "type": "ingredient", + "eamr": "( ing-6 \"1 pinch ground nutmeg\" )" + }, + { + "id": "inst-0", + "text": "0) In a large saucepan, combine the eggs, milk and 1/3 cup sugar.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@24:31 / AC\r\n\t\t:ppt ( ing-0 \"the eggs\"@32:40 / FOOD )\r\n\t\t:ppt ( ing-1 \"milk\"@42:46 / FOOD )\r\n\t\t:ppt ( ing-2 \"1/3 cup sugar\"@51:64 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large saucepan\"@6:22 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cook and stir over medium heat until mixture coats a metal spoon.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cook\"@3:7 / AC\r\n\t\t:heat ( \"medium heat\"@22:33 / OTHER )\r\n\t\t:until ( cond-1-0 \"until mixture coats a metal spoon\"@34:67 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"stir\"@12:16 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cool quickly by placing pan in a sink or bowl of ice water and stirring 1 to 2 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( ac-3-1 \"placing\"@19:26 / AC\r\n\t\t\t:ppt ( tool-3-0 \"pan\"@27:30 / TOOL )\r\n\t\t\t:gol ( tool-3-1 \"a sink\"@34:40 / TOOL )\r\n\t\t\t:gol ( tool-3-2 \"bowl of ice water\"@44:61 / TOOL )\r\n\t\t)\r\n\t\t:heat ( ac-3-2 \"stirring\"@66:74 / AC\r\n\t\t\t:duration ( dur-3-0 \"1 to 2 minutes\"@75:89 / DUR )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in the vanilla.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"the vanilla\"@11:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Chill 4 to 24 hours.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Chill\"@3:8 / AC\r\n\t\t:duration ( dur-5-0 \"4 to 24 hours\"@9:22 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Before serving, whip the cream and 2 tablespoons sugar until soft peaks form.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"whip\"@19:23 / AC\r\n\t\t:ppt ( ing-4 \"the cream\"@24:33 / FOOD )\r\n\t\t:ppt ( ing-5 \"2 tablespoons sugar\"@38:57 / FOOD )\r\n\t\t:until ( cond-6-0 \"until soft peaks form\"@58:79 / CONDITION_CLAUSE )\r\n\t\t:duration ( cond-6-1 \"Before serving\"@3:17 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Transfer chilled egg mixture to a punch bowl.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Transfer\"@3:11 / AC\r\n\t\t:ppt ( \"chilled egg mixture\"@12:31 / FOOD )\r\n\t\t:gol ( tool-7-0 \"a punch bowl\"@35:47 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Sprinkle each serving with nutmeg.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:gol ( \"each serving\"@12:24 / FOOD )\r\n\t\t:ppt ( ing-6 \"nutmeg\"@30:36 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Fold in whipped cream mixture and serve at once.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Fold in\"@-1:-1 / AC\r\n\t\t:ppt ( \"whipped cream mixture\"@-1:-1 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"serve\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/033_Cold_Cocoa_Smoothie.json b/ai_talks/AMUseBotBackend/recipe/033_Cold_Cocoa_Smoothie.json new file mode 100644 index 0000000..8ad9d13 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/033_Cold_Cocoa_Smoothie.json @@ -0,0 +1,54 @@ +{ + "id": "033", + "title": "Cold Cocoa Smoothie", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 scoops vanilla ice cream", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 scoops vanilla ice cream\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 cups milk", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 cups milk\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup whipped cream", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup whipped cream\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons instant hot chocolate mix", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons instant hot chocolate mix\" )" + }, + { + "id": "ing-4", + "text": "5 chocolate sandwich cookies, crushed", + "type": "ingredient", + "eamr": "( ing-4 \"5 chocolate sandwich cookies, crushed\" )" + }, + { + "id": "inst-0", + "text": "0) In a blender, combine ice cream, milk, whipped cream, hot chocolate mix and crushed cookies.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@17:24 / AC\r\n\t\t:ppt ( ing-0 \"ice cream\"@25:34 / FOOD )\r\n\t\t:ppt ( ing-1 \"milk\"@36:40 / FOOD )\r\n\t\t:ppt ( ing-2 \"whipped cream\"@42:55 / FOOD )\r\n\t\t:ppt ( ing-3 \"hot chocolate mix\"@57:74 / FOOD )\r\n\t\t:ppt ( ing-4 \"crushed cookies\"@79:94 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a blender\"@6:15 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Blend until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Blend\"@3:8 / AC\r\n\t\t:until ( cond-1-0 \"until smooth\"@9:21 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Pour into a large chilled glass.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( tool-2-0 \"a large chilled glass\"@13:34 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/034_A_Very_Intense_Fruit_Smoothie.json b/ai_talks/AMUseBotBackend/recipe/034_A_Very_Intense_Fruit_Smoothie.json new file mode 100644 index 0000000..81185a0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/034_A_Very_Intense_Fruit_Smoothie.json @@ -0,0 +1,36 @@ +{ + "id": "034", + "title": "A Very Intense Fruit Smoothie", + "content": [ + { + "id": "ing-0", + "text": "1 (10 ounce) package frozen mixed berries", + "type": "ingredient", + "eamr": "( ing-0 \"1 (10 ounce) package frozen mixed berries\" )" + }, + { + "id": "ing-1", + "text": "1 (15 ounce) can sliced peaches, drained", + "type": "ingredient", + "eamr": "( ing-1 \"1 (15 ounce) can sliced peaches, drained\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons honey", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons honey\" )" + }, + { + "id": "inst-0", + "text": "0) In a blender, combine frozen fruit, canned fruit and honey.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@17:24 / AC\r\n\t\t:ppt ( ing-0 \"frozen fruit\"@25:37 / FOOD )\r\n\t\t:ppt ( ing-1 \"canned fruit\"@39:51 / FOOD )\r\n\t\t:ppt ( ing-2 \"honey\"@56:61 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a blender\"@6:15 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Blend until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Blend\"@3:8 / AC\r\n\t\t:until ( cond-1-0 \"until smooth\"@9:21 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/035_Delicious_Artichoke_Dip.json b/ai_talks/AMUseBotBackend/recipe/035_Delicious_Artichoke_Dip.json new file mode 100644 index 0000000..0ddde83 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/035_Delicious_Artichoke_Dip.json @@ -0,0 +1,78 @@ +{ + "id": "035", + "title": "Delicious Artichoke Dip", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup mayonnaise\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup sour cream", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup sour cream\" )" + }, + { + "id": "ing-2", + "text": "1 cup grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup grated Parmesan cheese\" )" + }, + { + "id": "ing-3", + "text": "1 (14 ounce) can artichoke hearts, drained", + "type": "ingredient", + "eamr": "( ing-3 \"1 (14 ounce) can artichoke hearts, drained\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup minced red onion", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup minced red onion\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon lemon juice", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon lemon juice\" )" + }, + { + "id": "ing-6", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-6 \"salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"400 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"200 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a medium-sized mixing bowl, stir together mayonnaise, sour cream, Parmesan cheese and onion.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"stir\"@34:38 / AC\r\n\t\t:ppt ( ing-0 \"mayonnaise\"@48:58 / FOOD )\r\n\t\t:ppt ( ing-1 \"sour cream\"@60:70 / FOOD )\r\n\t\t:ppt ( ing-2 \"Parmesan cheese\"@72:87 / FOOD )\r\n\t\t:ppt ( ing-4 \"onion\"@92:97 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a medium-sized mixing bowl\"@6:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) When these ingredients are combined, mix in artichoke hearts, lemon juice, salt and pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"mix in\"@40:46 / AC\r\n\t\t:ppt ( ing-3 \"artichoke hearts\"@47:63 / FOOD )\r\n\t\t:ppt ( ing-5 \"lemon juice\"@65:76 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt and pepper\"@78:93 / FOOD )\r\n\t\t:duration ( cond-2-0 \"When these ingredients are combined\"@3:38 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Transfer mixture to a shallow baking dish.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Transfer\"@3:11 / AC\r\n\t\t:ppt ( \"mixture\"@12:19 / FOOD )\r\n\t\t:gol ( tool-3-0 \"a shallow baking dish\"@23:44 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake at 400 degrees F (200 degrees C) for 20 minutes, or until light brown on top.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-4-0 \"400 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"200 degrees C\"@26:39 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"20 minutes\"@45:55 / DUR )\r\n\t\t:until ( cond-4-0 \"until light brown on top\"@60:84 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/036_Atomic_Canuck_Chili.json b/ai_talks/AMUseBotBackend/recipe/036_Atomic_Canuck_Chili.json new file mode 100644 index 0000000..8bbf822 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/036_Atomic_Canuck_Chili.json @@ -0,0 +1,150 @@ +{ + "id": "036", + "title": "Atomic Canuck Chili", + "content": [ + { + "id": "ing-0", + "text": "2 pounds lean ground beef", + "type": "ingredient", + "eamr": "( ing-0 \"2 pounds lean ground beef\" )" + }, + { + "id": "ing-1", + "text": "1/2 large onion, diced", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 large onion, diced\" )" + }, + { + "id": "ing-2", + "text": "1 tablespoon crushed red pepper", + "type": "ingredient", + "eamr": "( ing-2 \"1 tablespoon crushed red pepper\" )" + }, + { + "id": "ing-3", + "text": "3 tablespoons garlic powder", + "type": "ingredient", + "eamr": "( ing-3 \"3 tablespoons garlic powder\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon seasoned pepper", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon seasoned pepper\" )" + }, + { + "id": "ing-5", + "text": "2 (4 ounce) cans mushroom pieces, drained", + "type": "ingredient", + "eamr": "( ing-5 \"2 (4 ounce) cans mushroom pieces, drained\" )" + }, + { + "id": "ing-6", + "text": "1 (28 ounce) can baked beans", + "type": "ingredient", + "eamr": "( ing-6 \"1 (28 ounce) can baked beans\" )" + }, + { + "id": "ing-7", + "text": "2 (15.25 ounce) cans kidney beans with liquid", + "type": "ingredient", + "eamr": "( ing-7 \"2 (15.25 ounce) cans kidney beans with liquid\" )" + }, + { + "id": "ing-8", + "text": "2 (6 ounce) cans tomato paste", + "type": "ingredient", + "eamr": "( ing-8 \"2 (6 ounce) cans tomato paste\" )" + }, + { + "id": "ing-9", + "text": "1/4 cup white sugar", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 cup white sugar\" )" + }, + { + "id": "ing-10", + "text": "3 carrots, sliced", + "type": "ingredient", + "eamr": "( ing-10 \"3 carrots, sliced\" )" + }, + { + "id": "ing-11", + "text": "3 stalks celery, sliced", + "type": "ingredient", + "eamr": "( ing-11 \"3 stalks celery, sliced\" )" + }, + { + "id": "ing-12", + "text": "1 green bell pepper, diced", + "type": "ingredient", + "eamr": "( ing-12 \"1 green bell pepper, diced\" )" + }, + { + "id": "ing-13", + "text": "1 red bell pepper, diced", + "type": "ingredient", + "eamr": "( ing-13 \"1 red bell pepper, diced\" )" + }, + { + "id": "ing-14", + "text": "2 jalapeno chile peppers, diced", + "type": "ingredient", + "eamr": "( ing-14 \"2 jalapeno chile peppers, diced\" )" + }, + { + "id": "ing-15", + "text": "1/4 cup Canadian beer", + "type": "ingredient", + "eamr": "( ing-15 \"1/4 cup Canadian beer\" )" + }, + { + "id": "ing-16", + "text": "2 tablespoons crushed red pepper", + "type": "ingredient", + "eamr": "( ing-16 \"2 tablespoons crushed red pepper\" )" + }, + { + "id": "ing-17", + "text": "hot sauce", + "type": "ingredient", + "eamr": "( ing-17 \"hot sauce\" )" + }, + { + "id": "ing-18", + "text": "1/4 cup barbeque sauce", + "type": "ingredient", + "eamr": "( ing-18 \"1/4 cup barbeque sauce\" )" + }, + { + "id": "inst-0", + "text": "0) In a large skillet over medium heat, brown ground beef together with onion, crushed red pepper, garlic powder, and seasoned pepper.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"brown\"@40:45 / AC\r\n\t\t:ppt ( ing-0 \"ground beef\"@46:57 / FOOD )\r\n\t\t:ppt ( ing-1 \"onion\"@72:77 / FOOD )\r\n\t\t:ppt ( ing-2 \"crushed red pepper\"@79:97 / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic powder\"@99:112 / FOOD )\r\n\t\t:ppt ( ing-4 \"seasoned pepper\"@118:133 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@6:21 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@27:38 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Drain off the fat, and place the mixture into a slow cooker.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Drain off\"@3:12 / AC\r\n\t\t:ppt ( \"the fat\"@13:20 / FOOD )\r\n\t\t:source ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"place\"@26:31 / AC\r\n\t\t:ppt ( \"the mixture\"@32:43 / FOOD )\r\n\t\t:gol ( tool-1-0 \"a slow cooker\"@49:62 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir mushrooms, baked beans, kidney beans with liquid, tomato paste, sugar, carrots, celery, peppers, beer, and barbeque sauce into the slow cooker.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( ing-5 \"mushrooms\"@8:17 / FOOD )\r\n\t\t:ppt ( ing-6 \"baked beans\"@19:30 / FOOD )\r\n\t\t:ppt ( ing-7 \"kidney beans with liquid\"@32:56 / FOOD )\r\n\t\t:ppt ( ing-8 \"tomato paste\"@58:70 / FOOD )\r\n\t\t:ppt ( ing-9 \"sugar\"@72:77 / FOOD )\r\n\t\t:ppt ( ing-10 \"carrots\"@79:86 / FOOD )\r\n\t\t:ppt ( ing-11 \"celery\"@88:94 / FOOD )\r\n\t\t:ppt ( \"peppers\"@96:103 / FOOD\r\n\t\t\t:ref ( ing-12 )\r\n\t\t\t:ref ( ing-13 )\r\n\t\t\t:ref ( ing-14 )\r\n\t\t)\r\n\t\t:ppt ( ing-15 \"beer\"@105:109 / FOOD )\r\n\t\t:ppt ( ing-18 \"barbeque sauce\"@115:129 / FOOD )\r\n\t\t:loc ( tool-2-0 \"the slow cooker\"@135:150 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Season with hot sauce and more crushed red pepper.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-17 \"hot sauce\"@15:24 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-16 \"more crushed red pepper\"@29:52 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cover, and cook on Low for 4 to 5 hours.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-4-0 \"Low\"@22:25 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"4 to 5 hours\"@30:42 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/037_Baked_Aloha_Chicken.json b/ai_talks/AMUseBotBackend/recipe/037_Baked_Aloha_Chicken.json new file mode 100644 index 0000000..82135ac --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/037_Baked_Aloha_Chicken.json @@ -0,0 +1,90 @@ +{ + "id": "037", + "title": "Baked Aloha Chicken", + "content": [ + { + "id": "ing-0", + "text": "1/4 cup lemon juice", + "type": "ingredient", + "eamr": "( ing-0 \"1/4 cup lemon juice\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup light corn syrup", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup light corn syrup\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons soy sauce", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons soy sauce\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "1/4 teaspoon ground ginger", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 teaspoon ground ginger\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup corn oil", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup corn oil\" )" + }, + { + "id": "ing-6", + "text": "1 (8 ounce) can crushed pineapple (not drained)", + "type": "ingredient", + "eamr": "( ing-6 \"1 (8 ounce) can crushed pineapple (not drained)\" )" + }, + { + "id": "ing-7", + "text": "10 chicken leg quarters", + "type": "ingredient", + "eamr": "( ing-7 \"10 chicken leg quarters\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir together lemon juice, corn syrup, soy sauce, salt, ginger, and corn oil in a bowl until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"lemon juice\"@17:28 / FOOD )\r\n\t\t:ppt ( ing-1 \"corn syrup\"@30:40 / FOOD )\r\n\t\t:ppt ( ing-2 \"soy sauce\"@42:51 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@53:57 / FOOD )\r\n\t\t:ppt ( ing-4 \"ginger\"@59:65 / FOOD )\r\n\t\t:ppt ( ing-5 \"corn oil\"@71:79 / FOOD )\r\n\t\t:heat ( tool-1-0 \"a bowl\"@83:89 / TOOL )\r\n\t\t:until ( cond-1-0 \"until smooth\"@90:102 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in the crushed pineapple with its liquid.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"the crushed pineapple\"@11:32 / FOOD )\r\n\t\t:ppt ( \"its liquid\"@38:48 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place the chicken legs in an ovenproof glass baking dish, and pour sauce over top.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-7 \"the chicken legs\"@9:25 / FOOD )\r\n\t\t:gol ( tool-3-0 \"an ovenproof glass baking dish\"@29:59 / TOOL )\r\n\t)\r\n\t:inform ( ac-3-1 \"pour\"@65:69 / AC\r\n\t\t:ppt ( \"sauce\"@70:75 / FOOD )\r\n\t\t:gol ( \"top\"@81:84 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake in preheated oven for 30 minutes, then turn the chicken over, and continue cooking until the chicken is tender, and no longer pink, about 20 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-4-0 \"preheated oven\"@11:25 / TOOL )\r\n\t\t:duration ( dur-4-0 \"30 minutes\"@30:40 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"turn\"@47:51 / AC\r\n\t\t:ppt ( \"the chicken\"@52:63 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-2 \"continue cooking\"@74:90 / AC\r\n\t\t:until ( cond-4-0 \"until the chicken is tender, and no longer pink\"@91:138 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-4-1 \"20 minutes\"@146:156 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Baste with sauce frequently while baking.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Baste\"@3:8 / AC\r\n\t\t:ppt ( \"sauce\"@14:19 / FOOD )\r\n\t\t:simultaneous ( ac-5-1 \"baking\"@37:43 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/038_Beths_Spicy_Oatmeal_Raisin_Cookies.json b/ai_talks/AMUseBotBackend/recipe/038_Beths_Spicy_Oatmeal_Raisin_Cookies.json new file mode 100644 index 0000000..b9b1a54 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/038_Beths_Spicy_Oatmeal_Raisin_Cookies.json @@ -0,0 +1,138 @@ +{ + "id": "038", + "title": "Beths Spicy Oatmeal Raisin Cookies", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup butter flavored shortening", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup butter flavored shortening\" )" + }, + { + "id": "ing-2", + "text": "1 cup packed light brown sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup packed light brown sugar\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-4", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-4 \"2 eggs\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-6", + "text": "1 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"1 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-8", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-8 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-9", + "text": "1/2 teaspoon ground cloves", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 teaspoon ground cloves\" )" + }, + { + "id": "ing-10", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-11", + "text": "3 cups rolled oats", + "type": "ingredient", + "eamr": "( ing-11 \"3 cups rolled oats\" )" + }, + { + "id": "ing-12", + "text": "1 cup raisins", + "type": "ingredient", + "eamr": "( ing-12 \"1 cup raisins\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a large bowl, cream together the butter, butter flavored shortening, brown sugar, white sugar, eggs, and vanilla until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"cream\"@20:25 / AC\r\n\t\t:loc ( tool-1-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-0 \"the butter\"@35:45 / FOOD )\r\n\t\t:ppt ( ing-1 \"butter flavored shortening\"@47:73 / FOOD )\r\n\t\t:ppt ( ing-2 \"brown sugar\"@75:86 / FOOD )\r\n\t\t:ppt ( ing-3 \"white sugar\"@88:99 / FOOD )\r\n\t\t:ppt ( ing-4 \"eggs\"@101:105 / FOOD )\r\n\t\t:ppt ( ing-5 \"vanilla\"@111:118 / FOOD )\r\n\t\t:until ( cond-1-0 \"until smooth\"@119:131 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Combine the flour, baking soda, cinnamon, cloves, and salt; stir into the sugar mixture.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"the flour\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-7 \"baking soda\"@22:33 / FOOD )\r\n\t\t:ppt ( ing-8 \"cinnamon\"@35:43 / FOOD )\r\n\t\t:ppt ( ing-9 \"cloves\"@45:51 / FOOD )\r\n\t\t:ppt ( ing-10 \"salt\"@57:61 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir\"@63:67 / AC\r\n\t\t:ppt ( \"the sugar mixture\"@73:90 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir in the oats and raisins.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-11 \"the oats\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-12 \"raisins\"@24:31 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Drop by rounded teaspoonfuls onto ungreased cookie sheets.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Drop\"@3:7 / AC\r\n\t\t:gol ( tool-4-0 \"ungreased cookie sheets\"@37:60 / TOOL )\r\n\t\t:instrument ( tool-4-1 \"rounded teaspoonfuls\"@11:31 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake 10 to 12 minutes until light and golden.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-5-0 \"10 to 12 minutes\"@8:24 / DUR )\r\n\t\t:until ( cond-5-0 \"until light and golden\"@25:47 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Do not overbake.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Do not overbake\"@6:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Let them cool for 2 minutes before removing from cookie sheets to cool completely.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"cool\"@12:16 / AC\r\n\t\t:ppt ( \"them\"@7:11 / FOOD )\r\n\t\t:duration ( dur-7-0 \"2 minutes\"@21:30 / DUR )\r\n\t\t:duration ( cond-7-0 \"before removing from cookie sheets to cool completely\"@31:84 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Store in airtight container.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Store\"@3:8 / AC\r\n\t\t:loc ( tool-8-0 \"airtight container\"@12:30 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/039_Eileens_Spicy_Gingerbread_Men.json b/ai_talks/AMUseBotBackend/recipe/039_Eileens_Spicy_Gingerbread_Men.json new file mode 100644 index 0000000..7a90a34 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/039_Eileens_Spicy_Gingerbread_Men.json @@ -0,0 +1,144 @@ +{ + "id": "039", + "title": "Eileens Spicy Gingerbread Men", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup margarine", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup margarine\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup sugar\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup molasses", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup molasses\" )" + }, + { + "id": "ing-3", + "text": "1 egg yolk", + "type": "ingredient", + "eamr": "( ing-3 \"1 egg yolk\" )" + }, + { + "id": "ing-4", + "text": "2 cups sifted all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups sifted all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon baking powder\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon baking soda\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon ground cloves", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon ground cloves\" )" + }, + { + "id": "ing-10", + "text": "1 teaspoon ginger", + "type": "ingredient", + "eamr": "( ing-10 \"1 teaspoon ginger\" )" + }, + { + "id": "ing-11", + "text": "1/2 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 teaspoon ground nutmeg\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, cream together the margarine and sugar until smooth.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n :inform ( \"cream\"@20:25 / AC\r\n :ppt ( ing-0 \"the margarine\"@35:48 / FOOD )\r\n :ppt ( ing-1 \"sugar\"@53:58 / FOOD )\r\n :until ( \"until smooth\"@59:71 / CONDITION_CLAUSE )\r\n :loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n )\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in molasses and egg yolk.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n :inform ( \"Stir in\"@3:10 / AC\r\n :ppt ( ing-2 \"molasses\"@11:19 / FOOD )\r\n :ppt ( ing-3 \"egg yolk\"@24:32 / FOOD )\r\n :ppt( NULL / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-2", + "text": "2) Combine the flour, salt, baking powder, baking soda, cinnamon, cloves, ginger, and nutmeg; blend into the molasses mixture until smooth.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"the flour\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@22:26 / FOOD )\r\n\t\t:ppt ( ing-6 \"baking powder\"@28:41 / FOOD )\r\n\t\t:ppt ( ing-7 \"baking soda\"@43:54 / FOOD )\r\n\t\t:ppt ( ing-8 \"cinnamon\"@56:64 / FOOD )\r\n\t\t:ppt ( ing-9 \"cloves\"@66:72 / FOOD )\r\n\t\t:ppt ( ing-10 \"ginger\"@74:80 / FOOD )\r\n\t\t:ppt ( ing-11 \"nutmeg\"@86:92 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"blend\"@94:99 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"the molasses mixture\"@105:125 / FOOD )\r\n\t\t:until ( cond-2-0 \"until smooth\"@126:138 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover, and chill for at least one hour.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"chill\"@14:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"at least one hour\"@24:41 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Preheat the oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-4-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-4-0 \"350 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"175 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) On a lightly floured surface, roll the dough out to 1/4 inch thickness.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"roll\"@33:37 / AC\r\n\t\t:loc ( tool-5-0 \"a lightly floured surface\"@6:31 / TOOL )\r\n\t\t:ppt ( \"the dough\"@38:47 / FOOD )\r\n\t\t:todo ( \"1/4 inch thickness\"@55:73 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cut into desired shapes with cookie cutters.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cut\"@3:6 / AC\r\n\t\t:heat ( tool-6-0 \"cookie cutters\"@32:46 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:todo ( \"desired shapes\"@12:26 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Place cookies 2 inches apart on ungreased cookie sheets.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"cookies\"@9:16 / FOOD )\r\n\t\t:gol ( tool-7-0 \"ungreased cookie sheets\"@35:58 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake for 8 to 10 minutes in the preheated oven, until firm.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-8-0 \"8 to 10 minutes\"@12:27 / DUR )\r\n\t\t:loc ( tool-8-0 \"the preheated oven\"@31:49 / TOOL )\r\n\t\t:until ( cond-8-0 \"until firm\"@51:61 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Remove from cookie sheets to cool on wire racks.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Remove\"@-1:-1 / AC\r\n\t\t:source ( tool-9-0 \"cookie sheets\"@-1:-1 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-9-0 \"to cool on wire racks\"@-1:-1 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Frost or decorate when cool.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Frost or decorate\"@-1:-1 / AC\r\n\t\t:when ( cond-10-0 \"when cool\"@22:31 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/040_Crustless_Spinach_Quiche.json b/ai_talks/AMUseBotBackend/recipe/040_Crustless_Spinach_Quiche.json new file mode 100644 index 0000000..019ac76 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/040_Crustless_Spinach_Quiche.json @@ -0,0 +1,108 @@ +{ + "id": "040", + "title": "Crustless Spinach Quiche", + "content": [ + { + "id": "ing-0", + "text": "1 tablespoon vegetable oil", + "type": "ingredient", + "eamr": "( ing-0 \"1 tablespoon vegetable oil\" )" + }, + { + "id": "ing-1", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1 onion, chopped\" )" + }, + { + "id": "ing-2", + "text": "1 (10 ounce) package frozen chopped spinach, thawed and drained", + "type": "ingredient", + "eamr": "( ing-2 \"1 (10 ounce) package frozen chopped spinach, thawed and drained\" )" + }, + { + "id": "ing-3", + "text": "5 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-3 \"5 eggs, beaten\" )" + }, + { + "id": "ing-4", + "text": "3 cups shredded Muenster cheese", + "type": "ingredient", + "eamr": "( ing-4 \"3 cups shredded Muenster cheese\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1/8 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-6 \"1/8 teaspoon ground black pepper\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Lightly grease a 9 inch pie pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"grease\"@11:17 / AC\r\n\t\t:ppt ( tool-1-0 \"a 9 inch pie pan\"@18:34 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Heat oil in a large skillet over medium-high heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large skillet\"@15:30 / TOOL )\r\n\t\t:heat ( \"medium-high heat\"@36:52 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add onions and cook, stirring occasionally, until onions are soft.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-1 \"onions\"@7:13 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-3-0 \"until onions are soft\"@47:68 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-3-1 \"cook\"@18:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"stirring\"@24:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in spinach and continue cooking until excess moisture has evaporated.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"spinach\"@11:18 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"continue cooking\"@23:39 / AC\r\n\t\t:until ( cond-4-0 \"until excess moisture has evaporated\"@40:76 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a large bowl, combine eggs, cheese, salt and pepper.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"combine\"@20:27 / AC\r\n\t\t:loc ( tool-5-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-3 \"eggs\"@28:32 / FOOD )\r\n\t\t:ppt ( ing-4 \"cheese\"@34:40 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@42:46 / FOOD )\r\n\t\t:ppt ( ing-6 \"pepper\"@51:57 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add spinach mixture and stir to blend.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"spinach mixture\"@7:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"stir\"@27:31 / AC\r\n\t\t:prp ( purp-6-0 \"to blend\"@32:40 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Scoop into prepared pie pan.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Scoop\"@3:8 / AC\r\n\t\t:gol ( tool-7-0 \"prepared pie pan\"@14:30 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake in preheated oven until eggs have set, about 30 minutes.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-8-0 \"preheated oven\"@11:25 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-8-0 \"until eggs have set\"@26:45 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-8-0 \"30 minutes\"@53:63 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Let cool for 10 minutes before serving.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"cool\"@-1:-1 / AC\r\n\t\t:duration ( dur-9-0 \"10 minutes\"@-1:-1 / DUR )\r\n\t\t:duration ( cond-9-0 \"before serving\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/041_Gelatin_Fruit_Salad.json b/ai_talks/AMUseBotBackend/recipe/041_Gelatin_Fruit_Salad.json new file mode 100644 index 0000000..f140996 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/041_Gelatin_Fruit_Salad.json @@ -0,0 +1,54 @@ +{ + "id": "041", + "title": "Gelatin Fruit Salad", + "content": [ + { + "id": "ing-0", + "text": "1 cup applesauce", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup applesauce\" )" + }, + { + "id": "ing-1", + "text": "2 (3 ounce) packages cherry gelatin", + "type": "ingredient", + "eamr": "( ing-1 \"2 (3 ounce) packages cherry gelatin\" )" + }, + { + "id": "ing-2", + "text": "1 (12 ounce) can lemon-lime soda", + "type": "ingredient", + "eamr": "( ing-2 \"1 (12 ounce) can lemon-lime soda\" )" + }, + { + "id": "ing-3", + "text": "1 (8 ounce) can crushed pineapple, undrained", + "type": "ingredient", + "eamr": "( ing-3 \"1 (8 ounce) can crushed pineapple, undrained\" )" + }, + { + "id": "inst-0", + "text": "0) In a saucepan, bring applesauce to a boil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"boil\"@40:44 / AC\r\n\t\t:ppt ( ing-0 \"applesauce\"@24:34 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a saucepan\"@6:16 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Remove from the heat; stir in gelatin until dissolved.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"the heat\"@15:23 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"stir in\"@25:32 / AC\r\n\t\t:ppt ( ing-1 \"gelatin\"@33:40 / FOOD )\r\n\t\t:until ( cond-1-0 \"until dissolved\"@41:56 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Slowly add soda and pineapple.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"add\"@10:13 / AC\r\n\t\t:ppt ( ing-2 \"soda\"@14:18 / FOOD )\r\n\t\t:ppt ( ing-3 \"pineapple\"@23:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Refrigerate until firm.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Refrigerate\"@3:14 / AC\r\n\t\t:until ( cond-3-0 \"until firm\"@15:25 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/042_Asian_Ginger_Dressing.json b/ai_talks/AMUseBotBackend/recipe/042_Asian_Ginger_Dressing.json new file mode 100644 index 0000000..a9cdf34 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/042_Asian_Ginger_Dressing.json @@ -0,0 +1,78 @@ +{ + "id": "042", + "title": "Asian Ginger Dressing", + "content": [ + { + "id": "ing-0", + "text": "3 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-0 \"3 cloves garlic, minced\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons minced fresh ginger root", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons minced fresh ginger root\" )" + }, + { + "id": "ing-2", + "text": "3/4 cup olive oil", + "type": "ingredient", + "eamr": "( ing-2 \"3/4 cup olive oil\" )" + }, + { + "id": "ing-3", + "text": "1/3 cup rice vinegar", + "type": "ingredient", + "eamr": "( ing-3 \"1/3 cup rice vinegar\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup soy sauce", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup soy sauce\" )" + }, + { + "id": "ing-5", + "text": "3 tablespoons honey", + "type": "ingredient", + "eamr": "( ing-5 \"3 tablespoons honey\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup water", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup water\" )" + }, + { + "id": "inst-0", + "text": "0) In a 1 pint glass jar or larger, combine the garlic, ginger, olive oil, rice vinegar, soy sauce, honey, and water.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@36:43 / AC\r\n\t\t:ppt ( ing-0 \"the garlic\"@44:54 / FOOD )\r\n\t\t:ppt ( ing-1 \"ginger\"@56:62 / FOOD )\r\n\t\t:ppt ( ing-2 \"olive oil\"@64:73 / FOOD )\r\n\t\t:ppt ( ing-3 \"rice vinegar\"@75:87 / FOOD )\r\n\t\t:ppt ( ing-4 \"soy sauce\"@89:98 / FOOD )\r\n\t\t:ppt ( ing-5 \"honey\"@100:105 / FOOD )\r\n\t\t:ppt ( ing-6 \"water\"@111:116 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a 1 pint glass jar\"@6:24 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cover the jar with a tight fitting lid, and shake well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( tool-1-0 \"the jar\"@9:16 / TOOL )\r\n\t\t:ppt ( tool-1-1 \"a tight fitting lid\"@22:41 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"shake\"@47:52 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove lid, and heat jar in the microwave for 1 minute just to dissolve the honey.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( tool-2-0 \"lid\"@10:13 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"heat\"@19:23 / AC\r\n\t\t:ppt ( tool-2-1 \"jar\"@24:27 / TOOL )\r\n\t\t:loc ( tool-2-2 \"the microwave\"@31:44 / TOOL )\r\n\t\t:duration ( dur-2-0 \"1 minute\"@49:57 / DUR )\r\n\t\t:prp ( purp-2-0 \"to dissolve the honey\"@63:84 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Let cool, and shake well before serving.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"cool\"@7:11 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"shake\"@17:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( cond-3-0 \"before serving\"@28:42 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Store covered in the refrigerator.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Store\"@3:8 / AC\r\n\t\t:loc ( tool-4-0 \"the refrigerator\"@20:36 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/043_Campfire_Angel_Food_Yummies.json b/ai_talks/AMUseBotBackend/recipe/043_Campfire_Angel_Food_Yummies.json new file mode 100644 index 0000000..e120488 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/043_Campfire_Angel_Food_Yummies.json @@ -0,0 +1,36 @@ +{ + "id": "043", + "title": "Campfire Angel Food Yummies", + "content": [ + { + "id": "ing-0", + "text": "1 (10 inch) angel food cake, cut into large cubes", + "type": "ingredient", + "eamr": "( ing-0 \"1 (10 inch) angel food cake, cut into large cubes\" )" + }, + { + "id": "ing-1", + "text": "1 (5 ounce) can sweetened condensed milk", + "type": "ingredient", + "eamr": "( ing-1 \"1 (5 ounce) can sweetened condensed milk\" )" + }, + { + "id": "ing-2", + "text": "1 cup coconut flakes", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup coconut flakes\" )" + }, + { + "id": "inst-0", + "text": "0) Toast the angel food cake cubes over the coals of a campfire on toasting sticks until browned.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Toast\"@3:8 / AC\r\n\t\t:loc ( tool-0-0 \"toasting sticks\"@67:82 / TOOL )\r\n\t\t:until ( cond-0-0 \"until browned\"@83:96 / CONDITION_CLAUSE )\r\n\t\t:ppt ( ing-0 \"the angel food cake cubes\"@9:34 / FOOD )\r\n\t\t:instrument ( tool-0-1 \"the coals of a campfire\"@40:63 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Dip the toasted cake into the condensed milk, and roll in coconut flakes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Dip\"@3:6 / AC\r\n\t\t:ppt ( \"the toasted cake\"@7:23 / FOOD )\r\n\t\t:gol ( ing-1 \"the condensed milk\"@29:47 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"roll in\"@53:60 / AC\r\n\t\t:ppt ( ing-2 \"coconut flakes\"@61:75 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/044_Chicken_Pot_Pie_II_2.json b/ai_talks/AMUseBotBackend/recipe/044_Chicken_Pot_Pie_II_2.json new file mode 100644 index 0000000..fdc96c3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/044_Chicken_Pot_Pie_II_2.json @@ -0,0 +1,180 @@ +{ + "id": "044", + "title": "Chicken Pot Pie II 2", + "content": [ + { + "id": "ing-0", + "text": "3 bone-in chicken breast halves, skinless", + "type": "ingredient", + "eamr": "( ing-0 \"3 bone-in chicken breast halves, skinless\" )" + }, + { + "id": "ing-1", + "text": "1 (14.5 ounce) can chicken broth", + "type": "ingredient", + "eamr": "( ing-1 \"1 (14.5 ounce) can chicken broth\" )" + }, + { + "id": "ing-2", + "text": "3 potatoes", + "type": "ingredient", + "eamr": "( ing-2 \"3 potatoes\" )" + }, + { + "id": "ing-3", + "text": "1 yellow onion", + "type": "ingredient", + "eamr": "( ing-3 \"1 yellow onion\" )" + }, + { + "id": "ing-4", + "text": "3 stalks celery", + "type": "ingredient", + "eamr": "( ing-4 \"3 stalks celery\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons vegetable oil\" )" + }, + { + "id": "ing-6", + "text": "2 tablespoons all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"2 tablespoons all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "2 cups frozen mixed vegetables", + "type": "ingredient", + "eamr": "( ing-7 \"2 cups frozen mixed vegetables\" )" + }, + { + "id": "ing-8", + "text": "1 to taste salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-8 \"1 to taste salt and pepper to taste\" )" + }, + { + "id": "ing-9", + "text": "1/4 teaspoon garlic powder", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 teaspoon garlic powder\" )" + }, + { + "id": "ing-10", + "text": "1 (9 inch) frozen prepared pie crust, thawed", + "type": "ingredient", + "eamr": "( ing-10 \"1 (9 inch) frozen prepared pie crust, thawed\" )" + }, + { + "id": "inst-0", + "text": "0) Wash chicken breasts in water and then place in a pot with water just to cover the chicken.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Wash\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"chicken breasts\"@8:23 / FOOD )\r\n\t\t:loc ( \"water\"@27:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-1 \"place\"@42:47 / AC\r\n\t\t:gol ( tool-0-0 \"a pot\"@51:56 / TOOL\r\n\t\t\t:todo ( \"water\"@62:67 / FOOD )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-0-0 \"to cover the chicken\"@73:93 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add some salt and pepper and garlic powder.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"some salt\"@7:16 / FOOD )\r\n\t\t:ppt ( ing-8 \"pepper\"@21:27 / FOOD )\r\n\t\t:ppt ( ing-9 \"garlic powder\"@32:45 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Let cool in the pot.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"cool\"@7:11 / AC\r\n\t\t:loc ( tool-2-0 \"the pot\"@15:22 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-3-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-3-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-3-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Wash and cut potatoes into bite size pieces and boil till almost fork tender.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Wash\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"potatoes\"@16:24 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cut\"@12:15 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:todo ( \"bite size pieces\"@30:46 / OTHER )\r\n\t)\r\n\t:inform ( ac-4-2 \"boil\"@51:55 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( cond-4-0 \"till almost fork tender\"@56:79 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Drain and set aside.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Drain\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"set aside\"@13:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Wash celery and cut to bite-size pieces.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Wash\"@3:7 / AC\r\n\t\t:ppt ( ing-4 \"celery\"@8:14 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"cut\"@19:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:todo ( \"bite-size pieces\"@26:42 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cut onion to bite-size pieces.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"onion\"@7:12 / FOOD )\r\n\t\t:todo ( \"bite-size pieces\"@16:32 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) In a large heavy skillet, over medium heat, saute celery and onion with 2 tablespoons oil, for 5 to 8 minutes.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"saute\"@47:52 / AC\r\n\t\t:ppt ( \"celery\"@53:59 / FOOD )\r\n\t\t:ppt ( \"onion\"@64:69 / FOOD )\r\n\t\t:ppt ( ing-5 \"2 tablespoons oil\"@75:92 / FOOD )\r\n\t\t:duration ( dur-8-0 \"5 to 8 minutes\"@98:112 / DUR )\r\n\t\t:loc ( tool-8-0 \"a large heavy skillet\"@6:27 / TOOL )\r\n\t\t:heat ( \"medium heat\"@34:45 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Add the frozen vegetables and cook another 5 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Add\"@-1:-1 / AC\r\n\t\t:ppt ( ing-7 \"the frozen vegetables\"@-1:-1 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"cook\"@-1:-1 / AC\r\n\t\t:duration ( dur-9-0 \"5 minutes\"@-1:-1 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Add flour and cook about 30 seconds.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-6 \"flour\"@8:13 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"cook\"@18:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-10-0 \"30 seconds\"@29:39 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Add chicken broth and bring to a boil.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-1 \"chicken broth\"@8:21 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"boil\"@37:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) After it has become thick, add potatoes.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"add\"@31:34 / AC\r\n\t\t:duration ( cond-12-0 \"After it has become thick\"@4:29 / CONDITION_CLAUSE )\r\n\t\t:ppt ( \"potatoes\"@35:43 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Remove chicken from pot and cut into bite-size pieces and add to vegetable mixture.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Remove\"@4:10 / AC\r\n\t\t:ppt ( \"chicken\"@11:18 / FOOD )\r\n\t\t:source ( tool-13-0 \"pot\"@24:27 / TOOL )\r\n\t)\r\n\t:inform ( ac-13-1 \"cut\"@32:35 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:todo ( \"bite-size pieces\"@41:57 / OTHER )\r\n\t)\r\n\t:inform ( ac-13-2 \"add\"@62:65 / AC\r\n\t\t:ppt ( \"vegetable mixture\"@69:86 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Add salt and pepper to taste.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-8 \"salt\"@8:12 / FOOD )\r\n\t\t:ppt ( ing-8 \"pepper\"@17:23 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-14-0 \"to taste\"@24:32 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Pour mixture into a 9 inch deep dish pie plate and cover with pie shell.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( \"mixture\"@9:16 / FOOD )\r\n\t\t:gol ( tool-15-0 \"a 9 inch deep dish pie plate\"@22:50 / TOOL )\r\n\t)\r\n\t:inform ( ac-15-1 \"cover\"@55:60 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"pie shell\"@66:75 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Make sure you crimp the edges of the pie shell to the plate so no juices spill in oven.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"crimp\"@18:23 / AC\r\n\t\t:ppt ( ing-10 \"the edges of the pie shell\"@24:50 / FOOD )\r\n\t\t:gol ( tool-16-0 \"the plate\"@54:63 / TOOL )\r\n\t\t:prp ( purp-16-0 \"so no juices spill in oven\"@64:90 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Bake at 350 degrees F (175 degrees C) for 45 minutes or until pie shell is cooked and golden brown.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Bake\"@4:8 / AC\r\n\t\t:heat ( temp-17-0 \"350 degrees F\"@12:26 / TEMPERATURE )\r\n\t\t:heat ( temp-17-1 \"175 degrees C\"@28:41 / TEMPERATURE )\r\n\t\t:duration ( dur-17-0 \"45 minutes\"@47:57 / DUR )\r\n\t\t:until ( cond-17-0 \"until pie shell is cooked and golden brown\"@61:103 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/045_Almond_Buttercrunch.json b/ai_talks/AMUseBotBackend/recipe/045_Almond_Buttercrunch.json new file mode 100644 index 0000000..5fc5696 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/045_Almond_Buttercrunch.json @@ -0,0 +1,72 @@ +{ + "id": "045", + "title": "Almond Buttercrunch", + "content": [ + { + "id": "ing-0", + "text": "3/4 cup butter", + "type": "ingredient", + "eamr": "( ing-0 \"3/4 cup butter\" )" + }, + { + "id": "ing-1", + "text": "2 cups white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups white sugar\" )" + }, + { + "id": "ing-2", + "text": "1 cup chopped almonds", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup chopped almonds\" )" + }, + { + "id": "ing-3", + "text": "2 cups milk chocolate chips", + "type": "ingredient", + "eamr": "( ing-3 \"2 cups milk chocolate chips\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup finely chopped almonds", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup finely chopped almonds\" )" + }, + { + "id": "inst-0", + "text": "0) In a saucepan over low heat, combine the butter, sugar and 1 cup chopped almonds.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@32:39 / AC\r\n\t\t:ppt ( ing-0 \"the butter\"@40:50 / FOOD )\r\n\t\t:ppt ( ing-1 \"sugar\"@52:57 / FOOD )\r\n\t\t:ppt ( ing-2 \"1 cup chopped almonds\"@62:83 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a saucepan\"@6:16 / TOOL )\r\n\t\t:heat ( temp-0-0 \"low heat\"@22:30 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir constantly until mixture boils, then do not stir or shake.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir\"@3:7 / AC\r\n\t\t:until ( cond-1-0 \"until mixture boils\"@19:38 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-1 \"stir\"@52:56 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"shake\"@60:65 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Heat to 300 to 310 degrees F (149 to 154 degrees C), or until a small amount of syrup dropped into cold water forms hard, brittle threads.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Heat\"@3:7 / AC\r\n\t\t:heat ( temp-2-0 \"300 to 310 degrees F\"@11:31 / TEMPERATURE )\r\n\t\t:heat ( temp-2-1 \"149 to 154 degrees C\"@33:53 / TEMPERATURE )\r\n\t\t:until ( cond-2-0 \"until a small amount of syrup dropped into cold water forms hard, brittle threads\"@59:140 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pour onto a large buttered cookie sheet.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( tool-3-0 \"a large buttered cookie sheet\"@13:42 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Immediately press chocolate chips onto the hot candy. As the chocolate melts, spread it into a coating over the candy.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"press\"@15:20 / AC\r\n\t\t:ppt ( ing-3 \"chocolate chips\"@21:36 / FOOD )\r\n\t\t:gol ( \"the hot candy\"@42:55 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"spread\"@81:87 / AC\r\n\t\t:ppt ( \"it\"@88:90 / FOOD )\r\n\t\t:reshape ( \"a coating\"@96:105 / FOOD )\r\n\t\t:duration ( cond-4-0 \"As the chocolate melts\"@57:79 / CONDITION_CLAUSE )\r\n\t\t:gol ( \"the candy\"@111:120 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Sprinkle finely chopped almonds over the top; cool, and break into uneven pieces.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-4 \"chopped almonds\"@19:34 / FOOD )\r\n\t\t:gol ( \"the top\"@40:47 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cool\"@49:53 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"break\"@59:64 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"uneven pieces\"@70:83 / OTHER )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/046_Cranberry_Apple_Pie_II.json b/ai_talks/AMUseBotBackend/recipe/046_Cranberry_Apple_Pie_II.json new file mode 100644 index 0000000..d1f9943 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/046_Cranberry_Apple_Pie_II.json @@ -0,0 +1,114 @@ +{ + "id": "046", + "title": "Cranberry Apple Pie II", + "content": [ + { + "id": "ing-0", + "text": "6 apples", + "type": "ingredient", + "eamr": "( ing-0 \"6 apples\" )" + }, + { + "id": "ing-1", + "text": "1 (16 ounce) can whole cranberry sauce", + "type": "ingredient", + "eamr": "( ing-1 \"1 (16 ounce) can whole cranberry sauce\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup packed brown sugar\" )" + }, + { + "id": "ing-3", + "text": "1/3 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-3 \"1/3 cup all-purpose flour\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 teaspoons ground cinnamon", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 teaspoons ground cinnamon\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-6", + "text": "1 recipe pastry for a 9 inch double crust pie", + "type": "ingredient", + "eamr": "( ing-6 \"1 recipe pastry for a 9 inch double crust pie\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Line a pie plate with pastry.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Line\"@3:7 / AC\r\n\t\t:gol ( tool-1-0 \"a pie plate\"@8:19 / TOOL )\r\n\t\t:gol ( ing-6 \"pastry\"@25:31 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Peel, core, and slice the apples.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Peel\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the apples\"@25:35 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"core\"@9:13 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"slice\"@19:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Combine apples and cranberry sauce in a medium-sized mixing bowl.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( \"apples\"@11:17 / FOOD )\r\n\t\t:ppt ( ing-1 \"cranberry sauce\"@22:37 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a medium-sized mixing bowl\"@41:67 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Combine brown sugar, flour, cinnamon, and nutmeg; add to the apple mixture.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"brown sugar\"@11:22 / FOOD )\r\n\t\t:ppt ( ing-3 \"flour\"@24:29 / FOOD )\r\n\t\t:ppt ( ing-4 \"cinnamon\"@31:39 / FOOD )\r\n\t\t:ppt ( ing-5 \"nutmeg\"@45:51 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"add\"@53:56 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"the apple mixture\"@60:77 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Mix thoroughly.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Turn filling into the pastry lined pan.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Turn\"@3:7 / AC\r\n\t\t:ppt ( \"filling\"@8:15 / FOOD )\r\n\t\t:gol ( tool-6-0 \"the pastry lined pan\"@21:41 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cover with top crust.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cover\"@3:8 / AC\r\n\t\t:gol ( \"top crust\"@14:23 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Crimp edges.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Crimp\"@3:8 / AC\r\n\t\t:ppt ( \"edges\"@9:14 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cut slits in top crust.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cut\"@-1:-1 / AC\r\n\t\t:ppt ( \"slits\"@-1:-1 / FOOD )\r\n\t\t:loc ( \"top crust\"@-1:-1 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Bake for 1 hour, or until the crust is golden brown and the filling bubbly.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-10-0 \"1 hour\"@13:19 / DUR )\r\n\t\t:until ( cond-10-0 \"until the crust is golden brown and the filling bubbly\"@24:78 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/047_1_Pot_3_Bean_Chicken_Stew.json b/ai_talks/AMUseBotBackend/recipe/047_1_Pot_3_Bean_Chicken_Stew.json new file mode 100644 index 0000000..0141a10 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/047_1_Pot_3_Bean_Chicken_Stew.json @@ -0,0 +1,138 @@ +{ + "id": "047", + "title": "1 Pot 3 Bean Chicken Stew", + "content": [ + { + "id": "ing-0", + "text": "1 tablespoon canola oil", + "type": "ingredient", + "eamr": "( ing-0 \"1 tablespoon canola oil\" )" + }, + { + "id": "ing-1", + "text": "1 3/4 pounds boneless, skinless chicken breast or thighs, cut in chunks", + "type": "ingredient", + "eamr": "( ing-1 \"1 3/4 pounds boneless, skinless chicken breast or thighs, cut in chunks\" )" + }, + { + "id": "ing-2", + "text": "1 large yellow onion, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 large yellow onion, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 cup sliced celery", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup sliced celery\" )" + }, + { + "id": "ing-4", + "text": "1 cup thinly sliced carrots", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup thinly sliced carrots\" )" + }, + { + "id": "ing-5", + "text": "3 cups no-salt-added chopped tomatoes", + "type": "ingredient", + "eamr": "( ing-5 \"3 cups no-salt-added chopped tomatoes\" )" + }, + { + "id": "ing-6", + "text": "1 (14.25 ounce) can fat-free, less-sodium chicken broth", + "type": "ingredient", + "eamr": "( ing-6 \"1 (14.25 ounce) can fat-free, less-sodium chicken broth\" )" + }, + { + "id": "ing-7", + "text": "1 (15 ounce) can no-salt-added black beans", + "type": "ingredient", + "eamr": "( ing-7 \"1 (15 ounce) can no-salt-added black beans\" )" + }, + { + "id": "ing-8", + "text": "1 (15 ounce) can no salt-added navy beans", + "type": "ingredient", + "eamr": "( ing-8 \"1 (15 ounce) can no salt-added navy beans\" )" + }, + { + "id": "ing-9", + "text": "1 (15 ounce) can no salt-added kidney beans", + "type": "ingredient", + "eamr": "( ing-9 \"1 (15 ounce) can no salt-added kidney beans\" )" + }, + { + "id": "ing-10", + "text": "1 cup dry red wine", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup dry red wine\" )" + }, + { + "id": "ing-11", + "text": "1 bay leaf", + "type": "ingredient", + "eamr": "( ing-11 \"1 bay leaf\" )" + }, + { + "id": "ing-12", + "text": "1 tablespoon Italian herbs", + "type": "ingredient", + "eamr": "( ing-12 \"1 tablespoon Italian herbs\" )" + }, + { + "id": "ing-13", + "text": "1 cup smoked chicken breast, cubed", + "type": "ingredient", + "eamr": "( ing-13 \"1 cup smoked chicken breast, cubed\" )" + }, + { + "id": "ing-14", + "text": "1 cup fresh Italian parsley, chopped", + "type": "ingredient", + "eamr": "( ing-14 \"1 cup fresh Italian parsley, chopped\" )" + }, + { + "id": "ing-15", + "text": "1 cup fresh cilantro, chopped", + "type": "ingredient", + "eamr": "( ing-15 \"1 cup fresh cilantro, chopped\" )" + }, + { + "id": "ing-16", + "text": "salt and pepper", + "type": "ingredient", + "eamr": "( ing-16 \"salt and pepper\" )" + }, + { + "id": "inst-0", + "text": "0) Heat oil in a large pot; brown chicken.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large pot\"@15:26 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"brown\"@28:33 / AC\r\n\t\t:ppt ( ing-1 \"chicken\"@34:41 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Remove chicken and set aside.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"set aside\"@22:31 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Saute onions until soft, about 5 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Saute\"@3:8 / AC\r\n\t\t:ppt ( ing-2 \"onions\"@9:15 / FOOD )\r\n\t\t:until ( cond-2-0 \"until soft\"@16:26 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"5 minutes\"@34:43 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add broth, beans, tomatoes, celery, carrots, wine, bay leaf, herbs and all the chicken; cover and simmer for 40 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"broth\"@7:12 / FOOD )\r\n\t\t:ppt ( \"beans\"@14:19 / FOOD\r\n\t\t\t:ref ( ing-7 )\r\n\t\t\t:ref ( ing-8 )\r\n\t\t\t:ref ( ing-9 )\r\n\t\t)\r\n\t\t:ppt ( ing-5 \"tomatoes\"@21:29 / FOOD )\r\n\t\t:ppt ( ing-3 \"celery\"@31:37 / FOOD )\r\n\t\t:ppt ( ing-4 \"carrots\"@39:46 / FOOD )\r\n\t\t:ppt ( ing-10 \"wine\"@48:52 / FOOD )\r\n\t\t:ppt ( ing-11 \"bay leaf\"@54:62 / FOOD )\r\n\t\t:ppt ( ing-12 \"herbs\"@64:69 / FOOD )\r\n\t\t:ppt ( \"all the chicken\"@74:89 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cover\"@91:96 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"simmer\"@101:107 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"40 minutes\"@112:122 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add parsley, cilantro, salt and pepper, and simmer 5 more minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-14 \"parsley\"@7:14 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-15 \"cilantro\"@16:24 / FOOD )\r\n\t\t:ppt ( ing-16 \"salt and pepper\"@26:41 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"simmer\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"5 more minutes\"@-1:-1 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/048_Black_Bean_Chili.json b/ai_talks/AMUseBotBackend/recipe/048_Black_Bean_Chili.json new file mode 100644 index 0000000..de37c76 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/048_Black_Bean_Chili.json @@ -0,0 +1,126 @@ +{ + "id": "048", + "title": "Black Bean Chili", + "content": [ + { + "id": "ing-0", + "text": "1 tablespoon olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"1 tablespoon olive oil\" )" + }, + { + "id": "ing-1", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1 onion, chopped\" )" + }, + { + "id": "ing-2", + "text": "2 red bell pepper, seeded and chopped", + "type": "ingredient", + "eamr": "( ing-2 \"2 red bell pepper, seeded and chopped\" )" + }, + { + "id": "ing-3", + "text": "1 jalapeno pepper, seeded and minced", + "type": "ingredient", + "eamr": "( ing-3 \"1 jalapeno pepper, seeded and minced\" )" + }, + { + "id": "ing-4", + "text": "10 fresh mushrooms, quartered", + "type": "ingredient", + "eamr": "( ing-4 \"10 fresh mushrooms, quartered\" )" + }, + { + "id": "ing-5", + "text": "6 roma (plum) tomatoes, diced", + "type": "ingredient", + "eamr": "( ing-5 \"6 roma (plum) tomatoes, diced\" )" + }, + { + "id": "ing-6", + "text": "1 cup fresh corn kernels", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup fresh corn kernels\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon ground black pepper\" )" + }, + { + "id": "ing-8", + "text": "1 teaspoon ground cumin", + "type": "ingredient", + "eamr": "( ing-8 \"1 teaspoon ground cumin\" )" + }, + { + "id": "ing-9", + "text": "1 tablespoon chili powder", + "type": "ingredient", + "eamr": "( ing-9 \"1 tablespoon chili powder\" )" + }, + { + "id": "ing-10", + "text": "2 (15 ounce) cans black beans, drained and rinsed", + "type": "ingredient", + "eamr": "( ing-10 \"2 (15 ounce) cans black beans, drained and rinsed\" )" + }, + { + "id": "ing-11", + "text": "1 1/2 cups chicken broth", + "type": "ingredient", + "eamr": "( ing-11 \"1 1/2 cups chicken broth\" )" + }, + { + "id": "ing-12", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-12 \"1 teaspoon salt\" )" + }, + { + "id": "inst-0", + "text": "0) Heat oil in a large saucepan over medium-high heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large saucepan\"@15:31 / TOOL )\r\n\t\t:heat ( \"medium-high heat\"@37:53 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Sautee the onion, red bell peppers, jalapeno, mushrooms, tomatoes and corn for 10 minutes or until the onions are translucent.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Sautee\"@3:9 / AC\r\n\t\t:ppt ( ing-1 \"the onion\"@10:19 / FOOD )\r\n\t\t:ppt ( ing-2 \"red bell peppers\"@21:37 / FOOD )\r\n\t\t:ppt ( ing-3 \"jalapeno\"@39:47 / FOOD )\r\n\t\t:ppt ( ing-4 \"mushrooms\"@49:58 / FOOD )\r\n\t\t:ppt ( ing-5 \"tomatoes\"@60:68 / FOOD )\r\n\t\t:ppt ( ing-6 \"corn\"@73:77 / FOOD )\r\n\t\t:duration ( dur-1-0 \"10 minutes\"@82:92 / DUR )\r\n\t\t:until ( cond-1-0 \"until the onions are translucent\"@96:128 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Season with black pepper, cumin and chili powder.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-7 \"black pepper\"@15:27 / FOOD )\r\n\t\t:ppt ( ing-8 \"cumin\"@29:34 / FOOD )\r\n\t\t:ppt ( ing-9 \"chili powder\"@39:51 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir in the black beans, chicken broth and salt.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-10 \"the black beans\"@11:26 / FOOD )\r\n\t\t:ppt ( ing-11 \"chicken broth\"@28:41 / FOOD )\r\n\t\t:ppt ( ing-12 \"salt\"@46:50 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) bring to a boil.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Remove 1 1/2 cups of the soup to food processor or blender; puree and stir the bean mixture back into the soup.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"1 1/2 cups of the soup\"@10:32 / FOOD )\r\n\t\t:gol ( tool-5-0 \"food processor\"@36:50 / TOOL )\r\n\t\t:gol ( tool-5-1 \"blender\"@54:61 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"puree\"@63:68 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"stir\"@73:77 / AC\r\n\t\t:ppt ( \"the bean mixture\"@78:94 / FOOD )\r\n\t\t:gol ( \"the soup\"@105:113 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Serve hot by itself or over rice.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n :inform ( \"Serve\"@3:8 / AC\r\n :heat ( \"over rice\"@26:35 / OTHER )\r\n :ppt( NULL / FOOD )\r\n )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/049_Eggnog_Blend.json b/ai_talks/AMUseBotBackend/recipe/049_Eggnog_Blend.json new file mode 100644 index 0000000..2e68d8b --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/049_Eggnog_Blend.json @@ -0,0 +1,84 @@ +{ + "id": "049", + "title": "Eggnog Blend", + "content": [ + { + "id": "ing-0", + "text": "4 cups half-and-half", + "type": "ingredient", + "eamr": "( ing-0 \"4 cups half-and-half\" )" + }, + { + "id": "ing-1", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "11 egg yolks, beaten", + "type": "ingredient", + "eamr": "( ing-2 \"11 egg yolks, beaten\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "2 cups heavy cream", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups heavy cream\" )" + }, + { + "id": "ing-5", + "text": "2/3 cup dark rum", + "type": "ingredient", + "eamr": "( ing-5 \"2/3 cup dark rum\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup Scotch whiskey", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup Scotch whiskey\" )" + }, + { + "id": "ing-7", + "text": "1 pint vanilla ice cream", + "type": "ingredient", + "eamr": "( ing-7 \"1 pint vanilla ice cream\" )" + }, + { + "id": "inst-0", + "text": "0) In a saucepan over low heat, stir together the half-and-half and sugar.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"stir\"@32:36 / AC\r\n\t\t:ppt ( ing-0 \"the half-and-half\"@46:63 / FOOD )\r\n\t\t:ppt ( ing-1 \"sugar\"@68:73 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a saucepan\"@6:16 / TOOL )\r\n\t\t:heat ( \"low heat\"@22:30 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Whisk in egg yolks and cook until light custard forms; do not boil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Whisk in\"@3:11 / AC\r\n\t\t:ppt ( ing-2 \"egg yolks\"@12:21 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@26:30 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until light custard forms\"@31:56 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-2 \"not boil\"@61:69 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from heat and cool, then place in refrigerator and chill overnight.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"cool\"@24:28 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"place\"@35:40 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-2-0 \"refrigerator\"@44:56 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-3 \"chill\"@61:66 / AC\r\n\t\t:duration ( dur-2-0 \"overnight\"@67:76 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Into the chilled mixture, stir in vanilla, cream, dark rum, scotch, and vanilla ice cream.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"stir in\"@29:36 / AC\r\n\t\t:ppt ( ing-3 \"vanilla\"@37:44 / FOOD )\r\n\t\t:ppt ( ing-4 \"cream\"@46:51 / FOOD )\r\n\t\t:ppt ( ing-5 \"dark rum\"@53:61 / FOOD )\r\n\t\t:ppt ( ing-6 \"scotch\"@63:69 / FOOD )\r\n\t\t:ppt ( ing-7 \"vanilla ice cream\"@75:92 / FOOD )\r\n\t\t:ppt ( \"the chilled mixture\"@8:27 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Serve cold.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/050_Deep_South_Fried_Chicken.json b/ai_talks/AMUseBotBackend/recipe/050_Deep_South_Fried_Chicken.json new file mode 100644 index 0000000..0f005aa --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/050_Deep_South_Fried_Chicken.json @@ -0,0 +1,84 @@ +{ + "id": "050", + "title": "Deep South Fried Chicken", + "content": [ + { + "id": "ing-0", + "text": "1 cup shortening", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup shortening\" )" + }, + { + "id": "ing-1", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon salt\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon ground black pepper\" )" + }, + { + "id": "ing-4", + "text": "1 (2 to 3 pound) whole chicken, cut into pieces", + "type": "ingredient", + "eamr": "( ing-4 \"1 (2 to 3 pound) whole chicken, cut into pieces\" )" + }, + { + "id": "inst-0", + "text": "0) Heat the shortening in a large, cast iron skillet over medium-high heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the shortening\"@8:22 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large, cast iron skillet\"@26:52 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium-high heat\"@58:74 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a brown paper lunch bag, combine the flour, salt, and pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@31:38 / AC\r\n\t\t:ppt ( ing-1 \"the flour\"@39:48 / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@50:54 / FOOD )\r\n\t\t:ppt ( ing-3 \"pepper\"@60:66 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a brown paper lunch bag\"@6:29 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Shake two chicken pieces in the bag to coat, and place them in the skillet.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Shake\"@3:8 / AC\r\n\t\t:ppt ( ing-4 \"two chicken pieces\"@9:27 / FOOD )\r\n\t\t:loc ( tool-2-0 \"the bag\"@31:38 / TOOL )\r\n\t\t:prp ( purp-2-0 \"to coat\"@39:46 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-2-1 \"place\"@52:57 / AC\r\n\t\t:ppt ( \"them\"@58:62 / FOOD )\r\n\t\t:gol ( tool-2-1 \"the skillet\"@66:77 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Repeat until all of the chicken is coated and in the skillet.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Repeat\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-3-0 \"until all of the chicken is coated and in the skillet\"@10:63 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Fry the chicken over medium-high heat until all of the pieces have been browned on both sides.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Fry\"@3:6 / AC\r\n\t\t:ppt ( \"the chicken\"@7:18 / FOOD )\r\n\t\t:heat ( temp-4-0 \"medium-high heat\"@24:40 / TEMPERATURE )\r\n\t\t:until ( cond-4-0 \"until all of the pieces have been browned on both sides\"@41:96 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Turn the heat to medium-low, cover, and cook for 25 minutes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-2 \"Turn\"@3:7 / AC\r\n\t\t:ppt ( tool-5-0 \"the heat\"@8:16 / TOOL )\r\n\t\t:gol ( temp-5-0 \"medium-low\"@20:30 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-5-1 \"cover\"@32:37 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-0 \"cook\"@43:47 / AC\r\n\t\t:duration ( dur-5-0 \"25 minutes\"@52:62 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Remove the lid, and increase heat to medium-high.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"increase\"@23:31 / AC\r\n\t\t:ppt ( tool-6-0 \"heat\"@32:36 / TOOL )\r\n\t\t:gol ( temp-6-0 \"medium-high\"@40:51 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-6-1 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( tool-6-1 \"the lid\"@10:17 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Continue frying until chicken pieces are a deep golden brown, and the juices run clear.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"frying\"@12:18 / AC\r\n\t\t:until ( cond-7-0 \"until chicken pieces are a deep golden brown, and the juices run clear\"@19:89 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/051_Biriyani.json b/ai_talks/AMUseBotBackend/recipe/051_Biriyani.json new file mode 100644 index 0000000..709e01c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/051_Biriyani.json @@ -0,0 +1,216 @@ +{ + "id": "051", + "title": "Biriyani", + "content": [ + { + "id": "ing-0", + "text": "2 1/2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 1/2 tablespoons olive oil\" )" + }, + { + "id": "ing-1", + "text": "3 tablespoons plain yogurt", + "type": "ingredient", + "eamr": "( ing-1 \"3 tablespoons plain yogurt\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons distilled white vinegar", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons distilled white vinegar\" )" + }, + { + "id": "ing-3", + "text": "1 medium onion, sliced", + "type": "ingredient", + "eamr": "( ing-3 \"1 medium onion, sliced\" )" + }, + { + "id": "ing-4", + "text": "2 cloves garlic, crushed", + "type": "ingredient", + "eamr": "( ing-4 \"2 cloves garlic, crushed\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon ginger paste", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon ginger paste\" )" + }, + { + "id": "ing-6", + "text": "2 small green chile peppers", + "type": "ingredient", + "eamr": "( ing-6 \"2 small green chile peppers\" )" + }, + { + "id": "ing-7", + "text": "2 medium tomatoes, chopped", + "type": "ingredient", + "eamr": "( ing-7 \"2 medium tomatoes, chopped\" )" + }, + { + "id": "ing-8", + "text": "2 tablespoons garam masala", + "type": "ingredient", + "eamr": "( ing-8 \"2 tablespoons garam masala\" )" + }, + { + "id": "ing-9", + "text": "1 tablespoon dried mint", + "type": "ingredient", + "eamr": "( ing-9 \"1 tablespoon dried mint\" )" + }, + { + "id": "ing-10", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-10 \"salt and pepper to taste\" )" + }, + { + "id": "ing-11", + "text": "5 sprigs cilantro", + "type": "ingredient", + "eamr": "( ing-11 \"5 sprigs cilantro\" )" + }, + { + "id": "ing-12", + "text": "1 (3 pound) whole chicken, skin removed and cut into pieces", + "type": "ingredient", + "eamr": "( ing-12 \"1 (3 pound) whole chicken, skin removed and cut into pieces\" )" + }, + { + "id": "ing-13", + "text": "2 quarts water", + "type": "ingredient", + "eamr": "( ing-13 \"2 quarts water\" )" + }, + { + "id": "ing-14", + "text": "4 cups uncooked basmati rice", + "type": "ingredient", + "eamr": "( ing-14 \"4 cups uncooked basmati rice\" )" + }, + { + "id": "ing-15", + "text": "1 bay leaf", + "type": "ingredient", + "eamr": "( ing-15 \"1 bay leaf\" )" + }, + { + "id": "ing-16", + "text": "4 pods green cardamom", + "type": "ingredient", + "eamr": "( ing-16 \"4 pods green cardamom\" )" + }, + { + "id": "ing-17", + "text": "1 pod black cardamom", + "type": "ingredient", + "eamr": "( ing-17 \"1 pod black cardamom\" )" + }, + { + "id": "ing-18", + "text": "1 cinnamon stick", + "type": "ingredient", + "eamr": "( ing-18 \"1 cinnamon stick\" )" + }, + { + "id": "ing-19", + "text": "salt to taste", + "type": "ingredient", + "eamr": "( ing-19 \"salt to taste\" )" + }, + { + "id": "ing-20", + "text": "1/4 teaspoon powdered yellow food coloring", + "type": "ingredient", + "eamr": "( ing-20 \"1/4 teaspoon powdered yellow food coloring\" )" + }, + { + "id": "inst-0", + "text": "0) Heat the olive oil in a large skillet over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the olive oil\"@8:21 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@25:40 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@46:57 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Mix in the yogurt and vinegar.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-1 \"the yogurt\"@10:20 / FOOD )\r\n\t\t:ppt ( ing-2 \"vinegar\"@25:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place the onion in the skillet, and cook until tender.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-3 \"the onion\"@9:18 / FOOD )\r\n\t\t:gol ( tool-2-0 \"the skillet\"@22:33 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"cook\"@39:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until tender\"@44:56 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix in the garlic, ginger paste, green chile peppers, and tomatoes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-4 \"the garlic\"@10:20 / FOOD )\r\n\t\t:ppt ( ing-5 \"ginger paste\"@22:34 / FOOD )\r\n\t\t:ppt ( ing-6 \"green chile peppers\"@36:55 / FOOD )\r\n\t\t:ppt ( ing-7 \"tomatoes\"@61:69 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cook and stir until tomatoes are tender.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"stir\"@12:16 / AC\r\n\t\t:until ( cond-4-0 \"until tomatoes are tender\"@17:42 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Season with garam masala, mint, salt, and pepper, and mix in the cilantro.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-8 \"garam masala\"@15:27 / FOOD )\r\n\t\t:ppt ( ing-9 \"mint\"@29:33 / FOOD )\r\n\t\t:ppt ( ing-10 \"salt, and pepper\"@35:51 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"mix in\"@57:63 / AC\r\n\t\t:ppt ( ing-11 \"the cilantro\"@64:76 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place the chicken in the skillet.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-12 \"the chicken\"@9:20 / FOOD )\r\n\t\t:gol ( tool-6-0 \"the skillet\"@24:35 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Reduce heat to medium-low, cover, and continue cooking 45 minutes, stirring occasionally, until chicken juices run clear.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( tool-7-0 \"heat\"@10:14 / TOOL )\r\n\t\t:gol ( temp-7-0 \"medium-low\"@18:28 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-7-1 \"cover\"@30:35 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-2 \"continue cooking\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-7-0 \"45 minutes\"@58:68 / DUR )\r\n\t\t:simultaneous ( ac-7-3 \"stirring\"@70:78 / AC\r\n\t\t\t:until ( cond-7-0 \"until chicken juices run clear\"@93:123 / CONDITION_CLAUSE )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bring the water and rice to a boil in a large pot.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"boil\"@33:37 / AC\r\n\t\t:ppt ( ing-14 \"rice\"@23:27 / FOOD )\r\n\t\t:ppt ( ing-13 \"the water\"@9:18 / FOOD )\r\n\t\t:loc ( tool-8-0 \"a large pot\"@41:52 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Mix in the bay leaf, green cardamom, black cardamom, and cinnamon.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Mix in\"@-1:-1 / AC\r\n\t\t:ppt ( ing-15 \"the bay leaf\"@-1:-1 / FOOD )\r\n\t\t:ppt ( ing-16 \"green cardamom\"@-1:-1 / FOOD )\r\n\t\t:ppt ( ing-17 \"black cardamom\"@-1:-1 / FOOD )\r\n\t\t:ppt ( ing-18 \"cinnamon\"@-1:-1 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Season with salt to taste.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Season\"@4:10 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-19 \"salt\"@16:20 / FOOD )\r\n\t\t:prp ( purp-10-0 \"to taste\"@21:29 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Cover, reduce heat to low, and simmer 20 minutes.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"reduce\"@11:17 / AC\r\n\t\t:ppt ( tool-11-0 \"heat\"@18:22 / TOOL )\r\n\t\t:gol ( temp-11-0 \"low\"@26:29 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-11-2 \"simmer\"@35:41 / AC\r\n\t\t:duration ( dur-11-0 \"20 minutes\"@42:52 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) In a separate pot, alternate the rice and chicken mixture in layers, topping with rice.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"alternate\"@23:32 / AC\r\n\t\t:ppt ( \"the rice\"@33:41 / FOOD )\r\n\t\t:ppt ( \"chicken mixture\"@46:61 / FOOD )\r\n\t\t:loc ( tool-12-0 \"a separate pot\"@7:21 / TOOL )\r\n\t\t:todo ( \"layers\"@65:71 / OTHER )\r\n\t)\r\n\t:inform ( ac-12-1 \"topping\"@73:80 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"rice\"@86:90 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Sprinkle with the food coloring, and mix to serve.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Sprinkle\"@4:12 / AC\r\n\t\t:ppt ( ing-20 \"the food coloring\"@18:35 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-13-1 \"mix\"@41:44 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-13-0 \"to serve\"@45:53 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/052_Cinnamon_Sugar_Cookies_2.json b/ai_talks/AMUseBotBackend/recipe/052_Cinnamon_Sugar_Cookies_2.json new file mode 100644 index 0000000..f13a6af --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/052_Cinnamon_Sugar_Cookies_2.json @@ -0,0 +1,132 @@ +{ + "id": "052", + "title": "Cinnamon Sugar Cookies 2", + "content": [ + { + "id": "ing-0", + "text": "1 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1 cup sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup sugar\" )" + }, + { + "id": "ing-2", + "text": "1 cup confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup confectioners' sugar\" )" + }, + { + "id": "ing-3", + "text": "1 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup vegetable oil\" )" + }, + { + "id": "ing-4", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-4 \"2 eggs\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-6", + "text": "4 1/3 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"4 1/3 cups all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon salt\" )" + }, + { + "id": "ing-8", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-8 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-10", + "text": "1 teaspoon cream of tartar", + "type": "ingredient", + "eamr": "( ing-10 \"1 teaspoon cream of tartar\" )" + }, + { + "id": "ing-11", + "text": "1 cup finely chopped pecans", + "type": "ingredient", + "eamr": "( ing-11 \"1 cup finely chopped pecans\" )" + }, + { + "id": "ing-12", + "text": "Colored sugar (optional)", + "type": "ingredient", + "eamr": "( ing-12 \"Colored sugar (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) In a large mixing bowl, cream the butter, sugars and oil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cream\"@27:32 / AC\r\n\t\t:ppt ( ing-0 \"the butter\"@33:43 / FOOD )\r\n\t\t:ppt ( \"sugars\"@45:51 / FOOD\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t)\r\n\t\t:ppt ( ing-3 \"oil\"@56:59 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large mixing bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add eggs and vanilla; mix well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"eggs\"@7:11 / FOOD )\r\n\t\t:ppt ( ing-5 \"vanilla\"@16:23 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@25:28 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add flour, salt, baking soda, cinnamon and cream of tartar.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"flour\"@7:12 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt\"@14:18 / FOOD )\r\n\t\t:ppt ( ing-8 \"baking soda\"@20:31 / FOOD )\r\n\t\t:ppt ( ing-9 \"cinnamon\"@33:41 / FOOD )\r\n\t\t:ppt ( ing-10 \"cream of tartar\"@46:61 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir in the pecans if desired.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-11 \"the pecans\"@11:21 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Roll into 1-in. balls.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"1-in. balls\"@13:24 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place on greased baking sheets; flatten with the bottom of a glass dipped in sugar.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-5-0 \"greased baking sheets\"@12:33 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"flatten\"@35:42 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-5-1 \"the bottom of a glass dipped in sugar\"@48:85 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Sprinkle with colored sugar if desired.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-12 \"colored sugar\"@17:30 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake at 375 degrees F (190 degrees C) for 10-12 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-7-0 \"375 degrees F\"@-1:-1/ TEMPERATURE )\r\n\t\t:heat ( temp-7-1 \"190 degrees C\"@-1:-1/ TEMPERATURE )\r\n\t\t:duration ( dur-7-0 \"10-12 minutes\"@-1:-1 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/053_Banana_Orange_Bars.json b/ai_talks/AMUseBotBackend/recipe/053_Banana_Orange_Bars.json new file mode 100644 index 0000000..5dd30f2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/053_Banana_Orange_Bars.json @@ -0,0 +1,126 @@ +{ + "id": "053", + "title": "Banana Orange Bars", + "content": [ + { + "id": "ing-0", + "text": "2 cups mashed ripe bananas", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups mashed ripe bananas\" )" + }, + { + "id": "ing-1", + "text": "1 2/3 cups sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 2/3 cups sugar\" )" + }, + { + "id": "ing-2", + "text": "1 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup vegetable oil\" )" + }, + { + "id": "ing-3", + "text": "4 eggs", + "type": "ingredient", + "eamr": "( ing-3 \"4 eggs\" )" + }, + { + "id": "ing-4", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "2 teaspoons ground cinnamon", + "type": "ingredient", + "eamr": "( ing-5 \"2 teaspoons ground cinnamon\" )" + }, + { + "id": "ing-6", + "text": "2 teaspoons baking powder", + "type": "ingredient", + "eamr": "( ing-6 \"2 teaspoons baking powder\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-8", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-8 \"1 teaspoon salt\" )" + }, + { + "id": "ing-9", + "text": "1/4 cup butter or margarine, softened", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 cup butter or margarine, softened\" )" + }, + { + "id": "ing-10", + "text": "3 cups confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-10 \"3 cups confectioners' sugar\" )" + }, + { + "id": "ing-11", + "text": "1/4 cup orange juice", + "type": "ingredient", + "eamr": "( ing-11 \"1/4 cup orange juice\" )" + }, + { + "id": "ing-12", + "text": "1/2 teaspoon grated orange peel", + "type": "ingredient", + "eamr": "( ing-12 \"1/2 teaspoon grated orange peel\" )" + }, + { + "id": "inst-0", + "text": "0) In a mixing bowl, beat bananas, sugar, oil and eggs until well blended.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"beat\"@21:25 / AC\r\n\t\t:until ( cond-0-0 \"until well blended\"@55:73 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-0-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t\t:ppt ( ing-0 \"bananas\"@26:33 / FOOD )\r\n\t\t:ppt ( ing-1 \"sugar\"@35:40 / FOOD )\r\n\t\t:ppt ( ing-2 \"oil\"@42:45 / FOOD )\r\n\t\t:ppt ( ing-3 \"eggs\"@50:54 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Combine dry ingredients; fold into the banana mixture until well mixed.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( \"dry ingredients\"@11:26 / FOOD\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t\t:ref ( ing-8 )\r\n\t\t)\r\n\t)\r\n\t:inform ( ac-1-1 \"fold\"@28:32 / AC\r\n\t\t:ppt ( \"the banana mixture\"@38:56 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until well mixed\"@57:73 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Spread over bars.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-2-0 \"bars\"@15:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pour into a greased 15-in. baking pan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-3-0 \"a greased 15-in. baking pan\"@13:40 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake at 350 degrees F for 25-30 minutes; cool.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"25-30 minutes\"@29:42 / DUR )\r\n\t\t:heat ( temp-4-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-4-1 \"cool\"@44:48 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) For frosting, cream butter and sugar in a mixing bowl.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"cream\"@17:22 / AC\r\n\t\t:ppt ( ing-9 \"butter\"@23:29 / FOOD )\r\n\t\t:ppt ( ing-10 \"sugar\"@34:39 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a mixing bowl\"@43:56 / TOOL )\r\n\t\t:subtask ( \"For frosting\"@3:15 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add orange juice and peel and beat until smooth.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-11 \"orange juice\"@7:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-12 \"peel\"@-1:-1 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"beat\"@33:37 / AC\r\n\t\t:until ( cond-6-0 \"until smooth\"@38:50 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/054_Buttermilk_Shake.json b/ai_talks/AMUseBotBackend/recipe/054_Buttermilk_Shake.json new file mode 100644 index 0000000..3308fcd --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/054_Buttermilk_Shake.json @@ -0,0 +1,54 @@ +{ + "id": "054", + "title": "Buttermilk Shake", + "content": [ + { + "id": "ing-0", + "text": "1 pint vanilla ice cream", + "type": "ingredient", + "eamr": "( ing-0 \"1 pint vanilla ice cream\" )" + }, + { + "id": "ing-1", + "text": "1 cup buttermilk", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup buttermilk\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon grated lemon peel", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon grated lemon peel\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "1 drop lemon extract", + "type": "ingredient", + "eamr": "( ing-4 \"1 drop lemon extract\" )" + }, + { + "id": "inst-0", + "text": "0) Place all ingredients in a blender container.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"all ingredients\"@9:24 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t)\r\n\t\t:gol ( tool-0-0 \"a blender container\"@28:47 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cover and process on high until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"process\"@13:20 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-1-0 \"high\"@24:28 / TEMPERATURE )\r\n\t\t:until ( cond-1-0 \"until smooth\"@29:41 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Pour into glasses.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-2-0 \"glasses\"@13:20 / TOOL )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/055_Grandmas_Gingersnaps.json b/ai_talks/AMUseBotBackend/recipe/055_Grandmas_Gingersnaps.json new file mode 100644 index 0000000..a25ecdf --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/055_Grandmas_Gingersnaps.json @@ -0,0 +1,114 @@ +{ + "id": "055", + "title": "Grandmas Gingersnaps", + "content": [ + { + "id": "ing-0", + "text": "3/4 cup margarine", + "type": "ingredient", + "eamr": "( ing-0 \"3/4 cup margarine\" )" + }, + { + "id": "ing-1", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-2 \"1 egg\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup molasses", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup molasses\" )" + }, + { + "id": "ing-4", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon ground ginger", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon ground ginger\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-7", + "text": "2 teaspoons baking soda", + "type": "ingredient", + "eamr": "( ing-7 \"2 teaspoons baking soda\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup white sugar for decoration", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup white sugar for decoration\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a medium bowl, cream together the margarine and 1 cup white sugar until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"cream\"@21:26 / AC\r\n\t\t:loc ( tool-1-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t\t:ppt ( ing-0 \"the margarine\"@36:49 / FOOD )\r\n\t\t:ppt ( ing-1 \"1 cup white sugar\"@54:71 / FOOD )\r\n\t\t:until ( cond-1-0 \"until smooth\"@72:84 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Beat in the egg and molasses until well blended.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"the egg\"@11:18 / FOOD )\r\n\t\t:ppt ( ing-3 \"molasses\"@23:31 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until well blended\"@32:50 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Combine the flour, ginger, cinnamon, baking soda and salt; stir into the molasses mixture to form a dough.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@15:20 / FOOD )\r\n\t\t:ppt ( ing-5 \"ginger\"@22:28 / FOOD )\r\n\t\t:ppt ( ing-6 \"cinnamon\"@30:38 / FOOD )\r\n\t\t:ppt ( ing-7 \"baking soda\"@40:51 / FOOD )\r\n\t\t:ppt ( ing-8 \"salt\"@56:60 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"stir\"@62:66 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"the molasses mixture\"@72:92 / FOOD )\r\n\t\t:prp ( purp-3-0 \"to form a dough\"@93:108 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Roll dough into 1 inch balls and roll the balls in the remaining sugar.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( \"dough\"@8:13 / FOOD )\r\n\t\t:reshape ( \"1 inch balls\"@19:31 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"roll\"@36:40 / AC\r\n\t\t:ppt ( \"the balls\"@41:50 / FOOD )\r\n\t\t:loc ( ing-9 \"the remaining sugar\"@54:73 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place cookies 2 inches apart onto ungreased cookie sheets.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"cookies\"@9:16 / FOOD )\r\n\t\t:gol ( tool-5-0 \"ungreased cookie sheets\"@37:60 / TOOL )\r\n\t\t:heat ( \"2 inches apart\"@17:31 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake for 8 to 10 minutes in the preheated oven.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-6-0 \"8 to 10 minutes\"@12:27 / DUR )\r\n\t\t:loc ( tool-6-0 \"the preheated oven\"@31:49 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Allow cookies to cool on baking sheet for 5 minutes before removing to a wire rack to cool completely.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"removing\"@62:70 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-7-0 \"a wire rack\"@74:85 / TOOL )\r\n\t\t:prp ( purp-7-0 \"to cool completely\"@86:104 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-7-1 \"cool\"@20:24 / AC\r\n\t\t:ppt ( \"cookies\"@9:16 / FOOD )\r\n\t\t:loc ( tool-7-1 \"baking sheet\"@28:40 / TOOL )\r\n\t\t:duration ( dur-7-0 \"5 minutes\"@45:54 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/056_Asian_Turkey_Burgers.json b/ai_talks/AMUseBotBackend/recipe/056_Asian_Turkey_Burgers.json new file mode 100644 index 0000000..bfd4ad2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/056_Asian_Turkey_Burgers.json @@ -0,0 +1,78 @@ +{ + "id": "056", + "title": "Asian Turkey Burgers", + "content": [ + { + "id": "ing-0", + "text": "1 egg white", + "type": "ingredient", + "eamr": "( ing-0 \"1 egg white\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon soy sauce", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon soy sauce\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup dry bread crumbs", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup dry bread crumbs\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon finely chopped onion", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon finely chopped onion\" )" + }, + { + "id": "ing-4", + "text": "1 garlic clove, minced", + "type": "ingredient", + "eamr": "( ing-4 \"1 garlic clove, minced\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon ground ginger", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon ground ginger\" )" + }, + { + "id": "ing-6", + "text": "1/8 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-6 \"1/8 teaspoon pepper\" )" + }, + { + "id": "ing-7", + "text": "12 ounces ground turkey", + "type": "ingredient", + "eamr": "( ing-7 \"12 ounces ground turkey\" )" + }, + { + "id": "inst-0", + "text": "0) In a bowl, combine the first seven ingredients.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@14:21 / AC\r\n\t\t:ppt ( \"the first seven ingredients\"@22:49 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t)\r\n\t\t:loc ( tool-0-0 \"a bowl\"@6:12 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Crumble turkey over mixture and mix just until combined.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Crumble\"@3:10 / AC\r\n\t\t:ppt ( ing-7 \"turkey\"@11:17 / FOOD )\r\n\t\t:gol ( \"mixture\"@23:30 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@35:38 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until combined\"@44:58 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Shape into four patties.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Shape\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"four patties\"@14:26 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cook in a nonstick skillet coated with nonstick cooking spray until no longer pink.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-3-0 \"a nonstick skillet coated with nonstick cooking spray\"@11:64 / TOOL )\r\n\t\t:until ( cond-3-0 \"until no longer pink\"@65:85 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/057_Apple_Cranberry_Crisp_2.json b/ai_talks/AMUseBotBackend/recipe/057_Apple_Cranberry_Crisp_2.json new file mode 100644 index 0000000..2cff341 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/057_Apple_Cranberry_Crisp_2.json @@ -0,0 +1,108 @@ +{ + "id": "057", + "title": "Apple Cranberry Crisp 2", + "content": [ + { + "id": "ing-0", + "text": "2 pounds Granny Smith apples - peeled, cored and thinly sliced", + "type": "ingredient", + "eamr": "( ing-0 \"2 pounds Granny Smith apples - peeled, cored and thinly sliced\" )" + }, + { + "id": "ing-1", + "text": "3/4 cup cranberries", + "type": "ingredient", + "eamr": "( ing-1 \"3/4 cup cranberries\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "3 teaspoons ground cinnamon", + "type": "ingredient", + "eamr": "( ing-3 \"3 teaspoons ground cinnamon\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-5", + "text": "1/3 cup quick-cooking oats", + "type": "ingredient", + "eamr": "( ing-5 \"1/3 cup quick-cooking oats\" )" + }, + { + "id": "ing-6", + "text": "1/3 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"1/3 cup all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup packed light brown sugar", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup packed light brown sugar\" )" + }, + { + "id": "ing-8", + "text": "1/4 cup butter, cut into pieces", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 cup butter, cut into pieces\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup chopped pecans", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup chopped pecans\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 375 degrees F (190 degrees C.) Butter an 8 inch square baking dish.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C.\"@34:48 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-0-1 \"Butter\"@50:56 / AC\r\n\t\t:ppt ( tool-0-1 \"an 8 inch square baking dish\"@57:85 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a large bowl, mix together apples, cranberries, white sugar, cinnamon and nutmeg.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-0 \"apples\"@33:39 / FOOD )\r\n\t\t:ppt ( ing-1 \"cranberries\"@41:52 / FOOD )\r\n\t\t:ppt ( ing-2 \"white sugar\"@54:65 / FOOD )\r\n\t\t:ppt ( ing-3 \"cinnamon\"@67:75 / FOOD )\r\n\t\t:ppt ( ing-4 \"nutmeg\"@80:86 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place evenly into baking dish.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-2-0 \"baking dish\"@21:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In the same bowl, combine oats, flour and brown sugar.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( ing-5 \"oats\"@29:33 / FOOD )\r\n\t\t:ppt ( ing-6 \"flour\"@35:40 / FOOD )\r\n\t\t:ppt ( ing-7 \"brown sugar\"@45:56 / FOOD )\r\n\t\t:loc ( tool-3-0 \"the same bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) With a fork, mix in butter until crumbly.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"mix in\"@16:22 / AC\r\n\t\t:ppt ( ing-8 \"butter\"@23:29 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-4-0 \"a fork\"@8:14 / TOOL )\r\n\t\t:until ( cond-4-0 \"until crumbly\"@30:43 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in pecans. Sprinkle over apples.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Sprinkle\"@19:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"apples\"@33:39 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-9 \"pecans\"@11:17 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake in preheated oven for 40 to 50 minutes, or until topping is golden brown, and apples are tender.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-6-0 \"preheated oven\"@11:25 / TOOL )\r\n\t\t:duration ( dur-6-0 \"40 to 50 minutes\"@30:46 / DUR )\r\n\t\t:until ( cond-6-0 \"until topping is golden brown, and apples are tender\"@51:103 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/058_Fall_Harvest_Baked_Apples.json b/ai_talks/AMUseBotBackend/recipe/058_Fall_Harvest_Baked_Apples.json new file mode 100644 index 0000000..916bcaa --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/058_Fall_Harvest_Baked_Apples.json @@ -0,0 +1,96 @@ +{ + "id": "058", + "title": "Fall Harvest Baked Apples", + "content": [ + { + "id": "ing-0", + "text": "8 red apples, cored", + "type": "ingredient", + "eamr": "( ing-0 \"8 red apples, cored\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup butter", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup butter\" )" + }, + { + "id": "ing-2", + "text": "1/3 cup maple syrup", + "type": "ingredient", + "eamr": "( ing-2 \"1/3 cup maple syrup\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-4", + "text": "1/3 teaspoon ground ginger", + "type": "ingredient", + "eamr": "( ing-4 \"1/3 teaspoon ground ginger\" )" + }, + { + "id": "ing-5", + "text": "1/2 lemon, juiced", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 lemon, juiced\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-7", + "text": "1/3 cup coarsely chopped walnuts (optional)", + "type": "ingredient", + "eamr": "( ing-7 \"1/3 cup coarsely chopped walnuts (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place apples in a 9x13 inch baking dish.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"apples\"@9:15 / FOOD )\r\n\t\t:gol ( tool-1-0 \"a 9x13 inch baking dish\"@19:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a small saucepan over medium heat, combine butter, maple syrup, cinnamon, ginger, lemon juice and vanilla.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@41:48 / AC\r\n\t\t:ppt ( ing-1 \"butter\"@49:55 / FOOD )\r\n\t\t:ppt ( ing-2 \"maple syrup\"@57:68 / FOOD )\r\n\t\t:ppt ( ing-3 \"cinnamon\"@70:78 / FOOD )\r\n\t\t:ppt ( ing-4 \"ginger\"@80:86 / FOOD )\r\n\t\t:ppt ( ing-5 \"lemon juice\"@88:99 / FOOD )\r\n\t\t:ppt ( ing-6 \"vanilla\"@104:111 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a small saucepan\"@6:22 / TOOL )\r\n\t\t:heat ( temp-2-0 \"medium heat\"@28:39 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Bring to a boil, and drizzle equally over apples.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"drizzle\"@24:31 / AC\r\n\t\t:gol ( \"apples\"@45:51 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cover with foil, and bake in preheated oven for 20 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( tool-4-0 \"foil\"@14:18 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"bake\"@24:28 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-4-1 \"preheated oven\"@32:46 / TOOL )\r\n\t\t:duration ( dur-4-0 \"20 minutes\"@51:61 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Remove cover, and continue to bake for 10 minutes, or until apples are tender.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( tool-5-0 \"cover\"@10:15 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"bake\"@33:37 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"10 minutes\"@42:52 / DUR )\r\n\t\t:until ( cond-5-0 \"until apples are tender\"@57:80 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Serve warm.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/059_Fancy_Brussels_Sprouts.json b/ai_talks/AMUseBotBackend/recipe/059_Fancy_Brussels_Sprouts.json new file mode 100644 index 0000000..0bfa13c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/059_Fancy_Brussels_Sprouts.json @@ -0,0 +1,72 @@ +{ + "id": "059", + "title": "Fancy Brussels Sprouts", + "content": [ + { + "id": "ing-0", + "text": "1 cup water", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup water\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup minced fresh parsley", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup minced fresh parsley\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon sugar\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "4 cups Brussels sprouts, halved", + "type": "ingredient", + "eamr": "( ing-4 \"4 cups Brussels sprouts, halved\" )" + }, + { + "id": "ing-5", + "text": "1 (8 ounce) can water chestnuts, drained and diced", + "type": "ingredient", + "eamr": "( ing-5 \"1 (8 ounce) can water chestnuts, drained and diced\" )" + }, + { + "id": "ing-6", + "text": "1 tablespoon butter or margarine", + "type": "ingredient", + "eamr": "( ing-6 \"1 tablespoon butter or margarine\" )" + }, + { + "id": "inst-0", + "text": "0) In a saucepan over medium heat, bring water, parsley, sugar and salt to a boil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"boil\"@77:81 / AC\r\n\t\t:ppt ( ing-0 \"water\"@41:46 / FOOD )\r\n\t\t:ppt ( ing-1 \"parsley\"@48:55 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar\"@57:62 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@67:71 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a saucepan\"@6:16 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@22:33 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add brussels sprouts.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"brussels sprouts\"@7:23 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cover and simmer for 6-8 minutes or until tender; drain.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"simmer\"@13:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"6-8 minutes\"@24:35 / DUR )\r\n\t\t:until ( cond-2-0 \"until tender\"@39:51 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-2-2 \"drain\"@53:58 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add water chestnuts and butter; heat through.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-5 \"water chestnuts\"@7:22 / FOOD )\r\n\t\t:ppt ( ing-6 \"butter\"@27:33 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"heat\"@35:39 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/060_Churros.json b/ai_talks/AMUseBotBackend/recipe/060_Churros.json new file mode 100644 index 0000000..7b09e5f --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/060_Churros.json @@ -0,0 +1,102 @@ +{ + "id": "060", + "title": "Churros", + "content": [ + { + "id": "ing-0", + "text": "1 cup water", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup water\" )" + }, + { + "id": "ing-1", + "text": "2 1/2 tablespoons white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"2 1/2 tablespoons white sugar\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons vegetable oil\" )" + }, + { + "id": "ing-4", + "text": "1 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "2 quarts oil for frying", + "type": "ingredient", + "eamr": "( ing-5 \"2 quarts oil for frying\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup white sugar, or to taste", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup white sugar, or to taste\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "inst-0", + "text": "0) In a small saucepan over medium heat, combine water, 2 1/2 tablespoons sugar, salt and 2 tablespoons vegetable oil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@41:48 / AC\r\n\t\t:ppt ( ing-0 \"water\"@49:54 / FOOD )\r\n\t\t:ppt ( ing-1 \"2 1/2 tablespoons sugar\"@56:79 / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@81:85 / FOOD )\r\n\t\t:ppt ( ing-3 \"2 tablespoons vegetable oil\"@90:117 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a small saucepan\"@6:22 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@28:39 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil and remove from heat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"remove\"@23:29 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( tool-1-0 \"heat\"@35:39 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in flour until mixture forms a ball.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@11:16 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until mixture forms a ball\"@17:43 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Heat oil for frying in deep-fryer or deep skillet to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-5 \"oil for frying\"@8:22 / FOOD )\r\n\t\t:loc ( tool-3-0 \"deep-fryer\"@26:36 / TOOL )\r\n\t\t:loc ( tool-3-1 \"deep skillet\"@40:52 / TOOL )\r\n\t\t:heat ( temp-3-0 \"375 degrees F\"@56:69 / TEMPERATURE )\r\n\t\t:heat ( temp-3-1 \"190 degrees C\"@71:84 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pipe strips of dough into hot oil using a pastry bag.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Pipe\"@3:7 / AC\r\n\t\t:ppt ( \"strips of dough\"@8:23 / FOOD )\r\n\t\t:gol ( \"hot oil\"@29:36 / FOOD )\r\n\t\t:instrument ( tool-4-0 \"a pastry bag\"@43:55 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Fry until golden; drain on paper towels.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Fry\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-5-0 \"until golden\"@7:19 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-5-1 \"drain\"@21:26 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-5-0 \"paper towels\"@30:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Combine 1/2 cup sugar and cinnamon.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"1/2 cup sugar\"@11:24 / FOOD )\r\n\t\t:ppt ( ing-7 \"cinnamon\"@29:37 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Roll drained churros in cinnamon and sugar mixture.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( \"drained churros\"@8:23 / FOOD )\r\n\t\t:loc ( \"cinnamon and sugar mixture\"@27:53 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/061_Easy_Fried_Eggplant.json b/ai_talks/AMUseBotBackend/recipe/061_Easy_Fried_Eggplant.json new file mode 100644 index 0000000..8d1c9a9 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/061_Easy_Fried_Eggplant.json @@ -0,0 +1,54 @@ +{ + "id": "061", + "title": "Easy Fried Eggplant", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons canola oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons canola oil\" )" + }, + { + "id": "ing-1", + "text": "1 large eggplant, peeled and sliced", + "type": "ingredient", + "eamr": "( ing-1 \"1 large eggplant, peeled and sliced\" )" + }, + { + "id": "ing-2", + "text": "3 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-2 \"3 eggs, beaten\" )" + }, + { + "id": "ing-3", + "text": "2 cups dry bread crumbs", + "type": "ingredient", + "eamr": "( ing-3 \"2 cups dry bread crumbs\" )" + }, + { + "id": "inst-0", + "text": "0) Heat oil in a large skillet over medium-high heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@15:30 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium-high heat\"@36:52 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Dip eggplant slices in egg, then in crumbs, and place in hot oil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Dip\"@3:6 / AC\r\n\t\t:ppt ( ing-1 \"eggplant slices\"@7:22 / FOOD )\r\n\t\t:gol ( ing-2 \"egg\"@26:29 / FOOD )\r\n\t\t:gol ( ing-3 \"crumbs\"@39:45 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"place\"@51:56 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"hot oil\"@60:67 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Fry 2 to 3 minutes on each side, or until golden brown.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Fry\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"2 to 3 minutes\"@7:21 / DUR )\r\n\t\t:until ( cond-2-0 \"until golden brown\"@39:57 / CONDITION_CLAUSE )\r\n\t\t:todo ( \"each side\"@25:34 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Drain on paper towels.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Drain\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-3-0 \"paper towels\"@12:24 / TOOL )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/062_Fiery_Fish_Tacos_with_Crunchy_Corn_Salsa.json b/ai_talks/AMUseBotBackend/recipe/062_Fiery_Fish_Tacos_with_Crunchy_Corn_Salsa.json new file mode 100644 index 0000000..93ae7e3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/062_Fiery_Fish_Tacos_with_Crunchy_Corn_Salsa.json @@ -0,0 +1,126 @@ +{ + "id": "062", + "title": "Fiery Fish Tacos with Crunchy Corn Salsa", + "content": [ + { + "id": "ing-0", + "text": "1 cup corn", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup corn\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup diced red onion", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup diced red onion\" )" + }, + { + "id": "ing-2", + "text": "1 cup peeled, chopped jicama", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup peeled, chopped jicama\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup diced red bell pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup diced red bell pepper\" )" + }, + { + "id": "ing-4", + "text": "1 cup fresh cilantro leaves, finely chopped", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup fresh cilantro leaves, finely chopped\" )" + }, + { + "id": "ing-5", + "text": "1 lime, zested and juiced", + "type": "ingredient", + "eamr": "( ing-5 \"1 lime, zested and juiced\" )" + }, + { + "id": "ing-6", + "text": "2 tablespoons sour cream", + "type": "ingredient", + "eamr": "( ing-6 \"2 tablespoons sour cream\" )" + }, + { + "id": "ing-7", + "text": "2 tablespoons cayenne pepper", + "type": "ingredient", + "eamr": "( ing-7 \"2 tablespoons cayenne pepper\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon ground black pepper\" )" + }, + { + "id": "ing-9", + "text": "2 tablespoons salt", + "type": "ingredient", + "eamr": "( ing-9 \"2 tablespoons salt\" )" + }, + { + "id": "ing-10", + "text": "6 (4 ounce) fillets tilapia", + "type": "ingredient", + "eamr": "( ing-10 \"6 (4 ounce) fillets tilapia\" )" + }, + { + "id": "ing-11", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-11 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-12", + "text": "12 corn tortillas, warmed", + "type": "ingredient", + "eamr": "( ing-12 \"12 corn tortillas, warmed\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat grill for high heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"grill\"@11:16 / TOOL )\r\n\t\t:heat ( temp-0-0 \"high heat\"@21:30 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a medium bowl, mix together corn, red onion, jicama, red bell pepper, and cilantro.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"mix\"@21:24 / AC\r\n\t\t:ppt ( ing-0 \"corn\"@34:38 / FOOD )\r\n\t\t:ppt ( ing-1 \"red onion\"@40:49 / FOOD )\r\n\t\t:ppt ( ing-2 \"jicama\"@51:57 / FOOD )\r\n\t\t:ppt ( ing-3 \"red bell pepper\"@59:74 / FOOD )\r\n\t\t:ppt ( ing-4 \"cilantro\"@80:88 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in lime juice and zest.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"lime juice\"@11:21 / FOOD )\r\n\t\t:ppt ( ing-5 \"zest\"@26:30 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a small bowl, combine cayenne pepper, ground black pepper, and salt.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-7 \"cayenne pepper\"@28:42 / FOOD )\r\n\t\t:ppt ( ing-8 \"ground black pepper\"@44:63 / FOOD )\r\n\t\t:ppt ( ing-9 \"salt\"@69:73 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Brush each fillet with olive oil, and sprinkle with spices.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Brush\"@3:8 / AC\r\n\t\t:ppt ( ing-11 \"olive oil\"@26:35 / FOOD )\r\n\t\t:gol ( \"each fillet\"@9:20 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"sprinkle\"@41:49 / AC\r\n\t\t:ppt ( \"spices\"@55:61 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Arrange fillets on grill grate, and cook for 3 minutes per side.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( ing-10 \"fillets\"@11:18 / FOOD )\r\n\t\t:gol ( tool-5-0 \"grill grate\"@22:33 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"cook\"@39:43 / AC\r\n\t\t:duration ( dur-5-0 \"3 minutes\"@48:57 / DUR )\r\n\t\t:todo ( \"per side\"@58:66 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) For each fiery fish taco, top two corn tortillas with fish, sour cream, and corn salsa.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"top\"@29:32 / AC\r\n\t\t:ppt ( \"fish\"@57:61 / FOOD )\r\n\t\t:ppt ( \"sour cream\"@63:73 / FOOD )\r\n\t\t:ppt ( \"corn salsa\"@79:89 / FOOD )\r\n\t\t:gol ( \"two corn tortillas\"@33:51 / FOOD )\r\n\t\t:subtask ( \"For each fiery fish taco\"@3:27 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/063_Best_Macaroni_Salad.json b/ai_talks/AMUseBotBackend/recipe/063_Best_Macaroni_Salad.json new file mode 100644 index 0000000..b1f3e49 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/063_Best_Macaroni_Salad.json @@ -0,0 +1,96 @@ +{ + "id": "063", + "title": "Best Macaroni Salad", + "content": [ + { + "id": "ing-0", + "text": "1 (16 ounce) package macaroni", + "type": "ingredient", + "eamr": "( ing-0 \"1 (16 ounce) package macaroni\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup mayonnaise\" )" + }, + { + "id": "ing-2", + "text": "1 cup cucumber - peeled, seeded and chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup cucumber - peeled, seeded and chopped\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon dried minced onion", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon dried minced onion\" )" + }, + { + "id": "ing-4", + "text": "1 cup diced ham", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup diced ham\" )" + }, + { + "id": "ing-5", + "text": "1 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-5 \"1 cup shredded Cheddar cheese\" )" + }, + { + "id": "ing-6", + "text": "3 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-6 \"3 tablespoons olive oil\" )" + }, + { + "id": "ing-7", + "text": "3 tablespoons white wine vinegar", + "type": "ingredient", + "eamr": "( ing-7 \"3 tablespoons white wine vinegar\" )" + }, + { + "id": "ing-8", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-8 \"salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) In a large pot of salted boiling water, cook pasta until al dente, rinse under cold water and drain.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cook\"@43:47 / AC\r\n\t\t:ppt ( ing-0 \"pasta\"@48:53 / FOOD )\r\n\t\t:until ( cond-0-0 \"until al dente\"@54:68 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-0-0 \"a large pot of salted boiling water\"@6:41 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"rinse\"@70:75 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( \"cold water\"@82:92 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-2 \"drain\"@97:102 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a large bowl, combine the pasta, mayonnaise and mix well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( \"the pasta\"@28:37 / FOOD )\r\n\t\t:ppt ( ing-1 \"mayonnaise\"@39:49 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@54:57 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in cucumber, onion, ham and cheese.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"cucumber\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-3 \"onion\"@21:26 / FOOD )\r\n\t\t:ppt ( ing-4 \"ham\"@28:31 / FOOD )\r\n\t\t:ppt ( ing-5 \"cheese\"@36:42 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix well.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Drizzle oil and vinegar over top and toss.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Drizzle\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"oil\"@11:14 / FOOD )\r\n\t\t:ppt ( ing-7 \"vinegar\"@19:26 / FOOD )\r\n\t\t:gol ( \"top\"@32:35 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"toss\"@40:44 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Refrigerate for at least 4 hours.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Refrigerate\"@3:14 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"at least 4 hours\"@19:35 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/064_Early_Morning_Oven_Roasted_New_Potatoes.json b/ai_talks/AMUseBotBackend/recipe/064_Early_Morning_Oven_Roasted_New_Potatoes.json new file mode 100644 index 0000000..bb3bce0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/064_Early_Morning_Oven_Roasted_New_Potatoes.json @@ -0,0 +1,72 @@ +{ + "id": "064", + "title": "Early Morning Oven Roasted New Potatoes", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 pounds new potatoes, cut into wedges", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 pounds new potatoes, cut into wedges\" )" + }, + { + "id": "ing-1", + "text": "4 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-1 \"4 tablespoons butter\" )" + }, + { + "id": "ing-2", + "text": "2 teaspoons fresh rosemary", + "type": "ingredient", + "eamr": "( ing-2 \"2 teaspoons fresh rosemary\" )" + }, + { + "id": "ing-3", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-3 \"salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 450 degrees F (230 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"450 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"230 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a hot skillet, melt the butter.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"melt\"@21:25 / AC\r\n\t\t:loc ( tool-1-0 \"a hot skillet\"@6:19 / TOOL )\r\n\t\t:ppt ( ing-1 \"the butter\"@26:36 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in rosemary, salt and pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"rosemary\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@21:25 / FOOD )\r\n\t\t:ppt ( ing-3 \"pepper\"@30:36 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Coat potatoes evenly with the melted butter.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Coat\"@3:7 / AC\r\n\t\t:gol ( ing-0 \"potatoes\"@8:16 / FOOD )\r\n\t\t:ppt ( \"the melted butter\"@29:46 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Arrange the potatoes in a single layer on a baking pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( \"the potatoes\"@11:23 / FOOD )\r\n\t\t:gol ( tool-4-0 \"a baking pan\"@45:57 / TOOL )\r\n\t\t:todo ( \"a single layer\"@27:41 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake in a preheated oven until potatoes are golden brown, approximately 20 to 25 minutes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-5-0 \"a preheated oven\"@11:27 / TOOL )\r\n\t\t:until ( cond-5-0 \"until potatoes are golden brown\"@28:59 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-5-0 \"approximately 20 to 25 minutes\"@61:91 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Toss them occasionally to ensure that they brown on all sides.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Toss\"@3:7 / AC\r\n\t\t:ppt ( \"them\"@8:12 / FOOD )\r\n\t\t:prp ( purp-6-0 \"to ensure that they brown on all sides\"@26:64 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/065_Beet_and_Pear_Puree.json b/ai_talks/AMUseBotBackend/recipe/065_Beet_and_Pear_Puree.json new file mode 100644 index 0000000..ac0cead --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/065_Beet_and_Pear_Puree.json @@ -0,0 +1,102 @@ +{ + "id": "065", + "title": "Beet and Pear Puree", + "content": [ + { + "id": "ing-0", + "text": "8 medium beets", + "type": "ingredient", + "eamr": "( ing-0 \"8 medium beets\" )" + }, + { + "id": "ing-1", + "text": "1 pound unsalted butter", + "type": "ingredient", + "eamr": "( ing-1 \"1 pound unsalted butter\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 cups minced Vidalia onions", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 cups minced Vidalia onions\" )" + }, + { + "id": "ing-3", + "text": "4 Bosc pears - peeled, cored and minced", + "type": "ingredient", + "eamr": "( ing-3 \"4 Bosc pears - peeled, cored and minced\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons white sugar", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons white sugar\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup cranberry vinegar", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup cranberry vinegar\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon salt\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"400 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"200 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Wash beets, and place in a roasting pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Wash\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"beets\"@8:13 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"place\"@19:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-1-0 \"a roasting pan\"@28:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Bake for 45 minutes to 1 hour, or until tender. Set aside to cool.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"45 minutes to 1 hour\"@12:32 / DUR )\r\n\t\t:until ( cond-2-0 \"until tender\"@37:49 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-2-1 \"Set aside\"@51:60 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-2-0 \"to cool\"@61:68 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Melt butter in a large skillet over medium heat.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-1 \"butter\"@8:14 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a large skillet\"@18:33 / TOOL )\r\n\t\t:heat ( temp-3-0 \"medium heat\"@39:50 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in onion, pears, sugar, and vinegar; cook, stirring frequently, for 20 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"cook\"@45:49 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"20 minutes\"@76:86 / DUR )\r\n\t\t:simultaneous ( ac-4-1 \"stirring\"@51:59 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n\t:inform ( ac-4-2 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"onion\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-3 \"pears\"@18:23 / FOOD )\r\n\t\t:ppt ( ing-4 \"sugar\"@25:30 / FOOD )\r\n\t\t:ppt ( ing-5 \"vinegar\"@36:43 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) When the beets are cool enough to handle, peel and coursely chop.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"peel\"@45:49 / AC\r\n\t\t:duration ( cond-5-0 \"When the beets are cool enough to handle\"@3:43 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-5-1 \"chop\"@63:67 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Puree onion mixture in a food processor with metal blade.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Puree\"@3:8 / AC\r\n\t\t:ppt ( \"onion mixture\"@9:22 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a food processor\"@26:42 / TOOL )\r\n\t\t:instrument ( tool-6-1 \"metal blade\"@48:59 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Add salt and 1/2 of the beets; pulse 4 to 5 times.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"salt\"@7:11 / FOOD )\r\n\t\t:ppt ( \"1/2 of the beets\"@16:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"pulse\"@34:39 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Add remaining beets, and pulse 2 to 3 times.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"remaining beets\"@7:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"pulse\"@28:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/066_Crab_Cake_Sauce.json b/ai_talks/AMUseBotBackend/recipe/066_Crab_Cake_Sauce.json new file mode 100644 index 0000000..2aec595 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/066_Crab_Cake_Sauce.json @@ -0,0 +1,60 @@ +{ + "id": "066", + "title": "Crab Cake Sauce", + "content": [ + { + "id": "ing-0", + "text": "1 cup sour cream", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup sour cream\" )" + }, + { + "id": "ing-1", + "text": "1 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup mayonnaise\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup cottage cheese", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup cottage cheese\" )" + }, + { + "id": "ing-3", + "text": "1/3 cup hot salsa", + "type": "ingredient", + "eamr": "( ing-3 \"1/3 cup hot salsa\" )" + }, + { + "id": "ing-4", + "text": "1/4 teaspoon cayenne pepper", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 teaspoon cayenne pepper\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon lemon juice", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon lemon juice\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup plain yogurt", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup plain yogurt\" )" + }, + { + "id": "inst-0", + "text": "0) Combine the sour cream, mayonnaise, cottage cheese, salsa, cayenne pepper, lemon juice and yogurt in a blender and puree until smooth.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"mayonnaise\"@27:37 / FOOD )\r\n\t\t:ppt ( ing-2 \"cottage cheese\"@39:53 / FOOD )\r\n\t\t:ppt ( ing-3 \"salsa\"@55:60 / FOOD )\r\n\t\t:ppt ( ing-4 \"cayenne pepper\"@62:76 / FOOD )\r\n\t\t:ppt ( ing-5 \"lemon juice\"@78:89 / FOOD )\r\n\t\t:ppt ( ing-6 \"yogurt\"@94:100 / FOOD )\r\n\t\t:ppt ( ing-0 \"the sour cream\"@11:25 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a blender\"@104:113 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"puree\"@118:123 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-0-0 \"until smooth\"@124:136 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Chill before serving.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Chill\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"serving\"@16:23 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/067_Easy_Bake_Oven_Cookie_Mix.json b/ai_talks/AMUseBotBackend/recipe/067_Easy_Bake_Oven_Cookie_Mix.json new file mode 100644 index 0000000..cf91850 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/067_Easy_Bake_Oven_Cookie_Mix.json @@ -0,0 +1,114 @@ +{ + "id": "067", + "title": "Easy Bake Oven Cookie Mix", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups quick-cooking oats", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups quick-cooking oats\" )" + }, + { + "id": "ing-1", + "text": "3/4 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"3/4 cup all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "1/4 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 teaspoon baking soda\" )" + }, + { + "id": "ing-3", + "text": "3/4 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-3 \"3/4 cup packed brown sugar\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup shortening", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup shortening\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons water", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons water\" )" + }, + { + "id": "ing-6", + "text": "1 tablespoon raisins", + "type": "ingredient", + "eamr": "( ing-6 \"1 tablespoon raisins\" )" + }, + { + "id": "ing-7", + "text": "1 tablespoon mini semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-7 \"1 tablespoon mini semisweet chocolate chips\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium bowl, stir together the oats, flour, baking soda and brown sugar.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"stir\"@21:25 / AC\r\n\t\t:ppt ( ing-0 \"the oats\"@35:43 / FOOD )\r\n\t\t:ppt ( ing-1 \"flour\"@45:50 / FOOD )\r\n\t\t:ppt ( ing-2 \"baking soda\"@52:63 / FOOD )\r\n\t\t:ppt ( ing-3 \"brown sugar\"@68:79 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cut in the shortening until the mixture resembles cornmeal.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cut in\"@3:9 / AC\r\n\t\t:ppt ( ing-4 \"the shortening\"@10:24 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until the mixture resembles cornmeal\"@25:61 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) There should be no lumps of shortening left.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( cond-2-0 \"There should be no lumps of shortening left.\"@3:47 / CONDITION_CLAUSE )\r\n)" + }, + { + "id": "inst-3", + "text": "3) Measure 1/2 cup of the mixture into re-sealable bags or containers for storage.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Measure\"@3:10 / AC\r\n\t\t:ppt ( \"1/2 cup of the mixture\"@11:33 / FOOD )\r\n\t\t:gol ( tool-3-0 \"re-sealable bags or containers\"@-1:-1 / TOOL )\r\n\t\t:prp ( \"for storage\"@-1:-1 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Label and date each bag.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Label\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"date\"@13:17 / AC\r\n\t\t:ppt ( tool-4-0 \"each bag\"@18:26 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) To make the cookies, empty one package of the mix into a bowl.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"empty\"@24:29 / AC\r\n\t\t:ppt ( \"one package of the mix\"@30:52 / FOOD )\r\n\t\t:gol ( tool-5-0 \"a bowl\"@58:64 / TOOL )\r\n\t\t:prp ( purp-5-0 \"To make the cookies\"@3:22 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Stir in 2 teaspoons of water, 1 tablespoon of raisins and 1 tablespoon of mini semisweet chocolate chips.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"2 teaspoons of water\"@11:31 / FOOD )\r\n\t\t:ppt ( ing-6 \"1 tablespoon of raisins\"@33:56 / FOOD )\r\n\t\t:ppt ( ing-7 \"1 tablespoon of mini semisweet chocolate chips\"@61:107 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Mix well and shape teaspoonfuls of dough into small balls.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"shape\"@16:21 / AC\r\n\t\t:ppt ( \"teaspoonfuls of dough\"@22:43 / FOOD )\r\n\t\t:reshape ( \"small balls\"@49:60 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Place balls on an ungreased cookie sheet and flatten with the buttered bottom of a glass dipped in sugar.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"balls\"@9:14 / FOOD )\r\n\t\t:gol ( tool-8-0 \"an ungreased cookie sheet\"@18:43 / TOOL )\r\n\t)\r\n\t:inform ( ac-8-1 \"flatten\"@48:55 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-8-1 \"the buttered bottom of a glass dipped in sugar\"@61:107 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Follow you oven's instructions for baking.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Follow\"@-1:-1 / AC\r\n\t\t:prp ( purp-9-0 \"for baking\"@-1:-1 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( \"oven's instructions\"@-1:-1 / OTHER )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/068_Garlic_Chicken_Stir_Fry.json b/ai_talks/AMUseBotBackend/recipe/068_Garlic_Chicken_Stir_Fry.json new file mode 100644 index 0000000..ca95d0e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/068_Garlic_Chicken_Stir_Fry.json @@ -0,0 +1,138 @@ +{ + "id": "068", + "title": "Garlic Chicken Stir Fry", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons peanut oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons peanut oil\" )" + }, + { + "id": "ing-1", + "text": "6 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-1 \"6 cloves garlic, minced\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon grated fresh ginger", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon grated fresh ginger\" )" + }, + { + "id": "ing-3", + "text": "1 bunch green onions, chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 bunch green onions, chopped\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "1 pound boneless skinless chicken breasts, cut into strips", + "type": "ingredient", + "eamr": "( ing-5 \"1 pound boneless skinless chicken breasts, cut into strips\" )" + }, + { + "id": "ing-6", + "text": "2 onions, thinly sliced", + "type": "ingredient", + "eamr": "( ing-6 \"2 onions, thinly sliced\" )" + }, + { + "id": "ing-7", + "text": "1 cup sliced cabbage", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup sliced cabbage\" )" + }, + { + "id": "ing-8", + "text": "1 red bell pepper, thinly sliced", + "type": "ingredient", + "eamr": "( ing-8 \"1 red bell pepper, thinly sliced\" )" + }, + { + "id": "ing-9", + "text": "2 cups sugar snap peas", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups sugar snap peas\" )" + }, + { + "id": "ing-10", + "text": "1 cup chicken broth", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup chicken broth\" )" + }, + { + "id": "ing-11", + "text": "2 tablespoons soy sauce", + "type": "ingredient", + "eamr": "( ing-11 \"2 tablespoons soy sauce\" )" + }, + { + "id": "ing-12", + "text": "2 tablespoons white sugar", + "type": "ingredient", + "eamr": "( ing-12 \"2 tablespoons white sugar\" )" + }, + { + "id": "ing-13", + "text": "2 tablespoons cornstarch", + "type": "ingredient", + "eamr": "( ing-13 \"2 tablespoons cornstarch\" )" + }, + { + "id": "inst-0", + "text": "0) Heat peanut oil in a wok or large skillet.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"peanut oil\"@8:18 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a wok\"@22:27 / TOOL )\r\n\t\t:loc ( tool-0-1 \"large skillet\"@31:44 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) When oil begins to smoke, quickly stir in 2 cloves minced garlic, ginger root, green onions and salt.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"stir in\"@37:44 / AC\r\n\t\t:ppt ( ing-1 \"2 cloves minced garlic\"@45:67 / FOOD )\r\n\t\t:ppt ( ing-2 \"ginger root\"@69:80 / FOOD )\r\n\t\t:ppt ( ing-3 \"green onions\"@82:94 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@99:103 / FOOD )\r\n\t\t:when ( cond-1-0 \"When oil begins to smoke\"@3:27 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir fry until onion becomes translucent, about 2 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir\"@3:7 / AC\r\n\t\t:until ( cond-2-0 \"until onion becomes translucent\"@12:43 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"about 2 minutes\"@45:60 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add chicken and stir until opaque, about 3 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-5 \"chicken\"@7:14 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"stir\"@19:23 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-3-0 \"until opaque\"@24:36 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-3-0 \"about 3 minutes\"@38:53 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add sweet onions, cabbage, bell pepper, peas and 1/2 cup of the broth/water and cover.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"sweet onions\"@7:19 / FOOD )\r\n\t\t:ppt ( ing-7 \"cabbage\"@21:28 / FOOD )\r\n\t\t:ppt ( ing-8 \"bell pepper\"@30:41 / FOOD )\r\n\t\t:ppt ( ing-9 \"peas\"@43:47 / FOOD )\r\n\t\t:ppt ( ing-10 \"1/2 cup of the broth/water\"@52:78 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cover\"@83:88 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a small bowl, mix the remaining 1/2 cup broth/water, soy sauce, sugar and cornstarch.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-10 \"the remaining 1/2 cup broth/water\"@24:57 / FOOD )\r\n\t\t:ppt ( ing-11 \"soy sauce\"@59:68 / FOOD )\r\n\t\t:ppt ( ing-12 \"sugar\"@70:75 / FOOD )\r\n\t\t:ppt ( ing-13 \"cornstarch\"@80:90 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add sauce mixture to wok/skillet and stir until chicken and vegetables are coated with the thickened sauce.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"sauce mixture\"@7:20 / FOOD )\r\n\t\t:ppt ( tool-6-0 \"wok/skillet\"@24:35 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-1 \"stir\"@40:44 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-6-0 \"until chicken and vegetables are coated with the thickened sauce\"@45:109 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Serve immediately, over hot rice if desired.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"hot rice\"@27:35 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/069_Chili_For_Two.json b/ai_talks/AMUseBotBackend/recipe/069_Chili_For_Two.json new file mode 100644 index 0000000..55724b8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/069_Chili_For_Two.json @@ -0,0 +1,66 @@ +{ + "id": "069", + "title": "Chili For Two", + "content": [ + { + "id": "ing-0", + "text": "1/4 pound ground beef", + "type": "ingredient", + "eamr": "( ing-0 \"1/4 pound ground beef\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup chopped onion\" )" + }, + { + "id": "ing-2", + "text": "1 garlic clove, minced", + "type": "ingredient", + "eamr": "( ing-2 \"1 garlic clove, minced\" )" + }, + { + "id": "ing-3", + "text": "1 (15.5 ounce) can chili beans, undrained", + "type": "ingredient", + "eamr": "( ing-3 \"1 (15.5 ounce) can chili beans, undrained\" )" + }, + { + "id": "ing-4", + "text": "1 (14.5 ounce) can diced tomatoes, undrained", + "type": "ingredient", + "eamr": "( ing-4 \"1 (14.5 ounce) can diced tomatoes, undrained\" )" + }, + { + "id": "ing-5", + "text": "1 1/2 teaspoons chili powder", + "type": "ingredient", + "eamr": "( ing-5 \"1 1/2 teaspoons chili powder\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon ground cumin", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon ground cumin\" )" + }, + { + "id": "inst-0", + "text": "0) In a saucepan, cook beef, onion and garlic over medium heat until meat is no longer pink; drain.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cook\"@18:22 / AC\r\n\t\t:ppt ( ing-0 \"beef\"@23:27 / FOOD )\r\n\t\t:ppt ( ing-1 \"onion\"@29:34 / FOOD )\r\n\t\t:ppt ( ing-2 \"garlic\"@39:45 / FOOD )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@51:62 / TEMPERATURE )\r\n\t\t:until ( cond-0-0 \"until meat is no longer pink\"@63:91 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-0-0 \"a saucepan\"@6:16 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"drain\"@93:98 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in the remaining ingredients; bring to a boil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"the remaining ingredients\"@11:36 / FOOD\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"boil\"@49:53 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Reduce heat; cover and simmer for 10-15 minutes or until heated through.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( tool-2-0 \"heat\"@10:14 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"cover\"@16:21 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"simmer\"@26:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"10-15 minutes\"@37:50 / DUR )\r\n\t\t:until ( cond-2-0 \"until heated through\"@54:74 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/070_Alisons_Slow_Cooker_Vegetable_Beef_Soup.json b/ai_talks/AMUseBotBackend/recipe/070_Alisons_Slow_Cooker_Vegetable_Beef_Soup.json new file mode 100644 index 0000000..9713f05 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/070_Alisons_Slow_Cooker_Vegetable_Beef_Soup.json @@ -0,0 +1,96 @@ +{ + "id": "070", + "title": "Alisons Slow Cooker Vegetable Beef Soup", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 pounds cubed beef stew meat", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 pounds cubed beef stew meat\" )" + }, + { + "id": "ing-1", + "text": "2 cups water", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups water\" )" + }, + { + "id": "ing-2", + "text": "1 small onion, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 small onion, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 (28 ounce) can crushed tomatoes", + "type": "ingredient", + "eamr": "( ing-3 \"1 (28 ounce) can crushed tomatoes\" )" + }, + { + "id": "ing-4", + "text": "1 (16 ounce) package frozen mixed vegetables", + "type": "ingredient", + "eamr": "( ing-4 \"1 (16 ounce) package frozen mixed vegetables\" )" + }, + { + "id": "ing-5", + "text": "2 potatoes, peeled and cubed", + "type": "ingredient", + "eamr": "( ing-5 \"2 potatoes, peeled and cubed\" )" + }, + { + "id": "ing-6", + "text": "10 cubes beef bouillon, crumbled", + "type": "ingredient", + "eamr": "( ing-6 \"10 cubes beef bouillon, crumbled\" )" + }, + { + "id": "ing-7", + "text": "2 teaspoons ground black pepper", + "type": "ingredient", + "eamr": "( ing-7 \"2 teaspoons ground black pepper\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon salt", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon salt\" )" + }, + { + "id": "ing-9", + "text": "1 tablespoon dried basil", + "type": "ingredient", + "eamr": "( ing-9 \"1 tablespoon dried basil\" )" + }, + { + "id": "inst-0", + "text": "0) Place beef in a slow cooker.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"beef\"@9:13 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a slow cooker\"@17:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Pour in water.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Pour in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"water\"@11:16 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in onion, tomatoes, mixed vegetables and potatoes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"onion\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-3 \"tomatoes\"@18:26 / FOOD )\r\n\t\t:ppt ( ing-4 \"mixed vegetables\"@28:44 / FOOD )\r\n\t\t:ppt ( ing-5 \"potatoes\"@49:57 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Season with bouillon, pepper, salt and basil.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-6 \"bouillon\"@15:23 / FOOD )\r\n\t\t:ppt ( ing-7 \"pepper\"@25:31 / FOOD )\r\n\t\t:ppt ( ing-8 \"salt\"@33:37 / FOOD )\r\n\t\t:ppt ( ing-9 \"basil\"@42:47 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cook on low 8 hours.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-4-0 \"low\"@11:14 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"8 hours\"@15:22 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/071_Easy_Pot_Roast.json b/ai_talks/AMUseBotBackend/recipe/071_Easy_Pot_Roast.json new file mode 100644 index 0000000..ae9546a --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/071_Easy_Pot_Roast.json @@ -0,0 +1,90 @@ +{ + "id": "071", + "title": "Easy Pot Roast", + "content": [ + { + "id": "ing-0", + "text": "4 pounds boneless chuck roast", + "type": "ingredient", + "eamr": "( ing-0 \"4 pounds boneless chuck roast\" )" + }, + { + "id": "ing-1", + "text": "2 cups water", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups water\" )" + }, + { + "id": "ing-2", + "text": "1 (1 ounce) package dry onion and mushroom soup mix", + "type": "ingredient", + "eamr": "( ing-2 \"1 (1 ounce) package dry onion and mushroom soup mix\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon Worcestershire sauce\" )" + }, + { + "id": "ing-4", + "text": "3 potatoes, peeled and chopped", + "type": "ingredient", + "eamr": "( ing-4 \"3 potatoes, peeled and chopped\" )" + }, + { + "id": "ing-5", + "text": "2 stalks celery, chopped", + "type": "ingredient", + "eamr": "( ing-5 \"2 stalks celery, chopped\" )" + }, + { + "id": "ing-6", + "text": "2 carrots, chopped", + "type": "ingredient", + "eamr": "( ing-6 \"2 carrots, chopped\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Score roast on top and sides, and place in a medium sized oven bag.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Score\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"roast\"@9:14 / FOOD )\r\n\t\t:heat ( \"top and sides\"@18:31 / OTHER )\r\n\t)\r\n\t:inform ( ac-1-1 \"place\"@37:42 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-1-0 \"a medium sized oven bag\"@46:69 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Combine water, soup mix, and Worcestershire sauce; pour over roast.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"water\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-2 \"soup mix\"@18:26 / FOOD )\r\n\t\t:ppt ( ing-3 \"Worcestershire sauce\"@32:52 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"pour\"@54:58 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"roast\"@64:69 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Arrange vegetables around meat.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( \"vegetables\"@11:21 / FOOD\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t)\r\n\t\t:gol ( \"meat\"@29:33 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place oven bag on a roasting pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( tool-4-0 \"oven bag\"@9:17 / TOOL )\r\n\t\t:gol ( tool-4-1 \"a roasting pan\"@21:35 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place roast in oven, and immediately reduce heat to 300 degrees F (150 degrees C).", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"roast\"@9:14 / FOOD )\r\n\t\t:gol ( tool-5-0 \"oven\"@18:22 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"reduce\"@40:46 / AC\r\n\t\t:ppt ( tool-5-1 \"heat\"@47:51 / TOOL )\r\n\t\t:gol ( temp-5-0 \"300 degrees F\"@55:68 / TEMPERATURE )\r\n\t\t:gol ( temp-5-1 \"150 degrees C\"@70:83 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake for 1 1/2 hours for medium well done, or adjust time for desired doneness.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-6-0 \"1 1/2 hours\"@12:23 / DUR )\r\n\t\t:prp ( purp-6-0 \"for medium well done\"@24:44 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"adjust\"@49:55 / AC\r\n\t\t:ppt ( \"time\"@56:60 / OTHER )\r\n\t\t:prp ( purp-6-1 \"for desired doneness\"@61:81 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/072_Classic_Peanut_Butter_Cookies.json b/ai_talks/AMUseBotBackend/recipe/072_Classic_Peanut_Butter_Cookies.json new file mode 100644 index 0000000..7249443 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/072_Classic_Peanut_Butter_Cookies.json @@ -0,0 +1,114 @@ +{ + "id": "072", + "title": "Classic Peanut Butter Cookies", + "content": [ + { + "id": "ing-0", + "text": "1 cup unsalted butter", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup unsalted butter\" )" + }, + { + "id": "ing-1", + "text": "1 cup crunchy peanut butter", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup crunchy peanut butter\" )" + }, + { + "id": "ing-2", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "1 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup packed brown sugar\" )" + }, + { + "id": "ing-4", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-4 \"2 eggs\" )" + }, + { + "id": "ing-5", + "text": "2 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-5 \"2 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon baking powder\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-8", + "text": "1 1/2 teaspoons baking soda", + "type": "ingredient", + "eamr": "( ing-8 \"1 1/2 teaspoons baking soda\" )" + }, + { + "id": "inst-0", + "text": "0) Cream together butter, peanut butter and sugars.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Cream\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"butter\"@18:24 / FOOD )\r\n\t\t:ppt ( ing-1 \"peanut butter\"@26:39 / FOOD )\r\n\t\t:ppt ( \"sugars\"@44:50 / FOOD\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat in eggs.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"eggs\"@11:15 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a separate bowl, sift together flour, baking powder, baking soda, and salt.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"sift\"@23:27 / AC\r\n\t\t:ppt ( ing-5 \"flour\"@37:42 / FOOD )\r\n\t\t:ppt ( ing-6 \"baking powder\"@44:57 / FOOD )\r\n\t\t:ppt ( ing-8 \"baking soda\"@59:70 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt\"@76:80 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a separate bowl\"@6:21 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir into batter.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n :inform ( \"Stir\"@3:7 / AC\r\n :ppt( NULL / FOOD )\r\n :gol ( \"batter\"@13:19 / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-4", + "text": "4) Put batter in refrigerator for 1 hour.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Put\"@3:6 / AC\r\n\t\t:ppt ( \"batter\"@7:13 / FOOD )\r\n\t\t:gol ( tool-4-0 \"refrigerator\"@17:29 / TOOL )\r\n\t\t:duration ( dur-4-0 \"1 hour\"@34:40 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Roll into 1 inch balls and put on baking sheets.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"1 inch balls\"@13:25 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"put\"@30:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-5-0 \"baking sheets\"@37:50 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Flatten each ball with a fork, making a criss-cross pattern.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Flatten\"@3:10 / AC\r\n\t\t:ppt ( \"each ball\"@11:20 / FOOD )\r\n\t\t:instrument ( tool-6-0 \"a fork\"@26:32 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-1 \"making\"@34:40 / AC\r\n\t\t:ppt ( \"a criss-cross pattern\"@41:62 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake in a preheated 375 degrees F oven for about 10 minutes or until cookies begin to brown.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-7-0 \"a preheated 375 degrees F oven\"@11:41 / TOOL )\r\n\t\t:duration ( dur-7-0 \"about 10 minutes\"@46:62 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-7-0 \"until cookies begin to brown\"@66:94 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Do not over-bake.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"over-bake\"@10:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:polarity ( - )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/073_Chicken_Vegetable_Stew.json b/ai_talks/AMUseBotBackend/recipe/073_Chicken_Vegetable_Stew.json new file mode 100644 index 0000000..1edd2f7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/073_Chicken_Vegetable_Stew.json @@ -0,0 +1,102 @@ +{ + "id": "073", + "title": "Chicken Vegetable Stew", + "content": [ + { + "id": "ing-0", + "text": "4 skinless, boneless chicken breast halves, cut into bite size pieces", + "type": "ingredient", + "eamr": "( ing-0 \"4 skinless, boneless chicken breast halves, cut into bite size pieces\" )" + }, + { + "id": "ing-1", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1 onion, chopped\" )" + }, + { + "id": "ing-2", + "text": "1/2 pound baby carrots", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 pound baby carrots\" )" + }, + { + "id": "ing-3", + "text": "4 potatoes", + "type": "ingredient", + "eamr": "( ing-3 \"4 potatoes\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon ground turmeric", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon ground turmeric\" )" + }, + { + "id": "ing-6", + "text": "3 tablespoons tomato paste", + "type": "ingredient", + "eamr": "( ing-6 \"3 tablespoons tomato paste\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup water", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup water\" )" + }, + { + "id": "ing-8", + "text": "1/4 teaspoon garlic powder (optional)", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 teaspoon garlic powder (optional)\" )" + }, + { + "id": "ing-9", + "text": "1/2 teaspoon ground black pepper (optional)", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 teaspoon ground black pepper (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) In a large pot, put the chopped onion, chicken breast meat, carrots and potatoes.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"put\"@19:22 / AC\r\n\t\t:ppt ( ing-1 \"the chopped onion\"@23:40 / FOOD )\r\n\t\t:ppt ( ing-0 \"chicken breast meat\"@42:61 / FOOD )\r\n\t\t:ppt ( ing-2 \"carrots\"@63:70 / FOOD )\r\n\t\t:ppt ( ing-3 \"potatoes\"@75:83 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a large pot\"@6:17 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add the salt and turmeric.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"the salt\"@7:15 / FOOD )\r\n\t\t:ppt ( ing-5 \"turmeric\"@20:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Dissolve the tomato paste in water and add.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Dissolve\"@3:11 / AC\r\n\t\t:ppt ( ing-6 \"the tomato paste\"@12:28 / FOOD )\r\n\t\t:gol ( ing-7 \"water\"@32:37 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"add\"@42:45 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) If desired, add garlic powder and ground black pepper to season.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"add\"@15:18 / AC\r\n\t\t:ppt ( ing-8 \"garlic powder\"@19:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-3-0 \"to season\"@57:66 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( ing-9 \"ground black pepper\"@37:56 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cook for 1 to 1 1/2 hours on medium low heat.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cook\"@3:7 / AC\r\n\t\t:duration ( dur-4-0 \"1 to 1 1/2 hours\"@12:28 / DUR )\r\n\t\t:heat ( temp-4-0 \"medium low heat\"@32:47 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Serve.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/074_Eggplant_Mixed_Grill.json b/ai_talks/AMUseBotBackend/recipe/074_Eggplant_Mixed_Grill.json new file mode 100644 index 0000000..75c07fa --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/074_Eggplant_Mixed_Grill.json @@ -0,0 +1,120 @@ +{ + "id": "074", + "title": "Eggplant Mixed Grill", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons chopped fresh parsley\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons chopped fresh oregano", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons chopped fresh oregano\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons chopped fresh basil", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons chopped fresh basil\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon balsamic vinegar", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon balsamic vinegar\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon kosher salt", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon kosher salt\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon black pepper", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon black pepper\" )" + }, + { + "id": "ing-7", + "text": "6 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-7 \"6 cloves garlic, minced\" )" + }, + { + "id": "ing-8", + "text": "1 red onion, cut into wedges", + "type": "ingredient", + "eamr": "( ing-8 \"1 red onion, cut into wedges\" )" + }, + { + "id": "ing-9", + "text": "18 spears fresh asparagus, trimmed", + "type": "ingredient", + "eamr": "( ing-9 \"18 spears fresh asparagus, trimmed\" )" + }, + { + "id": "ing-10", + "text": "12 crimini mushrooms, stems removed", + "type": "ingredient", + "eamr": "( ing-10 \"12 crimini mushrooms, stems removed\" )" + }, + { + "id": "ing-11", + "text": "1 (1 pound) eggplant, sliced into 1/4 inch rounds", + "type": "ingredient", + "eamr": "( ing-11 \"1 (1 pound) eggplant, sliced into 1/4 inch rounds\" )" + }, + { + "id": "ing-12", + "text": "1 red bell pepper, cut into wedges", + "type": "ingredient", + "eamr": "( ing-12 \"1 red bell pepper, cut into wedges\" )" + }, + { + "id": "ing-13", + "text": "1 yellow bell pepper, cut into wedges", + "type": "ingredient", + "eamr": "( ing-13 \"1 yellow bell pepper, cut into wedges\" )" + }, + { + "id": "inst-0", + "text": "0) In a large resealable plastic bag, mix the olive oil, parsley, oregano, basil, vinegar, kosher salt, pepper, and garlic.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"mix\"@38:41 / AC\r\n\t\t:ppt ( ing-0 \"the olive oil\"@42:55 / FOOD )\r\n\t\t:ppt ( ing-1 \"parsley\"@57:64 / FOOD )\r\n\t\t:ppt ( ing-2 \"oregano\"@66:73 / FOOD )\r\n\t\t:ppt ( ing-3 \"basil\"@75:80 / FOOD )\r\n\t\t:ppt ( ing-4 \"vinegar\"@82:89 / FOOD )\r\n\t\t:ppt ( ing-5 \"kosher salt\"@91:102 / FOOD )\r\n\t\t:ppt ( ing-6 \"pepper\"@104:110 / FOOD )\r\n\t\t:ppt ( ing-7 \"garlic\"@116:122 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large resealable plastic bag\"@6:36 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place the onion, asparagus, mushrooms, eggplant, red bell pepper, and yellow bell pepper into the bag.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-8 \"the onion\"@9:18 / FOOD )\r\n\t\t:ppt ( ing-9 \"asparagus\"@20:29 / FOOD )\r\n\t\t:ppt ( ing-10 \"mushrooms\"@31:40 / FOOD )\r\n\t\t:ppt ( ing-11 \"eggplant\"@42:50 / FOOD )\r\n\t\t:ppt ( ing-12 \"red bell pepper\"@52:67 / FOOD )\r\n\t\t:ppt ( ing-13 \"yellow bell pepper\"@73:91 / FOOD )\r\n\t\t:gol ( tool-1-0 \"the bag\"@97:104 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Seal, and marinate 2 hours in the refrigerator, turning occasionally Preheat the grill for high heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Seal\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"marinate\"@13:21 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"2 hours\"@22:29 / DUR )\r\n\t\t:loc ( tool-2-0 \"the refrigerator\"@33:49 / TOOL )\r\n\t\t:simultaneous ( ac-2-2 \"turning\"@51:58 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n\t:inform ( ac-2-3 \"Preheat\"@72:79 / AC\r\n\t\t:ppt ( tool-2-1 \"the grill\"@80:89 / TOOL )\r\n\t\t:heat ( temp-2-0 \"high heat\"@94:103 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Lightly oil the grill grate.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"oil\"@11:14 / AC\r\n\t\t:ppt ( tool-3-0 \"the grill grate\"@15:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Grill the vegetables 6 minutes on each side, until tender.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Grill\"@3:8 / AC\r\n\t\t:ppt ( \"the vegetables\"@9:23 / FOOD )\r\n\t\t:duration ( dur-4-0 \"6 minutes\"@24:33 / DUR )\r\n\t\t:until ( cond-4-0 \"until tender\"@48:60 / CONDITION_CLAUSE )\r\n\t\t:mnr ( \"on each side\"@34:46 / OTHER )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/075_Fresh_Apple_Cake.json b/ai_talks/AMUseBotBackend/recipe/075_Fresh_Apple_Cake.json new file mode 100644 index 0000000..b5e7ec3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/075_Fresh_Apple_Cake.json @@ -0,0 +1,138 @@ +{ + "id": "075", + "title": "Fresh Apple Cake", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups vegetable oil", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups vegetable oil\" )" + }, + { + "id": "ing-1", + "text": "2 cups white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups white sugar\" )" + }, + { + "id": "ing-2", + "text": "3 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-2 \"3 eggs, beaten\" )" + }, + { + "id": "ing-3", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "3 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"3 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-9", + "text": "2 1/2 cups apples - peeled, cored and diced", + "type": "ingredient", + "eamr": "( ing-9 \"2 1/2 cups apples - peeled, cored and diced\" )" + }, + { + "id": "ing-10", + "text": "1 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup chopped walnuts\" )" + }, + { + "id": "ing-11", + "text": "1 cup raisins (optional)", + "type": "ingredient", + "eamr": "( ing-11 \"1 cup raisins (optional)\" )" + }, + { + "id": "ing-12", + "text": "1 (16 ounce) container cream cheese frosting", + "type": "ingredient", + "eamr": "( ing-12 \"1 (16 ounce) container cream cheese frosting\" )" + }, + { + "id": "ing-13", + "text": "1/4 cup finely chopped walnuts", + "type": "ingredient", + "eamr": "( ing-13 \"1/4 cup finely chopped walnuts\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 325 degrees F (165 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"325 degrees F (165 degrees C)\"@19:48 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease one 10 inch tube pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"one 10 inch tube pan\"@10:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Beat together the oil, eggs, vanilla and sugar.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the oil\"@17:24 / FOOD )\r\n\t\t:ppt ( ing-2 \"eggs\"@26:30 / FOOD )\r\n\t\t:ppt ( ing-3 \"vanilla\"@32:39 / FOOD )\r\n\t\t:ppt ( ing-1 \"sugar\"@44:49 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Sift together the flour, baking soda, salt, cinnamon and nutmeg.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-4 \"the flour\"@17:26 / FOOD )\r\n\t\t:ppt ( ing-5 \"baking soda\"@28:39 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@41:45 / FOOD )\r\n\t\t:ppt ( ing-7 \"cinnamon\"@47:55 / FOOD )\r\n\t\t:ppt ( ing-8 \"nutmeg\"@60:66 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add to egg mixture; stir in apples, nuts and raisins.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"egg mixture\"@10:21 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"stir in\"@23:30 / AC\r\n\t\t:ppt ( ing-9 \"apples\"@31:37 / FOOD )\r\n\t\t:ppt ( ing-10 \"nuts\"@39:43 / FOOD )\r\n\t\t:ppt ( ing-11 \"raisins\"@48:55 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Pour into prepared pan and bake at 325 degrees F (165 degrees C) for 1 1/2 hrs or until a cake tester inserted in the center comes out clean.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-5-0 \"prepared pan\"@13:25 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"bake\"@30:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-5-0 \"325 degrees F\"@38:51 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"1 1/2 hrs\"@72:81 / DUR )\r\n\t\t:until ( cond-5-0 \"until a cake tester inserted in the center comes out clean\"@85:143 / CONDITION_CLAUSE )\r\n\t\t:heat ( temp-5-1 \"165 degrees C\"@53:66 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cool and frost with cream cheese icing.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"frost\"@12:17 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-12 \"cream cheese icing\"@23:41 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Sprinkle top with 1/4 cup fine chopped nuts.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-13 \"1/4 cup fine chopped nuts\"@21:46 / FOOD )\r\n\t\t:gol ( \"top\"@12:15 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/076_Eggplant_and_Pepper_Parmesan_Sandwiches.json b/ai_talks/AMUseBotBackend/recipe/076_Eggplant_and_Pepper_Parmesan_Sandwiches.json new file mode 100644 index 0000000..2096d2d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/076_Eggplant_and_Pepper_Parmesan_Sandwiches.json @@ -0,0 +1,102 @@ +{ + "id": "076", + "title": "Eggplant and Pepper Parmesan Sandwiches", + "content": [ + { + "id": "ing-0", + "text": "1 eggplant, seeded and cut lengthwise into 1/4 inch slices", + "type": "ingredient", + "eamr": "( ing-0 \"1 eggplant, seeded and cut lengthwise into 1/4 inch slices\" )" + }, + { + "id": "ing-1", + "text": "1 red bell pepper, sliced into thin strips", + "type": "ingredient", + "eamr": "( ing-1 \"1 red bell pepper, sliced into thin strips\" )" + }, + { + "id": "ing-2", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-2 \"salt and pepper to taste\" )" + }, + { + "id": "ing-3", + "text": "1 French baguette", + "type": "ingredient", + "eamr": "( ing-3 \"1 French baguette\" )" + }, + { + "id": "ing-4", + "text": "2 ounces soft goat cheese", + "type": "ingredient", + "eamr": "( ing-4 \"2 ounces soft goat cheese\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup tapenade (olive spread)", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup tapenade (olive spread)\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup grated Parmesan cheese\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat the oven broiler.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"the oven broiler\"@11:27 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place the eggplant and red bell pepper on a medium baking sheet, and season with salt and pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the eggplant\"@9:21 / FOOD )\r\n\t\t:ppt ( ing-1 \"red bell pepper\"@26:41 / FOOD )\r\n\t\t:gol ( tool-1-0 \"a medium baking sheet\"@45:66 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"season\"@72:78 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@84:88 / FOOD )\r\n\t\t:ppt ( ing-2 \"pepper\"@93:99 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Broil 5 to 10 minutes, until tender and slightly browned.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Broil\"@3:8 / AC\r\n\t\t:duration ( dur-2-0 \"5 to 10 minutes\"@9:24 / DUR )\r\n\t\t:until ( cond-2-0 \"until tender and slightly browned\"@26:59 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cut baguette in half lengthwise.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"baguette\"@7:15 / FOOD )\r\n\t\t:mnr ( \"half lengthwise\"@19:34 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Spread bottom half with goat cheese, followed by tapenade.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( ing-4 \"goat cheese\"@27:38 / FOOD )\r\n\t\t:gol ( \"bottom half\"@10:21 / FOOD )\r\n\t\t:ppt ( ing-5 \"tapenade\"@52:60 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Layer with eggplant and red pepper, then sprinkle with Parmesan cheese.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Layer\"@3:8 / AC\r\n\t\t:ppt ( \"eggplant\"@14:22 / FOOD )\r\n\t\t:ppt ( \"red pepper\"@27:37 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"sprinkle\"@44:52 / AC\r\n\t\t:ppt ( ing-6 \"Parmesan cheese\"@58:73 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cover with top half of baguette.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( \"top half of baguette\"@14:34 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cut into 4 pieces.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"4 pieces\"@12:20 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Serve hot or cold.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/077_Chicken_Tortellini_Soup_With_Zucchini_and_Tomatoes.json b/ai_talks/AMUseBotBackend/recipe/077_Chicken_Tortellini_Soup_With_Zucchini_and_Tomatoes.json new file mode 100644 index 0000000..a0ffc09 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/077_Chicken_Tortellini_Soup_With_Zucchini_and_Tomatoes.json @@ -0,0 +1,84 @@ +{ + "id": "077", + "title": "Chicken Tortellini Soup With Zucchini and Tomatoes", + "content": [ + { + "id": "ing-0", + "text": "1 recipe Fast Chicken Soup Base", + "type": "ingredient", + "eamr": "( ing-0 \"1 recipe Fast Chicken Soup Base\" )" + }, + { + "id": "ing-1", + "text": "1 (9 ounce) package refrigerated small cheese tortellini", + "type": "ingredient", + "eamr": "( ing-1 \"1 (9 ounce) package refrigerated small cheese tortellini\" )" + }, + { + "id": "ing-2", + "text": "1 (14.5 ounce) can diced tomatoes", + "type": "ingredient", + "eamr": "( ing-2 \"1 (14.5 ounce) can diced tomatoes\" )" + }, + { + "id": "ing-3", + "text": "2 medium zucchini, diced", + "type": "ingredient", + "eamr": "( ing-3 \"2 medium zucchini, diced\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon dried basil", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon dried basil\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup chopped fresh parsley\" )" + }, + { + "id": "ing-6", + "text": "Salt and freshly ground black pepper", + "type": "ingredient", + "eamr": "( ing-6 \"Salt and freshly ground black pepper\" )" + }, + { + "id": "inst-0", + "text": "0) Prepare Fast Chicken Soup Base.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Prepare\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"Fast Chicken Soup Base\"@11:33 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a simmer.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"simmer\"@14:20 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add these: 1 9-ounce package refrigerated small cheese tortellini; 1 14.5-ounce can diced tomatoes; 2 medium zucchini, diced; 1 tsp. dried basil.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-1 \"1 9-ounce package refrigerated small cheese tortellini\"@14:68 / FOOD )\r\n\t\t:ppt ( ing-2 \"1 14.5-ounce can diced tomatoes\"@70:101 / FOOD )\r\n\t\t:ppt ( ing-3 \"2 medium zucchini, diced\"@103:127 / FOOD )\r\n\t\t:ppt ( ing-4 \"1 tsp. dried basil\"@129:147 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Then simmer for 10-20 minutes until tender.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"simmer\"@8:14 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"10-20 minutes\"@19:32 / DUR )\r\n\t\t:until ( cond-3-0 \"until tender\"@33:45 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Before removing from heat, stir in 1/2 cup chopped fresh parsley.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"stir in\"@30:37 / AC\r\n\t\t:ppt ( ing-5 \"1/2 cup chopped fresh parsley\"@38:67 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( cond-4-0 \"Before removing from heat\"@3:28 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Add salt and pepper, to taste.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"salt and pepper\"@7:11 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-5-0 \"to taste\"@24:32 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/078_Chicken_Fried_Chops_2.json b/ai_talks/AMUseBotBackend/recipe/078_Chicken_Fried_Chops_2.json new file mode 100644 index 0000000..85ea0ae --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/078_Chicken_Fried_Chops_2.json @@ -0,0 +1,90 @@ +{ + "id": "078", + "title": "Chicken Fried Chops 2", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "2 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-1 \"2 teaspoons salt\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 teaspoons ground mustard", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 teaspoons ground mustard\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon garlic powder", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon garlic powder\" )" + }, + { + "id": "ing-4", + "text": "6 pork loin chops (3/4 inch thick), trimmed", + "type": "ingredient", + "eamr": "( ing-4 \"6 pork loin chops (3/4 inch thick), trimmed\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons vegetable oil\" )" + }, + { + "id": "ing-6", + "text": "1 (10.75 ounce) can condensed cream of chicken soup, undiluted", + "type": "ingredient", + "eamr": "( ing-6 \"1 (10.75 ounce) can condensed cream of chicken soup, undiluted\" )" + }, + { + "id": "ing-7", + "text": "1/3 cup water", + "type": "ingredient", + "eamr": "( ing-7 \"1/3 cup water\" )" + }, + { + "id": "inst-0", + "text": "0) In a shallow bowl, combine flour, salt, mustard and garlic powder; dredge pork chops.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@22:29 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@30:35 / FOOD )\r\n\t\t:ppt ( ing-1 \"salt\"@37:41 / FOOD )\r\n\t\t:ppt ( ing-2 \"mustard\"@43:50 / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic powder\"@55:68 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a shallow bowl\"@6:20 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"dredge\"@70:76 / AC\r\n\t\t:ppt ( ing-4 \"pork chops\"@77:87 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a skillet, brown the chops on both sides in oil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"brown\"@17:22 / AC\r\n\t\t:ppt ( \"the chops\"@23:32 / FOOD )\r\n\t\t:mnr ( \"both sides\"@36:46 / FOOD )\r\n\t\t:loc ( ing-5 \"oil\"@50:53 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a skillet\"@6:15 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place in a slow cooker.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-2-0 \"a slow cooker\"@12:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Combine soup and water; pour over chops.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"soup\"@11:15 / FOOD )\r\n\t\t:ppt ( ing-7 \"water\"@20:25 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"pour\"@27:31 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"chops\"@37:42 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cover and cook on low for 6-8 hours or until meat is tender.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cover and cook\"@3:17 / AC\r\n\t\t:heat ( temp-4-0 \"low\"@21:24 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"6-8 hours\"@29:38 / DUR )\r\n\t\t:until ( cond-4-0 \"until meat is tender\"@42:62 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) If desired, thicken pan juices and serve with the pork chops.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"thicken\"@15:22 / AC\r\n\t\t:ppt ( \"pan juices\"@23:33 / FOOD )\r\n\t\t:duration ( cond-5-0 \"If desired\"@3:13 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-5-1 \"serve\"@38:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:todo ( \"the pork chops\"@49:63 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/079_Black_Bean_and_Corn_Quesadillas.json b/ai_talks/AMUseBotBackend/recipe/079_Black_Bean_and_Corn_Quesadillas.json new file mode 100644 index 0000000..d17a80d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/079_Black_Bean_and_Corn_Quesadillas.json @@ -0,0 +1,114 @@ +{ + "id": "079", + "title": "Black Bean and Corn Quesadillas", + "content": [ + { + "id": "ing-0", + "text": "2 teaspoons olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 teaspoons olive oil\" )" + }, + { + "id": "ing-1", + "text": "3 tablespoons finely chopped onion", + "type": "ingredient", + "eamr": "( ing-1 \"3 tablespoons finely chopped onion\" )" + }, + { + "id": "ing-2", + "text": "1 (15.5 ounce) can black beans, drained and rinsed", + "type": "ingredient", + "eamr": "( ing-2 \"1 (15.5 ounce) can black beans, drained and rinsed\" )" + }, + { + "id": "ing-3", + "text": "1 (10 ounce) can whole kernel corn, drained", + "type": "ingredient", + "eamr": "( ing-3 \"1 (10 ounce) can whole kernel corn, drained\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon brown sugar", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon brown sugar\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup salsa", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup salsa\" )" + }, + { + "id": "ing-6", + "text": "1/4 teaspoon red pepper flakes", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 teaspoon red pepper flakes\" )" + }, + { + "id": "ing-7", + "text": "2 tablespoons butter, divided", + "type": "ingredient", + "eamr": "( ing-7 \"2 tablespoons butter, divided\" )" + }, + { + "id": "ing-8", + "text": "8 (8 inch) flour tortillas", + "type": "ingredient", + "eamr": "( ing-8 \"8 (8 inch) flour tortillas\" )" + }, + { + "id": "ing-9", + "text": "1 1/2 cups shredded Monterey Jack cheese, divided", + "type": "ingredient", + "eamr": "( ing-9 \"1 1/2 cups shredded Monterey Jack cheese, divided\" )" + }, + { + "id": "inst-0", + "text": "0) Heat oil in a large saucepan over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large saucepan\"@15:31 / TOOL )\r\n\t\t:heat ( \"medium heat\"@37:48 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in onion, and cook until softened, about 2 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"cook\"@22:26 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until softened\"@27:41 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-1-0 \"about 2 minutes\"@43:58 / DUR )\r\n\t)\r\n\t:inform ( ac-1-1 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"onion\"@11:16 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in beans and corn, then add sugar, salsa, and pepper flakes; mix well.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"beans\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-3 \"corn\"@21:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"add\"@32:35 / AC\r\n\t\t:ppt ( ing-4 \"sugar\"@36:41 / FOOD )\r\n\t\t:ppt ( ing-5 \"salsa\"@43:48 / FOOD )\r\n\t\t:ppt ( ing-6 \"pepper flakes\"@54:67 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"mix\"@69:72 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cook until heated through, about 3 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-3-0 \"until heated through\"@8:28 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-3-0 \"about 3 minutes\"@30:45 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Melt 2 teaspoons of the butter in a large skillet over medium heat.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-7 \"2 teaspoons of the butter\"@8:33 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a large skillet\"@37:52 / TOOL )\r\n\t\t:heat ( temp-4-0 \"medium heat\"@58:69 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place a tortilla in the skillet, sprinkle evenly with cheese, then top with some of the bean mixture.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-8 \"a tortilla\"@9:19 / FOOD )\r\n\t\t:gol ( tool-5-0 \"the skillet\"@23:34 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"sprinkle\"@36:44 / AC\r\n\t\t:ppt ( ing-9 \"cheese\"@57:63 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"top\"@70:73 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"some of the bean mixture\"@79:103 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place another tortilla on top, cook until golden, then flip and cook on the other side.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-8 \"another tortilla\"@9:25 / FOOD )\r\n\t\t:gol ( \"top\"@29:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"cook\"@34:38 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-6-0 \"until golden\"@39:51 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-6-2 \"flip\"@58:62 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-3 \"cook\"@67:71 / AC\r\n\t\t:ppt ( \"the other side\"@75:89 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Repeat with remaining tortillas and filling.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Repeat\"@3:9 / AC\r\n\t\t:ppt ( ing-8 \"remaining tortillas\"@15:34 / FOOD )\r\n\t\t:ppt ( \"filling\"@39:46 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/080_Crab_Quiche.json b/ai_talks/AMUseBotBackend/recipe/080_Crab_Quiche.json new file mode 100644 index 0000000..a0d6b7e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/080_Crab_Quiche.json @@ -0,0 +1,114 @@ +{ + "id": "080", + "title": "Crab Quiche", + "content": [ + { + "id": "ing-0", + "text": "1 (9 inch) deep dish frozen pie crust", + "type": "ingredient", + "eamr": "( ing-0 \"1 (9 inch) deep dish frozen pie crust\" )" + }, + { + "id": "ing-1", + "text": "4 eggs", + "type": "ingredient", + "eamr": "( ing-1 \"4 eggs\" )" + }, + { + "id": "ing-2", + "text": "1 cup heavy cream", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup heavy cream\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon black pepper", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon black pepper\" )" + }, + { + "id": "ing-5", + "text": "3 dashes hot pepper sauce (e.g. Tabasco), or to taste", + "type": "ingredient", + "eamr": "( ing-5 \"3 dashes hot pepper sauce (e.g. Tabasco), or to taste\" )" + }, + { + "id": "ing-6", + "text": "1 cup shredded Monterey Jack cheese", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup shredded Monterey Jack cheese\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup grated Parmesan cheese\" )" + }, + { + "id": "ing-8", + "text": "1 (8 ounce) package imitation crabmeat, flaked", + "type": "ingredient", + "eamr": "( ing-8 \"1 (8 ounce) package imitation crabmeat, flaked\" )" + }, + { + "id": "ing-9", + "text": "1 green onion, chopped", + "type": "ingredient", + "eamr": "( ing-9 \"1 green onion, chopped\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat the oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bake the pie crust for about 10 minutes, until just starting to brown.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the pie crust\"@8:21 / FOOD )\r\n\t\t:duration ( dur-1-0 \"about 10 minutes\"@26:42 / DUR )\r\n\t\t:until ( cond-1-0 \"until just starting to brown\"@44:72 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from the oven, and allow to cool.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-2-0 \"the oven\"@15:23 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"cool\"@38:42 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a large bowl, whisk together the eggs, cream, salt, pepper, and hot sauce.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"whisk\"@20:25 / AC\r\n\t\t:ppt ( ing-1 \"the eggs\"@35:43 / FOOD )\r\n\t\t:ppt ( ing-2 \"cream\"@45:50 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@52:56 / FOOD )\r\n\t\t:ppt ( ing-4 \"pepper\"@58:64 / FOOD )\r\n\t\t:ppt ( ing-5 \"hot sauce\"@70:79 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in shredded cheese, onion and imitation crab.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"shredded cheese\"@11:26 / FOOD\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t)\r\n\t\t:ppt ( ing-9 \"onion\"@28:33 / FOOD )\r\n\t\t:ppt ( ing-8 \"imitation crab\"@38:52 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Pour into the pie shell.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"the pie shell\"@13:26 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake for 25 to 30 minutes in the preheated oven, then turn off the oven, but leave the door closed.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-6-0 \"25 to 30 minutes\"@12:28 / DUR )\r\n\t\t:loc ( tool-6-0 \"the preheated oven\"@32:50 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-1 \"turn off\"@57:65 / AC\r\n\t\t:ppt ( tool-6-1 \"the oven\"@66:74 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-2 \"leave\"@80:85 / AC\r\n\t\t:ppt ( tool-6-2 \"the door\"@86:94 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Leave quiche in the oven for an additional 20 to 30 minutes until firm.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Leave\"@3:8 / AC\r\n\t\t:ppt ( \"quiche\"@9:15 / FOOD )\r\n\t\t:loc ( tool-7-0 \"the oven\"@19:27 / TOOL )\r\n\t\t:duration ( dur-7-0 \"an additional 20 to 30 minutes\"@32:62 / DUR )\r\n\t\t:until ( cond-7-0 \"until firm\"@63:73 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/081_Crab_and_Lobster_Stuffed_Mushrooms.json b/ai_talks/AMUseBotBackend/recipe/081_Crab_and_Lobster_Stuffed_Mushrooms.json new file mode 100644 index 0000000..d9b1888 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/081_Crab_and_Lobster_Stuffed_Mushrooms.json @@ -0,0 +1,96 @@ +{ + "id": "081", + "title": "Crab and Lobster Stuffed Mushrooms", + "content": [ + { + "id": "ing-0", + "text": "3/4 cup melted butter, divided", + "type": "ingredient", + "eamr": "( ing-0 \"3/4 cup melted butter, divided\" )" + }, + { + "id": "ing-1", + "text": "1 pound fresh mushrooms, stems removed", + "type": "ingredient", + "eamr": "( ing-1 \"1 pound fresh mushrooms, stems removed\" )" + }, + { + "id": "ing-2", + "text": "1 cup crushed seasoned croutons", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup crushed seasoned croutons\" )" + }, + { + "id": "ing-3", + "text": "1 cup shredded mozzarella cheese", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup shredded mozzarella cheese\" )" + }, + { + "id": "ing-4", + "text": "1 (6 ounce) can crabmeat, drained", + "type": "ingredient", + "eamr": "( ing-4 \"1 (6 ounce) can crabmeat, drained\" )" + }, + { + "id": "ing-5", + "text": "1 pound lobster tail, cleaned and chopped", + "type": "ingredient", + "eamr": "( ing-5 \"1 pound lobster tail, cleaned and chopped\" )" + }, + { + "id": "ing-6", + "text": "3 tablespoons minced garlic", + "type": "ingredient", + "eamr": "( ing-6 \"3 tablespoons minced garlic\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup shredded mozzarella cheese (optional)", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup shredded mozzarella cheese (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat the oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Brush a large baking sheet with about 1/4 cup of melted butter.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Brush\"@3:8 / AC\r\n\t\t:gol ( tool-1-0 \"a large baking sheet\"@9:29 / TOOL )\r\n\t\t:ppt ( ing-0 \"1/4 cup of melted butter\"@41:65 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Arrange mushroom caps in a single layer over the baking sheet.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"mushroom caps\"@11:24 / FOOD )\r\n\t\t:mnr ( \"a single layer\"@28:42 / OTHER )\r\n\t\t:gol ( tool-2-0 \"the baking sheet\"@48:64 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a medium bowl, mix together the crushed croutons, remaining 1/2 cup butter, shredded cheese, crabmeat, lobster and garlic.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"mix\"@21:24 / AC\r\n\t\t:ppt ( ing-2 \"the crushed croutons\"@34:54 / FOOD )\r\n\t\t:ppt ( ing-0 \"remaining 1/2 cup butter\"@56:80 / FOOD )\r\n\t\t:ppt ( ing-3 \"shredded cheese\"@82:97 / FOOD )\r\n\t\t:ppt ( ing-4 \"crabmeat\"@99:107 / FOOD )\r\n\t\t:ppt ( ing-5 \"lobster\"@109:116 / FOOD )\r\n\t\t:ppt ( ing-6 \"garlic\"@121:127 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Spoon into mushroom caps where the stems used to be.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"mushroom caps\"@14:27 / FOOD )\r\n\t\t:todo ( \"where the stems used to be\"@28:54 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake for 10 to 12 minutes in the preheated oven, or until lightly browned on the top.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"10 to 12 minutes\"@12:28 / DUR )\r\n\t\t:loc ( tool-5-0 \"the preheated oven\"@32:50 / TOOL )\r\n\t\t:until ( cond-5-0 \"until lightly browned on the top\"@55:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Sprinkle with additional cheese if desired, and serve hot!", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-7 \"additional cheese\"@17:34 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"serve\"@51:56 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/082_Crabby_Cliffs_Mushroom_Puffs.json b/ai_talks/AMUseBotBackend/recipe/082_Crabby_Cliffs_Mushroom_Puffs.json new file mode 100644 index 0000000..eac4eb5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/082_Crabby_Cliffs_Mushroom_Puffs.json @@ -0,0 +1,120 @@ +{ + "id": "082", + "title": "Crabby Cliffs Mushroom Puffs", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-1", + "text": "3 cups fresh chopped mushrooms", + "type": "ingredient", + "eamr": "( ing-1 \"3 cups fresh chopped mushrooms\" )" + }, + { + "id": "ing-2", + "text": "2 green onions, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"2 green onions, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 clove garlic, crushed", + "type": "ingredient", + "eamr": "( ing-3 \"1 clove garlic, crushed\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon ground cayenne pepper", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon ground cayenne pepper\" )" + }, + { + "id": "ing-5", + "text": "4 ounces cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-5 \"4 ounces cream cheese, softened\" )" + }, + { + "id": "ing-6", + "text": "1 (6 ounce) can crabmeat, drained and flaked", + "type": "ingredient", + "eamr": "( ing-6 \"1 (6 ounce) can crabmeat, drained and flaked\" )" + }, + { + "id": "ing-7", + "text": "1 (17.5 ounce) package frozen puff pastry sheets, thawed", + "type": "ingredient", + "eamr": "( ing-7 \"1 (17.5 ounce) package frozen puff pastry sheets, thawed\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"200 degrees C\"@34:47 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"400 degrees F\"@19:32 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Heat the olive oil in a medium saucepan over medium heat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the olive oil\"@8:21 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a medium saucepan\"@25:42 / TOOL )\r\n\t\t:heat ( \"medium heat\"@48:59 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in the mushrooms, green onions, garlic and cayenne pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"the mushrooms\"@11:24 / FOOD )\r\n\t\t:ppt ( ing-2 \"green onions\"@26:38 / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic\"@40:46 / FOOD )\r\n\t\t:ppt ( ing-4 \"cayenne pepper\"@51:65 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cook 10 minutes, or until tender.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"10 minutes\"@8:18 / DUR )\r\n\t\t:until ( cond-3-0 \"until tender\"@23:35 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Transfer the mushroom mixture to a medium bowl.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Transfer\"@3:11 / AC\r\n\t\t:ppt ( \"the mushroom mixture\"@12:32 / FOOD )\r\n\t\t:gol ( tool-4-0 \"a medium bowl\"@36:49 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Blend in the cream cheese and crabmeat.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Blend in\"@3:11 / AC\r\n\t\t:ppt ( ing-5 \"the cream cheese\"@12:28 / FOOD )\r\n\t\t:ppt ( ing-6 \"crabmeat\"@33:41 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) On a lightly floured flat surface, roll each pastry sheet into a 12x12 inch square.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"roll\"@38:42 / AC\r\n\t\t:ppt ( ing-7 \"each pastry sheet\"@43:60 / FOOD )\r\n\t\t:reshape ( \"a 12x12 inch square\"@66:85 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a lightly floured flat surface\"@6:36 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cut each sheet into nine 4x4 inch squares.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( \"each sheet\"@7:17 / FOOD )\r\n\t\t:reshape ( \"nine 4x4 inch squares\"@23:44 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Place 1 tablespoon of the mushroom mixture onto each pastry square.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"1 tablespoon of the mushroom mixture\"@9:45 / FOOD )\r\n\t\t:gol ( \"each pastry square\"@51:69 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Fold the squares by bringing the corners to the center, creating an X. Place the squares on a medium baking sheet.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Place\"@-1:-1 / AC\r\n\t\t:ppt ( \"the squares\"@-1:-1 / FOOD )\r\n\t\t:gol ( tool-9-0 \"a medium baking sheet\"@-1:-1 / TOOL )\r\n\t\t:mnr ( \"by bringing the corners to the center\"@-1:-1 / OTHER )\r\n\t)\r\n\t:inform ( ac-9-1 \"Fold\"@4:8 / AC\r\n\t\t:ppt ( \"the squares\"@-1:-1 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Bake 20 minutes in the preheated oven, or until golden brown.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Bake\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-10-0 \"20 minutes\"@9:19 / DUR )\r\n\t\t:loc ( tool-10-0 \"the preheated oven\"@23:41 / TOOL )\r\n\t\t:until ( cond-10-0 \"until golden brown\"@46:64 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/083_Frosted_Shortbread.json b/ai_talks/AMUseBotBackend/recipe/083_Frosted_Shortbread.json new file mode 100644 index 0000000..b5e3973 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/083_Frosted_Shortbread.json @@ -0,0 +1,114 @@ +{ + "id": "083", + "title": "Frosted Shortbread", + "content": [ + { + "id": "ing-0", + "text": "1 cup butter (no substitutes), softened", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup butter (no substitutes), softened\" )" + }, + { + "id": "ing-1", + "text": "1 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup packed brown sugar\" )" + }, + { + "id": "ing-2", + "text": "1 egg yolk", + "type": "ingredient", + "eamr": "( ing-2 \"1 egg yolk\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "4 (1.55 ounce) bars milk chocolate candy bar, broken into rectangles", + "type": "ingredient", + "eamr": "( ing-6 \"4 (1.55 ounce) bars milk chocolate candy bar, broken into rectangles\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup chopped walnuts\" )" + }, + { + "id": "inst-0", + "text": "0) In a mixing bowl, cream butter and brown sugar.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cream\"@21:26 / AC\r\n\t\t:ppt ( ing-0 \"butter\"@27:33 / FOOD )\r\n\t\t:ppt ( ing-1 \"brown sugar\"@38:49 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add egg yolk and vanilla; mix well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"egg yolk\"@7:15 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-3 \"vanilla\"@20:27 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@29:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Combine flour and salt; add to creamed mixture.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@21:25 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"add\"@27:30 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"creamed mixture\"@34:49 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Press into a greased 15-in pan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Press\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-3-0 \"a greased 15-in pan\"@14:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake at 350 degrees F for 15-18 minutes or until golden brown.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-4-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"15-18 minutes\"@29:42 / DUR )\r\n\t\t:until ( cond-4-0 \"until golden brown\"@46:64 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Immediately place candy bar pieces over crust.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"place\"@15:20 / AC\r\n\t\t:ppt ( ing-6 \"candy bar pieces\"@21:37 / FOOD )\r\n\t\t:gol ( \"crust\"@43:48 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Let stand for 1 minute or until softened; spread chocolate evenly.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"spread\"@45:51 / AC\r\n\t\t:ppt ( \"chocolate\"@52:61 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"stand\"@7:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-6-0 \"1 minute\"@17:25 / DUR )\r\n\t\t:until ( cond-6-0 \"until softened\"@29:43 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Sprinkle with walnuts.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-7 \"walnuts\"@17:24 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cool.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cut into squares.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cut\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"squares\"@-1:-1 / OTHER )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/084_Dads_Best_Burgers.json b/ai_talks/AMUseBotBackend/recipe/084_Dads_Best_Burgers.json new file mode 100644 index 0000000..ff51dd2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/084_Dads_Best_Burgers.json @@ -0,0 +1,96 @@ +{ + "id": "084", + "title": "Dads Best Burgers", + "content": [ + { + "id": "ing-0", + "text": "1 (3 ounce) package cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1 (3 ounce) package cream cheese, softened\" )" + }, + { + "id": "ing-1", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-1 \"1 egg\" )" + }, + { + "id": "ing-2", + "text": "1 medium onion, finely chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 medium onion, finely chopped\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup dry bread crumbs", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup dry bread crumbs\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 teaspoons dried parsley flakes", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 teaspoons dried parsley flakes\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon seasoned salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon seasoned salt\" )" + }, + { + "id": "ing-6", + "text": "1/4 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 teaspoon pepper\" )" + }, + { + "id": "ing-7", + "text": "1 pound ground beef", + "type": "ingredient", + "eamr": "( ing-7 \"1 pound ground beef\" )" + }, + { + "id": "ing-8", + "text": "1 pound bulk pork sausage", + "type": "ingredient", + "eamr": "( ing-8 \"1 pound bulk pork sausage\" )" + }, + { + "id": "ing-9", + "text": "8 hamburger buns, split", + "type": "ingredient", + "eamr": "( ing-9 \"8 hamburger buns, split\" )" + }, + { + "id": "inst-0", + "text": "0) In a bowl, combine the first seven ingredients.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@14:21 / AC\r\n\t\t:ppt ( \"the first seven ingredients\"@22:49 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t)\r\n\t\t:loc ( tool-0-0 \"a bowl\"@6:12 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Crumble beef and sausage over mixture; mix well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Crumble\"@3:10 / AC\r\n\t\t:ppt ( ing-7 \"beef\"@11:15 / FOOD )\r\n\t\t:ppt ( ing-8 \"sausage\"@20:27 / FOOD )\r\n\t\t:gol ( \"mixture\"@33:40 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@42:45 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Shape into eight patties.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Shape\"@3:8 / AC\r\n\t\t:reshape ( \"eight patties\"@14:27 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Grill, uncovered, over medium-hot heat for 4-6 minutes on each side or until no longer pink.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Grill\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-3-0 \"medium-hot heat\"@26:41 / TEMPERATURE )\r\n\t\t:duration ( dur-3-0 \"4-6 minutes\"@46:57 / DUR )\r\n\t\t:until ( cond-3-0 \"until no longer pink\"@74:94 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Serve on buns.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( ing-9 \"buns\"@12:16 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/085_Apple_Butter_V.json b/ai_talks/AMUseBotBackend/recipe/085_Apple_Butter_V.json new file mode 100644 index 0000000..ee4cfd3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/085_Apple_Butter_V.json @@ -0,0 +1,90 @@ +{ + "id": "085", + "title": "Apple Butter V", + "content": [ + { + "id": "ing-0", + "text": "6 pounds tart apples, cored and sliced", + "type": "ingredient", + "eamr": "( ing-0 \"6 pounds tart apples, cored and sliced\" )" + }, + { + "id": "ing-1", + "text": "6 cups apple cider", + "type": "ingredient", + "eamr": "( ing-1 \"6 cups apple cider\" )" + }, + { + "id": "ing-2", + "text": "3 cups white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"3 cups white sugar\" )" + }, + { + "id": "ing-3", + "text": "2 teaspoons ground cinnamon", + "type": "ingredient", + "eamr": "( ing-3 \"2 teaspoons ground cinnamon\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon ground cloves", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon ground cloves\" )" + }, + { + "id": "inst-0", + "text": "0) Place the apples in a Dutch oven.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the apples\"@9:19 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a Dutch oven\"@23:35 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Pour in the cider.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Pour in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"the cider\"@11:20 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Bring to a boil and cook on medium heat 30 minutes, or until soft.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"cook\"@23:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-2-0 \"medium heat\"@31:42 / TEMPERATURE )\r\n\t\t:duration ( dur-2-0 \"30 minutes\"@43:53 / DUR )\r\n\t\t:until ( cond-2-0 \"until soft\"@58:68 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-2-1 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Press the softened mixture through a food mill.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Press\"@3:8 / AC\r\n\t\t:ppt ( \"the softened mixture\"@9:29 / FOOD )\r\n\t\t:instrument ( tool-3-0 \"a food mill\"@38:49 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Continue cooking at a medium boil for 30 minutes, stirring occasionally.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Continue cooking\"@-1:-1 / AC\r\n\t\t:heat ( temp-4-0 \"a medium boil\"@23:36 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"30 minutes\"@41:51 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-4-1 \"stirring\"@53:61 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Mix in the sugar, cinnamon and cloves.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-2 \"the sugar\"@10:19 / FOOD )\r\n\t\t:ppt ( ing-3 \"cinnamon\"@21:29 / FOOD )\r\n\t\t:ppt ( ing-4 \"cloves\"@34:40 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Continue cooking over low heat until the sugar dissolves, stirring frequently.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"cooking\"@12:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-6-0 \"low heat\"@25:33 / TEMPERATURE )\r\n\t\t:until ( cond-6-0 \"until the sugar dissolves\"@34:59 / CONDITION_CLAUSE )\r\n\t\t:simultaneous ( ac-6-1 \"stirring\"@61:69 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cook until the desired thickness has been attained.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cook\"@3:7 / AC\r\n\t\t:until ( cond-7-0 \"until the desired thickness has been attained\"@8:53 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Refrigerate the finished apple butter in sterile containers.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Refrigerate\"@3:14 / AC\r\n\t\t:ppt ( \"the finished apple butter\"@15:40 / FOOD )\r\n\t\t:loc ( tool-8-0 \"sterile containers\"@44:62 / TOOL )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/086_Garlic_Crab_Artichoke_Dip.json b/ai_talks/AMUseBotBackend/recipe/086_Garlic_Crab_Artichoke_Dip.json new file mode 100644 index 0000000..6a52c71 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/086_Garlic_Crab_Artichoke_Dip.json @@ -0,0 +1,66 @@ +{ + "id": "086", + "title": "Garlic Crab Artichoke Dip", + "content": [ + { + "id": "ing-0", + "text": "1 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup mayonnaise\" )" + }, + { + "id": "ing-1", + "text": "8 ounces sour cream", + "type": "ingredient", + "eamr": "( ing-1 \"8 ounces sour cream\" )" + }, + { + "id": "ing-2", + "text": "1 (1 ounce) package garlic and mushroom soup mix", + "type": "ingredient", + "eamr": "( ing-2 \"1 (1 ounce) package garlic and mushroom soup mix\" )" + }, + { + "id": "ing-3", + "text": "1 (14 ounce) can artichoke hearts, drained and chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 (14 ounce) can artichoke hearts, drained and chopped\" )" + }, + { + "id": "ing-4", + "text": "1 cup shredded Swiss cheese", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup shredded Swiss cheese\" )" + }, + { + "id": "ing-5", + "text": "1 (6 ounce) can crab meat, drained", + "type": "ingredient", + "eamr": "( ing-5 \"1 (6 ounce) can crab meat, drained\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a 1-1/2 quart casserole dish, combine mayonnaise, sour cream, soup mix, artichoke hearts, cheese and crab meat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@36:43 / AC\r\n\t\t:ppt ( ing-0 \"mayonnaise\"@44:54 / FOOD )\r\n\t\t:ppt ( ing-1 \"sour cream\"@56:66 / FOOD )\r\n\t\t:ppt ( ing-2 \"soup mix\"@68:76 / FOOD )\r\n\t\t:ppt ( ing-3 \"artichoke hearts\"@78:94 / FOOD )\r\n\t\t:ppt ( ing-4 \"cheese\"@96:102 / FOOD )\r\n\t\t:ppt ( ing-5 \"crab meat\"@107:116 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a 1-1/2 quart casserole dish\"@6:34 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Bake uncovered for 30 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"30 minutes\"@22:32 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Serve immediately.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/087_Cabin_Hash.json b/ai_talks/AMUseBotBackend/recipe/087_Cabin_Hash.json new file mode 100644 index 0000000..655617f --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/087_Cabin_Hash.json @@ -0,0 +1,72 @@ +{ + "id": "087", + "title": "Cabin Hash", + "content": [ + { + "id": "ing-0", + "text": "12 medium potatoes - peeled, cooked and cubed", + "type": "ingredient", + "eamr": "( ing-0 \"12 medium potatoes - peeled, cooked and cubed\" )" + }, + { + "id": "ing-1", + "text": "3 cups cubed fully cooked ham", + "type": "ingredient", + "eamr": "( ing-1 \"3 cups cubed fully cooked ham\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup chopped onion\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup butter or margarine", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup butter or margarine\" )" + }, + { + "id": "ing-4", + "text": "1 (10 ounce) package frozen chopped broccoli, thawed", + "type": "ingredient", + "eamr": "( ing-4 \"1 (10 ounce) package frozen chopped broccoli, thawed\" )" + }, + { + "id": "ing-5", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-5 \"salt and pepper to taste\" )" + }, + { + "id": "ing-6", + "text": "Sour cream", + "type": "ingredient", + "eamr": "( ing-6 \"Sour cream\" )" + }, + { + "id": "inst-0", + "text": "0) In a large skillet, cook potatoes, ham and onion in butter, stirring frequently, until potatoes are lightly browned.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cook\"@23:27 / AC\r\n\t\t:ppt ( ing-0 \"potatoes\"@28:36 / FOOD )\r\n\t\t:ppt ( ing-1 \"ham\"@38:41 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion\"@46:51 / FOOD )\r\n\t\t:loc ( ing-3 \"butter\"@55:61 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@6:21 / TOOL )\r\n\t\t:until ( cond-0-0 \"until potatoes are lightly browned\"@84:118 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-0-1 \"stirring\"@63:71 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add broccoli; heat through.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"broccoli\"@7:15 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"heat\"@17:21 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Season with salt and pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-5 \"salt and pepper\"@15:19 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Serve with sour cream if desired.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( \"sour cream\"@14:24 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/088_Chocolate_Madeleines.json b/ai_talks/AMUseBotBackend/recipe/088_Chocolate_Madeleines.json new file mode 100644 index 0000000..bf0d698 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/088_Chocolate_Madeleines.json @@ -0,0 +1,126 @@ +{ + "id": "088", + "title": "Chocolate Madeleines", + "content": [ + { + "id": "ing-0", + "text": "1/4 cup sifted all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1/4 cup sifted all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup unsweetened cocoa powder", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup unsweetened cocoa powder\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon baking powder\" )" + }, + { + "id": "ing-3", + "text": "1 pinch salt", + "type": "ingredient", + "eamr": "( ing-3 \"1 pinch salt\" )" + }, + { + "id": "ing-4", + "text": "2 ounces butter", + "type": "ingredient", + "eamr": "( ing-4 \"2 ounces butter\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon vanilla extract\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup white sugar", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup white sugar\" )" + }, + { + "id": "ing-7", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-7 \"1 egg\" )" + }, + { + "id": "ing-8", + "text": "2 egg yolks", + "type": "ingredient", + "eamr": "( ing-8 \"2 egg yolks\" )" + }, + { + "id": "ing-9", + "text": "1/3 cup confectioners' sugar for decoration", + "type": "ingredient", + "eamr": "( ing-9 \"1/3 cup confectioners' sugar for decoration\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Butter one Madeleine pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Butter\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"one Madeleine pan\"@10:27 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Sift the flour, cocoa, baking powder and salt together.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the flour\"@8:17 / FOOD )\r\n\t\t:ppt ( ing-1 \"cocoa\"@19:24 / FOOD )\r\n\t\t:ppt ( ing-2 \"baking powder\"@26:39 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@44:48 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cream the butter with the vanilla and the sugar.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cream\"@3:8 / AC\r\n\t\t:ppt ( ing-4 \"the butter\"@9:19 / FOOD )\r\n\t\t:ppt ( ing-5 \"the vanilla\"@25:36 / FOOD )\r\n\t\t:ppt ( ing-6 \"the sugar\"@41:50 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add the egg and egg yolks, beating to mix.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-7 \"the egg\"@7:14 / FOOD )\r\n\t\t:ppt ( ing-8 \"egg yolks\"@19:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"beating\"@30:37 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-4-0 \"to mix\"@38:44 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in the dry ingredients until just combined only, do not over mix.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"the dry ingredients\"@11:30 / FOOD )\r\n\t\t:until ( cond-5-0 \"until just combined only\"@31:55 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place rounded teaspoon of batter into the prepared Madeleine shell forms.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"rounded teaspoon of batter\"@9:35 / FOOD )\r\n\t\t:gol ( tool-6-0 \"the prepared Madeleine shell forms\"@41:75 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake at 375 degrees F (190 degrees C) for 12 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-7-0 \"375 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:heat ( temp-7-1 \"190 degrees C\"@26:39 / TEMPERATURE )\r\n\t\t:duration ( dur-7-0 \"12 minutes\"@45:55 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove from oven and immediately invert onto a wire rack to cool.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-8-0 \"oven\"@15:19 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"invert\"@36:42 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-8-1 \"a wire rack\"@48:59 / TOOL )\r\n\t\t:prp ( purp-8-0 \"to cool\"@60:67 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Once cool sprinkle with confectioners' sugar, if desired.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"sprinkle\"@-1:-1 / AC\r\n\t\t:ppt ( ing-9 \"confectioners' sugar\"@-1:-1 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:when ( cond-9-0 \"Once cool\"@-1:-1 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/089_Drunken_Fruit_Salsa.json b/ai_talks/AMUseBotBackend/recipe/089_Drunken_Fruit_Salsa.json new file mode 100644 index 0000000..3a480f5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/089_Drunken_Fruit_Salsa.json @@ -0,0 +1,54 @@ +{ + "id": "089", + "title": "Drunken Fruit Salsa", + "content": [ + { + "id": "ing-0", + "text": "1 medium mango, peeled and finely diced", + "type": "ingredient", + "eamr": "( ing-0 \"1 medium mango, peeled and finely diced\" )" + }, + { + "id": "ing-1", + "text": "3/4 cup chopped fresh strawberries", + "type": "ingredient", + "eamr": "( ing-1 \"3/4 cup chopped fresh strawberries\" )" + }, + { + "id": "ing-2", + "text": "1 kiwi, peeled and finely diced", + "type": "ingredient", + "eamr": "( ing-2 \"1 kiwi, peeled and finely diced\" )" + }, + { + "id": "ing-3", + "text": "1 jalapeno pepper, seeded and finely chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 jalapeno pepper, seeded and finely chopped\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons chopped fresh mint", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons chopped fresh mint\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup rum", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup rum\" )" + }, + { + "id": "inst-0", + "text": "0) Stir together mango, strawberries, kiwi, jalapeno, mint, and rum in a glass bowl.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"mango\"@17:22 / FOOD )\r\n\t\t:ppt ( ing-1 \"strawberries\"@24:36 / FOOD )\r\n\t\t:ppt ( ing-2 \"kiwi\"@38:42 / FOOD )\r\n\t\t:ppt ( ing-3 \"jalapeno\"@44:52 / FOOD )\r\n\t\t:ppt ( ing-4 \"mint\"@54:58 / FOOD )\r\n\t\t:ppt ( ing-5 \"rum\"@64:67 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a glass bowl\"@71:83 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Refrigerate for 1 to 3 hours, stirring once or twice.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Refrigerate\"@3:14 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"1 to 3 hours\"@19:31 / DUR )\r\n\t\t:simultaneous ( ac-1-1 \"stirring\"@33:41 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t\t:mnr ( \"once or twice\"@42:55 / OTHER )\r\n\t\t)\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/090_Chicken_Marsala_with_Portobello_Mushrooms.json b/ai_talks/AMUseBotBackend/recipe/090_Chicken_Marsala_with_Portobello_Mushrooms.json new file mode 100644 index 0000000..fcd2569 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/090_Chicken_Marsala_with_Portobello_Mushrooms.json @@ -0,0 +1,156 @@ +{ + "id": "090", + "title": "Chicken Marsala with Portobello Mushrooms", + "content": [ + { + "id": "ing-0", + "text": "3/4 cup butter, divided", + "type": "ingredient", + "eamr": "( ing-0 \"3/4 cup butter, divided\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons vegetable oil, divided", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons vegetable oil, divided\" )" + }, + { + "id": "ing-2", + "text": "4 portobello mushroom caps, sliced", + "type": "ingredient", + "eamr": "( ing-2 \"4 portobello mushroom caps, sliced\" )" + }, + { + "id": "ing-3", + "text": "1 clove garlic, chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 clove garlic, chopped\" )" + }, + { + "id": "ing-4", + "text": "3/4 cup all-purpose flour, divided", + "type": "ingredient", + "eamr": "( ing-4 \"3/4 cup all-purpose flour, divided\" )" + }, + { + "id": "ing-5", + "text": "1 (14.5 ounce) can beef broth", + "type": "ingredient", + "eamr": "( ing-5 \"1 (14.5 ounce) can beef broth\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup dry Marsala wine", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup dry Marsala wine\" )" + }, + { + "id": "ing-7", + "text": "kosher salt and ground black pepper to taste", + "type": "ingredient", + "eamr": "( ing-7 \"kosher salt and ground black pepper to taste\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon browning sauce", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon browning sauce\" )" + }, + { + "id": "ing-9", + "text": "6 skinless, boneless chicken breast halves - pounded to 1/2 inch thickness", + "type": "ingredient", + "eamr": "( ing-9 \"6 skinless, boneless chicken breast halves - pounded to 1/2 inch thickness\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Melt 1/2 cup butter and heat 1 tablespoon vegetable oil in a skillet over medium heat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"1/2 cup butter\"@8:22 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"heat\"@27:31 / AC\r\n\t\t:ppt ( ing-1 \"1 tablespoon vegetable oil\"@32:58 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a skillet\"@62:71 / TOOL )\r\n\t\t:heat ( temp-1-0 \"medium heat\"@77:88 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cook and stir the mushroom slices in the skillet until tender.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cook and stir\"@-1:-1 / AC\r\n\t\t:ppt ( ing-2 \"mushroom slices\"@21:36 / FOOD )\r\n\t\t:until ( cond-2-0 \"until tender\"@52:64 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-2-0 \"the skillet\"@40:51 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove from heat, cover to keep warm, and set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cover\"@21:26 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-3-0 \"to keep warm\"@27:39 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-3-2 \"set aside\"@45:54 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Melt the remaining butter and heat the remaining oil in a saucepan over medium-high heat.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the remaining butter\"@8:28 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a saucepan\"@59:69 / TOOL )\r\n\t\t:heat ( temp-4-0 \"medium-high heat\"@75:91 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-4-1 \"heat\"@33:37 / AC\r\n\t\t:ppt ( ing-1 \"the remaining oil\"@38:55 / FOOD )\r\n\t\t:loc ( tool-4-1 \"a saucepan\"@59:69 / TOOL )\r\n\t\t:heat ( temp-4-1 \"medium-high heat\"@75:91 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cook and stir the garlic until tender, then gradually whisk in the flour.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cook and stir\"@-1:-1 / AC\r\n\t\t:ppt ( ing-3 \"the garlic\"@17:27 / FOOD )\r\n\t\t:until ( cond-5-0 \"until tender,\"@28:41 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-5-1 \"whisk in\"@57:65 / AC\r\n\t\t:ppt ( ing-4 \"the flour\"@66:75 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Increase heat to high, and pour in the beef broth and Marsala wine.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Increase\"@3:11 / AC\r\n\t\t:gol ( temp-6-0 \"high\"@20:24 / TEMPERATURE )\r\n\t\t:ppt ( \"heat\"@12:16 / OTHER )\r\n\t)\r\n\t:inform ( ac-6-1 \"pour in\"@30:37 / AC\r\n\t\t:ppt ( ing-5 \"beef broth\"@42:52 / FOOD )\r\n\t\t:ppt ( ing-6 \"Marsala wine\"@57:69 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Season with kosher salt and pepper, and whisk in the browning sauce.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-7 \"kosher salt and pepper\"@15:21 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"whisk in\"@43:51 / AC\r\n\t\t:ppt ( ing-8 \"browning sauce\"@56:70 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bring to a boil, and reduce heat to low.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bring to a boil\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"reduce\"@24:30 / AC\r\n\t\t:ppt ( \"heat\"@31:35 / OTHER )\r\n\t\t:heat ( temp-8-0 \"low\"@39:42 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Mix in the mushrooms, reserving remaining butter and oil in the skillet.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Mix in\"@-1:-1 / AC\r\n\t\t:ppt ( \"mushrooms\"@-1:-1 / FOOD )\r\n\t\t:simultaneous ( ac-9-1 \"reserving\"@-1:-1 / AC\r\n\t\t\t:ppt ( \"remaining butter\"@-1:-1 / FOOD )\r\n\t\t\t:ppt ( \"oil\"@-1:-1 / FOOD )\r\n\t\t\t:loc ( tool-9-0 \"the skillet\"@-1:-1 / TOOL )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Cover saucepan, remove from heat, and set aside.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( tool-10-0 \"saucepan\"@10:18 / TOOL )\r\n\t)\r\n\t:inform ( ac-10-1 \"remove\"@20:26 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( \"heat\"@32:36 / OTHER )\r\n\t)\r\n\t:inform ( ac-10-2 \"set aside\"@42:51 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Season chicken with salt and pepper, and dredge in the remaining flour.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Season\"@4:10 / AC\r\n\t\t:gol ( ing-9 \"chicken\"@11:18 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt and pepper\"@24:28 / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"dredge in\"@45:54 / AC\r\n\t\t:ppt ( ing-4 \"the remaining flour\"@55:74 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Cook the chicken 2 minutes per side, until browned.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Cook\"@4:8 / AC\r\n\t\t:until ( cond-12-0 \"until browned\"@41:54 / CONDITION_CLAUSE )\r\n\t\t:ppt ( \"the chicken\"@9:20 / FOOD\r\n\t\t\t:duration ( dur-12-0 \"2 minutes per side\"@21:39 / DUR )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Arrange the chicken in the bottom of a 9x13 inch baking dish, and cover with the sauce and mushroom mixture.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Arrange\"@4:11 / AC\r\n\t\t:ppt ( \"the chicken\"@12:23 / FOOD )\r\n\t\t:gol ( tool-13-0 \"the bottom of a 9x13 inch baking dish\"@27:64 / TOOL )\r\n\t)\r\n\t:inform ( ac-13-1 \"cover\"@70:75 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"the sauce and mushroom mixture\"@81:111 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Cover baking dish, and bake 25 minutes in the preheated oven, or until chicken juices run clear.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( tool-14-0 \"baking dish\"@10:21 / TOOL )\r\n\t)\r\n\t:inform ( ac-14-1 \"bake\"@27:31 / AC\r\n\t\t:duration ( dur-14-0 \"25 minutes\"@32:42 / DUR )\r\n\t\t:until ( cond-14-0 \"until chicken juices run clear\"@69:99 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-14-1 \"the preheated oven\"@46:64 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/091_Garlic_Butter.json b/ai_talks/AMUseBotBackend/recipe/091_Garlic_Butter.json new file mode 100644 index 0000000..3746ffd --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/091_Garlic_Butter.json @@ -0,0 +1,60 @@ +{ + "id": "091", + "title": "Garlic Butter", + "content": [ + { + "id": "ing-0", + "text": "1 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon minced garlic", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon minced garlic\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup grated Parmesan cheese\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon garlic salt", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon garlic salt\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon Italian seasoning", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon Italian seasoning\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon ground black pepper\" )" + }, + { + "id": "ing-6", + "text": "1/4 teaspoon ground paprika", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 teaspoon ground paprika\" )" + }, + { + "id": "inst-0", + "text": "0) In a small bowl, combine softened butter, minced garlic and parmesan cheese.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-0 \"softened butter\"@28:43 / FOOD )\r\n\t\t:ppt ( ing-1 \"minced garlic\"@45:58 / FOOD )\r\n\t\t:ppt ( ing-2 \"parmesan cheese\"@63:78 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Season with garlic salt, Italian seasoning, pepper and paprika.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic salt\"@15:26 / FOOD )\r\n\t\t:ppt ( ing-4 \"Italian seasoning\"@28:45 / FOOD )\r\n\t\t:ppt ( ing-5 \"pepper\"@47:53 / FOOD )\r\n\t\t:ppt ( ing-6 \"paprika\"@58:65 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/092_Cinnamon_Rolls_I.json b/ai_talks/AMUseBotBackend/recipe/092_Cinnamon_Rolls_I.json new file mode 100644 index 0000000..62c64e7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/092_Cinnamon_Rolls_I.json @@ -0,0 +1,174 @@ +{ + "id": "092", + "title": "Cinnamon Rolls I", + "content": [ + { + "id": "ing-0", + "text": "1 cup warm water (110 degrees F)", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup warm water (110 degrees F)\" )" + }, + { + "id": "ing-1", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-1 \"1 egg\" )" + }, + { + "id": "ing-2", + "text": "3 cups bread flour", + "type": "ingredient", + "eamr": "( ing-2 \"3 cups bread flour\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup white sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup white sugar\" )" + }, + { + "id": "ing-4", + "text": "3 tablespoons instant powdered milk", + "type": "ingredient", + "eamr": "( ing-4 \"3 tablespoons instant powdered milk\" )" + }, + { + "id": "ing-5", + "text": "1 1/2 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-5 \"1 1/2 teaspoons salt\" )" + }, + { + "id": "ing-6", + "text": "5 tablespoons butter, softened", + "type": "ingredient", + "eamr": "( ing-6 \"5 tablespoons butter, softened\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon instant yeast", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon instant yeast\" )" + }, + { + "id": "ing-8", + "text": "1/3 cup butter", + "type": "ingredient", + "eamr": "( ing-8 \"1/3 cup butter\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup vanilla ice cream", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup vanilla ice cream\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup brown sugar", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup brown sugar\" )" + }, + { + "id": "ing-11", + "text": "1/2 cup butter, softened (for spreading)", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 cup butter, softened (for spreading)\" )" + }, + { + "id": "ing-12", + "text": "1 tablespoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-12 \"1 tablespoon ground cinnamon\" )" + }, + { + "id": "ing-13", + "text": "1/2 cup brown sugar", + "type": "ingredient", + "eamr": "( ing-13 \"1/2 cup brown sugar\" )" + }, + { + "id": "inst-0", + "text": "0) Place water, egg, bread flour, white sugar, powdered milk, salt, 5 tablespoons butter and yeast in bread machine in the order suggested by the manufacturer.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"water\"@9:14 / FOOD )\r\n\t\t:ppt ( ing-1 \"egg\"@16:19 / FOOD )\r\n\t\t:ppt ( ing-2 \"bread flour\"@21:32 / FOOD )\r\n\t\t:ppt ( ing-3 \"white sugar\"@34:45 / FOOD )\r\n\t\t:ppt ( ing-4 \"powdered milk\"@47:60 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@62:66 / FOOD )\r\n\t\t:ppt ( ing-6 \"5 tablespoons butter\"@68:88 / FOOD )\r\n\t\t:ppt ( ing-7 \"yeast\"@93:98 / FOOD )\r\n\t\t:gol ( tool-0-0 \"bread machine\"@102:115 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Select DOUGH setting, and turn machine on.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Select\"@3:9 / AC\r\n\t\t:ppt ( \"DOUGH setting\"@10:23 / OTHER )\r\n\t)\r\n\t:inform ( ac-1-1 \"turn\"@29:33 / AC\r\n\t\t:ppt ( tool-1-0 \"machine\"@34:41 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Meanwhile; in a small saucepan, melt 1/3 cup butter.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"melt\"@35:39 / AC\r\n\t\t:ppt ( ing-8 \"1/3 cup butter\"@40:54 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a small saucepan\"@17:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add 1/2 cup brown sugar and ice cream; bring to a boil, and cook for 2 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-10 \"1/2 cup brown sugar\"@7:26 / FOOD )\r\n\t\t:ppt ( ing-9 \"ice cream\"@31:40 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"boil\"@53:57 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"cook\"@63:67 / AC\r\n\t\t:duration ( dur-3-0 \"2 minutes\"@72:81 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pour caramel into the bottom of a lightly greased 9 x 13 inch pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"caramel\"@8:15 / FOOD )\r\n\t\t:gol ( tool-4-0 \"lightly greased 9 x 13 inch pan\"@37:68 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-5-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-5-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-5-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) When machine has finished cycling remove dough from pan and turn it out onto a lightly floured surface.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"remove\"@37:43 / AC\r\n\t\t:when ( cond-6-0 \"When machine has finished cycling\"@3:36 / CONDITION_CLAUSE )\r\n\t\t:ppt ( \"dough\"@44:49 / FOOD )\r\n\t\t:source ( tool-6-0 \"pan\"@55:58 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-1 \"turn\"@63:67 / AC\r\n\t\t:gol ( tool-6-1 \"lightly floured surface\"@82:105 / TOOL )\r\n\t\t:ppt ( \"it\"@68:70 / PRONOUN )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Pat dough into a rectangle.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Pat\"@3:6 / AC\r\n\t\t:ppt ( \"dough\"@7:12 / FOOD )\r\n\t\t:reshape ( \"a rectangle\"@18:29 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Spread with softened butter and sprinkle lightly with cinnamon.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Spread\"@3:9 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"softened butter\"@15:30 / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"sprinkle\"@35:43 / AC\r\n\t\t:ppt ( ing-12 \"cinnamon\"@57:65 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Crumble 1/2 cup brown sugar over the top.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Crumble\"@-1:-1 / AC\r\n\t\t:ppt ( ing-13 \"1/2 cup brown sugar\"@-1:-1 / FOOD )\r\n\t\t:gol ( \"the top\"@-1:-1 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Roll up, and seal edge.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Roll up\"@4:11 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"seal\"@17:21 / AC\r\n\t\t:ppt ( \"edge\"@22:26 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Cut into 12 rolls, and place in prepared pan of caramel.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Cut\"@4:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"12 rolls\"@13:21 / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"place\"@27:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-11-0 \"prepared pan of caramel\"@36:59 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Allow to rise until doubled in size, about 45 minutes.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"rise\"@13:17 / AC\r\n\t\t:until ( cond-12-0 \"until doubled in size\"@18:39 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-12-0 \"about 45 minutes\"@41:57 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Bake at 350 degrees F (175 degrees C) for approximately 20 to 25 minutes, until golden brown.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Bake\"@4:8 / AC\r\n\t\t:heat ( temp-13-0 \"350 degrees F\"@12:25 / TEMPERATURE )\r\n\t\t:heat ( temp-13-1 \"175 degrees C\"@27:40 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-13-0 \"20 to 25 minutes\"@60:76 / DUR )\r\n\t\t:until ( cond-13-0 \"until golden brown\"@78:96 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/093_Brandy_Flamed_Peppercorn_Steak.json b/ai_talks/AMUseBotBackend/recipe/093_Brandy_Flamed_Peppercorn_Steak.json new file mode 100644 index 0000000..b5a70c6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/093_Brandy_Flamed_Peppercorn_Steak.json @@ -0,0 +1,150 @@ +{ + "id": "093", + "title": "Brandy Flamed Peppercorn Steak", + "content": [ + { + "id": "ing-0", + "text": "3 tablespoons crushed black peppercorns", + "type": "ingredient", + "eamr": "( ing-0 \"3 tablespoons crushed black peppercorns\" )" + }, + { + "id": "ing-1", + "text": "2 (8 ounce) beef top sirloin steaks", + "type": "ingredient", + "eamr": "( ing-1 \"2 (8 ounce) beef top sirloin steaks\" )" + }, + { + "id": "ing-2", + "text": "1 tablespoon lemon pepper", + "type": "ingredient", + "eamr": "( ing-2 \"1 tablespoon lemon pepper\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "5 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-4 \"5 tablespoons butter\" )" + }, + { + "id": "ing-5", + "text": "2 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-5 \"2 cloves garlic, minced\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup red wine", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup red wine\" )" + }, + { + "id": "ing-7", + "text": "3 tablespoons brandy", + "type": "ingredient", + "eamr": "( ing-7 \"3 tablespoons brandy\" )" + }, + { + "id": "ing-8", + "text": "1/4 cup chopped green onions", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 cup chopped green onions\" )" + }, + { + "id": "ing-9", + "text": "1 shallot, chopped", + "type": "ingredient", + "eamr": "( ing-9 \"1 shallot, chopped\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup heavy cream", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup heavy cream\" )" + }, + { + "id": "ing-11", + "text": "1 teaspoon white sugar (optional)", + "type": "ingredient", + "eamr": "( ing-11 \"1 teaspoon white sugar (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) Press crushed peppercorns into both sides of each steak.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Press\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"crushed peppercorns\"@9:28 / FOOD )\r\n\t\t:gol ( ing-1 \"both sides of each steak\"@34:58 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Sprinkle with lemon pepper, and salt.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-2 \"lemon pepper\"@17:29 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@35:39 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Melt butter in a large skillet over medium-high heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Melt\"@3:7 / AC\r\n\t\t:heat ( temp-2-0 \"medium-high heat\"@39:55 / TEMPERATURE )\r\n\t\t:ppt ( ing-4 \"butter\"@8:14 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large skillet\"@18:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir in garlic and wine, and cook for 1 minute.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"garlic\"@11:17 / FOOD )\r\n\t\t:ppt ( ing-6 \"wine\"@22:26 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cook\"@32:36 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"1 minute\"@41:49 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Arrange steaks in pan, and cook for 5 to 10 minutes per side, or until desired doneness.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( \"steaks\"@11:17 / FOOD )\r\n\t\t:gol ( tool-4-0 \"pan\"@21:24 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook\"@30:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"5 to 10 minutes per side\"@39:63 / DUR )\r\n\t\t:until ( cond-4-0 \"until desired doneness\"@68:90 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Reduce heat to low.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t\t:gol ( temp-5-0 \"low\"@18:21 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour brandy onto steaks, and carefully light with a match.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( ing-7 \"brandy\"@8:14 / FOOD )\r\n\t\t:gol ( \"steaks\"@20:26 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"light\"@42:47 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( tool-6-0 \"a match\"@53:60 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Let the flames burn off.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"burn off\"@18:26 / AC\r\n\t\t:ppt ( \"flames\"@11:17 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Sprinkle green onion and shallot around the steaks, and circle the steaks with cream.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-8 \"green onion\"@12:23 / FOOD )\r\n\t\t:ppt ( ing-9 \"shallot\"@28:35 / FOOD )\r\n\t\t:gol ( \"the steaks\"@43:53 / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"circle\"@59:65 / AC\r\n\t\t:gol ( \"the steaks\"@66:76 / FOOD )\r\n\t\t:ppt ( ing-10 \"cream\"@82:87 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cook, stirring sauce, until hot.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cook\"@-1:-1 / AC\r\n\t\t:until ( cond-9-0 \"until hot\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:simultaneous ( ac-9-1 \"stirring\"@-1:-1 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t\t:ppt ( \"sauce\"@-1:-1 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Transfer steaks to plates.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Transfer\"@4:12 / AC\r\n\t\t:ppt ( \"steaks\"@13:19 / FOOD )\r\n\t\t:gol ( tool-10-0 \"plates\"@23:29 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Stir sugar into sauce, and then spoon over meat.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Stir\"@4:8 / AC\r\n\t\t:ppt ( ing-11 \"sugar\"@9:14 / FOOD )\r\n\t\t:ppt ( \"sauce\"@20:25 / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"spoon\"@36:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"meat\"@47:51 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/094_Blackened_Tuna.json b/ai_talks/AMUseBotBackend/recipe/094_Blackened_Tuna.json new file mode 100644 index 0000000..4fbf967 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/094_Blackened_Tuna.json @@ -0,0 +1,60 @@ +{ + "id": "094", + "title": "Blackened Tuna", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 pounds fresh tuna steaks, 1 inch thick", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 pounds fresh tuna steaks, 1 inch thick\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons Cajun seasoning", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons Cajun seasoning\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons butter\" )" + }, + { + "id": "inst-0", + "text": "0) Generously coat tuna with Cajun seasoning.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"coat\"@14:18 / AC\r\n\t\t:gol ( ing-0 \"tuna\"@19:23 / FOOD )\r\n\t\t:ppt ( ing-1 \"Cajun seasoning\"@29:44 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Heat oil and butter in a large skillet over high heat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"oil\"@8:11 / FOOD )\r\n\t\t:ppt ( ing-3 \"butter\"@16:22 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a large skillet\"@26:41 / TOOL )\r\n\t\t:heat ( temp-1-0 \"high heat\"@47:56 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) When oil is nearly smoking, place steaks in pan.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"place\"@31:36 / AC\r\n\t\t:ppt ( \"steaks\"@37:43 / FOOD )\r\n\t\t:gol ( tool-2-0 \"pan\"@47:50 / TOOL )\r\n\t\t:duration ( cond-2-0 \"When oil is nearly smoking\"@3:29 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cook on one side for 3 to 4 minutes, or until blackened.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cook\"@3:7 / AC\r\n\t\t:heat ( \"one side\"@11:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"3 to 4 minutes\"@24:38 / DUR )\r\n\t\t:until ( cond-3-0 \"until blackened\"@43:58 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Turn steaks, and cook for 3 to 4 minutes, or to desired doneness.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Turn\"@3:7 / AC\r\n\t\t:ppt ( \"steaks\"@8:14 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook\"@20:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"3 to 4 minutes\"@29:43 / DUR )\r\n\t\t:duration ( cond-4-0 \"to desired doneness\"@48:67 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/095_Figs_with_Goat_Cheese_Pecans_and_Bacon.json b/ai_talks/AMUseBotBackend/recipe/095_Figs_with_Goat_Cheese_Pecans_and_Bacon.json new file mode 100644 index 0000000..7371c9f --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/095_Figs_with_Goat_Cheese_Pecans_and_Bacon.json @@ -0,0 +1,66 @@ +{ + "id": "095", + "title": "Figs with Goat Cheese Pecans and Bacon", + "content": [ + { + "id": "ing-0", + "text": "6 figs, halved", + "type": "ingredient", + "eamr": "( ing-0 \"6 figs, halved\" )" + }, + { + "id": "ing-1", + "text": "6 ounces goat cheese", + "type": "ingredient", + "eamr": "( ing-1 \"6 ounces goat cheese\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup toasted, chopped pecans", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup toasted, chopped pecans\" )" + }, + { + "id": "ing-3", + "text": "3 slices bacon, cut in half", + "type": "ingredient", + "eamr": "( ing-3 \"3 slices bacon, cut in half\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat the broiler.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"the broiler\"@11:22 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stuff fig halves with goat cheese.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stuff\"@3:8 / AC\r\n\t\t:gol ( ing-0 \"fig halves\"@9:19 / FOOD )\r\n\t\t:ppt ( ing-1 \"goat cheese\"@25:36 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Press pecans into the cheese.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Press\"@3:8 / AC\r\n\t\t:ppt ( ing-2 \"pecans\"@9:15 / FOOD )\r\n\t\t:gol ( \"the cheese\"@21:31 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Wrap each stuffed fig half with half a slice of bacon, securing with toothpicks.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Wrap\"@3:7 / AC\r\n\t\t:gol ( \"each stuffed fig half\"@8:29 / FOOD )\r\n\t\t:ppt ( ing-3 \"half a slice of bacon\"@35:56 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"securing\"@58:66 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( tool-3-0 \"toothpicks\"@72:82 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Arrange on a medium baking sheet.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-4-0 \"a medium baking sheet\"@14:35 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Broil 5 minutes, or until bacon is evenly brown and crisp and goat cheese is bubbly and lightly browned.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Broil\"@3:8 / AC\r\n\t\t:duration ( dur-5-0 \"5 minutes\"@9:18 / DUR )\r\n\t\t:until ( cond-5-0 \"until bacon is evenly brown and crisp and goat cheese is bubbly and lightly browned\"@23:106 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/096_Cucumber_Sandwiches.json b/ai_talks/AMUseBotBackend/recipe/096_Cucumber_Sandwiches.json new file mode 100644 index 0000000..f1c0d43 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/096_Cucumber_Sandwiches.json @@ -0,0 +1,60 @@ +{ + "id": "096", + "title": "Cucumber Sandwiches", + "content": [ + { + "id": "ing-0", + "text": "1 (8 ounce) package cream cheese spread", + "type": "ingredient", + "eamr": "( ing-0 \"1 (8 ounce) package cream cheese spread\" )" + }, + { + "id": "ing-1", + "text": "2 teaspoons ranch salad dressing mix", + "type": "ingredient", + "eamr": "( ing-1 \"2 teaspoons ranch salad dressing mix\" )" + }, + { + "id": "ing-2", + "text": "12 slices pumpernickel rye bread", + "type": "ingredient", + "eamr": "( ing-2 \"12 slices pumpernickel rye bread\" )" + }, + { + "id": "ing-3", + "text": "2 medium cucumbers", + "type": "ingredient", + "eamr": "( ing-3 \"2 medium cucumbers\" )" + }, + { + "id": "inst-0", + "text": "0) In a bowl, combine cream cheese and dressing mix.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@14:21 / AC\r\n\t\t:loc ( tool-0-0 \"a bowl\"@6:12 / TOOL )\r\n\t\t:ppt ( ing-0 \"cream cheese\"@22:34 / FOOD )\r\n\t\t:ppt ( ing-1 \"dressing mix\"@39:51 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Spread on one side of each slice of bread.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( ing-2 \"one side of each slice of bread\"@13:44 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Peel cucumbers if desired thinly slice and place on six slices of bread.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Peel\"@3:7 / AC\r\n\t\t:ppt ( ing-3 \"cucumbers\"@8:17 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"slice\"@36:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"place\"@46:51 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"six slices of bread\"@55:74 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Top with remaining bread.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Top\"@3:6 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"remaining bread\"@12:27 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Serve immediately.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/097_Chicken_Pot_Pie_II.json b/ai_talks/AMUseBotBackend/recipe/097_Chicken_Pot_Pie_II.json new file mode 100644 index 0000000..87ad389 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/097_Chicken_Pot_Pie_II.json @@ -0,0 +1,228 @@ +{ + "id": "097", + "title": "Chicken Pot Pie II", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 pounds skinless, boneless chicken breast meat", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 pounds skinless, boneless chicken breast meat\" )" + }, + { + "id": "ing-1", + "text": "1 cup chicken broth", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup chicken broth\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon ground black pepper\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 cups milk", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 cups milk\" )" + }, + { + "id": "ing-5", + "text": "3 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-5 \"3 tablespoons butter\" )" + }, + { + "id": "ing-6", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-6 \"1 onion, chopped\" )" + }, + { + "id": "ing-7", + "text": "1 cup chopped celery", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup chopped celery\" )" + }, + { + "id": "ing-8", + "text": "1/3 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-8 \"1/3 cup all-purpose flour\" )" + }, + { + "id": "ing-9", + "text": "2 cups frozen mixed vegetables, thawed", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups frozen mixed vegetables, thawed\" )" + }, + { + "id": "ing-10", + "text": "1 tablespoon chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-10 \"1 tablespoon chopped fresh parsley\" )" + }, + { + "id": "ing-11", + "text": "1/2 teaspoon dried thyme", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 teaspoon dried thyme\" )" + }, + { + "id": "ing-12", + "text": "1 (9 inch) pastry for a 9 inch single crust pie", + "type": "ingredient", + "eamr": "( ing-12 \"1 (9 inch) pastry for a 9 inch single crust pie\" )" + }, + { + "id": "ing-13", + "text": "1 egg, lightly beaten", + "type": "ingredient", + "eamr": "( ing-13 \"1 egg, lightly beaten\" )" + }, + { + "id": "inst-0", + "text": "0) In a large saucepan over medium high heat, combine the chicken meat, chicken broth, salt and pepper.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@46:53 / AC\r\n\t\t:loc ( tool-0-0 \"a large saucepan\"@6:22 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium high heat\"@28:44 / TEMPERATURE )\r\n\t\t:ppt ( ing-0 \"the chicken meat\"@54:70 / FOOD )\r\n\t\t:ppt ( ing-1 \"chicken broth\"@72:85 / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@87:91 / FOOD )\r\n\t\t:ppt ( ing-3 \"pepper\"@96:102 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil and reduce heat to low.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"reduce\"@23:29 / AC\r\n\t\t:ppt ( \"heat\"@30:34 / OTHER )\r\n\t\t:gol ( temp-1-0 \"low\"@38:41 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cover and let simmer for 30 minutes, or until chicken is no longer pink in the center and the juices run clear.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cover and let simmer\"@17:23 / AC\r\n\t\t:duration ( dur-2-0 \"30 minutes\"@28:38 / DUR )\r\n\t\t:until ( cond-2-0 \"until chicken is no longer pink in the center and the juices run clear\"@43:113 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove the chicken and let cool.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"the chicken\"@10:21 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cool\"@30:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pour the remaining chicken broth mixture into a measuring cup.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"the remaining chicken broth mixture\"@8:43 / FOOD )\r\n\t\t:gol ( \"measuring cup\"@51:64 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Let stand; spoon off fat.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"spoon off\"@14:23 / AC\r\n\t\t:ppt ( \"fat\"@24:27 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add enough milk to the broth mixture to equal 2 1/2 cups.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"milk\"@14:18 / FOOD )\r\n\t\t:ppt ( \"broth mixture\"@26:39 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cut chicken into 1/2 inch pieces.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( \"chicken\"@7:14 / FOOD )\r\n\t\t:reshape ( \"1/2 inch pieces\"@20:35 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) In the same pan, melt butter or margarine over medium heat.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"melt\"@20:24 / AC\r\n\t\t:ppt ( ing-5 \"butter or margarine\"@25:31 / FOOD )\r\n\t\t:heat ( temp-8-0 \"medium heat\"@50:61 / TEMPERATURE )\r\n\t\t:loc ( tool-8-0 \"the same pan\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Add the onion and celery.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Add\"@-1:-1 / AC\r\n\t\t:ppt ( ing-6 \"the onion\"@-1:-1 / FOOD )\r\n\t\t:ppt ( ing-7 \"celery\"@-1:-1 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Saute, stirring, for 3 minutes.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Saute\"@4:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-10-0 \"3 minutes\"@25:34 / DUR )\r\n\t\t:simultaneous ( ac-10-1 \"stirring\"@11:19 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Stir in flour until well blended.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( ing-8 \"flour\"@12:17 / FOOD )\r\n\t\t:until ( cond-11-0 \"until well blended\"@18:36 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Gradually stir in broth mixture.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"stir in\"@14:21 / AC\r\n\t\t:ppt ( \"broth mixture\"@22:35 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Simmer, stirring constantly, until the sauce thickens and boils.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Simmer\"@4:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-13-0 \"until the sauce thickens and boils\"@33:67 / CONDITION_CLAUSE )\r\n\t\t:simultaneous ( ac-13-1 \"stirring\"@12:20 / AC\r\n\t\t\t:ppt ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Add the chicken, vegetables, parsley and thyme.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( \"the chicken\"@8:19 / FOOD )\r\n\t\t:ppt ( ing-9 \"vegetables\"@21:31 / FOOD )\r\n\t\t:ppt ( ing-10 \"parsley\"@33:40 / FOOD )\r\n\t\t:ppt ( ing-11 \"thyme\"@45:50 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Pour mixture into a 1 1/2 quart deep casserole dish.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( \"mixture\"@9:16 / FOOD )\r\n\t\t:gol ( tool-15-0 \"1 1/2 quart deep casserole dish\"@24:55 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Preheat oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Preheat\"@4:11 / AC\r\n\t\t:ppt ( tool-16-0 \"oven\"@12:16 / TOOL )\r\n\t\t:heat ( temp-16-0 \"400 degrees F\"@20:33 / TEMPERATURE )\r\n\t\t:heat ( temp-16-1 \"200 degrees C\"@35:48 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Roll out pastry 1 inch larger than the diameter of the casserole dish on a lightly floured surface.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Roll out\"@4:12 / AC\r\n\t\t:ppt ( ing-12 \"pastry\"@13:19 / FOOD )\r\n\t\t:loc ( tool-17-0 \"a lightly floured surface\"@77:102 / TOOL )\r\n\t\t:reshape ( \"1 inch larger than the diameter of the casserole dish\"@20:73 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Cut slits in the pastry for venting air.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"Cut\"@4:7 / AC\r\n\t\t:prp ( purp-18-0 \"for venting air\"@28:43 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( \"slits\"@8:13 / OTHER )\r\n\t\t:source ( \"the pastry\"@17:27 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-19", + "text": "19) Place pastry on top of casserole.", + "type": "instruction", + "eamr": "( inst-19 / R\r\n\t:inform ( ac-19-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"pastry\"@10:16 / FOOD )\r\n\t\t:gol ( tool-19-0 \"top of casserole\"@20:36 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-20", + "text": "20) Roll edges and cut away extra pastry; flute edges by pinching together.", + "type": "instruction", + "eamr": "( inst-20 / R\r\n\t:inform ( ac-20-0 \"Roll\"@4:8 / AC\r\n\t\t:ppt ( \"edges\"@9:14 / FOOD )\r\n\t)\r\n\t:inform ( ac-20-1 \"cut away\"@19:27 / AC\r\n\t\t:ppt ( \"extra pastry\"@28:40 / FOOD )\r\n\t)\r\n\t:inform ( ac-20-2 \"flute\"@42:47 / AC\r\n\t\t:ppt ( \"edges\"@48:53 / FOOD )\r\n\t\t:mnr ( ac-20-3 \"pinching together\"@57:74 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-21", + "text": "21) Brush pastry with beaten egg and bake in the preheated oven for 30 minutes or until the crust is golden brown and the filling is bubbling.", + "type": "instruction", + "eamr": "( inst-21 / R\r\n\t:inform ( ac-21-0 \"Brush\"@4:9 / AC\r\n\t\t:gol ( \"pastry\"@10:16 / FOOD )\r\n\t\t:ppt ( ing-13 \"beaten egg\"@22:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-21-1 \"bake\"@37:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-21-0 \"the preheated oven\"@45:63 / TOOL )\r\n\t\t:duration ( dur-21-0 \"30 minutes\"@68:78 / DUR )\r\n\t\t:until ( cond-21-0 \"until the crust is golden brown and the filling is bubbling\"@82:141 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-22", + "text": "22) Let cool for 10 minutes and serve.", + "type": "instruction", + "eamr": "( inst-22 / R\r\n\t:inform ( ac-22-0 \"cool\"@8:12 / AC\r\n\t\t:duration ( dur-22-0 \"10 minutes\"@17:27 / DUR )\r\n\t)\r\n\t:inform ( ac-22-1 \"serve\"@32:37 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/098_Corn_Bread_Sloppy_Joes.json b/ai_talks/AMUseBotBackend/recipe/098_Corn_Bread_Sloppy_Joes.json new file mode 100644 index 0000000..7473f76 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/098_Corn_Bread_Sloppy_Joes.json @@ -0,0 +1,114 @@ +{ + "id": "098", + "title": "Corn Bread Sloppy Joes", + "content": [ + { + "id": "ing-0", + "text": "1 (8.5 ounce) package corn bread/muffin mix", + "type": "ingredient", + "eamr": "( ing-0 \"1 (8.5 ounce) package corn bread/muffin mix\" )" + }, + { + "id": "ing-1", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-1 \"1 egg\" )" + }, + { + "id": "ing-2", + "text": "1/3 cup milk", + "type": "ingredient", + "eamr": "( ing-2 \"1/3 cup milk\" )" + }, + { + "id": "ing-3", + "text": "2 pounds ground beef", + "type": "ingredient", + "eamr": "( ing-3 \"2 pounds ground beef\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup chopped onion\" )" + }, + { + "id": "ing-5", + "text": "1 (26 ounce) jar meatless spaghetti sauce", + "type": "ingredient", + "eamr": "( ing-5 \"1 (26 ounce) jar meatless spaghetti sauce\" )" + }, + { + "id": "ing-6", + "text": "1 cup frozen corn", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup frozen corn\" )" + }, + { + "id": "ing-7", + "text": "1 (4 ounce) can chopped green chilies, drained", + "type": "ingredient", + "eamr": "( ing-7 \"1 (4 ounce) can chopped green chilies, drained\" )" + }, + { + "id": "ing-8", + "text": "2 (1.3 ounce) envelopes sloppy joe mix", + "type": "ingredient", + "eamr": "( ing-8 \"2 (1.3 ounce) envelopes sloppy joe mix\" )" + }, + { + "id": "ing-9", + "text": "1 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-9 \"1 cup shredded Cheddar cheese\" )" + }, + { + "id": "inst-0", + "text": "0) Prepare and bake corn bread according to package directions, using the egg and milk.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Prepare\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"corn bread\"@20:30 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-1 \"bake\"@15:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"according to package directions\"@31:62 / OTHER )\r\n\t)\r\n\t:inform ( ac-0-2 \"using\"@64:69 / AC\r\n\t\t:ppt ( ing-1 \"egg\"@74:77 / FOOD )\r\n\t\t:ppt ( ing-2 \"milk\"@82:86 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Meanwhile, in a large skillet, cook beef and onion over medium heat until meat is no longer pink; drain.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"cook\"@34:38 / AC\r\n\t\t:loc ( tool-1-0 \"a large skillet\"@17:32 / TOOL )\r\n\t\t:ppt ( ing-3 \"beef\"@39:43 / FOOD )\r\n\t\t:ppt ( ing-4 \"onion\"@48:53 / FOOD )\r\n\t\t:heat ( temp-1-0 \"medium heat\"@59:70 / TEMPERATURE )\r\n\t\t:until ( cond-1-0 \"until meat is no longer pink\"@71:99 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-1 \"drain\"@101:106 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in the spaghetti sauce, corn, chilies and sloppy joe mix.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"the spaghetti sauce\"@11:30 / FOOD )\r\n\t\t:ppt ( ing-6 \"corn\"@32:36 / FOOD )\r\n\t\t:ppt ( ing-7 \"chilies\"@38:45 / FOOD )\r\n\t\t:ppt ( ing-8 \"sloppy joe mix\"@50:64 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Bring to a boil.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Bring to a boil\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Reduce heat; simmer, uncovered, for 10 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t)\r\n\t:inform ( ac-4-1 \"simmer\"@16:22 / AC\r\n\t\t:mnr ( \"uncovered\"@24:33 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"10 minutes\"@39:49 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Sprinkle with cheese; cover and cook for 1 minute or until cheese is melted.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-9 \"cheese\"@17:23 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cover\"@25:30 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"cook\"@35:39 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"1 minute\"@44:52 / DUR )\r\n\t\t:until ( cond-5-0 \"until cheese is melted\"@56:78 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cut corn bread into six pieces; cut each piece in half.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( \"corn bread\"@7:17 / FOOD )\r\n\t\t:reshape ( \"six pieces\"@23:33 / OTHER )\r\n\t)\r\n\t:inform ( ac-6-1 \"cut\"@35:38 / AC\r\n\t\t:ppt ( \"each piece\"@39:49 / FOOD )\r\n\t\t:reshape ( \"half\"@53:57 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Top with sloppy joe mixture.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Top\"@3:6 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"sloppy joe mixture\"@12:30 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/099_Fresh_Cranberry_Spiced_Tea.json b/ai_talks/AMUseBotBackend/recipe/099_Fresh_Cranberry_Spiced_Tea.json new file mode 100644 index 0000000..78f2f40 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/099_Fresh_Cranberry_Spiced_Tea.json @@ -0,0 +1,96 @@ +{ + "id": "099", + "title": "Fresh Cranberry Spiced Tea", + "content": [ + { + "id": "ing-0", + "text": "1 pound fresh or frozen cranberries", + "type": "ingredient", + "eamr": "( ing-0 \"1 pound fresh or frozen cranberries\" )" + }, + { + "id": "ing-1", + "text": "3 quarts cold water", + "type": "ingredient", + "eamr": "( ing-1 \"3 quarts cold water\" )" + }, + { + "id": "ing-2", + "text": "2 cups orange juice", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups orange juice\" )" + }, + { + "id": "ing-3", + "text": "2 1/8 cups pineapple juice", + "type": "ingredient", + "eamr": "( ing-3 \"2 1/8 cups pineapple juice\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup lemon juice", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup lemon juice\" )" + }, + { + "id": "ing-5", + "text": "2 cups white sugar, or to taste", + "type": "ingredient", + "eamr": "( ing-5 \"2 cups white sugar, or to taste\" )" + }, + { + "id": "ing-6", + "text": "1 (3 inch) cinnamon stick", + "type": "ingredient", + "eamr": "( ing-6 \"1 (3 inch) cinnamon stick\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon whole cloves", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon whole cloves\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon whole allspice berries", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon whole allspice berries\" )" + }, + { + "id": "inst-0", + "text": "0) Place the cranberries and water into a large pot.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the cranberries\"@9:24 / FOOD )\r\n\t\t:ppt ( ing-1 \"water\"@29:34 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a large pot\"@40:51 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil and cook just until the berries pop, about 5 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@23:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until the berries pop\"@33:54 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-1-0 \"about 5 minutes\"@56:71 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from the heat and let stand at room temperature until cold, several hours.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"stand\"@32:37 / AC\r\n\t\t:heat ( temp-2-0 \"room temperature\"@41:57 / TEMPERATURE )\r\n\t\t:until ( cond-2-0 \"until cold\"@58:68 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"several hours\"@70:83 / DUR )\r\n\t)\r\n\t:inform ( ac-2-1 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( \"the heat\"@15:23 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Strain out the cranberries and stir the orange juice, pineapple juice, lemon juice and sugar into the liquid.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Strain out\"@3:13 / AC\r\n\t\t:ppt ( \"the cranberries\"@14:29 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"stir\"@34:38 / AC\r\n\t\t:ppt ( ing-2 \"the orange juice\"@39:55 / FOOD )\r\n\t\t:ppt ( ing-3 \"pineapple juice\"@57:72 / FOOD )\r\n\t\t:ppt ( ing-4 \"lemon juice\"@74:85 / FOOD )\r\n\t\t:ppt ( ing-5 \"sugar\"@90:95 / FOOD )\r\n\t\t:ppt ( \"the liquid\"@101:111 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add the cinnamon stick, whole cloves and allspice berries.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"the cinnamon stick\"@7:25 / FOOD )\r\n\t\t:ppt ( ing-7 \"whole cloves\"@27:39 / FOOD )\r\n\t\t:ppt ( ing-8 \"allspice berries\"@44:60 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bring to a low boil.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"boil\"@18:22 / AC\r\n\t\t:heat ( temp-5-0 \"low\"@14:17 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/100_Fruit_Dip_2.json b/ai_talks/AMUseBotBackend/recipe/100_Fruit_Dip_2.json new file mode 100644 index 0000000..dc9b25b --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/100_Fruit_Dip_2.json @@ -0,0 +1,48 @@ +{ + "id": "100", + "title": "Fruit Dip 2", + "content": [ + { + "id": "ing-0", + "text": "8 ounces cream cheese", + "type": "ingredient", + "eamr": "( ing-0 \"8 ounces cream cheese\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup marshmallow creme", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup marshmallow creme\" )" + }, + { + "id": "ing-2", + "text": "2 cups frozen whipped topping, thawed", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups frozen whipped topping, thawed\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup unsweetened pineapple juice", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup unsweetened pineapple juice\" )" + }, + { + "id": "inst-0", + "text": "0) Blend together the cream cheese, marshmallow cream and thawed topping.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Blend\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the cream cheese\"@18:34 / FOOD )\r\n\t\t:ppt ( ing-1 \"marshmallow cream\"@36:53 / FOOD )\r\n\t\t:ppt ( ing-2 \"thawed topping\"@58:72 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add enough pineapple juice to make it dipping consistency.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"enough pineapple juice\"@7:29 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-1-0 \"to make it dipping consistency\"@30:60 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Chill for 1 hour.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Chill\"@3:8 / AC\r\n\t\t:duration ( dur-2-0 \"1 hour\"@13:19 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/101_Canadian_Cedar_Planked_Salmon.json b/ai_talks/AMUseBotBackend/recipe/101_Canadian_Cedar_Planked_Salmon.json new file mode 100644 index 0000000..f971158 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/101_Canadian_Cedar_Planked_Salmon.json @@ -0,0 +1,102 @@ +{ + "id": "101", + "title": "Canadian Cedar Planked Salmon", + "content": [ + { + "id": "ing-0", + "text": "24x8x1 inch untreated cedar plank", + "type": "ingredient", + "eamr": "( ing-0 \"24x8x1 inch untreated cedar plank\" )" + }, + { + "id": "ing-1", + "text": "6 (4 ounce) fillets salmon", + "type": "ingredient", + "eamr": "( ing-1 \"6 (4 ounce) fillets salmon\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup extra virgin olive oil", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup extra virgin olive oil\" )" + }, + { + "id": "ing-3", + "text": "1 large red onion, chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 large red onion, chopped\" )" + }, + { + "id": "ing-4", + "text": "1 lemon, sliced", + "type": "ingredient", + "eamr": "( ing-4 \"1 lemon, sliced\" )" + }, + { + "id": "ing-5", + "text": "1/2 tablespoon black peppercorns, crushed", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 tablespoon black peppercorns, crushed\" )" + }, + { + "id": "inst-0", + "text": "0) Submerge untreated cedar plank in water.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Submerge\"@3:11 / AC\r\n\t\t:ppt ( tool-0-0 \"untreated cedar plank\"@12:33 / TOOL )\r\n\t\t:loc ( \"water\"@37:42 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Soak approximately 12 hours, or overnight.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Soak\"@3:7 / AC\r\n\t\t:duration ( dur-1-0 \"12 hours\"@22:30 / DUR )\r\n\t\t:duration ( dur-1-1 \"overnight\"@35:44 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Preheat an outdoor grill for high heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-2-0 \"an outdoor grill\"@11:27 / TOOL )\r\n\t\t:heat ( temp-2-0 \"high heat\"@32:41 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place prepared plank on the grill, and sprinkle with coarse salt.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( tool-3-0 \"prepared plank\"@9:23 / TOOL\r\n\t\t\t:gol ( tool-3-1 \"the grill\"@27:36 / TOOL )\r\n\t\t)\r\n\t\t:inform ( ac-3-1 \"sprinkle\"@42:50 / AC\r\n\t\t\t:ppt ( \"coarse salt\"@56:67 / FOOD )\r\n\t\t\t:gol ( NULL / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cover grill and heat plank 2 to 3 minutes, until dry.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( tool-4-0 \"grill\"@9:14 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"heat\"@19:23 / AC\r\n\t\t:ppt ( \"plank\"@24:29 / FOOD )\r\n\t\t:duration ( dur-4-0 \"2 to 3 minutes\"@30:44 / DUR )\r\n\t\t:until ( cond-4-0 \"until dry\"@46:55 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Adjust grill temperature for medium heat.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Adjust\"@3:9 / AC\r\n\t\t:ppt ( \"grill temperature\"@10:27 / OTHER )\r\n\t\t:heat ( temp-5-0 \"medium heat\"@32:43 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Rub salmon filets with olive oil.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Rub\"@3:6 / AC\r\n\t\t:gol ( ing-1 \"salmon filets\"@7:20 / FOOD )\r\n\t\t:ppt ( ing-2 \"olive oil\"@26:35 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Arrange on the plank.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-7-0 \"the plank\"@14:23 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Top salmon with red onion, lemon slices and black peppercorns.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Top\"@3:6 / AC\r\n\t\t:gol ( \"salmon\"@7:13 / FOOD )\r\n\t\t:ppt ( ing-3 \"red onion\"@19:28 / FOOD )\r\n\t\t:ppt ( ing-4 \"lemon slices\"@30:42 / FOOD )\r\n\t\t:ppt ( ing-5 \"black peppercorns\"@47:64 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cook salmon, covered, 10 to 12 minutes, or until opaque and easily flaked with a fork.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cook\"@-1:-1 / AC\r\n\t\t:ppt ( \"salmon\"@-1:-1 / FOOD )\r\n\t\t:duration ( dur-9-0 \"10 to 12 minutes\"@-1:-1 / DUR )\r\n\t\t:until ( cond-9-0 \"until opaque and easily flaked with a fork\"@-1:-1 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/102_Bacon_Wrapped_Hotdogs.json b/ai_talks/AMUseBotBackend/recipe/102_Bacon_Wrapped_Hotdogs.json new file mode 100644 index 0000000..6f8c2d1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/102_Bacon_Wrapped_Hotdogs.json @@ -0,0 +1,48 @@ +{ + "id": "102", + "title": "Bacon Wrapped Hotdogs", + "content": [ + { + "id": "ing-0", + "text": "10 hot dogs, cut into thirds", + "type": "ingredient", + "eamr": "( ing-0 \"10 hot dogs, cut into thirds\" )" + }, + { + "id": "ing-1", + "text": "15 slices bacon, cut in half", + "type": "ingredient", + "eamr": "( ing-1 \"15 slices bacon, cut in half\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup packed brown sugar\" )" + }, + { + "id": "inst-0", + "text": "0) Wrap 1/2 slice of bacon around each piece of hot dog.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Wrap\"@3:7 / AC\r\n\t\t:ppt ( \"1/2 slice of bacon\"@8:26 / FOOD )\r\n\t\t:gol ( ing-0 \"each piece of hot dog\"@34:55 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Secure the bacon with a toothpick.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Secure\"@3:9 / AC\r\n\t\t:ppt ( ing-1 \"the bacon\"@10:19 / FOOD )\r\n\t\t:instrument ( tool-1-0 \"a toothpick\"@25:36 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place hot dogs into a slow cooker on low heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@-1:-1 / AC\r\n\t\t:ppt ( \"hot dogs\"@-1:-1 / FOOD )\r\n\t\t:gol ( tool-2-0 \"a slow cooker\"@23:36 / TOOL )\r\n\t\t:heat ( temp-2-0 \"low heat\"@40:48 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pour brown sugar over hot dogs, let cook for 5 to 6 hours; until the bacon is cooked.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"brown sugar\"@8:19 / FOOD )\r\n\t\t:gol ( \"hot dogs\"@25:33 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cook\"@39:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"5 to 6 hours\"@48:60 / DUR )\r\n\t\t:until ( cond-3-0 \"until the bacon is cooked\"@62:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/103_Grandmas_Carrot_Cake.json b/ai_talks/AMUseBotBackend/recipe/103_Grandmas_Carrot_Cake.json new file mode 100644 index 0000000..372264a --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/103_Grandmas_Carrot_Cake.json @@ -0,0 +1,180 @@ +{ + "id": "103", + "title": "Grandmas Carrot Cake", + "content": [ + { + "id": "ing-0", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "2 teaspoons baking soda", + "type": "ingredient", + "eamr": "( ing-1 \"2 teaspoons baking soda\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-3", + "text": "2 cups white sugar", + "type": "ingredient", + "eamr": "( ing-3 \"2 cups white sugar\" )" + }, + { + "id": "ing-4", + "text": "1 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup vegetable oil\" )" + }, + { + "id": "ing-5", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-5 \"3 eggs\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-7", + "text": "1 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup chopped walnuts\" )" + }, + { + "id": "ing-8", + "text": "1 (15 ounce) can crushed pineapple, drained", + "type": "ingredient", + "eamr": "( ing-8 \"1 (15 ounce) can crushed pineapple, drained\" )" + }, + { + "id": "ing-9", + "text": "2 cups carrots, grated", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups carrots, grated\" )" + }, + { + "id": "ing-10", + "text": "1 cup flaked coconut", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup flaked coconut\" )" + }, + { + "id": "ing-11", + "text": "1/2 cup butter", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 cup butter\" )" + }, + { + "id": "ing-12", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-12 \"1 cup white sugar\" )" + }, + { + "id": "ing-13", + "text": "1/2 cup buttermilk", + "type": "ingredient", + "eamr": "( ing-13 \"1/2 cup buttermilk\" )" + }, + { + "id": "ing-14", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-14 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease a 9x13 inch pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"a 9x13 inch pan\"@10:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Sift together the flour, baking soda and cinnamon.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the flour\"@17:26 / FOOD )\r\n\t\t:ppt ( ing-1 \"baking soda\"@28:39 / FOOD )\r\n\t\t:ppt ( ing-2 \"cinnamon\"@44:52 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Set aside\"@3:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a large bowl, combine the sugar and oil until blended.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"combine\"@20:27 / AC\r\n\t\t:loc ( tool-4-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-3 \"the sugar\"@28:37 / FOOD )\r\n\t\t:ppt ( ing-4 \"oil\"@42:45 / FOOD )\r\n\t\t:until ( cond-4-0 \"until blended\"@46:59 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Beat in the eggs one at a time, then stir in the vanilla.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"the eggs\"@11:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"one at a time\"@20:33 / OTHER )\r\n\t)\r\n\t:inform ( ac-5-1 \"stir in\"@40:47 / AC\r\n\t\t:ppt ( ing-6 \"the vanilla\"@48:59 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Stir in the flour mixture just until incorporated.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"the flour mixture\"@11:28 / FOOD )\r\n\t\t:until ( cond-6-0 \"until incorporated\"@34:52 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Fold in the pineapple, carrots, coconut and walnuts.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Fold in\"@3:10 / AC\r\n\t\t:ppt ( ing-8 \"the pineapple\"@11:24 / FOOD )\r\n\t\t:ppt ( ing-9 \"carrots\"@26:33 / FOOD )\r\n\t\t:ppt ( ing-10 \"coconut\"@35:42 / FOOD )\r\n\t\t:ppt ( ing-7 \"walnuts\"@47:54 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Pour batter into prepared pan.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"batter\"@8:14 / FOOD )\r\n\t\t:gol ( tool-8-0 \"prepared pan\"@20:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Bake in the preheated oven for 45 minutes, or until a toothpick inserted into the center of the cake comes out clean.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Bake\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-9-0 \"the preheated oven\"@-1:-1 / TOOL )\r\n\t\t:duration ( dur-9-0 \"45 minutes\"@-1:-1 / DUR )\r\n\t\t:until ( cond-9-0 \"until a toothpick inserted into the center of the cake comes out clean\"@-1:-1 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) While still warm, poke holes in the cake with a fork.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"poke\"@22:26 / AC\r\n\t\t:instrument ( tool-10-0 \"a fork\"@50:56 / TOOL )\r\n\t\t:ppt ( \"holes\"@27:32 / OTHER )\r\n\t\t:source ( \"the cake\"@36:44 / FOOD )\r\n\t\t:while ( cond-10-0 \"While still warm\"@4:20 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) For the glaze: In a saucepan, combine butter, sugar, buttermilk and vanilla.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"combine\"@34:41 / AC\r\n\t\t:loc ( tool-11-0 \"a saucepan\"@22:32 / TOOL )\r\n\t\t:ppt ( ing-11 \"butter\"@42:48 / FOOD )\r\n\t\t:subtask ( \"the glaze\"@8:17 / FOOD )\r\n\t\t:ppt ( ing-12 \"sugar\"@50:55 / FOOD )\r\n\t\t:ppt ( ing-13 \"buttermilk\"@57:67 / FOOD )\r\n\t\t:ppt ( ing-14 \"vanilla\"@72:79 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Bring mixture to a boil over medium heat, then reduce heat and cook for 5 minutes.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"boil\"@23:27 / AC\r\n\t\t:ppt ( \"mixture\"@10:17 / FOOD )\r\n\t\t:heat ( temp-12-0 \"medium heat\"@33:44 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-12-1 \"reduce\"@51:57 / AC\r\n\t\t:ppt ( \"heat\"@58:62 / OTHER )\r\n\t)\r\n\t:inform ( ac-12-2 \"cook\"@67:71 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-12-0 \"5 minutes\"@76:85 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Pour glaze over warm cake, then allow to cool completely.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n :inform ( \"Pour\"@4:8 / AC\r\n :ppt ( \"glaze\"@9:14 / FOOD )\r\n :gol ( \"warm cake\"@20:29 / FOOD )\r\n )\r\n :inform ( \"cool\"@45:49 / AC\r\n :ppt( NULL / FOOD )\r\n :duration ( \"completely\"@50:60 / OTHER )\r\n )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/104_Bacon_Wrapped_Smokies.json b/ai_talks/AMUseBotBackend/recipe/104_Bacon_Wrapped_Smokies.json new file mode 100644 index 0000000..322aa1c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/104_Bacon_Wrapped_Smokies.json @@ -0,0 +1,66 @@ +{ + "id": "104", + "title": "Bacon Wrapped Smokies", + "content": [ + { + "id": "ing-0", + "text": "1 pound sliced bacon, cut into thirds", + "type": "ingredient", + "eamr": "( ing-0 \"1 pound sliced bacon, cut into thirds\" )" + }, + { + "id": "ing-1", + "text": "1 (14 ounce) package beef cocktail wieners", + "type": "ingredient", + "eamr": "( ing-1 \"1 (14 ounce) package beef cocktail wieners\" )" + }, + { + "id": "ing-2", + "text": "3/4 cup brown sugar, or to taste", + "type": "ingredient", + "eamr": "( ing-2 \"3/4 cup brown sugar, or to taste\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat the oven to 325 degrees F (165 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-0-0 \"325 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"165 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Refrigerate 2/3 of the bacon until needed.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Refrigerate\"@3:14 / AC\r\n\t\t:ppt ( ing-0 \"2/3 of the bacon\"@15:31 / FOOD )\r\n\t\t:until ( cond-1-0 \"until needed\"@32:44 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Wrap each cocktail wiener with a piece of bacon and secure with a toothpick.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Wrap\"@3:7 / AC\r\n\t\t:ppt ( ing-1 \"each cocktail wiener\"@8:28 / FOOD )\r\n\t\t:ppt ( \"a piece of bacon\"@34:50 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"secure\"@55:61 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-2-0 \"a toothpick\"@67:78 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place on a large baking sheet.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-3-0 \"a large baking sheet\"@12:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Sprinkle brown sugar generously over all.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-2 \"brown sugar\"@12:23 / FOOD )\r\n\t\t:gol ( \"all\"@40:43 / PRONOUN )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake for 40 minutes in the preheated oven, until the sugar is bubbly.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-5-0 \"40 minutes\"@12:22 / DUR )\r\n\t\t:loc ( tool-5-0 \"the preheated oven\"@26:44 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-5-0 \"until the sugar is bubbly\"@46:71 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) To serve, place the wieners in a slow cooker and keep on the low heat.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"place\"@13:18 / AC\r\n\t\t:prp ( purp-6-0 \"To serve\"@3:11 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( \"the wieners\"@19:30 / FOOD )\r\n\t\t:gol ( tool-6-0 \"a slow cooker\"@34:47 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-1 \"keep\"@52:56 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-6-0 \"the low heat\"@60:72 / TEMPERATURE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/105_Chai_Butter_Cookies.json b/ai_talks/AMUseBotBackend/recipe/105_Chai_Butter_Cookies.json new file mode 100644 index 0000000..44f4ca7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/105_Chai_Butter_Cookies.json @@ -0,0 +1,108 @@ +{ + "id": "105", + "title": "Chai Butter Cookies", + "content": [ + { + "id": "ing-0", + "text": "1 cup unsalted butter", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup unsalted butter\" )" + }, + { + "id": "ing-1", + "text": "1 cup chai tea mix", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup chai tea mix\" )" + }, + { + "id": "ing-2", + "text": "1 1/3 cups white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/3 cups white sugar\" )" + }, + { + "id": "ing-3", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-3 \"2 eggs\" )" + }, + { + "id": "ing-4", + "text": "3 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"3 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon baking powder", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon baking powder\" )" + }, + { + "id": "ing-6", + "text": "2 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-6 \"2 teaspoons salt\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup white sugar for decoration", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup white sugar for decoration\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, cream together the butter, 1 1/3 cups sugar, and chai tea mix until light and fluffy.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cream\"@20:25 / AC\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-0 \"the butter\"@35:45 / FOOD )\r\n\t\t:ppt ( ing-2 \"1 1/3 cups sugar\"@47:63 / FOOD )\r\n\t\t:ppt ( ing-1 \"chai tea mix\"@69:81 / FOOD )\r\n\t\t:until ( cond-0-0 \"until light and fluffy\"@82:104 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat in the eggs one at a time, mixing well after each.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"the eggs\"@11:19 / FOOD )\r\n\t\t:mnr ( \"one at a time\"@20:33 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"mixing\"@35:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Combine the flour, baking powder, and salt; blend into the creamed mixture until all of the dry has been absorbed.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"the flour\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-5 \"baking powder\"@22:35 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@41:45 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"blend\"@47:52 / AC\r\n\t\t:ppt ( \"the creamed mixture\"@58:77 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until all of the dry has been absorbed\"@78:116 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover the dough, and refrigerate for 1 hour.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( \"the dough\"@9:18 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"refrigerate\"@24:35 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"1 hour\"@40:46 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Preheat the oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-4-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-4-0 \"400 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"200 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Roll the cookie dough into walnut sized balls, and roll the balls in sugar.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( \"the cookie dough\"@8:24 / FOOD )\r\n\t\t:reshape ( \"walnut sized balls\"@30:48 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"roll\"@54:58 / AC\r\n\t\t:ppt ( \"the balls\"@59:68 / FOOD )\r\n\t\t:loc ( ing-7 \"sugar\"@72:77 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place the cookies onto greased cookie sheets about 3 inches apart, and flatten slightly using the tines of a fork.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"the cookies\"@9:20 / FOOD )\r\n\t\t:gol ( tool-6-0 \"greased cookie sheets\"@26:47 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-1 \"flatten\"@74:81 / AC\r\n\t\t:instrument ( tool-6-1 \"the tines of a fork\"@97:116 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake for 10 to 12 minutes in the preheated oven, just until the edges begin to brown.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-7-0 \"10 to 12 minutes\"@12:28 / DUR )\r\n\t\t:loc ( tool-7-0 \"the preheated oven\"@32:50 / TOOL )\r\n\t\t:until ( cond-7-0 \"until the edges begin to brown\"@57:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove from cookie sheets to cool on wire racks.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( tool-8-0 \"cookie sheets\"@15:28 / TOOL )\r\n\t\t:prp ( purp-8-0 \"to cool on wire racks\"@29:50 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/106_Festive_Shortbread_Logs.json b/ai_talks/AMUseBotBackend/recipe/106_Festive_Shortbread_Logs.json new file mode 100644 index 0000000..fc2a23c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/106_Festive_Shortbread_Logs.json @@ -0,0 +1,108 @@ +{ + "id": "106", + "title": "Festive Shortbread Logs", + "content": [ + { + "id": "ing-0", + "text": "1 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup confectioners' sugar\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-3", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-3 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 cups semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 cups semisweet chocolate chips\" )" + }, + { + "id": "ing-5", + "text": "4 teaspoons shortening", + "type": "ingredient", + "eamr": "( ing-5 \"4 teaspoons shortening\" )" + }, + { + "id": "ing-6", + "text": "3/4 cup ground walnuts", + "type": "ingredient", + "eamr": "( ing-6 \"3/4 cup ground walnuts\" )" + }, + { + "id": "inst-0", + "text": "0) In a mixing bowl, cream butter and confectioners' sugar.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cream\"@21:26 / AC\r\n\t\t:ppt ( ing-0 \"butter\"@27:33 / FOOD )\r\n\t\t:ppt ( ing-1 \"confectioners' sugar\"@38:58 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add vanilla.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"vanilla\"@7:14 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Gradually add flour; mix well.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"add\"@13:16 / AC\r\n\t\t:ppt ( ing-3 \"flour\"@17:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"mix\"@24:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) With lightly floured hands, shape tablespoonfuls of batter into cookies.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"shape\"@31:36 / AC\r\n\t\t:ppt ( \"tablespoonfuls of batter\"@37:61 / FOOD )\r\n\t\t:reshape ( \"cookies\"@67:74 / FOOD )\r\n\t\t:instrument ( tool-3-0 \"lightly floured hands\"@8:29 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place cookies apart on ungreased baking sheets.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"cookies\"@9:16 / FOOD )\r\n\t\t:gol ( tool-4-0 \"ungreased baking sheets\"@26:49 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake at 350 degrees F for 9-11 minutes or until edges and bottom are lightly browned.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-5-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"9-11 minutes\"@29:41 / DUR )\r\n\t\t:until ( cond-5-0 \"until edges and bottom are lightly browned\"@45:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cool for 2-3 minutes before removing to wire racks.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cool\"@3:7 / AC\r\n\t\t:duration ( dur-6-0 \"2-3 minutes\"@12:23 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( cond-6-0 \"before removing to wire racks\"@24:53 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) In a microwave-safe bowl, melt chocolate chips and shortening; stir until smooth.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"melt\"@29:33 / AC\r\n\t\t:loc ( tool-7-0 \"a microwave-safe bowl\"@6:27 / TOOL )\r\n\t\t:ppt ( ing-4 \"chocolate chips\"@34:49 / FOOD )\r\n\t\t:ppt ( ing-5 \"shortening\"@54:64 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"stir\"@66:70 / AC\r\n\t\t:until ( cond-7-0 \"until smooth\"@71:83 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Drizzle chocolate over half of the cookies.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Drizzle\"@3:10 / AC\r\n\t\t:gol ( \"half of the cookies\"@26:45 / FOOD )\r\n\t\t:ppt ( \"chocolate\"@11:20 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Dip one end of remaining cookies into chocolate, then sprinkle with walnuts.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Dip\"@-1:-1 / AC\r\n\t\t:ppt ( \"one end of remaining cookies\"@-1:-1 / FOOD )\r\n\t\t:gol ( \"chocolate\"@-1:-1 / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"sprinkle\"@-1:-1 / AC\r\n\t\t:ppt ( ing-6 \"walnuts\"@-1:-1 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/107_Broccoli_Chicken_Roli.json b/ai_talks/AMUseBotBackend/recipe/107_Broccoli_Chicken_Roli.json new file mode 100644 index 0000000..24395a6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/107_Broccoli_Chicken_Roli.json @@ -0,0 +1,132 @@ +{ + "id": "107", + "title": "Broccoli Chicken Roli", + "content": [ + { + "id": "ing-0", + "text": "2 cups chopped, cooked chicken meat", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups chopped, cooked chicken meat\" )" + }, + { + "id": "ing-1", + "text": "2 cups fresh chopped broccoli", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups fresh chopped broccoli\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup chopped onion\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup chopped green bell pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup chopped green bell pepper\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 cups shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 cups shredded Cheddar cheese\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup mayonnaise\" )" + }, + { + "id": "ing-6", + "text": "2 tablespoons Dijon-style prepared mustard", + "type": "ingredient", + "eamr": "( ing-6 \"2 tablespoons Dijon-style prepared mustard\" )" + }, + { + "id": "ing-7", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-7 \"salt and pepper to taste\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon minced garlic", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon minced garlic\" )" + }, + { + "id": "ing-9", + "text": "1 (8 ounce) package refrigerated crescent rolls", + "type": "ingredient", + "eamr": "( ing-9 \"1 (8 ounce) package refrigerated crescent rolls\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, combine the chicken, broccoli, onions, bell pepper, cheese, mayonnaise, mustard, salt, pepper and garlic.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-0 \"the chicken\"@28:39 / FOOD )\r\n\t\t:ppt ( ing-1 \"broccoli\"@41:49 / FOOD )\r\n\t\t:ppt ( ing-2 \"onions\"@51:57 / FOOD )\r\n\t\t:ppt ( ing-3 \"bell pepper\"@59:70 / FOOD )\r\n\t\t:ppt ( ing-4 \"cheese\"@72:78 / FOOD )\r\n\t\t:ppt ( ing-5 \"mayonnaise\"@80:90 / FOOD )\r\n\t\t:ppt ( ing-6 \"mustard\"@92:99 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt, pepper\"@101:113 / FOOD )\r\n\t\t:ppt ( ing-8 \"garlic\"@118:124 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Mix all together.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( \"all\"@7:10 / PRONOUN )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Preheat oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-2-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-2-0 \"400 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-2-1 \"200 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover a cookie sheet with aluminum foil.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( tool-3-0 \"a cookie sheet\"@9:23 / TOOL )\r\n\t\t:instrument ( tool-3-1 \"aluminum foil\"@29:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place a glass upside down in the center of the cookie sheet.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( tool-4-0 \"a glass\"@9:16 / TOOL )\r\n\t\t:gol ( tool-4-1 \"the center of the cookie sheet\"@32:62 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Roll out crescent rolls around the base of the glass, with pointy ends away from the glass; when you're finished, the arrangement will look like the sun.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Roll out\"@3:11 / AC\r\n\t\t:ppt ( ing-9 \"crescent rolls\"@12:26 / FOOD )\r\n\t\t:loc ( tool-5-0 \"the base of the glass\"@34:55 / TOOL )\r\n\t)\r\n\t:inform ( \"the arrangement will look like the sun\"@-1:-1 / OTHER )\r\n)" + }, + { + "id": "inst-6", + "text": "6) Spoon some of the chicken mixture onto the thick part of each crescent roll.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( \"some of the chicken mixture\"@9:36 / FOOD )\r\n\t\t:gol ( \"the thick part of each crescent roll\"@42:78 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Fold the pointy end of each roll over the top of the mixture and tuck in the middle.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Fold\"@3:7 / AC\r\n\t\t:ppt ( \"the pointy end of each roll\"@8:35 / FOOD )\r\n\t\t:gol ( \"the top of the mixture\"@41:63 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"tuck in\"@68:75 / AC\r\n\t\t:ppt ( \"the middle\"@76:86 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove glass from cookie sheet.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( tool-8-0 \"glass\"@10:15 / TOOL )\r\n\t\t:source ( tool-8-1 \"cookie sheet\"@21:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Arrangement of rolls will now look like a fluted tube cake.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"look like\"@-1:-1 / COPULA\r\n\t\t:subj ( \"Arrangement of rolls\"@-1:-1 / OTHER )\r\n\t\t:obj ( \"a fluted tube cake\"@-1:-1 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Bake in preheated oven for 25 to 30 minutes, or until rolls are golden brown.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Bake\"@4:8 / AC\r\n\t\t:loc ( tool-10-0 \"preheated oven\"@12:26 / TOOL )\r\n\t\t:duration ( dur-10-0 \"25 to 30 minutes\"@31:47 / DUR )\r\n\t\t:until ( cond-10-0 \"until rolls are golden brown\"@52:80 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/108_Baked_Fake_Steak_with_Gravy.json b/ai_talks/AMUseBotBackend/recipe/108_Baked_Fake_Steak_with_Gravy.json new file mode 100644 index 0000000..10b8d08 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/108_Baked_Fake_Steak_with_Gravy.json @@ -0,0 +1,180 @@ +{ + "id": "108", + "title": "Baked Fake Steak with Gravy", + "content": [ + { + "id": "ing-0", + "text": "3 pounds ground beef", + "type": "ingredient", + "eamr": "( ing-0 \"3 pounds ground beef\" )" + }, + { + "id": "ing-1", + "text": "17 saltine crackers, finely crushed", + "type": "ingredient", + "eamr": "( ing-1 \"17 saltine crackers, finely crushed\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup milk", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup milk\" )" + }, + { + "id": "ing-3", + "text": "1 1/2 teaspoons garlic powder", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/2 teaspoons garlic powder\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 teaspoons onion powder", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 teaspoons onion powder\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon ground black pepper\" )" + }, + { + "id": "ing-6", + "text": "1 pinch salt, or to taste", + "type": "ingredient", + "eamr": "( ing-6 \"1 pinch salt, or to taste\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup all-purpose flour\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon vegetable oil", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon vegetable oil\" )" + }, + { + "id": "ing-9", + "text": "1 1/2 cups water", + "type": "ingredient", + "eamr": "( ing-9 \"1 1/2 cups water\" )" + }, + { + "id": "ing-10", + "text": "1 (10.75 ounce) can condensed beef and mushroom soup", + "type": "ingredient", + "eamr": "( ing-10 \"1 (10.75 ounce) can condensed beef and mushroom soup\" )" + }, + { + "id": "ing-11", + "text": "1 (.75 ounce) packet dry brown gravy mix", + "type": "ingredient", + "eamr": "( ing-11 \"1 (.75 ounce) packet dry brown gravy mix\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, mix together the ground beef, saltine crackers and milk.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-0 \"the ground beef\"@33:48 / FOOD )\r\n\t\t:ppt ( ing-1 \"saltine crackers\"@50:66 / FOOD )\r\n\t\t:ppt ( ing-2 \"milk\"@71:75 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Season with garlic powder, onion powder, salt and pepper, and mix until well blended.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-3 \"garlic powder\"@15:28 / FOOD )\r\n\t\t:ppt ( ing-4 \"onion powder\"@30:42 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@44:48 / FOOD )\r\n\t\t:ppt ( ing-5 \"pepper\"@53:59 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@65:68 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until well blended\"@69:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Line a 10x15 inch jellyroll pan with waxed paper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Line\"@3:7 / AC\r\n\t\t:gol ( tool-2-0 \"a 10x15 inch jellyroll pan\"@8:34 / TOOL )\r\n\t\t:ppt ( tool-2-1 \"waxed paper\"@40:51 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Press the beef mixture firmly into the pan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Press\"@3:8 / AC\r\n\t\t:ppt ( \"the beef mixture\"@9:25 / FOOD )\r\n\t\t:gol ( tool-3-0 \"the pan\"@38:45 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cover with plastic wrap, and refrigerate 8 to 10 hours, or overnight.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( tool-4-0 \"plastic wrap\"@14:26 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"refrigerate\"@32:43 / AC\r\n\t\t:duration ( dur-4-0 \"8 to 10 hours\"@44:57 / DUR )\r\n\t\t:duration ( dur-4-1 \"overnight\"@62:71 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Preheat the oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-5-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-5-0 \"350 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-5-1 \"175 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Remove plastic wrap from meat, and rub flour over the top side of the beef.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( tool-6-0 \"plastic wrap\"@10:22 / TOOL )\r\n\t\t:source ( \"meat\"@28:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"rub\"@38:41 / AC\r\n\t\t:ppt ( ing-7 \"flour\"@42:47 / FOOD )\r\n\t\t:gol ( \"the top side of the beef\"@53:77 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Flip out of the pan onto waxed paper, and rub flour on the other side as well.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Flip\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( tool-7-0 \"the pan\"@15:22 / TOOL )\r\n\t\t:gol ( tool-7-1 \"waxed paper\"@28:39 / TOOL )\r\n\t)\r\n\t:inform ( ac-7-1 \"rub\"@45:48 / AC\r\n\t\t:ppt ( ing-7 \"flour\"@49:54 / FOOD )\r\n\t\t:gol ( \"the other side\"@58:72 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cut into pieces (I use a pizza cutter).", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"pieces\"@12:18 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Heat oil in a large heavy skillet over medium-high heat.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Heat\"@-1:-1 / AC\r\n\t\t:ppt ( ing-8 \"oil\"@-1:-1 / FOOD )\r\n\t\t:loc ( tool-9-0 \"a large heavy skillet\"@-1:-1 / TOOL )\r\n\t\t:heat ( temp-9-0 \"medium-high heat\"@-1:-1 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Fry the meat until browned on each side, turning only once.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Fry\"@4:7 / AC\r\n\t\t:ppt ( \"the meat\"@8:16 / FOOD )\r\n\t\t:until ( cond-10-0 \"until browned on each side\"@17:43 / CONDITION_CLAUSE )\r\n\t\t:simultaneous ( ac-10-1 \"turning\"@45:52 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Remove to a 9x13 inch baking dish.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Remove\"@4:10 / AC\r\n\t\t:gol ( tool-11-0 \"a 9x13 inch baking dish\"@14:37 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) In a medium bowl, mix together the water, condensed soup, and gravy mix.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"mix\"@22:25 / AC\r\n\t\t:loc ( tool-12-0 \"a medium bowl\"@7:20 / TOOL )\r\n\t\t:ppt ( ing-9 \"the water\"@35:44 / FOOD )\r\n\t\t:ppt ( ing-10 \"condensed soup\"@46:60 / FOOD )\r\n\t\t:ppt ( ing-11 \"gravy mix\"@66:75 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Pour over the meat in the dish.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"the meat in the dish\"@14:34 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Cover the dish loosely with aluminum foil.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( tool-14-0 \"the dish\"@10:18 / TOOL )\r\n\t\t:ppt ( tool-14-1 \"aluminum foil\"@32:45 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Bake for 1 hour in the preheated oven.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-15-0 \"1 hour\"@13:19 / DUR )\r\n\t\t:loc ( tool-15-0 \"the preheated oven\"@23:41 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Serve fake steak and gravy with potatoes, rice, or noodles.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n :inform ( \"Serve\"@4:9 / AC\r\n :ppt ( \"fake steak and gravy\"@10:30 / FOOD )\r\n :ppt ( \"potatoes\"@36:44 / FOOD )\r\n :ppt ( \"rice\"@46:50 / FOOD )\r\n :ppt ( \"noodles\"@55:62 / FOOD )\r\n )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/109_Feta_Chicken_Salad.json b/ai_talks/AMUseBotBackend/recipe/109_Feta_Chicken_Salad.json new file mode 100644 index 0000000..0abda1c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/109_Feta_Chicken_Salad.json @@ -0,0 +1,90 @@ +{ + "id": "109", + "title": "Feta Chicken Salad", + "content": [ + { + "id": "ing-0", + "text": "3 cups diced cooked chicken", + "type": "ingredient", + "eamr": "( ing-0 \"3 cups diced cooked chicken\" )" + }, + { + "id": "ing-1", + "text": "2 large stalks celery, diced", + "type": "ingredient", + "eamr": "( ing-1 \"2 large stalks celery, diced\" )" + }, + { + "id": "ing-2", + "text": "1 red bell pepper, seeded and diced", + "type": "ingredient", + "eamr": "( ing-2 \"1 red bell pepper, seeded and diced\" )" + }, + { + "id": "ing-3", + "text": "1/2 red onion, diced", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 red onion, diced\" )" + }, + { + "id": "ing-4", + "text": "6 tablespoons mayonnaise", + "type": "ingredient", + "eamr": "( ing-4 \"6 tablespoons mayonnaise\" )" + }, + { + "id": "ing-5", + "text": "6 tablespoons sour cream", + "type": "ingredient", + "eamr": "( ing-5 \"6 tablespoons sour cream\" )" + }, + { + "id": "ing-6", + "text": "1 (4 ounce) package feta cheese, crumbled", + "type": "ingredient", + "eamr": "( ing-6 \"1 (4 ounce) package feta cheese, crumbled\" )" + }, + { + "id": "ing-7", + "text": "2 teaspoons dried dill weed", + "type": "ingredient", + "eamr": "( ing-7 \"2 teaspoons dried dill weed\" )" + }, + { + "id": "ing-8", + "text": "1 pinch salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-8 \"1 pinch salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) In a serving bowl, mix together the chicken, celery, and red onion.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"mix\"@22:25 / AC\r\n\t\t:ppt ( ing-0 \"the chicken\"@35:46 / FOOD )\r\n\t\t:ppt ( ing-1 \"celery\"@48:54 / FOOD )\r\n\t\t:ppt ( ing-3 \"red onion\"@60:69 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a serving bowl\"@6:20 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a separate bowl, stir together the mayonnaise, sour cream, feta cheese, and dill.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"stir\"@23:27 / AC\r\n\t\t:ppt ( ing-4 \"the mayonnaise\"@37:51 / FOOD )\r\n\t\t:ppt ( ing-5 \"sour cream\"@53:63 / FOOD )\r\n\t\t:ppt ( ing-6 \"feta cheese\"@65:76 / FOOD )\r\n\t\t:ppt ( ing-7 \"dill\"@82:86 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a separate bowl\"@6:21 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Pour over the chicken mixture, and stir to blend.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( \"the chicken mixture\"@13:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir\"@38:42 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-2-0 \"to blend\"@43:51 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Taste, and season with salt and pepper as needed.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Taste\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"season\"@14:20 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-8 \"salt and pepper\"@26:41 / FOOD )\r\n\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Serve immediately, or refrigerate until serving.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"refrigerate\"@25:36 / AC\r\n\t\t:until ( cond-4-0 \"until serving\"@37:50 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/110_Babis_Bean_Salad.json b/ai_talks/AMUseBotBackend/recipe/110_Babis_Bean_Salad.json new file mode 100644 index 0000000..6cfc076 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/110_Babis_Bean_Salad.json @@ -0,0 +1,150 @@ +{ + "id": "110", + "title": "Babis Bean Salad", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups dried black-eyed peas, soaked overnight", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups dried black-eyed peas, soaked overnight\" )" + }, + { + "id": "ing-1", + "text": "1/3 cup chopped celery, with leaves", + "type": "ingredient", + "eamr": "( ing-1 \"1/3 cup chopped celery, with leaves\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 cups shredded carrot", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 cups shredded carrot\" )" + }, + { + "id": "ing-3", + "text": "3/4 cup chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-3 \"3/4 cup chopped fresh parsley\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup chopped white onion", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup chopped white onion\" )" + }, + { + "id": "ing-5", + "text": "1/8 cup chopped fresh mint", + "type": "ingredient", + "eamr": "( ing-5 \"1/8 cup chopped fresh mint\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup olive oil", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup olive oil\" )" + }, + { + "id": "ing-7", + "text": "2 oranges, juiced", + "type": "ingredient", + "eamr": "( ing-7 \"2 oranges, juiced\" )" + }, + { + "id": "ing-8", + "text": "1/2 lemon, juiced", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 lemon, juiced\" )" + }, + { + "id": "ing-9", + "text": "1 garlic clove, pressed", + "type": "ingredient", + "eamr": "( ing-9 \"1 garlic clove, pressed\" )" + }, + { + "id": "ing-10", + "text": "1/2 teaspoon ground coriander", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 teaspoon ground coriander\" )" + }, + { + "id": "ing-11", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-12", + "text": "1/8 teaspoon freshly ground black pepper", + "type": "ingredient", + "eamr": "( ing-12 \"1/8 teaspoon freshly ground black pepper\" )" + }, + { + "id": "ing-13", + "text": "1 teaspoon brown sugar", + "type": "ingredient", + "eamr": "( ing-13 \"1 teaspoon brown sugar\" )" + }, + { + "id": "inst-0", + "text": "0) Place the beans in a saucepan with enough water to cover them by one inch.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the beans\"@9:18 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a saucepan\"@22:32 / TOOL\r\n\t\t\t:todo ( \"enough water\"@38:50 / FOOD )\r\n\t\t)\r\n\t\t:prp ( purp-0-0 \"to cover them by one inch\"@51:76 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring beans to a slow boil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@25:29 / AC\r\n\t\t:ppt ( \"beans\"@9:14 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Reduce heat to low, and simmer until tender but not mushy (about 35 minutes).", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t\t:gol ( temp-2-0 \"low\"@18:21 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-2-1 \"simmer\"@27:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until tender but not mushy\"@34:60 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"35 minutes\"@68:78 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Set aside to cool.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Set aside\"@3:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-3-0 \"to cool\"@13:20 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) When the beans have cooled, place them in a large bowl.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"place\"@31:36 / AC\r\n\t\t:ppt ( \"them\"@37:41 / PRONOUN )\r\n\t\t:gol ( tool-4-0 \"a large bowl\"@45:57 / TOOL )\r\n\t\t:when ( cond-4-0 \"When the beans have cooled\"@3:29 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Add the celery, carrots, parsley, white onion, and mint; toss to blend.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-1 \"the celery\"@7:17 / FOOD )\r\n\t\t:ppt ( ing-2 \"carrots\"@19:26 / FOOD )\r\n\t\t:ppt ( ing-3 \"parsley\"@28:35 / FOOD )\r\n\t\t:ppt ( ing-4 \"white onion\"@37:48 / FOOD )\r\n\t\t:ppt ( ing-5 \"mint\"@54:58 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"toss\"@60:64 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-5-0 \"to blend\"@65:73 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) For dressing, blend olive oil, orange and lemon juice, garlic, coriander, salt, pepper, and brown sugar in a blender for 6 seconds.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"blend\"@17:22 / AC\r\n\t\t:subtask ( \"For dressing\"@-1:-1 / FOOD )\r\n\t\t:ppt ( ing-6 \"olive oil\"@23:32 / FOOD )\r\n\t\t:ppt ( \"orange and lemon juice\"@34:56 / FOOD\r\n\t\t\t:ref ( ing-7 )\r\n\t\t\t:ref ( ing-8 )\r\n\t\t)\r\n\t\t:ppt ( ing-9 \"garlic\"@58:64 / FOOD )\r\n\t\t:ppt ( ing-10 \"coriander\"@66:75 / FOOD )\r\n\t\t:ppt ( ing-11 \"salt\"@77:81 / FOOD )\r\n\t\t:ppt ( ing-12 \"pepper\"@83:89 / FOOD )\r\n\t\t:ppt ( ing-13 \"brown sugar\"@95:106 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a blender\"@110:119 / TOOL )\r\n\t\t:duration ( dur-6-0 \"6 seconds\"@124:133 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Transfer to a small saucepan, and simmer over low heat for five minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Transfer\"@3:11 / AC\r\n\t\t:gol ( tool-7-0 \"a small saucepan\"@15:31 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"simmer\"@37:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-7-0 \"low heat\"@49:57 / TEMPERATURE )\r\n\t\t:duration ( dur-7-0 \"five minutes\"@62:74 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove from heat, and cool.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"cool\"@25:29 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Pour dressing over the bean salad, and refrigerate for at least 1 hour before serving.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Pour\"@-1:-1 / AC\r\n\t\t:ppt ( \"dressing\"@-1:-1 / FOOD )\r\n\t\t:gol ( \"the bean salad\"@-1:-1 / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"refrigerate\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-9-0 \"at least 1 hour\"@-1:-1 / DUR )\r\n\t\t:duration ( cond-9-0 \"before serving\"@-1:-1 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/111_Caramel_Shortbread_Squares.json b/ai_talks/AMUseBotBackend/recipe/111_Caramel_Shortbread_Squares.json new file mode 100644 index 0000000..60d7073 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/111_Caramel_Shortbread_Squares.json @@ -0,0 +1,138 @@ +{ + "id": "111", + "title": "Caramel Shortbread Squares", + "content": [ + { + "id": "ing-0", + "text": "2/3 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"2/3 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "1 1/4 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/4 cups all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup butter", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup butter\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup packed light brown sugar", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup packed light brown sugar\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons light corn syrup", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons light corn syrup\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup sweetened condensed milk", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup sweetened condensed milk\" )" + }, + { + "id": "ing-7", + "text": "1 1/4 cups milk chocolate chips", + "type": "ingredient", + "eamr": "( ing-7 \"1 1/4 cups milk chocolate chips\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (176 degrees C)", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:33 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"176 degrees C\"@-1:-1 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a medium bowl, mix together 2/3 cup butter, 1/4 cup white sugar, and 1 1/4 cup flour until evenly crumbly.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"mix\"@21:24 / AC\r\n\t\t:ppt ( ing-0 \"2/3 cup butter\"@34:48 / FOOD )\r\n\t\t:ppt ( ing-1 \"1/4 cup white sugar\"@50:69 / FOOD )\r\n\t\t:ppt ( ing-2 \"1 1/4 cup flour\"@75:90 / FOOD )\r\n\t\t:until ( cond-1-0 \"until evenly crumbly\"@91:111 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-1-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Press into 9 inch square baking pan.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Press\"@3:8 / AC\r\n\t\t:gol ( tool-2-0 \"9 inch square baking pan\"@-1:-1 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Bake for 20 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"20 minutes\"@12:22 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a 2 quart saucepan, combine 1/2 cup butter, brown sugar, corn syrup, and sweetened condensed milk.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"combine\"@26:33 / AC\r\n\t\t:ppt ( ing-3 \"1/2 cup butter\"@34:48 / FOOD )\r\n\t\t:ppt ( ing-4 \"brown sugar\"@50:61 / FOOD )\r\n\t\t:ppt ( ing-5 \"corn syrup\"@63:73 / FOOD )\r\n\t\t:ppt ( ing-6 \"sweetened condensed milk\"@79:103 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a 2 quart saucepan\"@6:24 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bring to a boil.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bring to a boil\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Continue to boil for 5 minutes.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Continue to boil\"@3:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-6-0 \"5 minutes\"@24:33 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Remove from heat and beat vigorously with a wooden spoon for about 3 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t)\r\n\t:inform ( ac-7-1 \"beat\"@24:28 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-7-0 \"a wooden spoon\"@45:59 / TOOL )\r\n\t\t:duration ( dur-7-0 \"3 minutes\"@70:79 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Pour over baked crust (warm or cool).", + "type": "instruction", + "eamr": "( inst-8 / R\r\n :inform ( \"Pour\"@3:7 / AC\r\n :gol ( \"baked crust\"@13:24 / FOOD )\r\n :ppt( NULL / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cool until it begins to firm.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cool\"@-1:-1 / AC\r\n\t\t:until ( cond-9-0 \"until it begins to firm\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Melt chocolate and pour over caramel layer.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Melt\"@4:8 / AC\r\n\t\t:ppt ( ing-7 \"chocolate\"@9:18 / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"pour\"@23:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"caramel layer\"@33:46 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Cover the layer completely.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( \"the layer\"@10:19 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Chill.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Chill\"@4:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Cut into squares (about 48 - small because it is rich).", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Cut\"@4:7 / AC\r\n\t\t:reshape ( \"squares\"@13:20 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/112_Easy_Pavlova.json b/ai_talks/AMUseBotBackend/recipe/112_Easy_Pavlova.json new file mode 100644 index 0000000..39d19a2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/112_Easy_Pavlova.json @@ -0,0 +1,150 @@ +{ + "id": "112", + "title": "Easy Pavlova", + "content": [ + { + "id": "ing-0", + "text": "4 egg whites", + "type": "ingredient", + "eamr": "( ing-0 \"4 egg whites\" )" + }, + { + "id": "ing-1", + "text": "1 1/4 cups white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/4 cups white sugar\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon lemon juice", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon lemon juice\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons cornstarch", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons cornstarch\" )" + }, + { + "id": "ing-5", + "text": "1 pint heavy cream", + "type": "ingredient", + "eamr": "( ing-5 \"1 pint heavy cream\" )" + }, + { + "id": "ing-6", + "text": "6 kiwi, peeled and sliced", + "type": "ingredient", + "eamr": "( ing-6 \"6 kiwi, peeled and sliced\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 300 degrees F (150 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"300 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"150 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Line a baking sheet with parchment paper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Line\"@3:7 / AC\r\n\t\t:gol ( tool-1-0 \"a baking sheet\"@8:22 / TOOL )\r\n\t\t:ppt ( tool-1-1 \"parchment paper\"@28:43 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Draw a 9 inch circle on the parchment paper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Draw\"@3:7 / AC\r\n\t\t:ppt ( \"a 9 inch circle\"@8:23 / OTHER )\r\n\t\t:loc ( tool-2-0 \"the parchment paper\"@27:46 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a large bowl, beat egg whites until stiff but not dry.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"beat\"@20:24 / AC\r\n\t\t:ppt ( ing-0 \"egg whites\"@25:35 / FOOD )\r\n\t\t:until ( cond-3-0 \"until stiff but not dry\"@36:59 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-3-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Gradually add in the sugar, 1 tablespoon at a time, beating well after each addition.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"add in\"@13:19 / AC\r\n\t\t:ppt ( ing-1 \"the sugar\"@20:29 / FOOD )\r\n\t\t:mnr ( \"1 tablespoon at a time\"@31:53 / OTHER )\r\n\t\t:simultaneous ( ac-4-1 \"beating\"@55:62 / AC\r\n\t\t\t:todo ( cond-4-0 \"after each addition\"@68:87 / CONDITION_CLAUSE )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Beat until thick and glossy.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-5-0 \"until thick and glossy\"@8:30 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Overbeaten egg whites lose volume and deflate when folded into other ingredients.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"deflate\"@41:48 / AC\r\n\t\t:duration ( cond-6-0 \"when folded into other ingredients\"@49:83 / CONDITION_CLAUSE )\r\n\t\t:subj ( \"Overbeaten egg whites\"@3:24 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"lose\"@25:29 / AC\r\n\t\t:ppt ( \"volume\"@30:36 / OTHER )\r\n\t\t:subj ( \"Overbeaten egg whites\"@3:24 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Be absolutely sure not a particle of grease or egg yolk gets into the whites.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"gets\"@59:63 / copula\r\n\t\t:subj ( \"not a particle of grease or egg yolk\"@22:58 / FOOD )\r\n\t\t:obj ( \"into the whites\"@69:79 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Gently fold in vanilla extract, lemon juice and cornstarch.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"fold in\"@10:17 / AC\r\n\t\t:ppt ( ing-2 \"vanilla extract\"@18:33 / FOOD )\r\n\t\t:ppt ( ing-3 \"lemon juice\"@35:46 / FOOD )\r\n\t\t:ppt ( ing-4 \"cornstarch\"@51:61 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Spoon mixture inside the circle drawn on the parchment paper.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( \"mixture\"@9:16 / FOOD )\r\n\t\t:gol ( \"the circle\"@24:34 / OTHER )\r\n\t)\r\n\t:inform ( tool-9-0 \"the parchment paper\"@44:63 / TOOL )\r\n)" + }, + { + "id": "inst-10", + "text": "10) Working from the center, spread mixture toward the outside edge, building edge slightly.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"spread\"@29:35 / AC\r\n\t\t:ppt ( \"mixture\"@36:43 / FOOD )\r\n\t\t:gol ( \"the outside edge\"@51:67 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) This should leave a slight depression in the center.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( purp-11-0 \"leave a slight depression in the center\"@16:55 / PURPOSE_CLAUSE )\r\n)" + }, + { + "id": "inst-12", + "text": "12) Bake for 1 hour.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Bake\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-12-0 \"1 hour\"@13:19 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Cool on a wire rack.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Cool\"@4:8 / AC\r\n\t\t:loc ( tool-13-0 \"a wire rack\"@12:23 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Remove the paper, and place meringue on a flat serving plate.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Remove\"@4:10 / AC\r\n\t\t:ppt ( tool-14-0 \"the paper\"@11:20 / TOOL )\r\n\t)\r\n\t:inform ( ac-14-1 \"place\"@26:31 / AC\r\n\t\t:ppt ( \"meringue\"@32:40 / FOOD )\r\n\t\t:gol ( tool-14-1 \"a flat serving plate\"@44:64 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Fill the center of the meringue with whipped cream, sweetened if desired.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Fill\"@4:8 / AC\r\n\t\t:gol ( \"the center of the meringue\"@9:35 / FOOD )\r\n\t\t:ppt ( ing-5 \"whipped cream\"@41:54 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Top whipped cream with kiwifruit slices.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Top\"@4:7 / AC\r\n\t\t:gol ( \"whipped cream\"@8:21 / FOOD )\r\n\t\t:ppt ( ing-6 \"kiwifruit slices\"@27:43 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/113_Cheesy_Cheddar_Potato_Boats.json b/ai_talks/AMUseBotBackend/recipe/113_Cheesy_Cheddar_Potato_Boats.json new file mode 100644 index 0000000..5c8fb8d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/113_Cheesy_Cheddar_Potato_Boats.json @@ -0,0 +1,72 @@ +{ + "id": "113", + "title": "Cheesy Cheddar Potato Boats", + "content": [ + { + "id": "ing-0", + "text": "4 medium baked potatoes, quartered lengthwise", + "type": "ingredient", + "eamr": "( ing-0 \"4 medium baked potatoes, quartered lengthwise\" )" + }, + { + "id": "ing-1", + "text": "1/3 cup Hidden Valley Original Ranch Salad Dressing", + "type": "ingredient", + "eamr": "( ing-1 \"1/3 cup Hidden Valley Original Ranch Salad Dressing\" )" + }, + { + "id": "ing-2", + "text": "1 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup shredded Cheddar cheese\" )" + }, + { + "id": "ing-3", + "text": "Sliced green onions (optional)", + "type": "ingredient", + "eamr": "( ing-3 \"Sliced green onions (optional)\" )" + }, + { + "id": "ing-4", + "text": "Bacon pieces (optional)", + "type": "ingredient", + "eamr": "( ing-4 \"Bacon pieces (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 375 degrees F", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Scoop the potato out of skins; coat inside of skins with Ranch.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Scoop\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the potato\"@9:19 / FOOD )\r\n\t\t:source ( \"skins\"@27:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"coat\"@34:38 / AC\r\n\t\t:gol ( \"inside of skins\"@39:54 / FOOD )\r\n\t\t:ppt ( ing-1 \"Ranch\"@60:65 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place back into skins.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( \"skins\"@19:24 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Sprinkle with cheese.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-2 \"cheese\"@17:23 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake for 10 minutes or until cheese is melted.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-4-0 \"10 minutes\"@12:22 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-4-0 \"until cheese is melted\"@26:48 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Garnish with green onions and/or bacon bits, if desired.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Garnish\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"green onions\"@16:28 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-4 \"bacon bits\"@36:46 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/114_Chocolate_Covered_Banana_Pie.json b/ai_talks/AMUseBotBackend/recipe/114_Chocolate_Covered_Banana_Pie.json new file mode 100644 index 0000000..2a0eb93 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/114_Chocolate_Covered_Banana_Pie.json @@ -0,0 +1,150 @@ +{ + "id": "114", + "title": "Chocolate Covered Banana Pie", + "content": [ + { + "id": "ing-0", + "text": "3 cups crushed vanilla wafers", + "type": "ingredient", + "eamr": "( ing-0 \"3 cups crushed vanilla wafers\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup chopped pecans", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup chopped pecans\" )" + }, + { + "id": "ing-2", + "text": "2/3 cup butter, melted", + "type": "ingredient", + "eamr": "( ing-2 \"2/3 cup butter, melted\" )" + }, + { + "id": "ing-3", + "text": "2 cups semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-3 \"2 cups semisweet chocolate chips\" )" + }, + { + "id": "ing-4", + "text": "4 cups milk", + "type": "ingredient", + "eamr": "( ing-4 \"4 cups milk\" )" + }, + { + "id": "ing-5", + "text": "4 1/2 cups miniature marshmallows", + "type": "ingredient", + "eamr": "( ing-5 \"4 1/2 cups miniature marshmallows\" )" + }, + { + "id": "ing-6", + "text": "2 (3.5 ounce) packages instant vanilla pudding mix", + "type": "ingredient", + "eamr": "( ing-6 \"2 (3.5 ounce) packages instant vanilla pudding mix\" )" + }, + { + "id": "ing-7", + "text": "1 cup frozen whipped topping, thawed", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup frozen whipped topping, thawed\" )" + }, + { + "id": "ing-8", + "text": "2 large bananas, sliced", + "type": "ingredient", + "eamr": "( ing-8 \"2 large bananas, sliced\" )" + }, + { + "id": "ing-9", + "text": "1 (1.5 ounce) bar milk chocolate candy", + "type": "ingredient", + "eamr": "( ing-9 \"1 (1.5 ounce) bar milk chocolate candy\" )" + }, + { + "id": "inst-0", + "text": "0) Combine crushed cookie crumbs, pecans, and butter or margarine.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n :inform ( \"Combine\"@3:10 / AC\r\n :ppt ( \"crushed cookie crumbs\"@11:32 / FOOD )\r\n :ppt ( \"pecans\"@34:40 / FOOD )\r\n :ppt ( \"butter\"@46:52 / FOOD )\r\n :ppt ( \"margarine\"@56:65 / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-1", + "text": "1) Press into a 9 x 13 inch pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n :inform ( \"Press\"@3:8 / AC\r\n :gol ( \"a 9 x 13 inch pan\"@14:31 / TOOL )\r\n :ppt( NULL / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-2", + "text": "2) Bake at 375 degrees F (190 degrees C) for 5 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n :inform ( \"Bake\"@3:7 / AC\r\n :heat ( \"375 degrees F\"@11:24 / TEMPERATURE )\r\n :heat ( \"190 degrees C\"@26:39 / TEMPERATURE )\r\n :duration ( \"5 minutes\"@45:54 / DUR )\r\n :ppt( NULL / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cool.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n :inform ( \"Cool\"@3:7 / AC\r\n :ppt ( NULL / FOOD )\r\n )\r\n\r\n)" + }, + { + "id": "inst-4", + "text": "4) Combine chocolate chips, 1 cup milk, and 2 cups marshmallows in a sauce pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"chocolate chips\"@11:26 / FOOD )\r\n\t\t:ppt ( ing-4 \"1 cup milk\"@28:38 / FOOD )\r\n\t\t:ppt ( ing-5 \"2 cups marshmallows\"@44:63 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a sauce pan\"@67:78 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir over low heat until melted.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir\"@3:7 / AC\r\n\t\t:heat ( temp-5-0 \"low heat\"@13:21 / TEMPERATURE )\r\n\t\t:until ( cond-5-0 \"until melted\"@22:34 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour over cooled crust.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"cooled crust\"@13:25 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Chill for 1 hour.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Chill\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-7-0 \"1 hour\"@13:19 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Arrange banana slices over chilled chocolate layer.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( ing-8 \"banana slices\"@11:24 / FOOD )\r\n\t\t:gol ( \"chilled chocolate layer\"@30:53 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Prepare pudding mix as directed on box except use only 3 cups of milk.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Prepare\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"pudding mix\"@11:22 / FOOD )\r\n\t\t:inform ( \"as directed on box\"@23:41 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Fold in nondairy whipped topping and remaining marshmallows.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Fold in\"@4:11 / AC\r\n\t\t:ppt ( ing-7 \"nondairy whipped topping\"@12:36 / FOOD )\r\n\t\t:ppt ( ing-5 \"remaining marshmallows\"@41:63 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Pour pudding mixture over bananas.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( \"pudding mixture\"@9:24 / FOOD )\r\n\t\t:gol ( \"bananas\"@30:37 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Grate chocolate bar over the top.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Grate\"@4:9 / AC\r\n\t\t:ppt ( ing-9 \"chocolate bar\"@10:23 / FOOD )\r\n\t\t:gol ( \"the top\"@29:36 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Chill for 2 to 3 hours before serving.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Chill\"@4:9 / AC\r\n\t\t:duration ( dur-13-0 \"2 to 3 hours\"@14:26 / DUR )\r\n\t\t:duration ( cond-13-0 \"before serving\"@27:41 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/115_Chocolate_Cream_Dessert.json b/ai_talks/AMUseBotBackend/recipe/115_Chocolate_Cream_Dessert.json new file mode 100644 index 0000000..78de861 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/115_Chocolate_Cream_Dessert.json @@ -0,0 +1,120 @@ +{ + "id": "115", + "title": "Chocolate Cream Dessert", + "content": [ + { + "id": "ing-0", + "text": "1/4 cup cold margarine", + "type": "ingredient", + "eamr": "( ing-0 \"1/4 cup cold margarine\" )" + }, + { + "id": "ing-1", + "text": "1 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "1 (8 ounce) package light cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-2 \"1 (8 ounce) package light cream cheese, softened\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons heat-stable granular sugar substitute", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons heat-stable granular sugar substitute\" )" + }, + { + "id": "ing-4", + "text": "1 (8 ounce) container reduced-fat frozen whipped topping, thawed, divided", + "type": "ingredient", + "eamr": "( ing-4 \"1 (8 ounce) container reduced-fat frozen whipped topping, thawed, divided\" )" + }, + { + "id": "ing-5", + "text": "1 1/2 cups cold skim milk", + "type": "ingredient", + "eamr": "( ing-5 \"1 1/2 cups cold skim milk\" )" + }, + { + "id": "ing-6", + "text": "1 (1.4 ounce) package instant sugar-free chocolate pudding mix", + "type": "ingredient", + "eamr": "( ing-6 \"1 (1.4 ounce) package instant sugar-free chocolate pudding mix\" )" + }, + { + "id": "inst-0", + "text": "0) In a bowl, cut margarine into flour until crumbly.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cut\"@14:17 / AC\r\n\t\t:ppt ( ing-0 \"margarine\"@18:27 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a bowl\"@6:12 / TOOL )\r\n\t\t:gol ( ing-1 \"flour\"@33:38 / FOOD )\r\n\t\t:until ( cond-0-0 \"until crumbly\"@39:52 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Press into an 11-in baking dish coated with nonstick cooking spray.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Press\"@3:8 / AC\r\n\t\t:gol ( tool-1-0 \"an 11-in baking dish\"@14:34 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Bake at 350 degrees F for 15-18 minutes or until lightly browned.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-2-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-2-0 \"15-18 minutes\"@29:42 / DUR )\r\n\t\t:until ( cond-2-0 \"until lightly browned\"@46:67 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cool completely.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a mixing bowl, beat cream cheese and sweetener until smooth.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"beat\"@21:25 / AC\r\n\t\t:ppt ( ing-2 \"cream cheese\"@26:38 / FOOD )\r\n\t\t:ppt ( ing-3 \"sweetener\"@43:52 / FOOD )\r\n\t\t:until ( cond-4-0 \"until smooth\"@53:65 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-4-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Fold in half of the whipped topping.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Fold in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"half of the whipped topping\"@11:38 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Carefully spread over the crust.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"spread\"@13:19 / AC\r\n\t\t:gol ( \"crust\"@29:34 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) In a mixing bowl, combine milk and pudding mix.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( ing-5 \"milk\"@29:33 / FOOD )\r\n\t\t:ppt ( ing-6 \"pudding mix\"@38:49 / FOOD )\r\n\t\t:loc ( tool-7-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Beat on low speed for 2 minutes.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Beat\"@3:7 / AC\r\n\t\t:mnr ( \"low speed\"@11:20 / OTHER )\r\n\t\t:duration ( dur-8-0 \"2 minutes\"@25:34 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Let stand for 2-3 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"stand\"@7:12 / AC\r\n\t\t:subj ( NULL / FOOD )\r\n\t\t:duration ( dur-9-0 \"2-3 minutes\"@-1:-1 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Spread over the cream cheese.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Spread\"@4:10 / AC\r\n\t\t:gol ( \"the cream cheese\"@16:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Top with the remaining whipped topping.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Top\"@4:7 / AC\r\n\t\t:ppt ( ing-4 \"the remaining whipped topping\"@13:42 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/116_Date_Nut_Bars.json b/ai_talks/AMUseBotBackend/recipe/116_Date_Nut_Bars.json new file mode 100644 index 0000000..52c3790 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/116_Date_Nut_Bars.json @@ -0,0 +1,102 @@ +{ + "id": "116", + "title": "Date Nut Bars", + "content": [ + { + "id": "ing-0", + "text": "2 cups sugar", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups sugar\" )" + }, + { + "id": "ing-1", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "2 teaspoons baking powder", + "type": "ingredient", + "eamr": "( ing-2 \"2 teaspoons baking powder\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "2 cups chopped dates", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups chopped dates\" )" + }, + { + "id": "ing-5", + "text": "2 cups chopped walnuts or pecans", + "type": "ingredient", + "eamr": "( ing-5 \"2 cups chopped walnuts or pecans\" )" + }, + { + "id": "ing-6", + "text": "4 eggs, lightly beaten", + "type": "ingredient", + "eamr": "( ing-6 \"4 eggs, lightly beaten\" )" + }, + { + "id": "ing-7", + "text": "2 tablespoons butter, melted", + "type": "ingredient", + "eamr": "( ing-7 \"2 tablespoons butter, melted\" )" + }, + { + "id": "ing-8", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-8 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-9", + "text": "confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-9 \"confectioners' sugar\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, combine the sugar, flour, baking powder, salt, dates and nuts.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-0 \"the sugar\"@28:37 / FOOD )\r\n\t\t:ppt ( ing-1 \"flour\"@39:44 / FOOD )\r\n\t\t:ppt ( ing-2 \"baking powder\"@46:59 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@61:65 / FOOD )\r\n\t\t:ppt ( ing-4 \"dates\"@67:72 / FOOD )\r\n\t\t:ppt ( ing-5 \"nuts\"@77:81 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add the eggs, butter and vanilla; stir just until dry ingredients are moistened (batter will be very stiff).", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"the eggs\"@7:15 / FOOD )\r\n\t\t:ppt ( ing-7 \"butter\"@17:23 / FOOD )\r\n\t\t:ppt ( ing-8 \"vanilla\"@28:35 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"stir\"@37:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until dry ingredients are moistened\"@47:82 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Spread in a greased 15-in pan.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Spread\"@3:9 / AC\r\n\t\t:loc ( tool-2-0 \"a greased 15-in pan\"@13:32 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Bake at 350 degrees F for 20-25 minutes or until golden brown.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-3-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-3-0 \"20-25 minutes\"@29:42 / DUR )\r\n\t\t:until ( cond-3-0 \"until golden brown\"@46:64 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cool bars on a wire rack.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( \"bars\"@8:12 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a wire rack\"@16:27 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Dust with confectioners' sugar.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Dust\"@3:7 / AC\r\n\t\t:ppt ( ing-9 \"confectioners' sugar\"@13:33 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/117_Applesauce_Bread_I.json b/ai_talks/AMUseBotBackend/recipe/117_Applesauce_Bread_I.json new file mode 100644 index 0000000..5df6b60 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/117_Applesauce_Bread_I.json @@ -0,0 +1,120 @@ +{ + "id": "117", + "title": "Applesauce Bread I", + "content": [ + { + "id": "ing-0", + "text": "3 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"3 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-1 \"3 eggs\" )" + }, + { + "id": "ing-2", + "text": "2 cups white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups white sugar\" )" + }, + { + "id": "ing-3", + "text": "1 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup vegetable oil\" )" + }, + { + "id": "ing-4", + "text": "2 cups applesauce", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups applesauce\" )" + }, + { + "id": "ing-5", + "text": "1 cup raisins (optional)", + "type": "ingredient", + "eamr": "( ing-5 \"1 cup raisins (optional)\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-8", + "text": "1/4 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 teaspoon baking powder\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup sour cream", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup sour cream\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease and flour two 9 x 5 inch loaf pans.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease and flour\"@-1:-1 / AC\r\n\t\t:ppt ( tool-1-0 \"two 9 x 5 inch loaf pans\"@20:44 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Beat together eggs, sugar, and oil.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-1 \"eggs\"@17:21 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar\"@23:28 / FOOD )\r\n\t\t:ppt ( ing-3 \"oil\"@34:37 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Blend in applesauce, and then sour cream or buttermilk.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Blend in\"@3:11 / AC\r\n\t\t:ppt ( ing-4 \"applesauce\"@12:22 / FOOD )\r\n\t\t:ppt ( ing-9 \"sour cream\"@33:43 / FOOD )\r\n\t\t:ppt ( \"buttermilk\"@47:57 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Mix in flour, baking powder, soda, and cinnamon.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@10:15 / FOOD )\r\n\t\t:ppt ( ing-8 \"baking powder\"@17:30 / FOOD )\r\n\t\t:ppt ( ing-7 \"soda\"@32:36 / FOOD )\r\n\t\t:ppt ( ing-6 \"cinnamon\"@42:50 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in raisins.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"raisins\"@11:18 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour batter into prepared pans.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"batter\"@8:14 / FOOD )\r\n\t\t:gol ( tool-6-0 \"prepared pans\"@20:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake for 80 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-7-0 \"80 minutes\"@12:22 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cool on wire racks.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-8-0 \"wire racks\"@11:21 / TOOL )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/118_Fast_and_Delicious_Black_Bean_Soup.json b/ai_talks/AMUseBotBackend/recipe/118_Fast_and_Delicious_Black_Bean_Soup.json new file mode 100644 index 0000000..aebdb31 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/118_Fast_and_Delicious_Black_Bean_Soup.json @@ -0,0 +1,144 @@ +{ + "id": "118", + "title": "Fast and Delicious Black Bean Soup", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons vegetable oil\" )" + }, + { + "id": "ing-1", + "text": "1 medium onion, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1 medium onion, chopped\" )" + }, + { + "id": "ing-2", + "text": "1 green bell pepper, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 green bell pepper, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 large carrot, peeled and thinly sliced", + "type": "ingredient", + "eamr": "( ing-3 \"1 large carrot, peeled and thinly sliced\" )" + }, + { + "id": "ing-4", + "text": "3 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-4 \"3 cloves garlic, minced\" )" + }, + { + "id": "ing-5", + "text": "2 (15 ounce) cans black beans", + "type": "ingredient", + "eamr": "( ing-5 \"2 (15 ounce) cans black beans\" )" + }, + { + "id": "ing-6", + "text": "1 (14 ounce) can chicken broth", + "type": "ingredient", + "eamr": "( ing-6 \"1 (14 ounce) can chicken broth\" )" + }, + { + "id": "ing-7", + "text": "2 cups cubed cooked ham", + "type": "ingredient", + "eamr": "( ing-7 \"2 cups cubed cooked ham\" )" + }, + { + "id": "ing-8", + "text": "1/4 teaspoon cumin", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 teaspoon cumin\" )" + }, + { + "id": "ing-9", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-10", + "text": "ground black pepper to taste", + "type": "ingredient", + "eamr": "( ing-10 \"ground black pepper to taste\" )" + }, + { + "id": "ing-11", + "text": "1 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-11 \"1 cup shredded Cheddar cheese\" )" + }, + { + "id": "ing-12", + "text": "1 cup sour cream", + "type": "ingredient", + "eamr": "( ing-12 \"1 cup sour cream\" )" + }, + { + "id": "inst-0", + "text": "0) Heat the oil in a large pot over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the oil\"@8:15 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large pot\"@19:30 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@36:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in the onion, bell pepper, carrot, and garlic, and cook 5 minutes, until tender.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"the onion\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-2 \"bell pepper\"@22:33 / FOOD )\r\n\t\t:ppt ( ing-3 \"carrot\"@35:41 / FOOD )\r\n\t\t:ppt ( ing-4 \"garlic\"@47:53 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@59:63 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"5 minutes\"@64:73 / DUR )\r\n\t\t:until ( cond-1-0 \"until tender\"@75:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Mix in 1 can black beans and chicken broth.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-5 \"1 can black beans\"@10:27 / FOOD )\r\n\t\t:ppt ( ing-6 \"chicken broth\"@32:45 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a blender, puree remaining can of beans until smooth.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"puree\"@17:22 / AC\r\n\t\t:ppt ( ing-5 \"remaining can of beans\"@23:45 / FOOD )\r\n\t\t:until ( cond-3-0 \"until smooth\"@46:58 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-3-0 \"a blender\"@6:15 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Mix into the pot.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Mix\"@3:6 / AC\r\n\t\t:gol ( tool-4-0 \"the pot\"@12:19 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bring soup to a boil.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"boil\"@19:23 / AC\r\n\t\t:ppt ( \"soup\"@9:13 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Reduce heat to low.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t\t:gol ( temp-6-0 \"low\"@18:21 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Mix in ham, cumin, salt, and pepper.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-7 \"ham\"@10:13 / FOOD )\r\n\t\t:ppt ( ing-8 \"cumin\"@15:20 / FOOD )\r\n\t\t:ppt ( ing-9 \"salt\"@22:26 / FOOD )\r\n\t\t:ppt ( ing-10 \"pepper\"@32:38 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Simmer 20 minutes.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Simmer\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-8-0 \"20 minutes\"@10:20 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Garnish with Cheddar cheese and sour cream to serve.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Garnish\"@3:10 / AC\r\n\t\t:ppt ( ing-11 \"Cheddar cheese\"@16:30 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-12 \"sour cream\"@35:45 / FOOD )\r\n\t\t:prp ( purp-9-0 \"to serve\"@46:54 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/119_Doreens_Oriental_Swordfish_Steaks.json b/ai_talks/AMUseBotBackend/recipe/119_Doreens_Oriental_Swordfish_Steaks.json new file mode 100644 index 0000000..9062d76 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/119_Doreens_Oriental_Swordfish_Steaks.json @@ -0,0 +1,78 @@ +{ + "id": "119", + "title": "Doreens Oriental Swordfish Steaks", + "content": [ + { + "id": "ing-0", + "text": "3 tablespoons soy sauce", + "type": "ingredient", + "eamr": "( ing-0 \"3 tablespoons soy sauce\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup vegetable oil\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons sherry", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons sherry\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon grated fresh ginger root", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon grated fresh ginger root\" )" + }, + { + "id": "ing-4", + "text": "2 cloves garlic, peeled and minced", + "type": "ingredient", + "eamr": "( ing-4 \"2 cloves garlic, peeled and minced\" )" + }, + { + "id": "ing-5", + "text": "4 (6 ounce) swordfish steaks", + "type": "ingredient", + "eamr": "( ing-5 \"4 (6 ounce) swordfish steaks\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium bowl, whisk together soy sauce, vegetable oil, sherry, ginger root and garlic.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"whisk\"@21:26 / AC\r\n\t\t:ppt ( ing-0 \"soy sauce\"@36:45 / FOOD )\r\n\t\t:ppt ( ing-1 \"vegetable oil\"@47:60 / FOOD )\r\n\t\t:ppt ( ing-2 \"sherry\"@62:68 / FOOD )\r\n\t\t:ppt ( ing-3 \"ginger root\"@70:81 / FOOD )\r\n\t\t:ppt ( ing-4 \"garlic\"@86:92 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Fill a large resealable bag with the mixture.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Fill\"@3:7 / AC\r\n\t\t:gol ( tool-1-0 \"a large resealable bag\"@8:30 / TOOL )\r\n\t\t:ppt ( \"the mixture\"@36:47 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place swordfish steaks into the bag with mixture, and shake to coat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-5 \"swordfish steaks\"@9:25 / FOOD )\r\n\t\t:gol ( tool-2-0 \"the bag with mixture\"@31:51 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"shake\"@57:62 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-2-0 \"to coat\"@63:70 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place bag in the refrigerator, and allow the steaks to marinate at least 4 hours.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( tool-3-0 \"bag\"@9:12 / TOOL )\r\n\t\t:gol ( tool-3-1 \"the refrigerator\"@16:32 / TOOL )\r\n\t)\r\n\t:inform ( ac-3-1 \"marinate\"@58:66 / AC\r\n\t\t:ppt ( \"the steaks\"@44:54 / FOOD )\r\n\t\t:duration ( dur-3-0 \"at least 4 hours\"@67:83 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Preheat an outdoor grill for high heat and lightly oil grate.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-4-0 \"an outdoor grill\"@11:27 / TOOL )\r\n\t\t:heat ( temp-4-0 \"high heat\"@32:41 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-4-1 \"oil\"@54:57 / AC\r\n\t\t:ppt ( tool-4-1 \"grate\"@58:63 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Grill swordfish steaks 8 to 10 minutes per side, until the swordfish flakes easily and is opaque in the center.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Grill\"@3:8 / AC\r\n\t\t:ppt ( \"swordfish steaks\"@9:25 / FOOD )\r\n\t\t:duration ( dur-5-0 \"8 to 10 minutes per side\"@26:50 / DUR )\r\n\t\t:until ( cond-5-0 \"until the swordfish flakes easily and is opaque in the center\"@52:113 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/120_Grandmas_Gnocchi.json b/ai_talks/AMUseBotBackend/recipe/120_Grandmas_Gnocchi.json new file mode 100644 index 0000000..87b272e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/120_Grandmas_Gnocchi.json @@ -0,0 +1,102 @@ +{ + "id": "120", + "title": "Grandmas Gnocchi", + "content": [ + { + "id": "ing-0", + "text": "6 russet potatoes", + "type": "ingredient", + "eamr": "( ing-0 \"6 russet potatoes\" )" + }, + { + "id": "ing-1", + "text": "1 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "1 egg, lightly beaten", + "type": "ingredient", + "eamr": "( ing-2 \"1 egg, lightly beaten\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon olive oil", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon olive oil\" )" + }, + { + "id": "ing-4", + "text": "1 pinch salt", + "type": "ingredient", + "eamr": "( ing-4 \"1 pinch salt\" )" + }, + { + "id": "inst-0", + "text": "0) Bring a large pot of salted water to a boil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"boil\"@42:46 / AC\r\n\t\t:ppt ( tool-0-0 \"a large pot of salted water\"@9:36 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Drop in potatoes and cook until tender but still firm, about 15 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Drop in\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"potatoes\"@11:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@24:28 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until tender but still firm\"@29:56 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-1-0 \"15 minutes\"@64:74 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Drain, cool slightly, and peel.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Drain\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"cool\"@10:14 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"peel\"@29:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Season with salt, then mash potatoes with fork.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-4 \"salt\"@15:19 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"mash\"@26:30 / AC\r\n\t\t:ppt ( \"potatoes\"@31:39 / FOOD )\r\n\t\t:instrument ( tool-3-0 \"fork\"@45:49 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place in large bowl, and stir in egg and olive oil.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-4-0 \"large bowl\"@12:22 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"stir in\"@28:35 / AC\r\n\t\t:ppt ( ing-2 \"egg\"@36:39 / FOOD )\r\n\t\t:ppt ( ing-3 \"olive oil\"@44:53 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Knead in enough flour to make a soft dough.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Knead in\"@3:11 / AC\r\n\t\t:ppt ( ing-1 \"enough flour\"@12:24 / FOOD )\r\n\t\t:prp ( purp-5-0 \"to make a soft dough\"@25:45 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) On a floured surface, roll dough into a long rope.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"roll\"@25:29 / AC\r\n\t\t:loc ( tool-6-0 \"a floured surface\"@6:23 / TOOL )\r\n\t\t:ppt ( \"dough\"@30:35 / FOOD )\r\n\t\t:reshape ( \"a long rope\"@41:52 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cut the rope into 1/2-inch pieces.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( \"the rope\"@7:15 / FOOD )\r\n\t\t:reshape ( \"1/2-inch pieces\"@21:36 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bring a large pot of lightly salted water to a boil.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"boil\"@50:54 / AC\r\n\t\t:ppt ( \"a large pot of lightly salted water\"@9:44 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Drop in gnocchi, and cook until they float to the top, about 3 to 5 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Drop in\"@3:10 / AC\r\n\t\t:ppt ( \"gnocchi\"@11:18 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"cook\"@24:28 / AC\r\n\t\t:until ( cond-9-0 \"until they float to the top\"@29:56 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-9-0 \"3 to 5 minutes\"@64:78 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Serve with pasta sauce.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Serve\"@4:9 / AC\r\n\t\t:ppt ( \"pasta sauce\"@15:26 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/121_Crawfish_Etouffee_III.json b/ai_talks/AMUseBotBackend/recipe/121_Crawfish_Etouffee_III.json new file mode 100644 index 0000000..c5a0f44 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/121_Crawfish_Etouffee_III.json @@ -0,0 +1,60 @@ +{ + "id": "121", + "title": "Crawfish Etouffee III", + "content": [ + { + "id": "ing-0", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-0 \"1 onion, chopped\" )" + }, + { + "id": "ing-1", + "text": "1 (10.75 ounce) can condensed tomato soup", + "type": "ingredient", + "eamr": "( ing-1 \"1 (10.75 ounce) can condensed tomato soup\" )" + }, + { + "id": "ing-2", + "text": "1 (10.75 ounce) can condensed cream of mushroom soup", + "type": "ingredient", + "eamr": "( ing-2 \"1 (10.75 ounce) can condensed cream of mushroom soup\" )" + }, + { + "id": "ing-3", + "text": "1 (10 ounce) can diced tomatoes with green chile peppers", + "type": "ingredient", + "eamr": "( ing-3 \"1 (10 ounce) can diced tomatoes with green chile peppers\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 pounds crawfish, peeled", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 pounds crawfish, peeled\" )" + }, + { + "id": "inst-0", + "text": "0) In a large saucepan on medium heat, saute onion until clear.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"saute\"@39:44 / AC\r\n\t\t:ppt ( ing-0 \"onion\"@45:50 / FOOD )\r\n\t\t:until ( cond-0-0 \"until clear\"@51:62 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-0-0 \"a large saucepan\"@6:22 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@26:37 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add tomato soup, mushroom soup, and canned tomatoes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-1 \"tomato soup\"@7:18 / FOOD )\r\n\t\t:ppt ( ing-2 \"mushroom soup\"@20:33 / FOOD )\r\n\t\t:ppt ( ing-3 \"canned tomatoes\"@39:54 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Simmer for 15 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Simmer\"@3:9 / AC\r\n\t\t:duration ( dur-2-0 \"15 minutes\"@14:24 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place the crawfish into the pan and simmer for 25 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-4 \"the crawfish\"@9:21 / FOOD )\r\n\t\t:gol ( tool-3-0 \"the pan\"@27:34 / TOOL )\r\n\t)\r\n\t:inform ( ac-3-1 \"simmer\"@39:45 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"25 minutes\"@50:60 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/122_Diegos_Special_Beef_Stew.json b/ai_talks/AMUseBotBackend/recipe/122_Diegos_Special_Beef_Stew.json new file mode 100644 index 0000000..13287a1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/122_Diegos_Special_Beef_Stew.json @@ -0,0 +1,174 @@ +{ + "id": "122", + "title": "Diegos Special Beef Stew", + "content": [ + { + "id": "ing-0", + "text": "1 pound cubed beef stew meat", + "type": "ingredient", + "eamr": "( ing-0 \"1 pound cubed beef stew meat\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-3", + "text": "2 teaspoons butter", + "type": "ingredient", + "eamr": "( ing-3 \"2 teaspoons butter\" )" + }, + { + "id": "ing-4", + "text": "1 medium yellow onion, thinly sliced", + "type": "ingredient", + "eamr": "( ing-4 \"1 medium yellow onion, thinly sliced\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup red wine", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup red wine\" )" + }, + { + "id": "ing-6", + "text": "1 beef bouillon cube", + "type": "ingredient", + "eamr": "( ing-6 \"1 beef bouillon cube\" )" + }, + { + "id": "ing-7", + "text": "1 cup hot water", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup hot water\" )" + }, + { + "id": "ing-8", + "text": "1 large potato, cubed", + "type": "ingredient", + "eamr": "( ing-8 \"1 large potato, cubed\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup baby carrots", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup baby carrots\" )" + }, + { + "id": "ing-10", + "text": "1/2 teaspoon rosemary", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 teaspoon rosemary\" )" + }, + { + "id": "ing-11", + "text": "1/2 teaspoon dried thyme", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 teaspoon dried thyme\" )" + }, + { + "id": "ing-12", + "text": "1/2 tablespoon garlic powder", + "type": "ingredient", + "eamr": "( ing-12 \"1/2 tablespoon garlic powder\" )" + }, + { + "id": "ing-13", + "text": "1/2 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-13 \"1/2 teaspoon ground black pepper\" )" + }, + { + "id": "ing-14", + "text": "1/4 cup water", + "type": "ingredient", + "eamr": "( ing-14 \"1/4 cup water\" )" + }, + { + "id": "ing-15", + "text": "2 dashes Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-15 \"2 dashes Worcestershire sauce\" )" + }, + { + "id": "inst-0", + "text": "0) Place cubed beef and flour in a resealable plastic bag.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"cubed beef\"@9:19 / FOOD )\r\n\t\t:ppt ( ing-1 \"flour\"@24:29 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a resealable plastic bag\"@33:57 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Seal and shake to evenly coat beef with flour.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Seal and shake\"@3:17 / AC\r\n\t\t:prp ( purp-1-0 \"to evenly coat beef with flour\"@18:48 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Heat the oil in a skillet over medium heat, and brown beef on all sides.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"the oil\"@8:15 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a skillet\"@19:28 / TOOL )\r\n\t\t:heat ( temp-2-0 \"medium heat\"@34:45 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-2-1 \"brown\"@51:56 / AC\r\n\t\t:ppt ( \"beef\"@57:61 / FOOD )\r\n\t\t:mnr ( \"on all sides\"@62:74 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Transfer to a slow cooker.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Transfer\"@3:11 / AC\r\n\t\t:gol ( tool-3-0 \"a slow cooker\"@15:28 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Melt the butter in the skillet over medium heat, and cook onion until tender.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-3 \"the butter\"@8:18 / FOOD )\r\n\t\t:loc ( tool-4-0 \"the skillet\"@22:33 / TOOL )\r\n\t\t:heat ( temp-4-0 \"medium heat\"@39:50 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook\"@56:60 / AC\r\n\t\t:ppt ( ing-4 \"onion\"@61:66 / FOOD )\r\n\t\t:until ( cond-4-0 \"until tender\"@67:79 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Transfer to the slow cooker with the beef.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Transfer\"@3:11 / AC\r\n\t\t:gol ( tool-5-0 \"the slow cooker\"@15:30 / TOOL\r\n\t\t\t:todo ( \"the beef\"@36:44 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour wine into the skillet to deglaze, then pour wine into slow cooker.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( ing-5 \"wine\"@8:12 / FOOD )\r\n\t\t:gol ( tool-6-0 \"the skillet\"@18:29 / TOOL )\r\n\t\t:prp ( purp-6-0 \"to deglaze\"@30:40 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-6-1 \"pour\"@47:51 / AC\r\n\t\t:ppt ( ing-5 \"wine\"@52:56 / FOOD )\r\n\t\t:gol ( tool-6-1 \"slow cooker\"@62:73 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Dissolve the beef bouillon cube in 1 cup hot water, and pour into slow cooker.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Dissolve\"@3:11 / AC\r\n\t\t:ppt ( ing-6 \"the beef bouillon cube\"@12:34 / FOOD )\r\n\t\t:gol ( ing-7 \"1 cup hot water\"@38:53 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"pour\"@59:63 / AC\r\n\t\t:gol ( tool-7-0 \"slow cooker\"@69:80 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Place potato and carrots in slow cooker, and season with rosemary, thyme, garlic powder, and pepper.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-8 \"potato\"@9:15 / FOOD )\r\n\t\t:ppt ( ing-9 \"carrots\"@20:27 / FOOD )\r\n\t\t:gol ( tool-8-0 \"slow cooker\"@31:42 / TOOL )\r\n\t)\r\n\t:inform ( ac-8-1 \"season\"@48:54 / AC\r\n\t\t:ppt ( ing-10 \"rosemary\"@60:68 / FOOD )\r\n\t\t:ppt ( ing-11 \"thyme\"@70:75 / FOOD )\r\n\t\t:ppt ( ing-12 \"garlic powder\"@77:90 / FOOD )\r\n\t\t:ppt ( ing-13 \"pepper\"@96:102 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Mix in remaining water and Worcestershire sauce.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-14 \"remaining water\"@10:25 / FOOD )\r\n\t\t:ppt ( ing-15 \"Worcestershire sauce\"@30:50 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Add more water if needed to cover all ingredients.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( \"more water\"@8:18 / FOOD )\r\n\t\t:prp ( purp-10-0 \"to cover all ingredients\"@29:53 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Cover slow cooker, and cook stew 7 to 8 hours on low heat.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( tool-11-0 \"slow cooker\"@10:21 / TOOL )\r\n\t)\r\n\t:inform ( ac-11-1 \"cook\"@27:31 / AC\r\n\t\t:ppt ( \"stew\"@32:36 / FOOD )\r\n\t\t:duration ( dur-11-0 \"7 to 8 hours\"@37:49 / DUR )\r\n\t\t:heat ( temp-11-0 \"low heat\"@53:61 / TEMPERATURE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/123_Chicken_Fiesta_Salad.json b/ai_talks/AMUseBotBackend/recipe/123_Chicken_Fiesta_Salad.json new file mode 100644 index 0000000..909cadd --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/123_Chicken_Fiesta_Salad.json @@ -0,0 +1,96 @@ +{ + "id": "123", + "title": "Chicken Fiesta Salad", + "content": [ + { + "id": "ing-0", + "text": "2 skinless, boneless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-0 \"2 skinless, boneless chicken breast halves\" )" + }, + { + "id": "ing-1", + "text": "1 (1.27 ounce) packet dry fajita seasoning, divided", + "type": "ingredient", + "eamr": "( ing-1 \"1 (1.27 ounce) packet dry fajita seasoning, divided\" )" + }, + { + "id": "ing-2", + "text": "1 tablespoon vegetable oil", + "type": "ingredient", + "eamr": "( ing-2 \"1 tablespoon vegetable oil\" )" + }, + { + "id": "ing-3", + "text": "1 (15 ounce) can black beans, rinsed and drained", + "type": "ingredient", + "eamr": "( ing-3 \"1 (15 ounce) can black beans, rinsed and drained\" )" + }, + { + "id": "ing-4", + "text": "1 (11 ounce) can Mexican-style corn", + "type": "ingredient", + "eamr": "( ing-4 \"1 (11 ounce) can Mexican-style corn\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup salsa", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup salsa\" )" + }, + { + "id": "ing-6", + "text": "1 (10 ounce) package mixed salad greens", + "type": "ingredient", + "eamr": "( ing-6 \"1 (10 ounce) package mixed salad greens\" )" + }, + { + "id": "ing-7", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-7 \"1 onion, chopped\" )" + }, + { + "id": "ing-8", + "text": "1 tomato, cut into wedges", + "type": "ingredient", + "eamr": "( ing-8 \"1 tomato, cut into wedges\" )" + }, + { + "id": "inst-0", + "text": "0) Rub chicken evenly with 1/2 the fajita seasoning.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Rub\"@3:6 / AC\r\n\t\t:gol ( ing-0 \"chicken\"@7:14 / FOOD )\r\n\t\t:ppt ( ing-1 \"1/2 the fajita seasoning\"@27:51 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Heat the oil in a skillet over medium heat, and cook the chicken 8 minutes on each side, or until juices run clear; set aside.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"the oil\"@8:15 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a skillet\"@19:28 / TOOL )\r\n\t\t:heat ( temp-1-0 \"medium heat\"@34:45 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@51:55 / AC\r\n\t\t:ppt ( \"the chicken\"@56:67 / FOOD )\r\n\t\t:duration ( dur-1-0 \"8 minutes\"@68:77 / DUR )\r\n\t\t:mnr ( \"on each side\"@81:90 / OTHER )\r\n\t\t:until ( cond-1-0 \"until juices run clear\"@95:117 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-2 \"set aside\"@119:128 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large saucepan, mix beans, corn, salsa and other 1/2 of fajita seasoning.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"mix\"@24:27 / AC\r\n\t\t:ppt ( ing-3 \"beans\"@28:33 / FOOD )\r\n\t\t:ppt ( ing-4 \"corn\"@35:39 / FOOD )\r\n\t\t:ppt ( ing-5 \"salsa\"@41:46 / FOOD )\r\n\t\t:ppt ( ing-1 \"other 1/2 of fajita seasoning\"@51:80 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large saucepan\"@6:22 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Heat over medium heat until warm.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Heat\"@3:7 / AC\r\n\t\t:heat ( temp-3-0 \"medium heat\"@13:24 / TEMPERATURE )\r\n\t\t:until ( cond-3-0 \"until warm\"@25:35 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Prepare the salad by tossing the greens, onion and tomato.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Prepare\"@3:10 / AC\r\n\t\t:mnr ( ac-4-1 \"tossing\"@24:31 / AC\r\n\t\t\t:ppt ( ing-6 \"the greens\"@32:42 / FOOD )\r\n\t\t\t:ppt ( ing-7 \"onion\"@44:49 / FOOD )\r\n\t\t\t:ppt ( ing-8 \"tomato\"@54:60 / FOOD )\r\n\t\t)\r\n\t\t:ppt ( \"the salad\"@11:20 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Top salad with chicken and dress with the bean and corn mixture.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Top\"@3:6 / AC\r\n\t\t:gol ( \"salad\"@7:12 / FOOD )\r\n\t\t:ppt ( \"chicken\"@18:25 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"dress\"@30:35 / AC\r\n\t\t:ppt ( \"the bean\"@41:49 / FOOD )\r\n\t\t:ppt ( \"corn mixture\"@54:66 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/124_Garden_Potato_Salad.json b/ai_talks/AMUseBotBackend/recipe/124_Garden_Potato_Salad.json new file mode 100644 index 0000000..8cd113d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/124_Garden_Potato_Salad.json @@ -0,0 +1,126 @@ +{ + "id": "124", + "title": "Garden Potato Salad", + "content": [ + { + "id": "ing-0", + "text": "6 large potatoes, cooked, peeled and cubed", + "type": "ingredient", + "eamr": "( ing-0 \"6 large potatoes, cooked, peeled and cubed\" )" + }, + { + "id": "ing-1", + "text": "4 hard-cooked eggs, sliced", + "type": "ingredient", + "eamr": "( ing-1 \"4 hard-cooked eggs, sliced\" )" + }, + { + "id": "ing-2", + "text": "2 celery ribs, sliced", + "type": "ingredient", + "eamr": "( ing-2 \"2 celery ribs, sliced\" )" + }, + { + "id": "ing-3", + "text": "6 green onions with tops, sliced", + "type": "ingredient", + "eamr": "( ing-3 \"6 green onions with tops, sliced\" )" + }, + { + "id": "ing-4", + "text": "6 radishes, sliced", + "type": "ingredient", + "eamr": "( ing-4 \"6 radishes, sliced\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon pepper\" )" + }, + { + "id": "ing-7", + "text": "3 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-7 \"3 eggs, beaten\" )" + }, + { + "id": "ing-8", + "text": "1/4 cup vinegar", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 cup vinegar\" )" + }, + { + "id": "ing-9", + "text": "1/4 cup sugar", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 cup sugar\" )" + }, + { + "id": "ing-10", + "text": "1/2 teaspoon dry mustard", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 teaspoon dry mustard\" )" + }, + { + "id": "ing-11", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-12", + "text": "1 cup mayonnaise or salad dressing", + "type": "ingredient", + "eamr": "( ing-12 \"1 cup mayonnaise or salad dressing\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, combine potatoes, eggs, celery, green onions, radishes, salt and pepper; set aside.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@20:27 / AC\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-0 \"potatoes\"@28:36 / FOOD )\r\n\t\t:ppt ( ing-1 \"eggs\"@38:42 / FOOD )\r\n\t\t:ppt ( ing-2 \"celery\"@44:50 / FOOD )\r\n\t\t:ppt ( ing-3 \"green onions\"@52:64 / FOOD )\r\n\t\t:ppt ( ing-4 \"radishes\"@66:74 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@76:80 / FOOD )\r\n\t\t:ppt ( \"pepper\"@85:91 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-1 \"set aside\"@93:102 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) For dressing, combine eggs, vinegar, sugar, dry mustard and salt in a saucepan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@17:24 / AC\r\n\t\t:subtask ( purp-1-0 \"For dressing\"@3:15 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( ing-7 \"eggs\"@25:29 / FOOD )\r\n\t\t:ppt ( ing-8 \"vinegar\"@31:38 / FOOD )\r\n\t\t:ppt ( ing-9 \"sugar\"@40:45 / FOOD )\r\n\t\t:ppt ( ing-10 \"dry mustard\"@47:58 / FOOD )\r\n\t\t:ppt ( ing-11 \"salt\"@63:67 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a saucepan\"@71:81 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cook and stir over medium heat until thickened.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cook and stir\"@-1:-1 / AC\r\n\t\t:heat ( temp-2-0 \"medium heat\"@22:33 / TEMPERATURE )\r\n\t\t:until ( cond-2-0 \"until thickened\"@34:49 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cool.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in mayonnaise; mix well.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-12 \"mayonnaise\"@11:21 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"mix\"@23:26 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Pour over potato mixture; toss to coat.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"potato mixture\"@13:27 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"toss\"@29:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-5-0 \"to coat\"@34:41 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Refrigerate for several hours.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Refrigerate\"@3:14 / AC\r\n\t\t:duration ( dur-6-0 \"several hours\"@19:32 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/125_Caribbean_Canadian_Glazed_Chicken.json b/ai_talks/AMUseBotBackend/recipe/125_Caribbean_Canadian_Glazed_Chicken.json new file mode 100644 index 0000000..c0a7d3a --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/125_Caribbean_Canadian_Glazed_Chicken.json @@ -0,0 +1,114 @@ +{ + "id": "125", + "title": "Caribbean Canadian Glazed Chicken", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup ketchup", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup ketchup\" )" + }, + { + "id": "ing-1", + "text": "4 tablespoons unsweetened pineapple juice", + "type": "ingredient", + "eamr": "( ing-1 \"4 tablespoons unsweetened pineapple juice\" )" + }, + { + "id": "ing-2", + "text": "4 tablespoons molasses", + "type": "ingredient", + "eamr": "( ing-2 \"4 tablespoons molasses\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons dark rum", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons dark rum\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons prepared Dijon-style mustard", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons prepared Dijon-style mustard\" )" + }, + { + "id": "ing-5", + "text": "2 cloves garlic, chopped", + "type": "ingredient", + "eamr": "( ing-5 \"2 cloves garlic, chopped\" )" + }, + { + "id": "ing-6", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-6 \"salt and pepper to taste\" )" + }, + { + "id": "ing-7", + "text": "8 chicken thighs", + "type": "ingredient", + "eamr": "( ing-7 \"8 chicken thighs\" )" + }, + { + "id": "inst-0", + "text": "0) To Make Glaze: In a medium bowl combine the ketchup, pineapple juice, molasses, rum, mustard and garlic.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@35:42 / AC\r\n\t\t:subtask ( purp-0-0 \"To Make Glaze\"@3:16 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( ing-0 \"the ketchup\"@43:54 / FOOD )\r\n\t\t:ppt ( ing-1 \"pineapple juice\"@56:71 / FOOD )\r\n\t\t:ppt ( ing-2 \"molasses\"@73:81 / FOOD )\r\n\t\t:ppt ( ing-3 \"rum\"@83:86 / FOOD )\r\n\t\t:ppt ( ing-4 \"mustard\"@88:95 / FOOD )\r\n\t\t:ppt ( ing-5 \"garlic\"@100:106 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a medium bowl\"@21:34 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Season with salt and pepper to taste and mix well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-6 \"salt and pepper\"@15:30 / FOOD )\r\n\t\t:prp ( purp-1-0 \"to taste and mix well\"@31:52 / PURPOSE_CLAUSE )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place chicken pieces in a lightly oiled 9x13 inch baking dish; brush both sides with prepared glaze, using about 1/2 of the glaze.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-7 \"chicken pieces\"@9:23 / FOOD )\r\n\t\t:gol ( tool-2-0 \"a lightly oiled 9x13 inch baking dish\"@27:64 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"brush\"@66:71 / AC\r\n\t\t:mnr ( \"using about 1/2 of the glaze\"@104:132 / OTHER )\r\n\t\t:gol ( \"both sides\"@72:82 / OTHER )\r\n\t\t:ppt ( \"prepared glaze\"@88:102 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover dish and refrigerate to marinate for at least 2 hours or overnight.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:gol ( tool-3-0 \"dish\"@9:13 / TOOL )\r\n\t)\r\n\t:inform ( ac-3-1 \"refrigerate\"@18:29 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-3-0 \"to marinate\"@30:41 / PURPOSE_CLAUSE )\r\n\t\t:duration ( dur-3-0 \"at least 2 hours\"@46:62 / DUR )\r\n\t\t:duration ( dur-3-1 \"overnight\"@66:75 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Also, refrigerate remaining glaze.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"refrigerate\"@9:20 / AC\r\n\t\t:ppt ( \"remaining glaze\"@21:36 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-5-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-5-0 \"375 degrees F\"@19:33 / TEMPERATURE )\r\n\t\t:heat ( temp-5-1 \"190 degrees C\"@35:48 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Lightly brush chicken pieces on one side with some of the reserved glaze and bake uncovered in preheated oven for about 25 minutes.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"brush\"@11:16 / AC\r\n\t\t:gol ( \"chicken pieces\"@17:31 / FOOD )\r\n\t\t:ppt ( \"some of the reserved glaze\"@49:75 / FOOD )\r\n\t)\r\n\t:inform ( \"one side\"@35:43 / OTHER )\r\n\t:inform ( ac-6-1 \"bake\"@80:84 / AC\r\n\t\t:loc ( tool-6-0 \"preheated oven\"@98:112 / TOOL )\r\n\t\t:duration ( dur-6-0 \"25 minutes\"@123:133 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Turn pieces, brush with remaining glaze and bake for another 25 minutes or until chicken is tender.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Turn\"@3:7 / AC\r\n\t\t:ppt ( \"pieces\"@8:14 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"brush\"@16:21 / AC\r\n\t\t:ppt ( \"remaining glaze\"@27:42 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-2 \"bake\"@47:51 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-7-0 \"another 25 minutes\"@56:74 / DUR )\r\n\t\t:until ( cond-7-0 \"until chicken is tender\"@78:101 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Preheat oven to broil.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-8-0 \"oven\"@11:15 / TOOL )\r\n\t\t:prp ( purp-8-0 \"to broil\"@16:24 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Put chicken under broiler and lightly brown on both sides, about 2 to 3 minutes each side.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Put\"@3:6 / AC\r\n\t\t:ppt ( \"chicken\"@7:14 / FOOD )\r\n\t\t:gol ( tool-9-0 \"broiler\"@21:28 / TOOL )\r\n\t)\r\n\t:inform ( ac-9-1 \"brown\"@41:46 / AC\r\n\t\t:duration ( dur-9-0 \"2 to 3 minutes each side\"@68:92 / DUR )\r\n\t\t:loc ( \"both sides\"@50:60 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/126_Apple_Pie_2.json b/ai_talks/AMUseBotBackend/recipe/126_Apple_Pie_2.json new file mode 100644 index 0000000..ec7a2fe --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/126_Apple_Pie_2.json @@ -0,0 +1,54 @@ +{ + "id": "126", + "title": "Apple Pie 2", + "content": [ + { + "id": "ing-0", + "text": "1 gallon apple juice", + "type": "ingredient", + "eamr": "( ing-0 \"1 gallon apple juice\" )" + }, + { + "id": "ing-1", + "text": "1 gallon apple cider", + "type": "ingredient", + "eamr": "( ing-1 \"1 gallon apple cider\" )" + }, + { + "id": "ing-2", + "text": "3 cups white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"3 cups white sugar\" )" + }, + { + "id": "ing-3", + "text": "8 cinnamon sticks", + "type": "ingredient", + "eamr": "( ing-3 \"8 cinnamon sticks\" )" + }, + { + "id": "ing-4", + "text": "1 (750 milliliter) bottle 190 proof grain alcohol", + "type": "ingredient", + "eamr": "( ing-4 \"1 (750 milliliter) bottle 190 proof grain alcohol\" )" + }, + { + "id": "inst-0", + "text": "0) In a large pot, combine apple juice, apple cider, sugar and cinnamon sticks.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@19:26 / AC\r\n\t\t:ppt ( ing-0 \"apple juice\"@27:38 / FOOD )\r\n\t\t:ppt ( ing-1 \"apple cider\"@40:51 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar\"@53:58 / FOOD )\r\n\t\t:ppt ( ing-3 \"cinnamon sticks\"@63:78 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large pot\"@6:17 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil, then remove from heat and let cool completely.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"remove\"@25:31 / AC\r\n\t\t:source ( \"heat\"@37:41 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"cool\"@50:54 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) When juice mixture is cool, stir in the grain alcohol.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"stir in\"@31:38 / AC\r\n\t\t:ppt ( ing-4 \"the grain alcohol\"@39:56 / FOOD )\r\n\t\t:when ( cond-2-0 \"When juice mixture is cool\"@3:29 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/127_Cabbage_Rolls_II.json b/ai_talks/AMUseBotBackend/recipe/127_Cabbage_Rolls_II.json new file mode 100644 index 0000000..763d9f4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/127_Cabbage_Rolls_II.json @@ -0,0 +1,126 @@ +{ + "id": "127", + "title": "Cabbage Rolls II", + "content": [ + { + "id": "ing-0", + "text": "12 leaves cabbage", + "type": "ingredient", + "eamr": "( ing-0 \"12 leaves cabbage\" )" + }, + { + "id": "ing-1", + "text": "1 cup cooked white rice", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup cooked white rice\" )" + }, + { + "id": "ing-2", + "text": "1 egg, beaten", + "type": "ingredient", + "eamr": "( ing-2 \"1 egg, beaten\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup milk", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup milk\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup minced onion", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup minced onion\" )" + }, + { + "id": "ing-5", + "text": "1 pound extra-lean ground beef", + "type": "ingredient", + "eamr": "( ing-5 \"1 pound extra-lean ground beef\" )" + }, + { + "id": "ing-6", + "text": "1 1/4 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-6 \"1 1/4 teaspoons salt\" )" + }, + { + "id": "ing-7", + "text": "1 1/4 teaspoons ground black pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1 1/4 teaspoons ground black pepper\" )" + }, + { + "id": "ing-8", + "text": "1 (8 ounce) can tomato sauce", + "type": "ingredient", + "eamr": "( ing-8 \"1 (8 ounce) can tomato sauce\" )" + }, + { + "id": "ing-9", + "text": "1 tablespoon brown sugar", + "type": "ingredient", + "eamr": "( ing-9 \"1 tablespoon brown sugar\" )" + }, + { + "id": "ing-10", + "text": "1 tablespoon lemon juice", + "type": "ingredient", + "eamr": "( ing-10 \"1 tablespoon lemon juice\" )" + }, + { + "id": "ing-11", + "text": "1 teaspoon Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-11 \"1 teaspoon Worcestershire sauce\" )" + }, + { + "id": "inst-0", + "text": "0) Bring a large pot of water to a boil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"boil\"@35:39 / AC\r\n\t\t:ppt ( \"a large pot of water\"@9:29 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Boil cabbage leaves 2 minutes; drain.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Boil\"@3:7 / AC\r\n\t\t:ppt ( \"cabbage leaves\"@8:22 / FOOD )\r\n\t\t:duration ( dur-1-0 \"2 minutes\"@23:32 / DUR )\r\n\t)\r\n\t:inform ( ac-1-1 \"drain\"@34:39 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In large bowl, combine 1 cup cooked rice, egg, milk, onion, ground beef, salt, and pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@18:25 / AC\r\n\t\t:ppt ( ing-1 \"1 cup cooked rice\"@26:43 / FOOD )\r\n\t\t:ppt ( ing-2 \"egg\"@45:48 / FOOD )\r\n\t\t:ppt ( ing-3 \"milk\"@50:54 / FOOD )\r\n\t\t:ppt ( ing-4 \"onion\"@56:61 / FOOD )\r\n\t\t:ppt ( ing-5 \"ground beef\"@63:74 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@76:80 / FOOD )\r\n\t\t:ppt ( ing-7 \"pepper\"@86:92 / FOOD )\r\n\t\t:loc ( tool-2-0 \"large bowl\"@6:16 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place about 1/4 cup of meat mixture in center of each cabbage leaf, and roll up, tucking in ends.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"1/4 cup of meat mixture\"@15:38 / FOOD )\r\n\t\t:gol ( \"center of each cabbage leaf\"@42:69 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"roll up\"@75:82 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-3-2 \"tucking in ends\"@-1:-1 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place rolls in slow cooker.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"rolls\"@9:14 / FOOD )\r\n\t\t:gol ( tool-4-0 \"slow cooker\"@18:29 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a small bowl, mix together tomato sauce, brown sugar, lemon juice, and Worcestershire sauce.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"mix\"@20:23 / AC\r\n\t\t:loc ( tool-5-0 \"a small bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-8 \"tomato sauce\"@33:45 / FOOD )\r\n\t\t:ppt ( ing-9 \"brown sugar\"@47:58 / FOOD )\r\n\t\t:ppt ( ing-10 \"lemon juice\"@60:71 / FOOD )\r\n\t\t:ppt ( ing-11 \"Worcestershire sauce\"@77:97 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour over cabbage rolls.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( \"cabbage rolls\"@13:26 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cover, and cook on low 8 to 9 hours.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"cook\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-7-0 \"low\"@22:25 / TEMPERATURE )\r\n\t\t:duration ( dur-7-0 \"8 to 9 hours\"@26:38 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/128_Carrots_and_Onions_Au_Gratin.json b/ai_talks/AMUseBotBackend/recipe/128_Carrots_and_Onions_Au_Gratin.json new file mode 100644 index 0000000..4c83c47 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/128_Carrots_and_Onions_Au_Gratin.json @@ -0,0 +1,132 @@ +{ + "id": "128", + "title": "Carrots and Onions Au Gratin", + "content": [ + { + "id": "ing-0", + "text": "1 (16 ounce) package baby carrots, sliced", + "type": "ingredient", + "eamr": "( ing-0 \"1 (16 ounce) package baby carrots, sliced\" )" + }, + { + "id": "ing-1", + "text": "2 medium onions, sliced", + "type": "ingredient", + "eamr": "( ing-1 \"2 medium onions, sliced\" )" + }, + { + "id": "ing-2", + "text": "1 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup shredded Cheddar cheese\" )" + }, + { + "id": "ing-3", + "text": "3 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-3 \"3 tablespoons butter\" )" + }, + { + "id": "ing-4", + "text": "3 tablespoons all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"3 tablespoons all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1 1/2 cups milk", + "type": "ingredient", + "eamr": "( ing-5 \"1 1/2 cups milk\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "1/8 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1/8 teaspoon ground black pepper\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon butter", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon butter\" )" + }, + { + "id": "ing-9", + "text": "1 cup fine dry bread crumbs", + "type": "ingredient", + "eamr": "( ing-9 \"1 cup fine dry bread crumbs\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place carrots and onions in a pot with enough lightly salted water to cover, and bring to a boil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"carrots\"@9:16 / FOOD )\r\n\t\t:ppt ( ing-1 \"onions\"@21:27 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a pot\"@31:36 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"boil\"@95:99 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cook 5 minutes, or until tender but firm.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cook\"@3:7 / AC\r\n\t\t:duration ( dur-2-0 \"5 minutes\"@8:17 / DUR )\r\n\t\t:until ( cond-2-0 \"until tender but firm\"@22:43 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Drain, and spread 1/2 the carrots and onions in a baking dish.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Drain, and spread\"@3:20 / AC\r\n\t\t:ppt ( \"1/2 the carrots\"@21:36 / FOOD )\r\n\t\t:ppt ( \"onions\"@41:47 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a baking dish\"@51:64 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cover with 3/4 cup cheese, layer with remaining carrots and onions, and top with remaining cheese.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( ing-2 \"3/4 cup cheese\"@14:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"layer\"@30:35 / AC\r\n\t\t:ppt ( \"remaining carrots\"@41:58 / FOOD )\r\n\t\t:ppt ( \"onions\"@63:69 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-2 \"top\"@75:78 / AC\r\n\t\t:ppt ( ing-2 \"remaining cheese\"@84:100 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a saucepan, melt 3 tablespoons butter and mix in flour until smooth.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"melt\"@18:22 / AC\r\n\t\t:ppt ( ing-3 \"3 tablespoons butter\"@23:43 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a saucepan\"@6:16 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"mix in\"@48:54 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@55:60 / FOOD )\r\n\t\t:until ( cond-5-0 \"until smooth\"@61:73 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Gradually stir in milk until thickened, and season with salt and pepper.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"stir in\"@13:20 / AC\r\n\t\t:ppt ( ing-5 \"milk\"@21:25 / FOOD )\r\n\t\t:until ( cond-6-0 \"until thickened\"@26:41 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"season\"@47:53 / AC\r\n\t\t:ppt ( ing-6 \"salt\"@59:63 / FOOD )\r\n\t\t:ppt ( ing-7 \"pepper\"@68:74 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Pour over the carrots, onions, and cheese in the baking dish.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( \"the carrots\"@13:24 / FOOD )\r\n\t\t:gol ( \"onions\"@26:32 / FOOD )\r\n\t\t:gol ( \"cheese\"@38:44 / FOOD )\r\n\t\t:loc ( tool-7-0 \"the baking dish\"@48:63 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Melt 1 tablespoon butter in a small pot, and mix in bread crumbs.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-8 \"1 tablespoon butter\"@8:27 / FOOD )\r\n\t\t:loc ( tool-8-0 \"a small pot\"@31:42 / TOOL )\r\n\t)\r\n\t:inform ( ac-8-1 \"mix in\"@48:54 / AC\r\n\t\t:ppt ( ing-9 \"bread crumbs\"@55:67 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Sprinkle evenly in the baking dish.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:loc ( tool-9-0 \"the baking dish\"@22:37 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Bake 20 minutes in the preheated oven, or until bubbly and lightly browned.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-10-0 \"20 minutes\"@9:19 / DUR )\r\n\t\t:loc ( tool-10-0 \"the preheated oven\"@23:41 / TOOL )\r\n\t\t:until ( cond-10-0 \"until bubbly and lightly browned\"@46:78 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/129_Best_Ever_Tuna_Salad.json b/ai_talks/AMUseBotBackend/recipe/129_Best_Ever_Tuna_Salad.json new file mode 100644 index 0000000..4844e82 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/129_Best_Ever_Tuna_Salad.json @@ -0,0 +1,114 @@ +{ + "id": "129", + "title": "Best Ever Tuna Salad", + "content": [ + { + "id": "ing-0", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-0 \"2 eggs\" )" + }, + { + "id": "ing-1", + "text": "1 (12 ounce) can white tuna", + "type": "ingredient", + "eamr": "( ing-1 \"1 (12 ounce) can white tuna\" )" + }, + { + "id": "ing-2", + "text": "1 (6 ounce) can crabmeat, shredded", + "type": "ingredient", + "eamr": "( ing-2 \"1 (6 ounce) can crabmeat, shredded\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup mayonnaise\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon sour cream", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon sour cream\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon yellow mustard", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon yellow mustard\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon dried dill weed", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon dried dill weed\" )" + }, + { + "id": "ing-7", + "text": "1/8 teaspoon lemon pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1/8 teaspoon lemon pepper\" )" + }, + { + "id": "ing-8", + "text": "2 tablespoons dill pickle relish", + "type": "ingredient", + "eamr": "( ing-8 \"2 tablespoons dill pickle relish\" )" + }, + { + "id": "ing-9", + "text": "2 tablespoons sweet pickle relish", + "type": "ingredient", + "eamr": "( ing-9 \"2 tablespoons sweet pickle relish\" )" + }, + { + "id": "ing-10", + "text": "3/4 cup finely chopped onion", + "type": "ingredient", + "eamr": "( ing-10 \"3/4 cup finely chopped onion\" )" + }, + { + "id": "inst-0", + "text": "0) Place eggs in a saucepan and cover with cold water.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"eggs\"@9:13 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a saucepan\"@17:27 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"cover\"@32:37 / AC\r\n\t\t:ppt ( \"cold water\"@43:53 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring water to a boil and immediately remove from heat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@20:24 / AC\r\n\t\t:ppt ( \"water\"@9:14 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"remove\"@41:47 / AC\r\n\t\t:source ( \"heat\"@53:57 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cover and let eggs stand in hot water for 10 to 12 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"stand\"@22:27 / AC\r\n\t\t:pag ( \"eggs\"@17:21 / FOOD )\r\n\t\t:loc ( \"hot water\"@31:40 / FOOD )\r\n\t\t:duration ( dur-2-0 \"10 to 12 minutes\"@45:61 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove from hot water, cool, peel and chop finely.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"hot water\"@15:24 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cool\"@26:30 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"peel\"@32:36 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-3 \"chop\"@41:45 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a mixing bowl, combine tuna, crabmeat, mayonnaise, sour cream and mustard.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( ing-1 \"tuna\"@29:33 / FOOD )\r\n\t\t:ppt ( ing-2 \"crabmeat\"@35:43 / FOOD )\r\n\t\t:ppt ( ing-3 \"mayonnaise\"@45:55 / FOOD )\r\n\t\t:ppt ( ing-4 \"sour cream\"@57:67 / FOOD )\r\n\t\t:ppt ( ing-5 \"mustard\"@72:79 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in chopped egg, dill weed, lemon pepper, dill and sweet relish and chopped onion.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"chopped egg\"@11:22 / FOOD )\r\n\t\t:ppt ( ing-6 \"dill weed\"@24:33 / FOOD )\r\n\t\t:ppt ( ing-7 \"lemon pepper\"@35:47 / FOOD )\r\n\t\t:ppt ( \"dill and sweet relish\"@49:70 / FOOD \r\n\t\t\t:ref ing-8\r\n\t\t\t:ref ing-9)\r\n\t\t:ppt ( ing-10 \"chopped onion\"@75:88 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Mix thoroughly.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/130_Adriennes_Tom_Ka_Gai.json b/ai_talks/AMUseBotBackend/recipe/130_Adriennes_Tom_Ka_Gai.json new file mode 100644 index 0000000..a681d71 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/130_Adriennes_Tom_Ka_Gai.json @@ -0,0 +1,126 @@ +{ + "id": "130", + "title": "Adriennes Tom Ka Gai", + "content": [ + { + "id": "ing-0", + "text": "2 teaspoons peanut oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 teaspoons peanut oil\" )" + }, + { + "id": "ing-1", + "text": "2 cloves garlic, thinly sliced", + "type": "ingredient", + "eamr": "( ing-1 \"2 cloves garlic, thinly sliced\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons grated fresh ginger root", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons grated fresh ginger root\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup chopped lemon grass", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup chopped lemon grass\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons crushed red pepper", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons crushed red pepper\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon ground coriander", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon ground coriander\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon ground cumin", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon ground cumin\" )" + }, + { + "id": "ing-7", + "text": "1 skinless, boneless chicken breast halves - cut into thin strips", + "type": "ingredient", + "eamr": "( ing-7 \"1 skinless, boneless chicken breast halves - cut into thin strips\" )" + }, + { + "id": "ing-8", + "text": "1 onion, thinly sliced", + "type": "ingredient", + "eamr": "( ing-8 \"1 onion, thinly sliced\" )" + }, + { + "id": "ing-9", + "text": "2 cups bok choy, shredded", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups bok choy, shredded\" )" + }, + { + "id": "ing-10", + "text": "4 cups water", + "type": "ingredient", + "eamr": "( ing-10 \"4 cups water\" )" + }, + { + "id": "ing-11", + "text": "1 (10 ounce) can coconut milk", + "type": "ingredient", + "eamr": "( ing-11 \"1 (10 ounce) can coconut milk\" )" + }, + { + "id": "ing-12", + "text": "1/4 cup fish sauce", + "type": "ingredient", + "eamr": "( ing-12 \"1/4 cup fish sauce\" )" + }, + { + "id": "ing-13", + "text": "1/4 cup chopped fresh cilantro", + "type": "ingredient", + "eamr": "( ing-13 \"1/4 cup chopped fresh cilantro\" )" + }, + { + "id": "inst-0", + "text": "0) In a large saucepan over medium heat, heat peanut oil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"heat\"@41:45 / AC\r\n\t\t:ppt ( ing-0 \"peanut oil\"@46:56 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large saucepan\"@6:22 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@28:39 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in garlic, ginger, lemon grass, red pepper, coriander and cumin and cook until fragrant, 2 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"garlic\"@11:17 / FOOD )\r\n\t\t:ppt ( ing-2 \"ginger\"@19:25 / FOOD )\r\n\t\t:ppt ( ing-3 \"lemon grass\"@27:38 / FOOD )\r\n\t\t:ppt ( ing-4 \"red pepper\"@40:50 / FOOD )\r\n\t\t:ppt ( ing-5 \"coriander\"@52:61 / FOOD )\r\n\t\t:ppt ( ing-6 \"cumin\"@66:71 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@76:80 / AC\r\n\t\t:until ( cond-1-0 \"until fragrant\"@81:95 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-1-0 \"2 minutes\"@97:106 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in chicken and onion and cook, stirring, until chicken is white and onion is translucent, 5 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-7 \"chicken\"@11:18 / FOOD )\r\n\t\t:ppt ( ing-8 \"onion\"@23:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"cook, stirring\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until chicken is white and onion is translucent\"@49:96 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"5 minutes\"@98:107 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir in bok choy and cook until it begins to wilt, 5 to 10 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-9 \"bok choy\"@11:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cook\"@24:28 / AC\r\n\t\t:until ( cond-3-0 \"until it begins to wilt\"@29:52 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-3-0 \"5 to 10 minutes\"@54:69 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in water, coconut milk, fish sauce and cilantro.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-10 \"water\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-11 \"coconut milk\"@18:30 / FOOD )\r\n\t\t:ppt ( ing-12 \"fish sauce\"@32:42 / FOOD )\r\n\t\t:ppt ( ing-13 \"cilantro\"@47:55 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Simmer until chicken is thoroughly cooked and flavors are well blended, 30 minutes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Simmer\"@3:9 / AC\r\n\t\t:until ( cond-5-0 \"until chicken is thoroughly cooked and flavors are well blended\"@10:73 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-5-0 \"30 minutes\"@75:85 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/131_Broccoli_Coleslaw.json b/ai_talks/AMUseBotBackend/recipe/131_Broccoli_Coleslaw.json new file mode 100644 index 0000000..6b95ca7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/131_Broccoli_Coleslaw.json @@ -0,0 +1,84 @@ +{ + "id": "131", + "title": "Broccoli Coleslaw", + "content": [ + { + "id": "ing-0", + "text": "1 cup olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup olive oil\" )" + }, + { + "id": "ing-1", + "text": "1/3 cup distilled white vinegar", + "type": "ingredient", + "eamr": "( ing-1 \"1/3 cup distilled white vinegar\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "1 (3 ounce) package chicken flavored ramen noodles, crushed, seasoning packet reserved", + "type": "ingredient", + "eamr": "( ing-3 \"1 (3 ounce) package chicken flavored ramen noodles, crushed, seasoning packet reserved\" )" + }, + { + "id": "ing-4", + "text": "1 large head fresh broccoli, diced", + "type": "ingredient", + "eamr": "( ing-4 \"1 large head fresh broccoli, diced\" )" + }, + { + "id": "ing-5", + "text": "2 carrots, grated", + "type": "ingredient", + "eamr": "( ing-5 \"2 carrots, grated\" )" + }, + { + "id": "ing-6", + "text": "2 bunches green onions, chopped", + "type": "ingredient", + "eamr": "( ing-6 \"2 bunches green onions, chopped\" )" + }, + { + "id": "ing-7", + "text": "1 cup sunflower seeds", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup sunflower seeds\" )" + }, + { + "id": "inst-0", + "text": "0) In a small bowl combine oil, vinegar, sugar and the seasoning packet from the ramen noodles.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@19:26 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@27:30 / FOOD )\r\n\t\t:ppt ( ing-1 \"vinegar\"@32:39 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar\"@41:46 / FOOD )\r\n\t\t:ppt ( ing-3 \"the seasoning packet from the ramen noodles\"@51:94 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Mix well and refrigerate at least one hour before serving, or overnight.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"refrigerate\"@16:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"at least one hour\"@28:45 / DUR )\r\n\t\t:duration ( dur-1-1 \"overnight\"@65:74 / DUR )\r\n\t\t:duration ( cond-1-0 \"before serving\"@46:60 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large bowl combine broccoli, carrots, green onions and sunflower seeds.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@19:26 / AC\r\n\t\t:ppt ( ing-4 \"broccoli\"@27:35 / FOOD )\r\n\t\t:ppt ( ing-5 \"carrots\"@37:44 / FOOD )\r\n\t\t:ppt ( ing-6 \"green onions\"@46:58 / FOOD )\r\n\t\t:ppt ( ing-7 \"sunflower seeds\"@63:78 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Crush ramen noodles and stir in.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Crush\"@3:8 / AC\r\n\t\t:ppt ( ing-3 \"ramen noodles\"@9:22 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"stir in\"@27:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pour dressing over salad about 10 minutes before serving.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"dressing\"@8:16 / FOOD )\r\n\t\t:gol ( \"salad\"@22:27 / FOOD )\r\n\t\t:duration ( dur-4-0 \"10 minutes\"@34:44 / DUR )\r\n\t\t:duration ( cond-4-0 \"before serving\"@45:59 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/132_Dads_Kickin_Jamaican_Wings_Mon.json b/ai_talks/AMUseBotBackend/recipe/132_Dads_Kickin_Jamaican_Wings_Mon.json new file mode 100644 index 0000000..2f435ed --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/132_Dads_Kickin_Jamaican_Wings_Mon.json @@ -0,0 +1,78 @@ +{ + "id": "132", + "title": "Dads Kickin Jamaican Wings Mon", + "content": [ + { + "id": "ing-0", + "text": "3 tablespoons Jamaican jerk seasoning blend", + "type": "ingredient", + "eamr": "( ing-0 \"3 tablespoons Jamaican jerk seasoning blend\" )" + }, + { + "id": "ing-1", + "text": "3 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-1 \"3 tablespoons vegetable oil\" )" + }, + { + "id": "ing-2", + "text": "3 cloves garlic, diced", + "type": "ingredient", + "eamr": "( ing-2 \"3 cloves garlic, diced\" )" + }, + { + "id": "ing-3", + "text": "1 (1 inch) piece peeled fresh ginger, diced", + "type": "ingredient", + "eamr": "( ing-3 \"1 (1 inch) piece peeled fresh ginger, diced\" )" + }, + { + "id": "ing-4", + "text": "1 bunch green onions, chopped", + "type": "ingredient", + "eamr": "( ing-4 \"1 bunch green onions, chopped\" )" + }, + { + "id": "ing-5", + "text": "12 slices pickled jalapeno peppers", + "type": "ingredient", + "eamr": "( ing-5 \"12 slices pickled jalapeno peppers\" )" + }, + { + "id": "ing-6", + "text": "4 pounds chicken wings", + "type": "ingredient", + "eamr": "( ing-6 \"4 pounds chicken wings\" )" + }, + { + "id": "inst-0", + "text": "0) Place the jerk seasoning, oil, garlic, ginger, green onions, and jalapeno slices in a blender, and blend until thick and smooth.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the jerk seasoning\"@9:27 / FOOD )\r\n\t\t:ppt ( ing-1 \"oil\"@29:32 / FOOD )\r\n\t\t:ppt ( ing-2 \"garlic\"@34:40 / FOOD )\r\n\t\t:ppt ( ing-3 \"ginger\"@42:48 / FOOD )\r\n\t\t:ppt ( ing-4 \"green onions\"@50:62 / FOOD )\r\n\t\t:ppt ( ing-5 \"jalapeno slices\"@68:83 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a blender\"@87:96 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"blend\"@102:107 / AC\r\n\t\t:until ( cond-0-0 \"until thick and smooth\"@108:130 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Dunk wings in the mixture, and arrange in single layer on baking sheets.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Dunk\"@3:7 / AC\r\n\t\t:ppt ( ing-6 \"wings\"@8:13 / FOOD )\r\n\t\t:gol ( \"the mixture\"@17:28 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"arrange\"@34:41 / AC\r\n\t\t:loc ( tool-1-0 \"baking sheets\"@61:74 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"single layer\"@45:57 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cover with aluminum foil, and refrigerate 8 hours, or overnight.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( tool-2-0 \"aluminum foil\"@14:27 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"refrigerate\"@33:44 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"8 hours\"@45:52 / DUR )\r\n\t\t:duration ( dur-2-1 \"overnight\"@57:66 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Preheat oven to 300 degrees F (150 degrees C).", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-3-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-3-0 \"300 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-3-1 \"150 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake wings 2 hours in the preheated oven.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( \"wings\"@8:13 / FOOD )\r\n\t\t:duration ( dur-4-0 \"2 hours\"@14:21 / DUR )\r\n\t\t:loc ( tool-4-0 \"the preheated oven\"@25:43 / TOOL )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/133_Cosmopolitan.json b/ai_talks/AMUseBotBackend/recipe/133_Cosmopolitan.json new file mode 100644 index 0000000..596ecb4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/133_Cosmopolitan.json @@ -0,0 +1,54 @@ +{ + "id": "133", + "title": "Cosmopolitan", + "content": [ + { + "id": "ing-0", + "text": "1 (1.5 fluid ounce) jigger vodka", + "type": "ingredient", + "eamr": "( ing-0 \"1 (1.5 fluid ounce) jigger vodka\" )" + }, + { + "id": "ing-1", + "text": "1/2 fluid ounce cointreau", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 fluid ounce cointreau\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon fresh lime juice", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon fresh lime juice\" )" + }, + { + "id": "ing-3", + "text": "1 1/2 fluid ounces cranberry juice", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/2 fluid ounces cranberry juice\" )" + }, + { + "id": "ing-4", + "text": "1 twist lime zest, garnish", + "type": "ingredient", + "eamr": "( ing-4 \"1 twist lime zest, garnish\" )" + }, + { + "id": "inst-0", + "text": "0) Pour all the ingredients into a shaker with lots of ice.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"all the ingredients\"@8:27 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t)\r\n\t\t:gol ( tool-0-0 \"a shaker\"@33:41 / TOOL\r\n\t\t\t:todo ( \"lots of ice\"@47:58 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Shake vigorously for several seconds and strain into a cocktail glass.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Shake\"@3:8 / AC\r\n\t\t:duration ( dur-1-0 \"several seconds\"@24:39 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"strain\"@44:50 / AC\r\n\t\t:gol ( tool-1-0 \"a cocktail glass\"@56:72 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Garnish with a lime twist.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Garnish\"@3:10 / AC\r\n\t\t:ppt ( tool-2-0 \"a lime twist\"@16:28 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/134_Apple_Blueberry_Tarts.json b/ai_talks/AMUseBotBackend/recipe/134_Apple_Blueberry_Tarts.json new file mode 100644 index 0000000..0c95ed6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/134_Apple_Blueberry_Tarts.json @@ -0,0 +1,138 @@ +{ + "id": "134", + "title": "Apple Blueberry Tarts", + "content": [ + { + "id": "ing-0", + "text": "2 medium cooking apples, peeled, cored, and chopped", + "type": "ingredient", + "eamr": "( ing-0 \"2 medium cooking apples, peeled, cored, and chopped\" )" + }, + { + "id": "ing-1", + "text": "2/3 cup fresh or frozen blueberries", + "type": "ingredient", + "eamr": "( ing-1 \"2/3 cup fresh or frozen blueberries\" )" + }, + { + "id": "ing-2", + "text": "1 tablespoon heat-stable granular sugar substitute", + "type": "ingredient", + "eamr": "( ing-2 \"1 tablespoon heat-stable granular sugar substitute\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon apple pie spice or ground allspice", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon apple pie spice or ground allspice\" )" + }, + { + "id": "ing-4", + "text": "1 1/3 cups whole wheat pastry flour", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/3 cups whole wheat pastry flour\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon kosher salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon kosher salt\" )" + }, + { + "id": "ing-6", + "text": "1/3 cup extra-virgin olive oil", + "type": "ingredient", + "eamr": "( ing-6 \"1/3 cup extra-virgin olive oil\" )" + }, + { + "id": "ing-7", + "text": "3 tablespoons low-fat milk", + "type": "ingredient", + "eamr": "( ing-7 \"3 tablespoons low-fat milk\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium bowl combine apples, blueberries, sugar substitute, and the 1/4 teaspoon apple pie spice; set aside.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-0 \"apples\"@28:34 / FOOD )\r\n\t\t:ppt ( ing-1 \"blueberries\"@36:47 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar substitute\"@49:65 / FOOD )\r\n\t\t:ppt ( ing-3 \"the 1/4 teaspoon apple pie spice\"@71:103 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"set aside\"@105:114 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In another medium bowl stir together whole wheat pastry flour, kosher salt, and the 1/8 teaspoon apple pie spice.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"stir together\"@26:39 / AC\r\n\t\t:ppt ( ing-4 \"whole wheat pastry flour\"@40:64 / FOOD )\r\n\t\t:ppt ( ing-5 \"kosher salt\"@66:77 / FOOD )\r\n\t\t:ppt ( ing-3 \"the 1/8 teaspoon apple pie spice\"@83:115 / FOOD )\r\n\t\t:loc ( tool-1-0 \"another medium bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add oil and milk all at once to flour mixture.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"oil\"@7:10 / FOOD )\r\n\t\t:ppt ( ing-7 \"milk\"@15:19 / FOOD )\r\n\t\t:ppt ( \"flour mixture\"@35:48 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir lightly with a fork until dough comes together.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir\"@3:7 / AC\r\n\t\t:instrument ( tool-3-0 \"a fork\"@21:27 / TOOL )\r\n\t\t:until ( cond-3-0 \"until dough comes together\"@28:54 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Divide dough into 6 portions.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Divide\"@3:9 / AC\r\n\t\t:ppt ( \"dough\"@10:15 / FOOD )\r\n\t\t:reshape ( \"6 portions\"@21:31 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Using six 3 1/2- to 4-inch individual tart pans with removable bottoms, press one dough portion on the bottom and up the side of each tart pan.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"press\"@75:80 / AC\r\n\t\t:ppt ( \"one dough portion\"@81:98 / FOOD )\r\n\t\t:loc ( tool-5-0 \"the bottom and up the side of each tart pan\"@102:145 / TOOL )\r\n\t\t:instrument ( tool-5-1 \"six 3 1/2- to 4-inch individual tart pans\"@9:50 / TOOL\r\n\t\t\t:todo ( tool-5-2 \"removable bottoms\"@56:73 / TOOL )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Divide fruit mixture among pastry-lined pans.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Divide\"@3:9 / AC\r\n\t\t:ppt ( \"fruit mixture\"@10:23 / FOOD )\r\n\t\t:loc ( tool-6-0 \"pastry-lined pans\"@30:47 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Place tart pans on a large baking sheet.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( tool-7-0 \"tart pans\"@9:18 / TOOL )\r\n\t\t:gol ( tool-7-1 \"a large baking sheet\"@22:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Place a large piece of foil over tart pans; press down lightly around the edges to seal.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( tool-8-0 \"a large piece of foil\"@9:30 / TOOL )\r\n\t\t:gol ( tool-8-1 \"tart pans\"@36:45 / TOOL )\r\n\t)\r\n\t:inform ( ac-8-1 \"press\"@47:52 / AC\r\n\t\t:prp ( purp-8-0 \"to seal\"@83:90 / PURPOSE_CLAUSE )\r\n\t\t:loc ( tool-8-2 \"the edges\"@73:82 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Bake in a 375 degrees F oven for 20 minutes; remove foil.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-9-0 \"a 375 degrees F oven\"@11:31 / TOOL )\r\n\t\t:duration ( dur-9-0 \"20 minutes\"@36:46 / DUR )\r\n\t)\r\n\t:inform ( ac-9-1 \"remove\"@48:54 / AC\r\n\t\t:ppt ( tool-9-1 \"foil\"@55:59 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Bake about 20 minutes more or until fruit is tender.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-10-0 \"20 minutes\"@15:25 / DUR )\r\n\t\t:until ( cond-10-0 \"until fruit is tender\"@34:55 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Let cool in tart pans on a wire rack for 15 minutes.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"cool\"@8:12 / AC\r\n\t\t:loc ( tool-11-0 \"tart pans\"@16:25 / TOOL )\r\n\t\t:loc ( tool-11-1 \"a wire rack\"@29:40 / TOOL )\r\n\t\t:duration ( dur-11-0 \"15 minutes\"@45:55 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Carefully remove sides of tart pans.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"remove\"@14:20 / AC\r\n\t\t:ppt ( tool-12-0 \"sides of tart pans\"@21:39 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Serve warm or cool.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Serve\"@4:9 / AC )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/135_Butterscotch_Brownies_in_a_Jar.json b/ai_talks/AMUseBotBackend/recipe/135_Butterscotch_Brownies_in_a_Jar.json new file mode 100644 index 0000000..80089ab --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/135_Butterscotch_Brownies_in_a_Jar.json @@ -0,0 +1,102 @@ +{ + "id": "135", + "title": "Butterscotch Brownies in a Jar", + "content": [ + { + "id": "ing-0", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 tablespoons baking powder", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 tablespoons baking powder\" )" + }, + { + "id": "ing-2", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup flaked coconut", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup flaked coconut\" )" + }, + { + "id": "ing-4", + "text": "3/4 cup chopped pecans", + "type": "ingredient", + "eamr": "( ing-4 \"3/4 cup chopped pecans\" )" + }, + { + "id": "ing-5", + "text": "2 cups packed brown sugar", + "type": "ingredient", + "eamr": "( ing-5 \"2 cups packed brown sugar\" )" + }, + { + "id": "ing-6", + "text": "3/4 cup softened butter", + "type": "ingredient", + "eamr": "( ing-6 \"3/4 cup softened butter\" )" + }, + { + "id": "ing-7", + "text": "2 beaten eggs", + "type": "ingredient", + "eamr": "( ing-7 \"2 beaten eggs\" )" + }, + { + "id": "ing-8", + "text": "2 teaspoons of vanilla extract", + "type": "ingredient", + "eamr": "( ing-8 \"2 teaspoons of vanilla extract\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease a 9x13 inch baking pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"a 9x13 inch baking pan\"@10:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Empty jar of brownie mix into a large mixing bowl; stir to break up lumps.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Empty\"@3:8 / AC\r\n\t\t:ppt ( tool-2-0 \"jar of brownie mix\"@-1:-1 / TOOL )\r\n\t\t:gol ( tool-2-1 \"a large mixing bowl\"@-1:-1 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir\"@54:58 / AC\r\n\t\t:prp ( purp-2-0 \"to break up lumps\"@59:76 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add 3/4 cup softened butter, 2 beaten eggs, and 2 teaspoons of vanilla extract; mix until well blended.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"3/4 cup softened butter\"@7:30 / FOOD )\r\n\t\t:ppt ( ing-7 \"2 beaten eggs\"@32:45 / FOOD )\r\n\t\t:ppt ( ing-8 \"2 teaspoons of vanilla extract\"@51:81 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"mix\"@83:86 / AC\r\n\t\t:until ( cond-3-0 \"until well blended\"@87:105 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Spread batter evenly in the prepared pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( \"batter\"@10:16 / FOOD )\r\n\t\t:gol ( tool-4-0 \"the prepared pan\"@27:43 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake for 25 minutes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-5-0 \"25 minutes\"@12:22 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Allow to cool in the pan some before cutting into squares.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"cool\"@12:16 / AC\r\n\t\t:duration ( dur-6-0 \"the pan\"@20:27 / DUR )\r\n\t\t:duration ( cond-6-0 \"before cutting into squares\"@33:60 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/136_Easy_Marinated_Vegetables.json b/ai_talks/AMUseBotBackend/recipe/136_Easy_Marinated_Vegetables.json new file mode 100644 index 0000000..b278b86 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/136_Easy_Marinated_Vegetables.json @@ -0,0 +1,84 @@ +{ + "id": "136", + "title": "Easy Marinated Vegetables", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups broccoli florets", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups broccoli florets\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 cups cauliflower florets", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 cups cauliflower florets\" )" + }, + { + "id": "ing-2", + "text": "1 green bell pepper, cut into 1 inch pieces", + "type": "ingredient", + "eamr": "( ing-2 \"1 green bell pepper, cut into 1 inch pieces\" )" + }, + { + "id": "ing-3", + "text": "1 cucumber - peeled, seeded and chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 cucumber - peeled, seeded and chopped\" )" + }, + { + "id": "ing-4", + "text": "1 carrot, coarsely chopped", + "type": "ingredient", + "eamr": "( ing-4 \"1 carrot, coarsely chopped\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup Italian-style salad dressing", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup Italian-style salad dressing\" )" + }, + { + "id": "ing-6", + "text": "Bring a large pot of salted water to boil.", + "type": "ingredient", + "eamr": "( ing-6 \"Bring a large pot of salted water to boil.\" )" + }, + { + "id": "ing-7", + "text": "Bring a large pot of salted water to boil.", + "type": "ingredient", + "eamr": "( ing-7 \"Bring a large pot of salted water to boil.\" )" + }, + { + "id": "inst-0", + "text": "0) Bring a large pot of salted water to boil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"boil\"@40:44 / AC\r\n\t\t:ppt ( \"salted water\"@24:36 / FOOD )\r\n\t)\r\n\t:inform ( \"a large pot\"@9:20 / OTHER )\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place the broccoli and cauliflower florets into the boiling water for one minute.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the broccoli\"@9:21 / FOOD )\r\n\t\t:ppt ( ing-1 \"cauliflower florets\"@26:45 / FOOD )\r\n\t\t:gol ( \"the boiling water\"@51:68 / FOOD )\r\n\t\t:duration ( dur-1-0 \"one minute\"@73:83 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Drain and rinse florets.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Drain and rinse\"@3:18 / AC\r\n\t\t:ppt ( \"florets\"@19:26 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Combine broccoli, cauliflower, bell pepper, cucumber, carrot and Italian salad dressing in a medium size mixing bowl.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( \"broccoli\"@11:19 / FOOD )\r\n\t\t:ppt ( \"cauliflower\"@21:32 / FOOD )\r\n\t\t:ppt ( ing-2 \"bell pepper\"@34:45 / FOOD )\r\n\t\t:ppt ( ing-3 \"cucumber\"@47:55 / FOOD )\r\n\t\t:ppt ( ing-4 \"carrot\"@57:63 / FOOD )\r\n\t\t:ppt ( ing-5 \"Italian salad dressing\"@68:90 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a medium size mixing bowl\"@94:119 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cover the bowl and refrigerate the vegetables for one hour.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( tool-4-0 \"the bowl\"@9:17 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"refrigerate\"@22:33 / AC\r\n\t\t:ppt ( \"the vegetables\"@34:48 / FOOD )\r\n\t\t:duration ( dur-4-0 \"one hour\"@53:61 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/137_Chicken_Eileen.json b/ai_talks/AMUseBotBackend/recipe/137_Chicken_Eileen.json new file mode 100644 index 0000000..32692e7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/137_Chicken_Eileen.json @@ -0,0 +1,60 @@ +{ + "id": "137", + "title": "Chicken Eileen", + "content": [ + { + "id": "ing-0", + "text": "1 (6 ounce) package herb-seasoned dry bread stuffing mix", + "type": "ingredient", + "eamr": "( ing-0 \"1 (6 ounce) package herb-seasoned dry bread stuffing mix\" )" + }, + { + "id": "ing-1", + "text": "8 skinless, boneless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-1 \"8 skinless, boneless chicken breast halves\" )" + }, + { + "id": "ing-2", + "text": "16 medium slices mozzarella cheese", + "type": "ingredient", + "eamr": "( ing-2 \"16 medium slices mozzarella cheese\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Prepare stuffing according to package directions.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Prepare\"@3:10 / AC\r\n\t\t:mnr ( \"according to package directions\"@20:51 / OTHER )\r\n\t\t:ppt ( ing-0 \"stuffing\"@11:19 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Wash the chicken, pat dry and pound out to about a 1/2 inch thickness.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Wash\"@3:7 / AC\r\n\t\t:ppt ( ing-1 \"the chicken\"@8:19 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"pat\"@21:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"pound out\"@33:42 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"a 1/2 inch thickness\"@52:72 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place a slice of cheese on each breast, followed by a scoop of prepared stuffing.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-2 \"a slice of cheese\"@9:26 / FOOD )\r\n\t\t:gol ( \"each breast\"@30:41 / FOOD )\r\n\t\t:ppt ( \"a scoop of prepared stuffing\"@55:83 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place stuffed breasts in a lightly greased 9x13 inch baking dish.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"stuffed breasts\"@9:24 / FOOD )\r\n\t\t:gol ( tool-4-0 \"a lightly greased 9x13 inch baking dish\"@28:67 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake at 350 degrees F (175 degrees C) for 25 minutes, or until chicken juices run clear, then place a second slice of cheese over each stuffed chicken, and bake for 2 more minutes, or until cheese is bubbly.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-5-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:heat ( temp-5-1 \"175 degrees C\"@26:39 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"25 minutes\"@45:55 / DUR )\r\n\t\t:until ( cond-5-0 \"until chicken juices run clear\"@60:90 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"place\"@97:102 / AC\r\n\t\t:ppt ( \"a second slice of cheese\"@103:127 / FOOD )\r\n\t\t:gol ( \"each stuffed chicken\"@133:153 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"bake\"@159:163 / AC\r\n\t\t:duration ( dur-5-1 \"2 more minutes\"@168:182 / DUR )\r\n\t\t:until ( cond-5-1 \"until cheese is bubbly\"@187:209 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/138_Fruited_Ice_Cream.json b/ai_talks/AMUseBotBackend/recipe/138_Fruited_Ice_Cream.json new file mode 100644 index 0000000..7dad693 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/138_Fruited_Ice_Cream.json @@ -0,0 +1,54 @@ +{ + "id": "138", + "title": "Fruited Ice Cream", + "content": [ + { + "id": "ing-0", + "text": "2 (14 ounce) cans sweetened condensed milk", + "type": "ingredient", + "eamr": "( ing-0 \"2 (14 ounce) cans sweetened condensed milk\" )" + }, + { + "id": "ing-1", + "text": "5 cups milk", + "type": "ingredient", + "eamr": "( ing-1 \"5 cups milk\" )" + }, + { + "id": "ing-2", + "text": "2 cups heavy cream", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups heavy cream\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "3 cups chopped strawberries", + "type": "ingredient", + "eamr": "( ing-5 \"3 cups chopped strawberries\" )" + }, + { + "id": "inst-0", + "text": "0) Combine condensed milk, milk, cream, vanilla, salt and fruit in freezer canister of ice cream maker.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"condensed milk\"@11:25 / FOOD )\r\n\t\t:ppt ( ing-1 \"milk\"@27:31 / FOOD )\r\n\t\t:ppt ( ing-2 \"cream\"@33:38 / FOOD )\r\n\t\t:ppt ( ing-3 \"vanilla\"@40:47 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@49:53 / FOOD )\r\n\t\t:ppt ( ing-5 \"fruit\"@58:63 / FOOD )\r\n\t\t:loc ( tool-0-0 \"freezer canister of ice cream maker\"@67:102 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Freeze according to manufacturer's directions.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Freeze\"@3:9 / AC\r\n\t\t:mnr ( \"according to manufacturer's directions\"@10:48 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/139_Golden_Cheese_Yeast_Bread.json b/ai_talks/AMUseBotBackend/recipe/139_Golden_Cheese_Yeast_Bread.json new file mode 100644 index 0000000..ab76372 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/139_Golden_Cheese_Yeast_Bread.json @@ -0,0 +1,120 @@ +{ + "id": "139", + "title": "Golden Cheese Yeast Bread", + "content": [ + { + "id": "ing-0", + "text": "6 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"6 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "2 cups shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups shredded Cheddar cheese\" )" + }, + { + "id": "ing-2", + "text": "3 tablespoons sugar", + "type": "ingredient", + "eamr": "( ing-2 \"3 tablespoons sugar\" )" + }, + { + "id": "ing-3", + "text": "2 (.25 ounce) packages active dry yeast", + "type": "ingredient", + "eamr": "( ing-3 \"2 (.25 ounce) packages active dry yeast\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons salt\" )" + }, + { + "id": "ing-5", + "text": "2 cups warm milk", + "type": "ingredient", + "eamr": "( ing-5 \"2 cups warm milk\" )" + }, + { + "id": "ing-6", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-6 \"1 egg\" )" + }, + { + "id": "inst-0", + "text": "0) In a large mixing bowl, combine 3 cups flour, cheese, sugar, yeast and salt.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@27:34 / AC\r\n\t\t:ppt ( ing-0 \"3 cups flour\"@35:47 / FOOD )\r\n\t\t:ppt ( ing-1 \"cheese\"@49:55 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar\"@57:62 / FOOD )\r\n\t\t:ppt ( ing-3 \"yeast\"@64:69 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@74:78 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large mixing bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add milk and egg; beat on low speed until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-5 \"milk\"@7:11 / FOOD )\r\n\t\t:ppt ( ing-6 \"egg\"@16:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"beat\"@21:25 / AC\r\n\t\t:mnr ( \"on low speed\"@29:38 / OTHER )\r\n\t\t:until ( cond-1-0 \"until smooth\"@39:51 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in enough remaining flour to form a soft dough.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"enough remaining flour\"@11:33 / FOOD )\r\n\t\t:prp ( purp-2-0 \"to form a soft dough\"@34:54 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Turn onto a floured surface; knead until smooth and elastic, about 6-8 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Turn\"@3:7 / AC\r\n\t\t:gol ( tool-3-0 \"a floured surface\"@13:30 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"knead\"@32:37 / AC\r\n\t\t:until ( cond-3-0 \"until smooth and elastic\"@38:62 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-3-0 \"6-8 minutes\"@70:81 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place in a greased bowl, turning once to grease top.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-4-0 \"a greased bowl\"@12:26 / TOOL )\r\n\t\t:simultaneous ( ac-4-1 \"turning\"@28:35 / AC\r\n\t\t\t:prp ( purp-4-0 \"to grease top\"@41:54 / PURPOSE_CLAUSE )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cover and let rise in a warm place until doubled, about 1 hour.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cover and let rise\"@3:21 / AC\r\n\t\t:loc ( tool-5-0 \"a warm place\"@25:37 / TOOL )\r\n\t\t:until ( cond-5-0 \"until doubled\"@38:51 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-5-0 \"1 hour\"@59:65 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Punch dough down.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Punch\"@3:8 / AC\r\n\t\t:ppt ( \"dough\"@9:14 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Divide in half and shape into two loaves.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Divide\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"half\"@13:17 / OTHER )\r\n\t)\r\n\t:inform ( ac-7-1 \"shape\"@22:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"two loaves\"@33:43 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Place in two greased 9-in pans.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-8-0 \"two greased 9-in\"@12:28 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cover and let rise until doubled, about 45 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cover and let rise\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-9-0 \"until doubled\"@23:36 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-9-0 \"45 minutes\"@44:54 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Bake at 375 degrees F for 25-30 minutes or until golden brown.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Bake\"@4:8 / AC\r\n\t\t:heat ( temp-10-0 \"375 degrees F\"@12:25 / TEMPERATURE )\r\n\t\t:duration ( dur-10-0 \"25-30 minutes\"@30:43 / DUR )\r\n\t\t:until ( cond-10-0 \"until golden brown\"@47:65 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Remove from pans to cool on wire racks.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Remove\"@4:10 / AC\r\n\t\t:source ( tool-11-0 \"pans\"@16:20 / TOOL )\r\n\t\t:prp ( purp-11-0 \"to cool on wire racks\"@21:42 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/140_Eclairs_II.json b/ai_talks/AMUseBotBackend/recipe/140_Eclairs_II.json new file mode 100644 index 0000000..f6706ca --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/140_Eclairs_II.json @@ -0,0 +1,228 @@ +{ + "id": "140", + "title": "Eclairs II", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup butter", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup butter\" )" + }, + { + "id": "ing-1", + "text": "1 cup water", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup water\" )" + }, + { + "id": "ing-2", + "text": "1 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "4 eggs", + "type": "ingredient", + "eamr": "( ing-4 \"4 eggs\" )" + }, + { + "id": "ing-5", + "text": "1 (5 ounce) package instant vanilla pudding mix", + "type": "ingredient", + "eamr": "( ing-5 \"1 (5 ounce) package instant vanilla pudding mix\" )" + }, + { + "id": "ing-6", + "text": "2 1/2 cups cold milk", + "type": "ingredient", + "eamr": "( ing-6 \"2 1/2 cups cold milk\" )" + }, + { + "id": "ing-7", + "text": "1 cup heavy cream", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup heavy cream\" )" + }, + { + "id": "ing-8", + "text": "1/4 cup confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 cup confectioners' sugar\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-10", + "text": "2 (1 ounce) squares semisweet chocolate", + "type": "ingredient", + "eamr": "( ing-10 \"2 (1 ounce) squares semisweet chocolate\" )" + }, + { + "id": "ing-11", + "text": "2 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-11 \"2 tablespoons butter\" )" + }, + { + "id": "ing-12", + "text": "1 cup confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-12 \"1 cup confectioners' sugar\" )" + }, + { + "id": "ing-13", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-13 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-14", + "text": "3 tablespoons hot water", + "type": "ingredient", + "eamr": "( ing-14 \"3 tablespoons hot water\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 450 degrees F (230 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"450 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"230 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease a cookie sheet.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"a cookie sheet\"@10:24 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a medium saucepan, combine 1/2 cup butter and 1 cup water.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@25:32 / AC\r\n\t\t:ppt ( ing-0 \"1/2 cup butter\"@33:47 / FOOD )\r\n\t\t:ppt ( ing-1 \"1 cup water\"@52:63 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a medium saucepan\"@6:23 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Bring to a boil, stirring until butter melts completely.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-3-1 \"stirring\"@20:28 / AC\r\n\t\t\t:until ( cond-3-0 \"until butter melts completely\"@29:58 / CONDITION_CLAUSE )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Reduce heat to low, and add flour and salt.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t\t:gol ( temp-4-0 \"low\"@18:21 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-4-1 \"add\"@27:30 / AC\r\n\t\t:ppt ( ing-2 \"flour\"@31:36 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@41:45 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir vigorously until mixture leaves the sides of the pan and begins to form a stiff ball.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir\"@3:7 / AC\r\n\t\t:until ( cond-5-0 \"until mixture leaves the sides of the pan and begins to form a stiff ball\"@19:92 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Remove from heat.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Add eggs, one at a time, beating well to incorporate completely after each addition.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Add\"@3:6 / AC\r\n\t\t:heat ( \"one at a time\"@13:26 / OTHER )\r\n\t\t:ppt ( ing-4 \"eggs\"@7:11 / FOOD )\r\n\t\t:simultaneous ( ac-7-1 \"beating\"@28:35 / AC\r\n\t\t\t:prp ( purp-7-0 \"to incorporate completely after each addition\"@41:86 / PURPOSE_CLAUSE )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) With a spoon or a pastry bag fitted with a No. 10, or larger, tip, spoon or pipe dough onto cookie sheet in 1 1/2 x 4 inch strips.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"tip, spoon or pipe\"@65:83 / AC\r\n\t\t:ppt ( \"dough\"@84:89 / FOOD )\r\n\t\t:gol ( tool-8-0 \"cookie sheet\"@95:107 / TOOL )\r\n\t\t:instrument ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:op ( tool-8-1 \"a spoon\"@8:15 / TOOL )\r\n\t\t\t:op ( tool-8-2 \"a pastry bag\"@19:31 / TOOL )\r\n\t\t)\r\n\t\t:reshape ( \"1 1/2 x 4 inch strips\"@111:132 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Bake 15 minutes in the preheated oven, then reduce heat to 325 degrees F (165 degrees C) and bake 20 minutes more, until hollow sounding when lightly tapped on the bottom.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-9-0 \"15 minutes\"@8:18 / DUR )\r\n\t\t:loc ( tool-9-0 \"the preheated oven\"@22:40 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"reduce\"@47:53 / AC\r\n\t\t:ppt ( \"heat\"@54:58 / OTHER )\r\n\t\t:heat ( temp-9-0 \"165 degrees C\"@77:90 / TEMPERATURE )\r\n\t\t:gol ( temp-9-1 \"325 degrees F\"@62:75 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-9-2 \"bake\"@96:100 / AC\r\n\t\t:duration ( dur-9-1 \"20 minutes\"@101:111 / DUR )\r\n\t\t:until ( cond-9-0 \"until hollow sounding when lightly tapped on the bottom\"@118:173 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Cool completely on a wire rack.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cool\"@4:8 / AC\r\n\t\t:loc ( tool-10-0 \"a wire rack\"@23:34 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) For the filling, combine pudding mix and milk in medium bowl according to package directions.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"combine\"@21:28 / AC\r\n\t\t:subtask ( \"For the filling\"@4:19 / FOOD )\r\n\t\t:ppt ( ing-5 \"pudding mix\"@29:40 / FOOD )\r\n\t\t:ppt ( ing-6 \"milk\"@45:49 / FOOD )\r\n\t\t:loc ( tool-11-0 \"medium bowl\"@53:64 / TOOL )\r\n\t\t:mnr ( \"according to package directions\"@65:96 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) In a separate bowl, beat the cream with an electric mixer until soft peaks form.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"beat\"@24:28 / AC\r\n\t\t:ppt ( ing-7 \"the cream\"@29:38 / FOOD )\r\n\t\t:instrument ( tool-12-0 \"an electric mixer\"@44:61 / TOOL )\r\n\t\t:until ( cond-12-0 \"until soft peaks form\"@62:83 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-12-1 \"a separate bowl\"@7:22 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Beat in 1/4 cup confectioners' sugar and 1 teaspoon vanilla.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Beat in\"@4:11 / AC\r\n\t\t:ppt ( ing-8 \"1/4 cup confectioners' sugar\"@12:40 / FOOD )\r\n\t\t:ppt ( ing-9 \"1 teaspoon vanilla\"@45:63 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Fold whipped cream into pudding.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Fold\"@4:8 / AC\r\n\t\t:ppt ( \"whipped cream\"@9:22 / FOOD )\r\n\t\t:reshape ( \"pudding\"@28:35 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Cut tops off of cooled pastry shells with a sharp knife.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Cut\"@4:7 / AC\r\n\t\t:ppt ( \"tops\"@8:12 / OTHER )\r\n\t\t:source ( \"cooled pastry shells\"@20:40 / FOOD )\r\n\t\t:instrument ( tool-15-0 \"a sharp knife\"@46:59 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Fill shells with pudding mixture and replace tops.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Fill\"@4:8 / AC\r\n\t\t:gol ( \"shells\"@9:15 / FOOD )\r\n\t\t:ppt ( \"pudding mixture\"@21:36 / FOOD )\r\n\t)\r\n\t:inform ( ac-16-1 \"replace\"@41:48 / AC\r\n\t\t:ppt ( \"tops\"@49:53 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) For the icing, melt the chocolate and 2 tablespoons butter in a medium saucepan over low heat.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"melt\"@19:23 / AC\r\n\t\t:subtask ( \"For the icing\"@4:17 / FOOD )\r\n\t\t:ppt ( ing-10 \"the chocolate\"@24:37 / FOOD )\r\n\t\t:ppt ( ing-11 \"2 tablespoons butter\"@42:62 / FOOD )\r\n\t\t:loc ( tool-17-0 \"a medium saucepan\"@66:83 / TOOL )\r\n\t\t:heat ( temp-17-0 \"low heat\"@89:97 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Stir in 1 cup confectioners' sugar and 1 teaspoon vanilla.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( ing-12 \"1 cup confectioners' sugar\"@12:38 / FOOD )\r\n\t\t:ppt ( ing-13 \"1 teaspoon vanilla\"@43:61 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-19", + "text": "19) Stir in hot water, one tablespoon at a time, until icing is smooth and has reached desired consistency.", + "type": "instruction", + "eamr": "( inst-19 / R\r\n\t:inform ( ac-19-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( ing-14 \"hot water\"@12:21 / FOOD )\r\n\t\t:mnr ( \"one tablespoon at a time\"@23:47 / OTHER )\r\n\t\t:until ( cond-19-0 \"until icing is smooth and has reached desired consistency\"@49:106 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-20", + "text": "20) Remove from heat, cool slightly, and drizzle over filled eclairs.", + "type": "instruction", + "eamr": "( inst-20 / R\r\n\t:inform ( ac-20-0 \"Remove\"@4:10 / AC\r\n\t\t:source ( \"heat\"@16:20 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-20-1 \"cool\"@22:26 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-20-2 \"drizzle\"@41:48 / AC\r\n\t\t:gol ( \"filled eclairs\"@54:68 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-21", + "text": "21) Refrigerate until serving.", + "type": "instruction", + "eamr": "( inst-21 / R\r\n\t:inform ( ac-21-0 \"Refrigerate\"@4:15 / AC\r\n\t\t:until ( cond-21-0 \"until serving\"@16:29 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/141_Caramelized_Apple_Bites.json b/ai_talks/AMUseBotBackend/recipe/141_Caramelized_Apple_Bites.json new file mode 100644 index 0000000..a17b231 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/141_Caramelized_Apple_Bites.json @@ -0,0 +1,48 @@ +{ + "id": "141", + "title": "Caramelized Apple Bites", + "content": [ + { + "id": "ing-0", + "text": "6 individually wrapped caramels, unwrapped and chopped", + "type": "ingredient", + "eamr": "( ing-0 \"6 individually wrapped caramels, unwrapped and chopped\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons light corn syrup", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons light corn syrup\" )" + }, + { + "id": "ing-2", + "text": "2 apples - peeled, cored and diced", + "type": "ingredient", + "eamr": "( ing-2 \"2 apples - peeled, cored and diced\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium microwave safe bowl, place the caramels and light corn syrup.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"place\"@36:41 / AC\r\n\t\t:ppt ( ing-0 \"the caramels\"@42:54 / FOOD )\r\n\t\t:ppt ( ing-1 \"light corn syrup\"@59:75 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a medium microwave safe bowl\"@6:34 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Microwave on high heat approximately 30 seconds, until melted.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Microwave\"@3:12 / AC\r\n\t\t:heat ( temp-1-0 \"high heat\"@16:25 / TEMPERATURE )\r\n\t\t:duration ( dur-1-0 \"30 seconds\"@40:50 / DUR )\r\n\t\t:until ( cond-1-0 \"until melted\"@52:64 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place apples in the bowl, and toss until coated with the caramel and light corn syrup mixture.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-2 \"apples\"@9:15 / FOOD )\r\n\t\t:gol ( tool-2-0 \"the bowl\"@19:27 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"toss\"@33:37 / AC\r\n\t\t:until ( cond-2-0 \"until coated with the caramel and light corn syrup mixture\"@38:96 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Allow to cool before serving.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"cool\"@12:16 / AC\r\n\t\t:duration ( cond-3-0 \"before serving\"@17:31 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/142_Badische_Schupfnudeln_Potato_Noodles.json b/ai_talks/AMUseBotBackend/recipe/142_Badische_Schupfnudeln_Potato_Noodles.json new file mode 100644 index 0000000..e2ad50d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/142_Badische_Schupfnudeln_Potato_Noodles.json @@ -0,0 +1,126 @@ +{ + "id": "142", + "title": "Badische Schupfnudeln Potato Noodles", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 pounds russet potatoes", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 pounds russet potatoes\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-2 \"1 egg\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon chopped fresh parsley\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon freshly ground nutmeg", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon freshly ground nutmeg\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup lard or other cooking fat", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup lard or other cooking fat\" )" + }, + { + "id": "inst-0", + "text": "0) Place whole potatoes in their skins into a large pot of boiling water; boil for 25 to 30 minutes.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"whole potatoes\"@9:23 / FOOD )\r\n\t\t:gol ( \"a large pot of boiling water\"@44:72 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-1 \"boil\"@74:78 / AC\r\n\t\t:duration ( dur-0-0 \"25 to 30 minutes\"@83:99 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Remove potatoes, and discard water.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"potatoes\"@10:18 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"discard\"@24:31 / AC\r\n\t\t:ppt ( \"water\"@32:37 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) When cool enough to handle, peel potatoes, and place on a lightly floured surface.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"peel\"@31:35 / AC\r\n\t\t:when ( cond-2-0 \"When cool enough to handle\"@3:29 / CONDITION_CLAUSE )\r\n\t\t:ppt ( \"potatoes\"@36:44 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"place\"@50:55 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-2-0 \"a lightly floured surface\"@59:84 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mash potatoes with a rolling pin.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mash\"@3:7 / AC\r\n\t\t:ppt ( \"potatoes\"@8:16 / FOOD )\r\n\t\t:instrument ( tool-3-0 \"a rolling pin\"@22:35 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place mashed potatoes into a large bowl.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"mashed potatoes\"@9:24 / FOOD )\r\n\t\t:gol ( tool-4-0 \"a large bowl\"@30:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in flour, egg, parsley, salt, and nutmeg.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-2 \"egg\"@18:21 / FOOD )\r\n\t\t:ppt ( ing-3 \"parsley\"@23:30 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@32:36 / FOOD )\r\n\t\t:ppt ( ing-5 \"nutmeg\"@42:48 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Knead well to form a smooth dough.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Knead\"@3:8 / AC\r\n\t\t:prp ( purp-6-0 \"to form a smooth dough\"@14:36 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Then roll out the dough to a thickness of about 1/2 inch.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"roll out\"@8:16 / AC\r\n\t\t:ppt ( \"the dough\"@17:26 / FOOD )\r\n\t\t:reshape ( \"a thickness of about 1/2 inch\"@30:59 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cut flattened dough into thin strips, about 1 1/2 inches long.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( \"flattened dough\"@7:22 / FOOD )\r\n\t\t:reshape ( \"thin strips\"@28:39 / FOOD\r\n\t\t\t:todo ( \"1 1/2 inches long\"@47:64 / OTHER )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Gently roll out the strips, or stretch them until the ends taper.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"roll out\"@10:18 / AC\r\n\t\t:ppt ( \"the strips\"@19:29 / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"stretch\"@34:41 / AC\r\n\t\t:ppt ( \"them\"@42:46 / PRONOUN )\r\n\t\t:until ( cond-9-0 \"until the ends taper\"@47:67 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Set aside for 15 minutes.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Set aside\"@4:13 / AC\r\n\t\t:duration ( dur-10-0 \"15 minutes\"@18:28 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) In a large skillet, heat lard over medium heat.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"heat\"@24:28 / AC\r\n\t\t:ppt ( ing-6 \"lard\"@29:33 / FOOD )\r\n\t\t:heat ( temp-11-0 \"medium heat\"@39:50 / TEMPERATURE )\r\n\t\t:loc ( tool-11-0 \"a large skillet\"@7:22 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Place the potato strips into the skillet, and fry until golden brown on both sides.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"the potato strips\"@10:27 / FOOD )\r\n\t\t:gol ( tool-12-0 \"the skillet\"@33:44 / TOOL )\r\n\t)\r\n\t:inform ( ac-12-1 \"fry\"@50:53 / AC\r\n\t\t:until ( cond-12-0 \"until golden brown on both sides\"@54:86 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/143_Flavorful_Rice_Dressing_2.json b/ai_talks/AMUseBotBackend/recipe/143_Flavorful_Rice_Dressing_2.json new file mode 100644 index 0000000..3e22453 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/143_Flavorful_Rice_Dressing_2.json @@ -0,0 +1,144 @@ +{ + "id": "143", + "title": "Flavorful Rice Dressing 2", + "content": [ + { + "id": "ing-0", + "text": "7 slices day-old bread, torn", + "type": "ingredient", + "eamr": "( ing-0 \"7 slices day-old bread, torn\" )" + }, + { + "id": "ing-1", + "text": "1 cup torn corn bread", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup torn corn bread\" )" + }, + { + "id": "ing-2", + "text": "2/3 cup hot water", + "type": "ingredient", + "eamr": "( ing-2 \"2/3 cup hot water\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup thinly sliced celery", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup thinly sliced celery\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup chopped onion\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup sliced fresh mushrooms", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup sliced fresh mushrooms\" )" + }, + { + "id": "ing-6", + "text": "1 tablespoon vegetable oil", + "type": "ingredient", + "eamr": "( ing-6 \"1 tablespoon vegetable oil\" )" + }, + { + "id": "ing-7", + "text": "1 cup firmly packed sliced fresh spinach", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup firmly packed sliced fresh spinach\" )" + }, + { + "id": "ing-8", + "text": "1 cup cooked long-grain rice", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup cooked long-grain rice\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup cooked wild rice", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup cooked wild rice\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup orange juice", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup orange juice\" )" + }, + { + "id": "ing-11", + "text": "1 egg, beaten", + "type": "ingredient", + "eamr": "( ing-11 \"1 egg, beaten\" )" + }, + { + "id": "ing-12", + "text": "2 teaspoons rubbed sage", + "type": "ingredient", + "eamr": "( ing-12 \"2 teaspoons rubbed sage\" )" + }, + { + "id": "ing-13", + "text": "1/2 teaspoon dried thyme", + "type": "ingredient", + "eamr": "( ing-13 \"1/2 teaspoon dried thyme\" )" + }, + { + "id": "ing-14", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-14 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-15", + "text": "1/4 teaspoon sugar", + "type": "ingredient", + "eamr": "( ing-15 \"1/4 teaspoon sugar\" )" + }, + { + "id": "ing-16", + "text": "1/4 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-16 \"1/4 teaspoon pepper\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, lightly toss bread and water.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"toss\"@28:32 / AC\r\n\t\t:ppt ( \"bread\"@33:38 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t)\r\n\t\t:ppt ( ing-2 \"water\"@43:48 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a skillet, saute celery, onion and mushrooms in oil until tender, stirring constantly.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"saute\"@17:22 / AC\r\n\t\t:ppt ( ing-3 \"celery\"@23:29 / FOOD )\r\n\t\t:ppt ( ing-4 \"onion\"@31:36 / FOOD )\r\n\t\t:ppt ( ing-5 \"mushrooms\"@41:50 / FOOD )\r\n\t\t:loc ( ing-6 \"oil\"@54:57 / FOOD )\r\n\t\t:until ( cond-1-0 \"until tender\"@58:70 / CONDITION_CLAUSE )\r\n\t\t:simultaneous ( ac-1-1 \"stirring\"@72:80 / AC )\r\n\t\t:loc ( tool-1-0 \"a skillet\"@6:15 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir into bread mixture.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( \"bread mixture\"@13:26 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add remaining ingredients; mix well.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"remaining ingredients\"@7:28 / FOOD\r\n\t\t\t:ref ( ing-7 )\r\n\t\t\t:ref ( ing-8 )\r\n\t\t\t:ref ( ing-9 )\r\n\t\t\t:ref ( ing-10 )\r\n\t\t\t:ref ( ing-11 )\r\n\t\t\t:ref ( ing-12 )\r\n\t\t\t:ref ( ing-13 )\r\n\t\t\t:ref ( ing-14 )\r\n\t\t\t:ref ( ing-15 )\r\n\t\t\t:ref ( ing-16 )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"mix\"@30:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place in a greased 2-qt casserole.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-4-0 \"a greased 2-qt casserole\"@12:36 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cover and bake at 350 degrees F (176 degrees C) for 30 minutes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"bake\"@13:17 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-5-0 \"350 degrees F\"@21:34 / TEMPERATURE )\r\n\t\t:heat ( temp-5-1 \"176 degrees C\"@-1:-1 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"30 minutes\"@-1:-1 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/144_Baked_Apple_Oatmeal.json b/ai_talks/AMUseBotBackend/recipe/144_Baked_Apple_Oatmeal.json new file mode 100644 index 0000000..0e9eba1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/144_Baked_Apple_Oatmeal.json @@ -0,0 +1,90 @@ +{ + "id": "144", + "title": "Baked Apple Oatmeal", + "content": [ + { + "id": "ing-0", + "text": "4 cups milk", + "type": "ingredient", + "eamr": "( ing-0 \"4 cups milk\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup packed brown sugar\" )" + }, + { + "id": "ing-2", + "text": "2 teaspoons butter or margarine", + "type": "ingredient", + "eamr": "( ing-2 \"2 teaspoons butter or margarine\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-5", + "text": "2 cups old-fashioned oats", + "type": "ingredient", + "eamr": "( ing-5 \"2 cups old-fashioned oats\" )" + }, + { + "id": "ing-6", + "text": "2 cups chopped, peeled apples", + "type": "ingredient", + "eamr": "( ing-6 \"2 cups chopped, peeled apples\" )" + }, + { + "id": "ing-7", + "text": "1 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup chopped walnuts\" )" + }, + { + "id": "ing-8", + "text": "1 cup raisins", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup raisins\" )" + }, + { + "id": "ing-9", + "text": "1 cup wheat germ", + "type": "ingredient", + "eamr": "( ing-9 \"1 cup wheat germ\" )" + }, + { + "id": "inst-0", + "text": "0) In a saucepan, heat milk, brown sugar, butter, salt and cinnamon.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"heat\"@18:22 / AC\r\n\t\t:ppt ( ing-0 \"milk\"@23:27 / FOOD )\r\n\t\t:ppt ( ing-1 \"brown sugar\"@29:40 / FOOD )\r\n\t\t:ppt ( ing-2 \"butter\"@42:48 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@50:54 / FOOD )\r\n\t\t:ppt ( ing-4 \"cinnamon\"@59:67 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a saucepan\"@6:16 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add remaining ingredients; mix gently.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"remaining ingredients\"@7:28 / FOOD\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t\t:ref ( ing-8 )\r\n\t\t\t:ref ( ing-9 )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@30:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Spoon into a greased 2-qt. casserole.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Spoon\"@3:8 / AC\r\n\t\t:gol ( tool-2-0 \"a greased 2-qt. casserole\"@14:39 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover and bake at 350 degrees F for 45 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover and bake\"@3:17 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-3-0 \"350 degrees F\"@21:34 / TEMPERATURE )\r\n\t\t:duration ( dur-3-0 \"45 minutes\"@39:49 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/145_BBQ_Chicken_Wings.json b/ai_talks/AMUseBotBackend/recipe/145_BBQ_Chicken_Wings.json new file mode 100644 index 0000000..5423e5f --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/145_BBQ_Chicken_Wings.json @@ -0,0 +1,108 @@ +{ + "id": "145", + "title": "BBQ Chicken Wings", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup teriyaki sauce", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup teriyaki sauce\" )" + }, + { + "id": "ing-1", + "text": "1 cup oyster sauce", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup oyster sauce\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup soy sauce", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup soy sauce\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup ketchup", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup ketchup\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons garlic powder", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons garlic powder\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup gin", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup gin\" )" + }, + { + "id": "ing-6", + "text": "2 dashes liquid smoke flavoring", + "type": "ingredient", + "eamr": "( ing-6 \"2 dashes liquid smoke flavoring\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-8", + "text": "1 1/2 pounds chicken wings, separated at joints, tips discarded", + "type": "ingredient", + "eamr": "( ing-8 \"1 1/2 pounds chicken wings, separated at joints, tips discarded\" )" + }, + { + "id": "ing-9", + "text": "1/4 cup honey", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 cup honey\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, mix the teriyaki sauce, oyster sauce, soy sauce, ketchup, garlic powder, gin, liquid smoke, and sugar.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-0 \"the teriyaki sauce\"@24:42 / FOOD )\r\n\t\t:ppt ( ing-1 \"oyster sauce\"@44:56 / FOOD )\r\n\t\t:ppt ( ing-2 \"soy sauce\"@58:67 / FOOD )\r\n\t\t:ppt ( ing-3 \"ketchup\"@69:76 / FOOD )\r\n\t\t:ppt ( ing-4 \"garlic powder\"@78:91 / FOOD )\r\n\t\t:ppt ( ing-5 \"gin\"@93:96 / FOOD )\r\n\t\t:ppt ( ing-6 \"liquid smoke\"@98:110 / FOOD )\r\n\t\t:ppt ( ing-7 \"sugar\"@116:121 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place the chicken wings in the bowl, cover, and marinate in the refrigerator 8 hours or overnight.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-8 \"the chicken wings\"@9:26 / FOOD )\r\n\t\t:gol ( tool-1-0 \"the bowl\"@30:38 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"cover\"@40:45 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"marinate\"@51:59 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-1-1 \"the refrigerator\"@63:79 / TOOL )\r\n\t\t:duration ( dur-1-0 \"8 hours\"@80:87 / DUR )\r\n\t\t:duration ( dur-1-1 \"overnight\"@91:100 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Preheat the grill for low heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-2-0 \"the grill\"@11:20 / TOOL )\r\n\t\t:heat ( temp-2-0 \"low heat\"@25:33 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Lightly oil the grill grate.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"oil\"@11:14 / AC\r\n\t\t:ppt ( tool-3-0 \"the grill grate\"@15:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Arrange chicken on the grill, and discard the marinade.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( ing-8 \"chicken\"@11:18 / FOOD )\r\n\t\t:loc ( tool-4-0 \"the grill\"@22:31 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"discard\"@37:44 / AC\r\n\t\t:ppt ( \"the marinade\"@45:57 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Grill the chicken wings on one side for 20 minutes, then turn and brush with honey.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Grill\"@3:8 / AC\r\n\t\t:ppt ( \"the chicken wings\"@9:26 / FOOD )\r\n\t\t:mnr ( \"on one side\"@-1:-1 / FOOD )\r\n\t\t:duration ( dur-5-0 \"20 minutes\"@43:53 / DUR )\r\n\t)\r\n\t:inform ( ac-5-1 \"turn and brush\"@-1:-1 / AC\r\n\t\t:ppt ( ing-9 \"honey\"@80:85 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Continue grilling 25 minutes, or until juices run clear.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"grilling\"@12:20 / AC\r\n\t\t:duration ( dur-6-0 \"25 minutes\"@21:31 / DUR )\r\n\t\t:until ( cond-6-0 \"until juices run clear\"@36:58 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/146_Fig_Bars_II.json b/ai_talks/AMUseBotBackend/recipe/146_Fig_Bars_II.json new file mode 100644 index 0000000..950a418 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/146_Fig_Bars_II.json @@ -0,0 +1,126 @@ +{ + "id": "146", + "title": "Fig Bars II", + "content": [ + { + "id": "ing-0", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup white sugar\" )" + }, + { + "id": "ing-1", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-1 \"3 eggs\" )" + }, + { + "id": "ing-2", + "text": "7/8 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"7/8 cup all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon baking powder\" )" + }, + { + "id": "ing-4", + "text": "1/8 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1/8 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon ground cloves", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon ground cloves\" )" + }, + { + "id": "ing-6", + "text": "1/4 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon ground allspice", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon ground allspice\" )" + }, + { + "id": "ing-8", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-8 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-9", + "text": "2 cups chopped dried figs", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups chopped dried figs\" )" + }, + { + "id": "ing-10", + "text": "1 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup chopped walnuts\" )" + }, + { + "id": "ing-11", + "text": "1 cup confectioners' sugar for rolling", + "type": "ingredient", + "eamr": "( ing-11 \"1 cup confectioners' sugar for rolling\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat the oven to 325 degrees F (165 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-0-0 \"325 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"165 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease and flour a 9x13 inch baking pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease and flour\"@-1:-1 / AC\r\n\t\t:ppt ( tool-1-0 \"a 9x13 inch baking pan\"@20:42 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large bowl, beat eggs and sugar until thick and pale.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"beat\"@20:24 / AC\r\n\t\t:ppt ( ing-1 \"eggs\"@25:29 / FOOD )\r\n\t\t:ppt ( ing-0 \"sugar\"@34:39 / FOOD )\r\n\t\t:until ( cond-2-0 \"until thick and pale\"@40:60 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-2-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Sift together the flour, baking powder, salt, cloves, cinnamon and allspice; blend into the egg mixture along with the vanilla.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"the flour\"@17:26 / FOOD )\r\n\t\t:ppt ( ing-3 \"baking powder\"@28:41 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@43:47 / FOOD )\r\n\t\t:ppt ( ing-5 \"cloves\"@49:55 / FOOD )\r\n\t\t:ppt ( ing-6 \"cinnamon\"@57:65 / FOOD )\r\n\t\t:ppt ( ing-7 \"allspice\"@70:78 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"blend\"@80:85 / AC\r\n\t\t:ppt ( \"the egg mixture\"@91:106 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-8 \"the vanilla\"@118:129 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Finally fold in the chopped figs and walnuts.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"fold in\"@11:18 / AC\r\n\t\t:ppt ( ing-9 \"the chopped figs\"@19:35 / FOOD )\r\n\t\t:ppt ( ing-10 \"walnuts\"@40:47 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Pour the batter into the prepared pan and spread evenly.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"the batter\"@8:18 / FOOD )\r\n\t\t:gol ( tool-5-0 \"the prepared pan\"@24:40 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"spread\"@45:51 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake for 20 to 25 minutes in the preheated oven, until lightly toasted.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-6-0 \"20 to 25 minutes\"@12:28 / DUR )\r\n\t\t:loc ( tool-6-0 \"the preheated oven\"@32:50 / TOOL )\r\n\t\t:until ( cond-6-0 \"until lightly toasted\"@52:73 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) When cool, cut into squares and roll the squares in confectioners' sugar.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( cond-7-0 \"When cool\"@3:12 / CONDITION_CLAUSE )\r\n\t:inform ( ac-7-0 \"cut\"@14:17 / AC\r\n\t\t:reshape ( \"squares\"@23:30 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"roll\"@35:39 / AC\r\n\t\t:ppt ( \"the squares\"@40:51 / FOOD )\r\n\t\t:loc ( \"confectioners' sugar\"@55:75 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/147_Carrot_and_Coriander_Soup_II.json b/ai_talks/AMUseBotBackend/recipe/147_Carrot_and_Coriander_Soup_II.json new file mode 100644 index 0000000..5311111 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/147_Carrot_and_Coriander_Soup_II.json @@ -0,0 +1,60 @@ +{ + "id": "147", + "title": "Carrot and Coriander Soup II", + "content": [ + { + "id": "ing-0", + "text": "4 large carrots, cut into 1 inch pieces", + "type": "ingredient", + "eamr": "( ing-0 \"4 large carrots, cut into 1 inch pieces\" )" + }, + { + "id": "ing-1", + "text": "1/4 large onion, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 large onion, chopped\" )" + }, + { + "id": "ing-2", + "text": "1 quart vegetable broth", + "type": "ingredient", + "eamr": "( ing-2 \"1 quart vegetable broth\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup chopped fresh cilantro", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup chopped fresh cilantro\" )" + }, + { + "id": "inst-0", + "text": "0) Place the carrots, onion, vegetable broth and cilantro into a large saucepan.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the carrots\"@9:20 / FOOD )\r\n\t\t:ppt ( ing-1 \"onion\"@22:27 / FOOD )\r\n\t\t:ppt ( ing-2 \"vegetable broth\"@29:44 / FOOD )\r\n\t\t:ppt ( ing-3 \"cilantro\"@49:57 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a large saucepan\"@63:79 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil, and cook until the carrots are tender, about 10 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@24:28 / AC\r\n\t\t:until ( cond-1-0 \"until the carrots are tender\"@29:57 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-1-0 \"10 minutes\"@65:75 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from heat and allow to cool slightly.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"cool\"@33:37 / AC )\r\n)" + }, + { + "id": "inst-3", + "text": "3) Puree the soup until smooth, using a blender or food processor.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Puree\"@3:8 / AC\r\n\t\t:ppt ( \"the soup\"@9:17 / FOOD )\r\n\t\t:until ( cond-3-0 \"until smooth\"@18:30 / CONDITION_CLAUSE )\r\n\t\t:instrument ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-3-0 \"a blender\"@38:47 / TOOL )\r\n\t\t\t:option ( tool-3-1 \"food processor\"@51:65 / TOOL )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Reheat before serving if necessary.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Reheat\"@3:9 / AC\r\n\t\t:duration ( cond-4-0 \"before serving\"@10:24 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/148_Baked_Fettuccine_Lasagna.json b/ai_talks/AMUseBotBackend/recipe/148_Baked_Fettuccine_Lasagna.json new file mode 100644 index 0000000..5f790f2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/148_Baked_Fettuccine_Lasagna.json @@ -0,0 +1,174 @@ +{ + "id": "148", + "title": "Baked Fettuccine Lasagna", + "content": [ + { + "id": "ing-0", + "text": "12 ounces dry fettuccine pasta", + "type": "ingredient", + "eamr": "( ing-0 \"12 ounces dry fettuccine pasta\" )" + }, + { + "id": "ing-1", + "text": "1 pound lean ground beef (optional)", + "type": "ingredient", + "eamr": "( ing-1 \"1 pound lean ground beef (optional)\" )" + }, + { + "id": "ing-2", + "text": "1 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup chopped onion\" )" + }, + { + "id": "ing-3", + "text": "1 cup red bell pepper, chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup red bell pepper, chopped\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon butter", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon butter\" )" + }, + { + "id": "ing-5", + "text": "1 (29 ounce) can diced tomatoes", + "type": "ingredient", + "eamr": "( ing-5 \"1 (29 ounce) can diced tomatoes\" )" + }, + { + "id": "ing-6", + "text": "1 (4 ounce) can sliced mushrooms", + "type": "ingredient", + "eamr": "( ing-6 \"1 (4 ounce) can sliced mushrooms\" )" + }, + { + "id": "ing-7", + "text": "3 tablespoons chopped black olives", + "type": "ingredient", + "eamr": "( ing-7 \"3 tablespoons chopped black olives\" )" + }, + { + "id": "ing-8", + "text": "2 teaspoons dried oregano", + "type": "ingredient", + "eamr": "( ing-8 \"2 teaspoons dried oregano\" )" + }, + { + "id": "ing-9", + "text": "1 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-9 \"1 cup shredded Cheddar cheese\" )" + }, + { + "id": "ing-10", + "text": "1 cup shredded mozzarella cheese", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup shredded mozzarella cheese\" )" + }, + { + "id": "ing-11", + "text": "1 (10.75 ounce) can condensed cream of mushroom soup", + "type": "ingredient", + "eamr": "( ing-11 \"1 (10.75 ounce) can condensed cream of mushroom soup\" )" + }, + { + "id": "ing-12", + "text": "1/4 cup beef broth", + "type": "ingredient", + "eamr": "( ing-12 \"1/4 cup beef broth\" )" + }, + { + "id": "ing-13", + "text": "1/4 cup grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-13 \"1/4 cup grated Parmesan cheese\" )" + }, + { + "id": "inst-0", + "text": "0) Bring a large pot of lightly salted water to a boil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"boil\"@50:54 / AC\r\n\t\t:ppt ( \"a large pot of lightly salted water\"@9:44 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cook pasta for 8 to 10 minutes, or until al dente; drain.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"pasta\"@8:13 / FOOD )\r\n\t\t:duration ( dur-1-0 \"8 to 10 minutes\"@18:33 / DUR )\r\n\t\t:until ( cond-1-0 \"until al dente\"@38:52 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-1 \"drain\"@54:59 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large skillet, brown beef over medium heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"brown\"@23:28 / AC\r\n\t\t:ppt ( ing-1 \"beef\"@29:33 / FOOD )\r\n\t\t:heat ( temp-2-0 \"medium heat\"@39:50 / TEMPERATURE )\r\n\t\t:loc ( tool-2-0 \"a large skillet\"@6:21 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Drain fat from pan, and transfer meat to a bowl.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Drain\"@3:8 / AC\r\n\t\t:ppt ( \"fat\"@9:12 / OTHER )\r\n\t\t:source ( tool-3-0 \"pan\"@18:21 / TOOL )\r\n\t)\r\n\t:inform ( ac-3-1 \"transfer\"@27:35 / AC\r\n\t\t:ppt ( \"meat\"@36:40 / FOOD )\r\n\t\t:gol ( tool-3-1 \"a bowl\"@44:50 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In the same skillet, cook onion and bell pepper in butter until tender.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"cook\"@24:28 / AC\r\n\t\t:ppt ( ing-2 \"onion\"@29:34 / FOOD )\r\n\t\t:ppt ( ing-3 \"bell pepper\"@39:50 / FOOD )\r\n\t\t:ppt ( ing-4 \"butter\"@54:60 / FOOD )\r\n\t\t:until ( cond-4-0 \"until tender\"@61:73 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-4-0 \"the same skillet\"@6:22 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in tomatoes, mushrooms, olives, and beef, and season with oregano.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"tomatoes\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-6 \"mushrooms\"@21:30 / FOOD )\r\n\t\t:ppt ( ing-7 \"olives\"@32:38 / FOOD )\r\n\t\t:ppt ( \"beef\"@45:49 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"season\"@55:61 / AC\r\n\t\t:ppt ( ing-8 \"oregano\"@67:74 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Simmer for 10 minutes.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Simmer\"@3:9 / AC\r\n\t\t:duration ( dur-6-0 \"10 minutes\"@14:24 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Preheat\"@3:10 / AC\r\n\t\t:heat ( temp-7-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-7-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t\t:ppt ( tool-7-0 \"oven\"@11:15 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Lightly grease a 9x13 inch baking dish.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"grease\"@11:17 / AC\r\n\t\t:ppt ( tool-8-0 \"a 9x13 inch baking dish\"@18:41 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Arrange half of the cooked fettuccine in the prepared dish, top with half of the beef and vegetable mixture, and sprinkle with 1/2 cup of Cheddar cheese and 1/2 cup of mozzarella cheese.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( \"half of the cooked fettuccine\"@11:40 / FOOD )\r\n\t\t:loc ( tool-9-0 \"the prepared dish\"@44:61 / TOOL )\r\n\t)\r\n\t:inform ( ac-9-1 \"top\"@63:66 / AC\r\n\t\t:ppt ( \"half of the beef and vegetable mixture\"@72:110 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-2 \"sprinkle\"@116:124 / AC\r\n\t\t:ppt ( ing-9 \"1/2 cup of Cheddar cheese\"@130:155 / FOOD )\r\n\t\t:ppt ( ing-10 \"1/2 cup of mozzarella cheese\"@160:188 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Repeat layers.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Repeat\"@4:10 / AC\r\n\t\t:ppt ( \"layers\"@11:17 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Mix together soup and beef broth until smooth, and pour over casserole.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Mix\"@4:7 / AC\r\n\t\t:ppt ( ing-11 \"soup\"@17:21 / FOOD )\r\n\t\t:ppt ( ing-12 \"beef broth\"@26:36 / FOOD )\r\n\t\t:until ( cond-11-0 \"until smooth\"@37:49 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-11-1 \"pour\"@55:59 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"casserole\"@65:74 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Sprinkle with Parmesan cheese.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Sprinkle\"@4:12 / AC\r\n\t\t:ppt ( ing-13 \"Parmesan cheese\"@18:33 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Bake in preheated oven for 30 to 35 minutes, or until heated through.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Bake\"@4:8 / AC\r\n\t\t:loc ( tool-13-0 \"preheated oven\"@12:26 / TOOL )\r\n\t\t:duration ( dur-13-0 \"30 to 35 minutes\"@31:47 / DUR )\r\n\t\t:until ( cond-13-0 \"until heated through\"@52:72 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/149_Barbecued_Shredded_Beef.json b/ai_talks/AMUseBotBackend/recipe/149_Barbecued_Shredded_Beef.json new file mode 100644 index 0000000..a73ee66 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/149_Barbecued_Shredded_Beef.json @@ -0,0 +1,108 @@ +{ + "id": "149", + "title": "Barbecued Shredded Beef", + "content": [ + { + "id": "ing-0", + "text": "3 pounds beef roast", + "type": "ingredient", + "eamr": "( ing-0 \"3 pounds beef roast\" )" + }, + { + "id": "ing-1", + "text": "2 onions, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"2 onions, chopped\" )" + }, + { + "id": "ing-2", + "text": "2 (12 fluid ounce) cans or bottles beer", + "type": "ingredient", + "eamr": "( ing-2 \"2 (12 fluid ounce) cans or bottles beer\" )" + }, + { + "id": "ing-3", + "text": "6 teaspoons Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-3 \"6 teaspoons Worcestershire sauce\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons liquid smoke flavoring", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons liquid smoke flavoring\" )" + }, + { + "id": "ing-5", + "text": "2 teaspoons garlic powder", + "type": "ingredient", + "eamr": "( ing-5 \"2 teaspoons garlic powder\" )" + }, + { + "id": "ing-6", + "text": "2 teaspoons ground black pepper", + "type": "ingredient", + "eamr": "( ing-6 \"2 teaspoons ground black pepper\" )" + }, + { + "id": "ing-7", + "text": "salt to taste", + "type": "ingredient", + "eamr": "( ing-7 \"salt to taste\" )" + }, + { + "id": "ing-8", + "text": "1 (18 ounce) bottle barbecue sauce", + "type": "ingredient", + "eamr": "( ing-8 \"1 (18 ounce) bottle barbecue sauce\" )" + }, + { + "id": "ing-9", + "text": "2 cups water", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups water\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 275 degrees F (135 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"275 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"135 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place roast in a large roasting pan and scatter chopped onions over.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"roast\"@9:14 / FOOD )\r\n\t\t:gol ( tool-1-0 \"a large roasting pan\"@18:38 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"scatter\"@43:50 / AC\r\n\t\t:ppt ( ing-1 \"chopped onions\"@51:65 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large bowl, combine Worcestershire sauce, liquid smoke, garlic powder, salt and pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-3 \"Worcestershire sauce\"@28:48 / FOOD )\r\n\t\t:ppt ( ing-4 \"liquid smoke\"@50:62 / FOOD )\r\n\t\t:ppt ( ing-5 \"garlic powder\"@64:77 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt\"@79:83 / FOOD )\r\n\t\t:ppt ( ing-8 \"pepper\"@88:94 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pour in beer, stir and add to roasting pan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pour in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"beer\"@11:15 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"stir\"@17:21 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"add\"@26:29 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( tool-3-0 \"roasting pan\"@33:45 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add water to the top of beef.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-9 \"water\"@7:12 / FOOD )\r\n\t\t:ppt ( \"the top of beef\"@16:31 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cover and cook in oven at 275 degrees F (135 degrees C) for 4 to 5 hours.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cook\"@13:17 / AC\r\n\t\t:loc ( tool-5-0 \"oven\"@21:25 / TOOL )\r\n\t\t:heat ( temp-5-0 \"275 degrees F\"@29:42 / TEMPERATURE )\r\n\t\t:heat ( temp-5-1 \"135 degrees C\"@44:57 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"4 to 5 hours\"@63:75 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) When meat is cooked, shred meat with 2 forks, add barbecue sauce and mix well.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"shred\"@24:29 / AC\r\n\t\t:ppt ( \"meat\"@30:34 / FOOD )\r\n\t\t:instrument ( tool-6-0 \"2 forks\"@40:47 / TOOL )\r\n\t\t:when ( cond-6-0 \"When meat is cooked\"@3:22 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-6-1 \"add\"@49:52 / AC\r\n\t\t:ppt ( ing-8 \"barbecue sauce\"@53:67 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-2 \"mix\"@72:75 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/150_German_Chocolate_Brownie_Cookies.json b/ai_talks/AMUseBotBackend/recipe/150_German_Chocolate_Brownie_Cookies.json new file mode 100644 index 0000000..8c6afa1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/150_German_Chocolate_Brownie_Cookies.json @@ -0,0 +1,180 @@ +{ + "id": "150", + "title": "German Chocolate Brownie Cookies", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups packed brown sugar", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups packed brown sugar\" )" + }, + { + "id": "ing-1", + "text": "2/3 cup shortening", + "type": "ingredient", + "eamr": "( ing-1 \"2/3 cup shortening\" )" + }, + { + "id": "ing-2", + "text": "1 tablespoon water", + "type": "ingredient", + "eamr": "( ing-2 \"1 tablespoon water\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-4 \"2 eggs\" )" + }, + { + "id": "ing-5", + "text": "1 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-5 \"1 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-6", + "text": "1/3 cup unsweetened cocoa powder", + "type": "ingredient", + "eamr": "( ing-6 \"1/3 cup unsweetened cocoa powder\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-8", + "text": "1/4 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 teaspoon baking soda\" )" + }, + { + "id": "ing-9", + "text": "2 cups semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups semisweet chocolate chips\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup evaporated milk", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup evaporated milk\" )" + }, + { + "id": "ing-11", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-12", + "text": "1/4 cup shortening", + "type": "ingredient", + "eamr": "( ing-12 \"1/4 cup shortening\" )" + }, + { + "id": "ing-13", + "text": "2 egg yolks, beaten", + "type": "ingredient", + "eamr": "( ing-13 \"2 egg yolks, beaten\" )" + }, + { + "id": "ing-14", + "text": "1/2 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-14 \"1/2 teaspoon vanilla extract\" )" + }, + { + "id": "ing-15", + "text": "1/2 cup chopped pecans", + "type": "ingredient", + "eamr": "( ing-15 \"1/2 cup chopped pecans\" )" + }, + { + "id": "ing-16", + "text": "1/2 cup flaked coconut", + "type": "ingredient", + "eamr": "( ing-16 \"1/2 cup flaked coconut\" )" + }, + { + "id": "inst-0", + "text": "0) Combine brown sugar, 2/3 cup shortening, water, and 1 teaspoon vanilla in large bowl.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"brown sugar\"@11:22 / FOOD )\r\n\t\t:ppt ( ing-1 \"2/3 cup shortening\"@24:42 / FOOD )\r\n\t\t:ppt ( ing-2 \"water\"@44:49 / FOOD )\r\n\t\t:ppt ( ing-3 \"1 teaspoon vanilla\"@55:73 / FOOD )\r\n\t\t:loc ( tool-0-0 \"large bowl\"@77:87 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat eggs into creamed mixture.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-4 \"eggs\"@8:12 / FOOD )\r\n\t\t:ppt ( \"creamed mixture\"@18:33 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In another bowl, combine flour, cocoa, salt, and baking soda.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-5 \"flour\"@28:33 / FOOD )\r\n\t\t:ppt ( ing-6 \"cocoa\"@35:40 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt\"@42:46 / FOOD )\r\n\t\t:ppt ( ing-8 \"baking soda\"@52:63 / FOOD )\r\n\t\t:loc ( tool-2-0 \"another bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix this mixture into creamed mixture until just blended.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( \"this mixture\"@7:19 / FOOD )\r\n\t\t:ppt ( \"creamed mixture\"@25:40 / FOOD )\r\n\t\t:until ( cond-3-0 \"until just blended\"@41:59 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in chocolate chips.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-9 \"chocolate chips\"@11:26 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Drop rounded tablespoonfuls of dough onto ungreased baking sheet about 2 inches apart.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Drop\"@3:7 / AC\r\n\t\t:ppt ( \"rounded tablespoonfuls of dough\"@8:39 / FOOD )\r\n\t\t:gol ( tool-5-0 \"ungreased baking sheet\"@45:67 / TOOL )\r\n\t\t:todo ( \"about 2 inches apart\"@68:88 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place cookie sheet in the middle of the oven.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( tool-6-0 \"cookie sheet\"@9:21 / TOOL )\r\n\t\t:gol ( tool-6-1 \"the middle of the oven\"@25:47 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cool for 2 minutes on baking sheet.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cool\"@3:7 / AC\r\n\t\t:duration ( dur-7-0 \"2 minutes\"@12:21 / DUR )\r\n\t\t:loc ( tool-7-0 \"baking sheet\"@25:37 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove cookies to wire rack to cool completely.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"cookies\"@10:17 / FOOD )\r\n\t\t:gol ( tool-8-0 \"wire rack\"@21:30 / TOOL )\r\n\t\t:prp ( purp-8-0 \"to cool completely\"@31:49 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) To Make Frosting: Begin by combining evaporated milk, white sugar, 1/4 cup shortening, and egg yolks in medium saucepan.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"combining\"@30:39 / AC\r\n\t\t:subtask ( ac-9-1 \"To Make Frosting\"@-1:-1 / AC )\r\n\t\t:ppt ( ing-10 \"evaporated milk\"@40:55 / FOOD )\r\n\t\t:ppt ( ing-11 \"white sugar\"@57:68 / FOOD )\r\n\t\t:ppt ( ing-12 \"1/4 cup shortening\"@70:88 / FOOD )\r\n\t\t:ppt ( ing-13 \"egg yolks\"@94:103 / FOOD )\r\n\t\t:loc ( tool-9-0 \"medium saucepan\"@107:122 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Stir 1/2 teaspoon vanilla, pecans, and coconut into the warm mixture.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Stir\"@4:8 / AC\r\n\t\t:ppt ( ing-14 \"1/2 teaspoon vanilla\"@9:29 / FOOD )\r\n\t\t:ppt ( ing-15 \"pecans\"@31:37 / FOOD )\r\n\t\t:ppt ( ing-16 \"coconut\"@43:50 / FOOD )\r\n\t\t:ppt ( \"the warm mixture\"@56:72 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Cool completely, and frost cooled cookies.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Cool\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"frost\"@25:30 / AC\r\n\t\t:ppt ( \"cooled cookies\"@31:45 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/151_Dutch_Cream_Waffles.json b/ai_talks/AMUseBotBackend/recipe/151_Dutch_Cream_Waffles.json new file mode 100644 index 0000000..e6744e3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/151_Dutch_Cream_Waffles.json @@ -0,0 +1,84 @@ +{ + "id": "151", + "title": "Dutch Cream Waffles", + "content": [ + { + "id": "ing-0", + "text": "1 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-2", + "text": "3 egg yolks, separated", + "type": "ingredient", + "eamr": "( ing-2 \"3 eggs, separated\" )" + }, + { + "id": "ing-3", + "text": "3 eggs whites, separated", + "type": "ingredient", + "eamr": "( ing-3 \"3 eggs, separated\" )" + }, + { + "id": "ing-4", + "text": "1 cup heavy whipping cream", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup heavy whipping cream\" )" + }, + { + "id": "inst-0", + "text": "0) In a large mixing bowl, combine flour and salt.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@27:34 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@35:40 / FOOD )\r\n\t\t:ppt ( ing-1 \"salt\"@45:49 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large mixing bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a small mixing bowl, beat egg yolks on low while adding cream.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"beat\"@27:31 / AC\r\n\t\t:ppt ( ing-2 \"egg yolks\"@32:41 / FOOD )\r\n\t\t:simultaneous ( ac-1-1 \"adding\"@55:61 / AC\r\n\t\t\t:ppt ( ing-4 \"cream\"@62:67 / FOOD )\r\n\t\t)\r\n\t\t:loc ( tool-1-0 \"a small mixing bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Beat for 1 minute.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Beat\"@3:7 / AC\r\n\t\t:duration ( dur-2-0 \"1 minute\"@12:20 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add to flour mixture; combine on low speed, then beat on medium-high until smooth.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"flour mixture\"@10:23 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"combine\"@25:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"on low speed\"@33:45 / OTHER )\r\n\t)\r\n\t:inform ( ac-3-2 \"beat\"@52:56 / AC\r\n\t\t:until ( cond-3-0 \"until smooth\"@72:84 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"on medium-high\"@57:71 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In another small mixing bowl and with clean beaters, beat egg whites on high until stiff peaks form.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"beat\"@56:60 / AC\r\n\t\t:instrument ( tool-4-0 \"clean beaters\"@41:54 / TOOL )\r\n\t\t:loc ( tool-4-1 \"another small mixing bowl\"@6:31 / TOOL )\r\n\t\t:ppt ( ing-3 \"egg whites\"@61:71 / FOOD )\r\n\t\t:until ( cond-4-0 \"until stiff peaks form\"@80:102 / CONDITION_CLAUSE )\r\n\t\t:mnr ( \"on high\"@72:79 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Gently fold into batter.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"fold\"@10:14 / AC\r\n\t\t:ppt ( \"batter\"@20:26 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake in a preheated waffle iron according to manufacturer's directions.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-6-0 \"a preheated waffle iron\"@11:34 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"according to manufacturer's directions\"@35:73 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Serve with warm maple syrup or fresh fruit in season.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( \"warm maple syrup\"@14:30 / FOOD )\r\n\t\t\t:option ( \"fresh fruit in season\"@34:55 / FOOD )\r\n\t\t)\r\n\t\t:ppt ( \"fresh fruit in season\"@34:55 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/152_Glazed_Ham.json b/ai_talks/AMUseBotBackend/recipe/152_Glazed_Ham.json new file mode 100644 index 0000000..912c6d0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/152_Glazed_Ham.json @@ -0,0 +1,126 @@ +{ + "id": "152", + "title": "Glazed Ham", + "content": [ + { + "id": "ing-0", + "text": "1 (8 pound) bone-in shank ham", + "type": "ingredient", + "eamr": "( ing-0 \"1 (8 pound) bone-in shank ham\" )" + }, + { + "id": "ing-1", + "text": "4 cups water, or as needed", + "type": "ingredient", + "eamr": "( ing-1 \"4 cups water, or as needed\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup honey", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup honey\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup brown sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup brown sugar\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons liquid smoke flavoring", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons liquid smoke flavoring\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons Worcestershire sauce\" )" + }, + { + "id": "ing-6", + "text": "1 pinch ground cloves", + "type": "ingredient", + "eamr": "( ing-6 \"1 pinch ground cloves\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat the oven to 275 degrees F (135 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-0-0 \"275 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"135 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place ham in a roasting pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"ham\"@9:12 / FOOD )\r\n\t\t:gol ( tool-1-0 \"a roasting pan\"@16:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Pour in water to a 2 inch depth.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Pour in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"water\"@11:16 / FOOD )\r\n\t\t:todo ( \"a 2 inch depth\"@20:34 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover with a tight fitting lid.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt (NULL / FOOD)\r\n\t\t:instrument ( tool-3-0 \"a tight fitting lid\"@14:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake for 6 to 8 hours in the preheated oven (all day or all night).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"6 to 8 hours\"@12:24 / DUR )\r\n\t\t:loc ( tool-4-0 \"the preheated oven\"@28:46 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Remove from the oven, pour off drippings and reserve.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( tool-5-0 \"the oven\"@15:23 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"pour off\"@25:33 / AC\r\n\t\t:ppt ( \"drippings\"@34:43 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"reserve\"@48:55 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Debone ham, removing any excess fat as well, and return to the roasting pan.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Debone\"@3:9 / AC\r\n\t\t:ppt ( \"ham\"@10:13 / FOOD )\r\n\t\t:simultaneous ( ac-6-2 \"removing\"@15:23 / AC\r\n\t\t\t:ppt ( \"any excess fat\"@24:38 / OTHER )\r\n\t\t)\r\n\t)\r\n\t:inform ( ac-6-1 \"return\"@52:58 / AC\r\n\t\t:gol ( tool-6-0 \"the roasting pan\"@62:78 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Skim fat from the top of the drippings, and discard.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Skim\"@3:7 / AC\r\n\t\t:ppt ( \"fat\"@8:11 / OTHER )\r\n\t\t:source ( \"the top of the drippings\"@17:41 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"discard\"@47:54 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) In a small bowl, mix one cup of the drippings with honey, brown sugar, liquid smoke, Worcestershire sauce and cloves.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( \"one cup of the drippings\"@24:48 / FOOD )\r\n\t\t:ppt ( ing-2 \"honey\"@54:59 / FOOD )\r\n\t\t:ppt ( ing-3 \"brown sugar\"@61:72 / FOOD )\r\n\t\t:ppt ( ing-4 \"liquid smoke\"@74:86 / FOOD )\r\n\t\t:ppt ( ing-5 \"Worcestershire sauce\"@88:108 / FOOD )\r\n\t\t:ppt ( ing-6 \"cloves\"@113:119 / FOOD )\r\n\t\t:loc ( tool-8-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Pour this over the ham, cover and return to the oven.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"this\"@8:12 / PRONOUN )\r\n\t\t:gol ( \"the ham\"@18:25 / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"cover\"@27:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-2 \"return\"@37:43 / AC\r\n\t\t:gol ( tool-9-0 \"the oven\"@47:55 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Remaining drippings may be discarded or reserved for other uses.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"discarded or reserved\"@31:52 / AC\r\n\t\t:ppt ( \"Remaining drippings\"@4:23 / FOOD )\r\n\t\t:prp ( purp-10-0 \"for other uses\"@53:67 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Bake for another 30 to 40 minutes in the preheated oven.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-11-0 \"30 to 40 minutes\"@21:37 / DUR )\r\n\t\t:loc ( tool-11-0 \"the preheated oven\"@41:59 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Let stand for 10 minutes before serving.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"stand\"@8:13 / AC\r\n\t\t:duration ( dur-12-0 \"10 minutes\"@18:28 / DUR )\r\n\t\t:duration ( cond-12-0 \"before serving\"@29:43 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/153_Bocconcini_Salad.json b/ai_talks/AMUseBotBackend/recipe/153_Bocconcini_Salad.json new file mode 100644 index 0000000..413c671 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/153_Bocconcini_Salad.json @@ -0,0 +1,90 @@ +{ + "id": "153", + "title": "Bocconcini Salad", + "content": [ + { + "id": "ing-0", + "text": "1 pound bocconcini (bite-size mozzarella balls)", + "type": "ingredient", + "eamr": "( ing-0 \"1 pound bocconcini (bite-size mozzarella balls)\" )" + }, + { + "id": "ing-1", + "text": "8 cherry tomatoes, halved", + "type": "ingredient", + "eamr": "( ing-1 \"8 cherry tomatoes, halved\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup chopped green bell pepper", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup chopped green bell pepper\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup chopped celery", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup chopped celery\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup Belgian endive leaves", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup Belgian endive leaves\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup coarsely chopped arugula, stems included", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup coarsely chopped arugula, stems included\" )" + }, + { + "id": "ing-6", + "text": "1 1/2 tablespoons fresh lemon juice", + "type": "ingredient", + "eamr": "( ing-6 \"1 1/2 tablespoons fresh lemon juice\" )" + }, + { + "id": "ing-7", + "text": "3 tablespoons extra virgin olive oil", + "type": "ingredient", + "eamr": "( ing-7 \"3 tablespoons extra virgin olive oil\" )" + }, + { + "id": "ing-8", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-8 \"salt and pepper to taste\" )" + }, + { + "id": "ing-9", + "text": "2 tablespoons chopped fresh basil leaves", + "type": "ingredient", + "eamr": "( ing-9 \"2 tablespoons chopped fresh basil leaves\" )" + }, + { + "id": "inst-0", + "text": "0) In a large salad bowl, combine the mozzarella, cherry tomatoes, bell pepper, celery, endive and arugula.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@26:33 / AC\r\n\t\t:ppt ( ing-0 \"the mozzarella\"@34:48 / FOOD )\r\n\t\t:ppt ( ing-1 \"cherry tomatoes\"@50:65 / FOOD )\r\n\t\t:ppt ( ing-2 \"bell pepper\"@67:78 / FOOD )\r\n\t\t:ppt ( ing-3 \"celery\"@80:86 / FOOD )\r\n\t\t:ppt ( ing-4 \"endive\"@88:94 / FOOD )\r\n\t\t:ppt ( ing-5 \"arugula\"@99:106 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large salad bowl\"@6:24 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Whisk together the lemon juice and olive oil; pour over the salad and season to taste with salt and pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Whisk\"@3:8 / AC\r\n\t\t:ppt ( ing-6 \"the lemon juice\"@18:33 / FOOD )\r\n\t\t:ppt ( ing-7 \"olive oil\"@38:47 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"pour\"@49:53 / AC\r\n\t\t:gol ( \"the salad\"@59:68 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"season\"@73:79 / AC\r\n\t\t:prp ( ac-1-3 \"taste\"@83:88 / AC )\r\n\t\t:ppt ( ing-8 \"salt and pepper\"@94:109 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Toss until all the ingredients are thoroughly coated with the dressing.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Toss\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until all the ingredients are thoroughly coated with the dressing\"@8:73 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Sprinkle the basil over the salad and serve immediately.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-9 \"the basil\"@12:21 / FOOD )\r\n\t\t:gol ( \"the salad\"@27:36 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"serve\"@41:46 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/154_Chicken_Spinach_Bake.json b/ai_talks/AMUseBotBackend/recipe/154_Chicken_Spinach_Bake.json new file mode 100644 index 0000000..08d9bf7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/154_Chicken_Spinach_Bake.json @@ -0,0 +1,192 @@ +{ + "id": "154", + "title": "Chicken Spinach Bake", + "content": [ + { + "id": "ing-0", + "text": "3 (10 ounce) packages frozen chopped spinach, thawed", + "type": "ingredient", + "eamr": "( ing-0 \"3 (10 ounce) packages frozen chopped spinach, thawed\" )" + }, + { + "id": "ing-1", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-1 \"3 eggs\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon onion salt", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon onion salt\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-4", + "text": "3/4 cup grated Parmesan cheese, divided", + "type": "ingredient", + "eamr": "( ing-4 \"3/4 cup grated Parmesan cheese, divided\" )" + }, + { + "id": "ing-5", + "text": "3/4 cup Italian seasoned bread crumbs", + "type": "ingredient", + "eamr": "( ing-5 \"3/4 cup Italian seasoned bread crumbs\" )" + }, + { + "id": "ing-6", + "text": "16 skinless, boneless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-6 \"16 skinless, boneless chicken breast halves\" )" + }, + { + "id": "ing-7", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-7 \"salt and pepper to taste\" )" + }, + { + "id": "ing-8", + "text": "5 tablespoons butter or margarine, melted", + "type": "ingredient", + "eamr": "( ing-8 \"5 tablespoons butter or margarine, melted\" )" + }, + { + "id": "ing-9", + "text": "6 tablespoons butter or margarine, divided", + "type": "ingredient", + "eamr": "( ing-9 \"6 tablespoons butter or margarine, divided\" )" + }, + { + "id": "ing-10", + "text": "1/4 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-10 \"1/4 cup all-purpose flour\" )" + }, + { + "id": "ing-11", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-12", + "text": "2 cups milk", + "type": "ingredient", + "eamr": "( ing-12 \"2 cups milk\" )" + }, + { + "id": "ing-13", + "text": "2 cups shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-13 \"2 cups shredded Cheddar cheese\" )" + }, + { + "id": "ing-14", + "text": "1 cup sliced fresh mushrooms", + "type": "ingredient", + "eamr": "( ing-14 \"1 cup sliced fresh mushrooms\" )" + }, + { + "id": "inst-0", + "text": "0) Drain and squeeze out excess moisture from spinach.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Drain and squeeze out\" / AC\r\n\t\t:ppt ( \"excess moisture\"@25:40 / FOOD )\r\n\t\t:source ( ing-0 \"spinach\"@46:53 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat eggs, onion salt and nutmeg.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-1 \"eggs\"@8:12 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion salt\"@14:24 / FOOD )\r\n\t\t:ppt ( ing-3 \"nutmeg\"@29:35 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add spinach and 1/4 cup Parmesan cheese; mix well.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"spinach\"@7:14 / FOOD )\r\n\t\t:ppt ( ing-4 \"1/4 cup Parmesan cheese\"@19:42 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"mix\"@44:47 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Combine bread crumbs and remaining Parmesan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"bread crumbs\"@11:23 / FOOD )\r\n\t\t:ppt ( ing-4 \"remaining Parmesan\"@28:46 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Sprinkle chicken with salt and pepper; coat with crumb mixture.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:gol ( ing-6 \"chicken\"@12:19 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt and pepper\"@25:29 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"coat\"@42:46 / AC\r\n\t\t:ppt ( \"crumb mixture\"@52:65 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place in two greased 13-in baking pans.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-5-0 \"two greased 13-in baking pans\"@12:41 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Spread 2 tablespoons spinach mixture onto each breast.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( \"2 tablespoons spinach mixture\"@10:39 / FOOD )\r\n\t\t:gol ( \"each breast\"@45:56 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Sprinkle with remaining crumb mixture; drizzle with butter.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( \"remaining crumb mixture\"@17:40 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"drizzle\"@42:49 / AC\r\n\t\t:ppt ( ing-8 \"butter\"@55:61 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake at 350 degrees F for 35-40 minutes or until chicken juices run clear.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@4:8 / AC\r\n\t\t:heat ( temp-8-0 \"350 degrees F\"@12:25 / TEMPERATURE )\r\n\t\t:duration ( dur-8-0 \"35-40 minutes\"@30:43 / DUR )\r\n\t\t:until ( cond-8-0 \"until chicken juices run clear\"@47:77 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) For sauce, melt 4 tablespoons butter; blend in flour and salt.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"melt\"@15:19 / AC\r\n\t\t:subtask ( \"For sauce\"@4:13 / FOOD )\r\n\t\t:ppt ( ing-9 \"4 tablespoons butter\"@20:40 / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"blend in\"@42:50 / AC\r\n\t\t:ppt ( ing-10 \"flour\"@51:56 / FOOD )\r\n\t\t:ppt ( ing-11 \"salt\"@61:65 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Stir to form a smooth paste.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Stir\"@4:8 / AC\r\n\t\t:prp ( purp-10-0 \"to form a smooth paste\"@9:31 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Add milk; cook and stir until thickened and bubbly.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-12 \"milk\"@8:12 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"cook and stir\"@14:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-11-0 \"until thickened and bubbly\"@28:54 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Add cheese and stir until melted.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-13 \"cheese\"@8:14 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-14-1 \"stir\"@19:23 / AC\r\n\t\t:until ( cond-12-0 \"until melted\"@24:36 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Saute mushrooms in remaining butter.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Saute\"@4:9 / AC\r\n\t\t:ppt ( ing-14 \"mushrooms\"@10:19 / FOOD )\r\n\t\t:loc ( \"remaining butter\"@23:39 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Stir into cheese mixture.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Stir\"@4:8 / AC\r\n\t\t:ppt ( \"cheese mixture\"@14:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Carefully pour sauce over chicken, or pour into a serving bowl and pass.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"pour\"@14:18 / AC\r\n\t\t:ppt ( \"sauce\"@19:24 / FOOD )\r\n\t\t:gol ( \"chicken\"@30:37 / FOOD )\r\n\t)\r\n\t:inform ( ac-15-1 \"pour\"@42:46 / AC\r\n\t\t:gol ( \"a serving bowl\"@52:66 / FOOD )\r\n\t)\r\n\t:inform ( ac-15-2 \"pass\"@71:75 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/155_Cawl_Traditional_Welsh_Broth.json b/ai_talks/AMUseBotBackend/recipe/155_Cawl_Traditional_Welsh_Broth.json new file mode 100644 index 0000000..c87528c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/155_Cawl_Traditional_Welsh_Broth.json @@ -0,0 +1,138 @@ +{ + "id": "155", + "title": "Cawl Traditional Welsh Broth", + "content": [ + { + "id": "ing-0", + "text": "2 quarts water", + "type": "ingredient", + "eamr": "( ing-0 \"2 quarts water\" )" + }, + { + "id": "ing-1", + "text": "12 ounces beef shank", + "type": "ingredient", + "eamr": "( ing-1 \"12 ounces beef shank\" )" + }, + { + "id": "ing-2", + "text": "2 large onions, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"2 large onions, chopped\" )" + }, + { + "id": "ing-3", + "text": "2 large carrots, sliced", + "type": "ingredient", + "eamr": "( ing-3 \"2 large carrots, sliced\" )" + }, + { + "id": "ing-4", + "text": "1 rutabaga, diced", + "type": "ingredient", + "eamr": "( ing-4 \"1 rutabaga, diced\" )" + }, + { + "id": "ing-5", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-5 \"salt and pepper to taste\" )" + }, + { + "id": "ing-6", + "text": "4 potatoes, peeled and quartered", + "type": "ingredient", + "eamr": "( ing-6 \"4 potatoes, peeled and quartered\" )" + }, + { + "id": "ing-7", + "text": "2 leeks, sliced", + "type": "ingredient", + "eamr": "( ing-7 \"2 leeks, sliced\" )" + }, + { + "id": "ing-8", + "text": "1 small head cabbage, sliced", + "type": "ingredient", + "eamr": "( ing-8 \"1 small head cabbage, sliced\" )" + }, + { + "id": "ing-9", + "text": "2 tablespoons chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-9 \"2 tablespoons chopped fresh parsley\" )" + }, + { + "id": "inst-0", + "text": "0) Bring water to boil in a large pot.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"boil\"@18:22 / AC\r\n\t\t:ppt ( ing-0 \"water\"@9:14 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large pot\"@26:37 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place beef shank in, and simmer 1 1/2 hours.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-1 \"beef shank\"@9:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"simmer\"@28:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"1 1/2 hours\"@35:46 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Let cool overnight.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"cool\"@7:11 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-2-0 \"overnight\"@12:21 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Lift meat out, trim off gristle and cut meat into medium sized pieces; set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Lift\"@3:7 / AC\r\n\t\t:ppt ( \"meat\"@8:12 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"trim off\"@18:26 / AC\r\n\t\t:ppt ( \"gristle\"@27:34 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"cut\"@39:42 / AC\r\n\t\t:ppt ( \"meat\"@43:47 / FOOD )\r\n\t\t:reshape ( \"medium sized pieces\"@53:72 / OTHER )\r\n\t)\r\n\t:inform ( ac-3-3 \"set aside\"@74:83 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Skim fat from surface of stock, or strain through a fine sieve.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Skim\"@3:7 / AC\r\n\t\t:ppt ( \"fat\"@8:11 / OTHER )\r\n\t\t:source ( tool-4-0 \"surface of stock\"@17:33 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"strain\"@38:44 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-4-1 \"a fine sieve\"@53:65 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Return stock to heat, and bring to a boil.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Return\"@3:9 / AC\r\n\t\t:ppt ( tool-5-0 \"stock\"@10:15 / TOOL )\r\n\t\t:gol ( \"heat\"@19:23 / OTHER )\r\n\t)\r\n\t:inform ( ac-5-1 \"boil\"@40:44 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add onions, carrots and rutabaga.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"onions\"@7:13 / FOOD )\r\n\t\t:ppt ( ing-3 \"carrots\"@15:22 / FOOD )\r\n\t\t:ppt ( ing-4 \"rutabaga\"@27:35 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Season with salt and pepper.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-5 \"salt and pepper\"@15:30 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Simmer for 1 hour.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Simmer\"@3:9 / AC\r\n\t\t:duration ( dur-8-0 \"1 hour\"@14:20 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Add potatoes, and simmer until tender, 15 to 20 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-6 \"potatoes\"@8:16 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"simmer\"@22:28 / AC\r\n\t\t:until ( cond-9-0 \"until tender\"@29:41 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-9-0 \"15 to 20 minutes\"@43:59 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Stir in the leeks, cabbage, parsley and reserved meat.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( ing-7 \"the leeks\"@12:21 / FOOD )\r\n\t\t:ppt ( ing-8 \"cabbage\"@23:30 / FOOD )\r\n\t\t:ppt ( ing-9 \"parsley\"@32:39 / FOOD )\r\n\t\t:ppt ( \"reserved meat\"@44:57 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Simmer 10 minutes, or until cabbage is tender.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Simmer\"@4:10 / AC\r\n\t\t:duration ( dur-11-0 \"10 minutes\"@11:21 / DUR )\r\n\t\t:until ( cond-11-0 \"until cabbage is tender\"@26:49 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/156_Chicken_Tacos.json b/ai_talks/AMUseBotBackend/recipe/156_Chicken_Tacos.json new file mode 100644 index 0000000..d9d52f7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/156_Chicken_Tacos.json @@ -0,0 +1,132 @@ +{ + "id": "156", + "title": "Chicken Tacos", + "content": [ + { + "id": "ing-0", + "text": "1 pound skinless, boneless chicken breast halves, cut into bite size pieces", + "type": "ingredient", + "eamr": "( ing-0 \"1 pound skinless, boneless chicken breast halves, cut into bite size pieces\" )" + }, + { + "id": "ing-1", + "text": "1 cup lemonade", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup lemonade\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon lime juice", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon lime juice\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 teaspoons Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 teaspoons Worcestershire sauce\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon garlic powder", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon garlic powder\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon onion powder", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon onion powder\" )" + }, + { + "id": "ing-7", + "text": "1 bay leaf", + "type": "ingredient", + "eamr": "( ing-7 \"1 bay leaf\" )" + }, + { + "id": "ing-8", + "text": "1 (12 ounce) package corn tortillas", + "type": "ingredient", + "eamr": "( ing-8 \"1 (12 ounce) package corn tortillas\" )" + }, + { + "id": "ing-9", + "text": "1 head lettuce, shredded", + "type": "ingredient", + "eamr": "( ing-9 \"1 head lettuce, shredded\" )" + }, + { + "id": "ing-10", + "text": "2 large tomatoes, chopped", + "type": "ingredient", + "eamr": "( ing-10 \"2 large tomatoes, chopped\" )" + }, + { + "id": "ing-11", + "text": "1 (8 ounce) package shredded sharp Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-11 \"1 (8 ounce) package shredded sharp Cheddar cheese\" )" + }, + { + "id": "ing-12", + "text": "1 (8 ounce) jar salsa", + "type": "ingredient", + "eamr": "( ing-12 \"1 (8 ounce) jar salsa\" )" + }, + { + "id": "ing-13", + "text": "1 (8 ounce) container sour cream", + "type": "ingredient", + "eamr": "( ing-13 \"1 (8 ounce) container sour cream\" )" + }, + { + "id": "inst-0", + "text": "0) In a large skillet over medium heat, combine chicken, lemonade, olive oil, lime juice, and Worcestershire sauce.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@40:47 / AC\r\n\t\t:ppt ( ing-0 \"chicken\"@48:55 / FOOD )\r\n\t\t:ppt ( ing-1 \"lemonade\"@57:65 / FOOD )\r\n\t\t:ppt ( ing-2 \"olive oil\"@67:76 / FOOD )\r\n\t\t:ppt ( ing-3 \"lime juice\"@78:88 / FOOD )\r\n\t\t:ppt ( ing-4 \"Worcestershire sauce\"@94:114 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@6:21 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@27:38 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Season with garlic powder, onion powder, and bay leaf.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-5 \"garlic powder\"@15:28 / FOOD )\r\n\t\t:ppt ( ing-6 \"onion powder\"@30:42 / FOOD )\r\n\t\t:ppt ( ing-7 \"bay leaf\"@48:56 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Simmer until chicken is no longer pink, and juices run clear, 15 to 20 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Simmer\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until chicken is no longer pink, and juices run clear\"@10:63 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"15 to 20 minutes\"@65:81 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Meanwhile, warm the tortillas in the oven or microwave until soft.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"warm\"@14:18 / AC\r\n\t\t:ppt ( ing-8 \"the tortillas\"@19:32 / FOOD )\r\n\t\t:loc ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-3-0 \"the oven\"@36:44 / TOOL )\r\n\t\t\t:option ( ac-3-1 \"microwave\"@48:57 / AC )\r\n\t\t)\r\n\t\t:until ( cond-3-0 \"until soft\"@58:68 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) When chicken is fully cooked, transfer to serving bowl.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"transfer\"@33:41 / AC\r\n\t\t:gol ( tool-4-0 \"serving bowl\"@45:57 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:when ( cond-4-0 \"When chicken is fully cooked\"@3:31 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place lettuce, tomatoes, cheese, salsa, and sour cream in serving dishes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-9 \"lettuce\"@9:16 / FOOD )\r\n\t\t:ppt ( ing-10 \"tomatoes\"@18:26 / FOOD )\r\n\t\t:ppt ( ing-11 \"cheese\"@28:34 / FOOD )\r\n\t\t:ppt ( ing-12 \"salsa\"@36:41 / FOOD )\r\n\t\t:ppt ( ing-13 \"sour cream\"@47:57 / FOOD )\r\n\t\t:gol ( tool-5-0 \"serving dishes\"@61:75 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Each person can create their own wrap, using their preferred ingredients.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"create\"@19:25 / AC\r\n\t\t:pag ( \"Each person\"@3:14 / OTHER )\r\n\t\t:ppt ( \"their own wrap\"@26:40 / FOOD )\r\n\t\t:mnr ( ac-6-1 \"using\"@42:47 / AC\r\n\t\t\t:ppt ( \"their preferred ingredients\"@48:75 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/157_Biga.json b/ai_talks/AMUseBotBackend/recipe/157_Biga.json new file mode 100644 index 0000000..9635448 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/157_Biga.json @@ -0,0 +1,72 @@ +{ + "id": "157", + "title": "Biga", + "content": [ + { + "id": "ing-0", + "text": "3/4 teaspoon active dry yeast", + "type": "ingredient", + "eamr": "( ing-0 \"3/4 teaspoon active dry yeast\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup warm water", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup warm water\" )" + }, + { + "id": "ing-2", + "text": "3 1/2 cups unbleached bread flour", + "type": "ingredient", + "eamr": "( ing-2 \"3 1/2 cups unbleached bread flour\" )" + }, + { + "id": "ing-3", + "text": "1 1/4 cups cold water", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/4 cups cold water\" )" + }, + { + "id": "inst-0", + "text": "0) Place the warm water in a small bowl, and sprinkle the yeast over the top.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-1 \"the warm water\"@9:23 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a small bowl\"@27:39 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"sprinkle\"@45:53 / AC\r\n\t\t:ppt ( ing-0 \"the yeast\"@54:63 / FOOD )\r\n\t\t:gol ( \"the top\"@69:76 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Let stand until yeast has dissolved and is foamy, about 15 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"stand\"@7:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until yeast has dissolved and is foamy\"@13:51 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-1-0 \"15 minutes\"@59:69 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Measure flour into a large bowl.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Measure\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"flour\"@11:16 / FOOD )\r\n\t\t:gol ( tool-2-0 \"a large bowl\"@22:34 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Make a well in the center, and pour in the yeast mixture and cold water.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Make\"@3:7 / AC\r\n\t\t:loc ( \"the center\"@18:28 / FOOD )\r\n\t\t:ppt ( \"a well\"@8:14 / OTHER )\r\n\t)\r\n\t:inform ( ac-3-1 \"pour in\"@34:41 / AC\r\n\t\t:ppt ( \"the yeast mixture\"@42:59 / FOOD )\r\n\t\t:ppt ( ing-3 \"cold water\"@64:74 / FOOD )\r\n\t\t:gol ( \"a well\"@8:14 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Use a sturdy spoon to mix it together until sticky and difficult to stir, but nevertheless thoroughly combined.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"mix\"@25:28 / AC\r\n\t\t:ppt ( \"it\"@29:31 / PRONOUN )\r\n\t\t:until ( cond-4-0 \"until sticky and difficult to stir, but nevertheless thoroughly combined\"@41:113 / CONDITION_CLAUSE )\r\n\t\t:instrument ( tool-4-0 \"a sturdy spoon\"@7:21 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cover and allow to ferment for 24 hours in the refrigerator before using.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"ferment\"@22:29 / AC\r\n\t\t:duration ( dur-5-0 \"24 hours\"@34:42 / DUR )\r\n\t\t:loc ( tool-5-0 \"the refrigerator\"@46:62 / TOOL )\r\n\t\t:duration ( cond-5-0 \"before using\"@63:75 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Store in the refrigerator for up to 2 weeks.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Store\"@3:8 / AC\r\n\t\t:loc ( tool-6-0 \"the refrigerator\"@12:28 / TOOL )\r\n\t\t:duration ( dur-6-0 \"up to 2 weeks\"@33:46 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/158_Empanadas.json b/ai_talks/AMUseBotBackend/recipe/158_Empanadas.json new file mode 100644 index 0000000..b2e6fb6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/158_Empanadas.json @@ -0,0 +1,108 @@ +{ + "id": "158", + "title": "Empanadas", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1 (3 ounce) package cream cheese", + "type": "ingredient", + "eamr": "( ing-1 \"1 (3 ounce) package cream cheese\" )" + }, + { + "id": "ing-2", + "text": "1 cup sifted all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup sifted all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1 cup fruit preserves", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup fruit preserves\" )" + }, + { + "id": "ing-4", + "text": "1/3 cup white sugar", + "type": "ingredient", + "eamr": "( ing-4 \"1/3 cup white sugar\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "inst-0", + "text": "0) DAY BEFORE: Cream butter and cream cheese together until smoothly blended.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( cond-0-0 \"DAY BEFORE\"@3:13 / CONDITION_CLAUSE )\r\n\t:inform ( ac-0-0 \"Cream\"@15:20 / AC\r\n\t\t:ppt ( ing-0 \"butter\"@21:27 / FOOD )\r\n\t\t:ppt ( ing-1 \"cream cheese\"@32:44 / FOOD )\r\n\t\t:until ( cond-0-1 \"until smoothly blended\"@54:76 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat in the flour.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"the flour\"@11:20 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Shape dough into a smooth ball, wrap in foil or cling wrap, and refrigerate overnight or up to a week.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Shape\"@3:8 / AC\r\n\t\t:ppt ( \"dough\"@9:14 / FOOD )\r\n\t\t:reshape ( \"a smooth ball\"@20:33 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"wrap\"@35:39 / AC\r\n\t\t:instrument ( tool-2-0 \"foil\"@43:47 / TOOL )\r\n\t\t:instrument ( tool-2-1 \"cling wrap\"@51:61 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-2 \"refrigerate\"@67:78 / AC\r\n\t\t:duration ( dur-2-0 \"overnight\"@79:88 / DUR )\r\n\t\t:duration ( dur-2-1 \"up to a week\"@92:104 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) AT BAKING TIME: Remove dough from refrigerator 30 minutes before using.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@19:25 / AC\r\n\t\t:ppt ( \"dough\"@26:31 / FOOD )\r\n\t\t:source ( tool-3-0 \"refrigerator\"@37:49 / TOOL )\r\n\t\t:duration ( dur-3-0 \"30 minutes\"@50:60 / DUR )\r\n\t\t:duration ( cond-3-0 \"before using\"@61:73 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Start heating oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"heating\"@9:16 / AC\r\n\t\t:ppt ( tool-4-0 \"oven\"@17:21 / TOOL )\r\n\t\t:heat ( temp-4-0 \"375 degrees F\"@25:38 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"190 degrees C\"@40:53 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Roll chilled dough thin.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( \"chilled dough\"@8:21 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cut with 3 or 4 inch round cookie cutter.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cut\"@3:6 / AC\r\n\t\t:instrument ( tool-6-0 \"3 or 4 inch round cookie cutter\"@12:43 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Place small spoonful of jam in center of each round, moisten edges with water.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-3 \"small spoonful of jam\"@9:30 / FOOD )\r\n\t\t:gol ( \"center of each round\"@34:54 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"moisten\"@56:63 / AC\r\n\t\t:gol ( \"edges\"@64:69 / FOOD )\r\n\t\t:ppt ( \"water\"@75:80 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Fold round over and press edges together.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Fold\"@3:7 / AC\r\n\t\t:ppt ( \"round\"@8:13 / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"press\"@23:28 / AC\r\n\t\t:ppt ( \"edges\"@29:34 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Bake on ungreased cookie sheet 15 to 20 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Bake\"@4:8 / AC\r\n\t\t:loc ( tool-9-0 \"ungreased cookie sheet\"@12:34 / TOOL )\r\n\t\t:duration ( dur-9-0 \"15 to 20 minutes\"@35:51 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Immediately roll in sugar mixed with cinnamon (traditional) OR in confectioners' sugar if preferred.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"roll in\"@16:23 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"OR\"@-1:-1 / CHOICE\r\n\t\t\t:option ( \"sugar mixed with cinnamon\"@24:49 / FOOD \r\n\t\t\t\t:ref ing-4\r\n\t\t\t\t:ref ing-5)\r\n\t\t\t:option ( \"confectioners' sugar\"@70:90 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/159_Dilled_Garlic.json b/ai_talks/AMUseBotBackend/recipe/159_Dilled_Garlic.json new file mode 100644 index 0000000..90a0c95 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/159_Dilled_Garlic.json @@ -0,0 +1,72 @@ +{ + "id": "159", + "title": "Dilled Garlic", + "content": [ + { + "id": "ing-0", + "text": "2 pounds garlic, peeled", + "type": "ingredient", + "eamr": "( ing-0 \"2 pounds garlic, peeled\" )" + }, + { + "id": "ing-1", + "text": "1 sprig chopped fresh dill", + "type": "ingredient", + "eamr": "( ing-1 \"1 sprig chopped fresh dill\" )" + }, + { + "id": "ing-2", + "text": "cayenne pepper to taste", + "type": "ingredient", + "eamr": "( ing-2 \"cayenne pepper to taste\" )" + }, + { + "id": "ing-3", + "text": "4 1/2 cups distilled white vinegar", + "type": "ingredient", + "eamr": "( ing-3 \"4 1/2 cups distilled white vinegar\" )" + }, + { + "id": "ing-4", + "text": "4 tablespoons salt", + "type": "ingredient", + "eamr": "( ing-4 \"4 tablespoons salt\" )" + }, + { + "id": "inst-0", + "text": "0) Fill sterile containers with garlic, chopped fresh dill and cayenne pepper to within an inch of the top.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Fill\"@3:7 / AC\r\n\t\t:gol ( tool-0-0 \"sterile containers\"@8:26 / TOOL )\r\n\t\t:ppt ( ing-0 \"garlic\"@32:38 / FOOD )\r\n\t\t:ppt ( ing-1 \"chopped fresh dill\"@40:58 / FOOD )\r\n\t\t:ppt ( ing-2 \"cayenne pepper\"@63:77 / FOOD )\r\n\t\t:todo ( \"within an inch of the top\"@81:106 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Mix the distilled white vinegar and salt in a medium saucepan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"the distilled white vinegar\"@7:34 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@39:43 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a medium saucepan\"@47:64 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Bring to a boil.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pour the hot distilled white vinegar and salt mixture into the containers with the garlic mixture.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"the hot distilled white vinegar and salt mixture\"@8:56 / FOOD )\r\n\t\t:gol ( tool-3-0 \"the containers with the garlic mixture\"@62:100 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Fill to approximately 1/4 inch from the top.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Fill\"@3:7 / AC\r\n\t\t:todo ( \"approximately 1/4 inch from the top\"@11:46 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Seal and store in the refrigerator.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Seal\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"store\"@12:17 / AC\r\n\t\t:loc ( tool-5-0 \"the refrigerator\"@21:37 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/160_Elizabeths_Extreme_Chocolate_Lovers_Cake.json b/ai_talks/AMUseBotBackend/recipe/160_Elizabeths_Extreme_Chocolate_Lovers_Cake.json new file mode 100644 index 0000000..968d8d7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/160_Elizabeths_Extreme_Chocolate_Lovers_Cake.json @@ -0,0 +1,276 @@ +{ + "id": "160", + "title": "Elizabeths Extreme Chocolate Lovers Cake", + "content": [ + { + "id": "ing-0", + "text": "2 1/4 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 1/4 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "2 teaspoons baking soda", + "type": "ingredient", + "eamr": "( ing-1 \"2 teaspoons baking soda\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-3", + "text": "6 (1 ounce) squares unsweetened chocolate, chopped", + "type": "ingredient", + "eamr": "( ing-3 \"6 (1 ounce) squares unsweetened chocolate, chopped\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup unsalted butter", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup unsalted butter\" )" + }, + { + "id": "ing-5", + "text": "2 1/2 cups dark brown sugar", + "type": "ingredient", + "eamr": "( ing-5 \"2 1/2 cups dark brown sugar\" )" + }, + { + "id": "ing-6", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-6 \"3 eggs\" )" + }, + { + "id": "ing-7", + "text": "1 1/2 tablespoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-7 \"1 1/2 tablespoons vanilla extract\" )" + }, + { + "id": "ing-8", + "text": "1 cup sour cream", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup sour cream\" )" + }, + { + "id": "ing-9", + "text": "1 cup water", + "type": "ingredient", + "eamr": "( ing-9 \"1 cup water\" )" + }, + { + "id": "ing-10", + "text": "6 (1 ounce) squares unsweetened chocolate, chopped", + "type": "ingredient", + "eamr": "( ing-10 \"6 (1 ounce) squares unsweetened chocolate, chopped\" )" + }, + { + "id": "ing-11", + "text": "1/4 cup unsalted butter", + "type": "ingredient", + "eamr": "( ing-11 \"1/4 cup unsalted butter\" )" + }, + { + "id": "ing-12", + "text": "1 egg yolk", + "type": "ingredient", + "eamr": "( ing-12 \"1 egg yolk\" )" + }, + { + "id": "ing-13", + "text": "4 cups confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-13 \"4 cups confectioners' sugar\" )" + }, + { + "id": "ing-14", + "text": "2 tablespoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-14 \"2 tablespoons vanilla extract\" )" + }, + { + "id": "ing-15", + "text": "2 tablespoons heavy cream", + "type": "ingredient", + "eamr": "( ing-15 \"2 tablespoons heavy cream\" )" + }, + { + "id": "ing-16", + "text": "1 (8 ounce) package cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-16 \"1 (8 ounce) package cream cheese, softened\" )" + }, + { + "id": "ing-17", + "text": "2 cups bittersweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-17 \"2 cups bittersweet chocolate chips\" )" + }, + { + "id": "ing-18", + "text": "1 cup heavy cream", + "type": "ingredient", + "eamr": "( ing-18 \"1 cup heavy cream\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease and flour 2 (9 inch) pans.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease and flour\"@3:19 / AC\r\n\t\t:ppt ( tool-1-0 \"2 (9 inch) pans\"@20:35 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Sift together the flour, baking soda and salt.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the flour\"@17:26 / FOOD )\r\n\t\t:ppt ( ing-1 \"baking soda\"@28:39 / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@44:48 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Set aside\"@3:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In the top of a double boiler, heat 6 ounces chocolate, stirring occasionally, until chocolate is melted and smooth.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"heat\"@34:38 / AC\r\n\t\t:ppt ( ing-3 \"6 ounces chocolate\"@39:57 / FOOD )\r\n\t\t:loc ( tool-4-0 \"the top of a double boiler\"@6:32 / TOOL )\r\n\t\t:simultaneous ( ac-4-1 \"stirring\"@59:67 / AC )\r\n\t\t:until ( cond-4-0 \"until chocolate is melted and smooth\"@82:118 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Remove from heat and allow to cool to lukewarm.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cool\"@33:37 / AC\r\n\t\t:heat ( temp-5-0 \"lukewarm\"@41:49 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) In a large bowl, cream together the butter and brown sugar until light and fluffy.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"cream\"@20:25 / AC\r\n\t\t:ppt ( ing-4 \"the butter\"@35:45 / FOOD )\r\n\t\t:ppt ( ing-5 \"brown sugar\"@50:61 / FOOD )\r\n\t\t:until ( cond-6-0 \"until light and fluffy\"@62:84 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-6-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Beat in the eggs one at a time, then stir in 1 1/2 teaspoon vanilla.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"the eggs\"@11:19 / FOOD )\r\n\t\t:mnr ( \"one at a time\"@20:33 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"stir in\"@40:47 / AC\r\n\t\t:ppt ( ing-7 \"1 1/2 teaspoon vanilla\"@48:70 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Stir in the melted chocolate.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"the melted chocolate\"@11:31 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Beat in the flour mixture alternately with the sour cream.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Beat in\"@4:11 / AC\r\n\t\t:ppt ( \"the flour mixture\"@12:29 / FOOD )\r\n\t\t:ppt ( ing-8 \"the sour cream\"@47:61 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Stir in boiling water (batter will be thin).", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( \"boiling water\"@12:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-10-0 \"batter will be thin\"@27:46 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Pour batter into prepared pans.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( \"batter\"@9:15 / FOOD )\r\n\t\t:gol ( tool-11-0 \"prepared pans\"@21:34 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Bake in the preheated oven for 35 to 40 minutes, or until a toothpick inserted into the center of the cake comes out clean.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Bake\"@4:8 / AC\r\n\t\t:loc ( tool-12-0 \"the preheated oven\"@12:30 / TOOL )\r\n\t\t:duration ( dur-12-0 \"35 to 40 minutes\"@35:51 / DUR )\r\n\t\t:until ( cond-12-0 \"until a toothpick inserted into the center of the cake comes out clean\"@56:126 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Let cool in pan for 10 minutes, then turn out onto a wire rack and cool completely.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"cool\"@8:12 / AC\r\n\t\t:loc ( tool-13-0 \"pan\"@16:19 / TOOL )\r\n\t\t:duration ( dur-13-0 \"10 minutes\"@24:34 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-13-1 \"cool\"@71:75 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-13-2 \"turn out\"@41:49 / AC\r\n\t\t:gol ( tool-13-1 \"a wire rack\"@55:66 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Make the Chocolate Buttercream Frosting: In the top of a double boiler, heat 6 ounces chocolate, stirring occasionally, until chocolate is melted and smooth.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"heat\"@76:80 / AC\r\n\t\t:subtask ( \"Make the Chocolate Buttercream Frosting\"@4:43 / OTHER )\r\n\t\t:loc ( tool-14-0 \"the top of a double boiler\"@48:74 / TOOL )\r\n\t\t:ppt ( ing-10 \"6 ounces chocolate\"@81:99 / FOOD )\r\n\t\t:simultaneous ( ac-14-1 \"stirring\"@101:109 / AC )\r\n\t\t:until ( cond-14-0 \"until chocolate is melted and smooth\"@124:160 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) In a large bowl, whip the butter for about 10 minutes until it is super fluffy, beat in egg yolk.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"whip\"@21:25 / AC\r\n\t\t:ppt ( ing-11 \"the butter\"@26:36 / FOOD )\r\n\t\t:duration ( dur-15-0 \"10 minutes\"@47:57 / DUR )\r\n\t\t:until ( cond-15-0 \"until it is super fluffy\"@58:82 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-15-0 \"a large bowl\"@7:19 / TOOL )\r\n\t)\r\n\t:inform ( ac-15-1 \"beat in\"@84:91 / AC\r\n\t\t:ppt ( ing-12 \"egg yolk\"@92:100 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Gradually blend in the confectioners' sugar, alternating with 2 tablespoons vanilla and 2 tablespoons cream, then blend in the melted chocolate.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"blend in\"@14:22 / AC\r\n\t\t:simultaneous ( ac-16-1 \"alternating\"@49:60 / AC\r\n\t\t\t:ppt ( ing-14 \"2 tablespoons vanilla\"@66:87 / FOOD )\r\n\t\t\t:ppt ( ing-15 \"2 tablespoons cream\"@92:111 / FOOD )\r\n\t\t)\r\n\t\t:ppt ( ing-13 \"the confectioners' sugar\"@23:47 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-16-2 \"blend in\"@118:126 / AC\r\n\t\t:ppt ( \"the melted chocolate\"@127:147 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Beat in the softened cream cheese.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Beat in\"@4:11 / AC\r\n\t\t:ppt ( ing-16 \"the softened cream cheese\"@12:37 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Make the Ganache: In a large saucepan, combine chocolate chips and 1 cup heavy cream.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"combine\"@43:50 / AC\r\n\t\t:subtask ( \"Make the Ganache\"@4:20 / OTHER )\r\n\t\t:loc ( tool-18-0 \"a large saucepan\"@25:41 / TOOL )\r\n\t\t:ppt ( ing-17 \"chocolate chips\"@51:66 / FOOD )\r\n\t\t:ppt ( ing-18 \"1 cup heavy cream\"@71:88 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-19", + "text": "19) Heat, stirring constantly, until chocolate is melted and smooth.", + "type": "instruction", + "eamr": "( inst-19 / R\r\n\t:inform ( ac-19-0 \"Heat\"@4:8 / AC\r\n\t\t:simultaneous ( ac-19-1 \"stirring\"@10:18 / AC )\r\n\t\t:until ( cond-19-0 \"until chocolate is melted and smooth\"@31:67 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-20", + "text": "20) Remove from heat and set aside.", + "type": "instruction", + "eamr": "( inst-20 / R\r\n\t:inform ( ac-20-0 \"Remove\"@4:10 / AC\r\n\t\t:source ( \"heat\"@16:20 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-20-1 \"set aside\"@25:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-21", + "text": "21) Assemble the cake: When cake is completely cooled, cover the bottom cake layer with as much ganache as desired.", + "type": "instruction", + "eamr": "( inst-21 / R\r\n\t:inform ( ac-21-0 \"cover\"@55:60 / AC\r\n\t\t:subtask ( \"Assemble the cake\"@4:21 / OTHER )\r\n\t\t:ppt ( \"the bottom cake layer\"@61:82 / FOOD )\r\n\t\t:ppt ( \"ganache\"@96:103 / FOOD )\r\n\t\t:when ( cond-21-0 \"When cake is completely cooled\"@23:53 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-22", + "text": "22) Refrigerate for 5 minutes, or until ganache has set.", + "type": "instruction", + "eamr": "( inst-22 / R\r\n\t:inform ( ac-22-0 \"Refrigerate\"@4:15 / AC\r\n\t\t:duration ( dur-22-0 \"5 minutes\"@20:29 / DUR )\r\n\t\t:until ( cond-22-0 \"until ganache has set\"@34:55 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-23", + "text": "23) Spread frosting over the ganache.", + "type": "instruction", + "eamr": "( inst-23 / R\r\n\t:inform ( ac-23-0 \"Spread\"@4:10 / AC\r\n\t\t:ppt ( \"frosting\"@11:19 / FOOD )\r\n\t\t:gol ( \"the ganache\"@25:36 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-24", + "text": "24) Cover with top layer of cake.", + "type": "instruction", + "eamr": "( inst-24 / R\r\n\t:inform ( ac-24-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( \"top layer of cake\"@15:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-25", + "text": "25) Frost top and sides with buttercream, and garnish with more ganache.", + "type": "instruction", + "eamr": "( inst-25 / R\r\n\t:inform ( ac-25-0 \"Frost\"@4:9 / AC\r\n\t\t:ppt ( \"top and sides\"@10:23 / FOOD )\r\n\t\t:ppt ( \"buttercream\"@29:40 / FOOD )\r\n\t)\r\n\t:inform ( ac-25-1 \"garnish\"@46:53 / AC\r\n\t\t:ppt ( \"more ganache\"@59:71 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/161_Brownie_Mix_in_a_Jar_III.json b/ai_talks/AMUseBotBackend/recipe/161_Brownie_Mix_in_a_Jar_III.json new file mode 100644 index 0000000..ea51c7d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/161_Brownie_Mix_in_a_Jar_III.json @@ -0,0 +1,114 @@ +{ + "id": "161", + "title": "Brownie Mix in a Jar III", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup flaked coconut", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup flaked coconut\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "2 cups packed brown sugar", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups packed brown sugar\" )" + }, + { + "id": "ing-3", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-3 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 teaspoons baking powder", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 teaspoons baking powder\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "3/4 cup butter or margarine, softened at room temperature.", + "type": "ingredient", + "eamr": "( ing-6 \"3/4 cup butter or margarine, softened at room temperature.\" )" + }, + { + "id": "ing-7", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-7 \"2 eggs\" )" + }, + { + "id": "ing-8", + "text": "2 teaspoons vanilla", + "type": "ingredient", + "eamr": "( ing-8 \"2 teaspoons vanilla\" )" + }, + { + "id": "inst-0", + "text": "0) Mix together flour, salt and baking powder.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"flour\"@16:21 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@23:27 / FOOD )\r\n\t\t:ppt ( ing-4 \"baking powder\"@32:45 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add 3/4 cup butter or margarine (do not use diet Magarine).", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"3/4 cup butter or margarine\"@7:34 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"not use\"@39:46 / AC\r\n\t\t:ppt ( \"diet Magarine\"@47:60 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Mix in 2 eggs, slightly beaten and 2 teaspoons vanilla.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-7 \"2 eggs\"@10:16 / FOOD )\r\n\t\t:ppt ( ing-8 \"2 teaspoons vanilla\"@38:57 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( \"slightly beaten\"@18:33 / OTHER )\r\n)" + }, + { + "id": "inst-3", + "text": "3) Spread batter into a sprayed 9 x 13 inch metal pan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( \"batter\"@10:16 / FOOD )\r\n\t\t:gol ( tool-3-0 \"a sprayed 9 x 13 inch metal pan\"@22:53 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake at 375 degrees F (190 degrees C) for 25 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-4-0 \"375 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"190 degrees C\"@26:39 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"25 minutes\"@45:55 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cool 15 minutes in baking pan.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cool\"@3:7 / AC\r\n\t\t:duration ( dur-5-0 \"15 minutes\"@8:18 / DUR )\r\n\t\t:loc ( tool-5-0 \"baking pan\"@22:32 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cut brownies into 1 1/2 inch squares.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( \"brownies\"@7:15 / FOOD )\r\n\t\t:reshape ( \"1 1/2 inch squares\"@21:39 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cool completely in pan.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cool\"@3:7 / AC\r\n\t\t:loc ( tool-7-0 \"pan\"@22:25 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Make 2 dozen brownies.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Make\"@3:7 / AC\r\n\t\t:ppt ( \"2 dozen brownies\"@8:24 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/162_Cindis_Egg_Rolls.json b/ai_talks/AMUseBotBackend/recipe/162_Cindis_Egg_Rolls.json new file mode 100644 index 0000000..c8e3913 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/162_Cindis_Egg_Rolls.json @@ -0,0 +1,180 @@ +{ + "id": "162", + "title": "Cindis Egg Rolls", + "content": [ + { + "id": "ing-0", + "text": "1 pound ground pork", + "type": "ingredient", + "eamr": "( ing-0 \"1 pound ground pork\" )" + }, + { + "id": "ing-1", + "text": "4 cups shredded cabbage", + "type": "ingredient", + "eamr": "( ing-1 \"4 cups shredded cabbage\" )" + }, + { + "id": "ing-2", + "text": "1 large carrot, shredded", + "type": "ingredient", + "eamr": "( ing-2 \"1 large carrot, shredded\" )" + }, + { + "id": "ing-3", + "text": "1/2 green bell pepper, cut into thin strips", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 green bell pepper, cut into thin strips\" )" + }, + { + "id": "ing-4", + "text": "1 medium onion, chopped", + "type": "ingredient", + "eamr": "( ing-4 \"1 medium onion, chopped\" )" + }, + { + "id": "ing-5", + "text": "3 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-5 \"3 cloves garlic, minced\" )" + }, + { + "id": "ing-6", + "text": "3 teaspoons fresh ginger root, grated", + "type": "ingredient", + "eamr": "( ing-6 \"3 teaspoons fresh ginger root, grated\" )" + }, + { + "id": "ing-7", + "text": "1 tablespoon cornstarch", + "type": "ingredient", + "eamr": "( ing-7 \"1 tablespoon cornstarch\" )" + }, + { + "id": "ing-8", + "text": "2 tablespoons soy sauce", + "type": "ingredient", + "eamr": "( ing-8 \"2 tablespoons soy sauce\" )" + }, + { + "id": "ing-9", + "text": "1 1/2 tablespoons molasses", + "type": "ingredient", + "eamr": "( ing-9 \"1 1/2 tablespoons molasses\" )" + }, + { + "id": "ing-10", + "text": "2 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-10 \"2 tablespoons vegetable oil\" )" + }, + { + "id": "ing-11", + "text": "1 quart oil for frying", + "type": "ingredient", + "eamr": "( ing-11 \"1 quart oil for frying\" )" + }, + { + "id": "ing-12", + "text": "1 1/2 (14 ounce) packages egg roll wrappers", + "type": "ingredient", + "eamr": "( ing-12 \"1 1/2 (14 ounce) packages egg roll wrappers\" )" + }, + { + "id": "ing-13", + "text": "1 1/2 cups sweet and sour sauce", + "type": "ingredient", + "eamr": "( ing-13 \"1 1/2 cups sweet and sour sauce\" )" + }, + { + "id": "inst-0", + "text": "0) Cook pork in a large wok over medium-high heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"pork\"@8:12 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large wok\"@16:27 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium-high heat\"@33:49 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Drain and set aside.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Drain\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"set aside\"@13:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large bowl, mix the cabbage, carrot, green bell pepper, onion, garlic and ginger.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-1 \"the cabbage\"@24:35 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-2 \"carrot\"@37:43 / FOOD )\r\n\t\t:ppt ( ing-3 \"green bell pepper\"@45:62 / FOOD )\r\n\t\t:ppt ( ing-4 \"onion\"@64:69 / FOOD )\r\n\t\t:ppt ( ing-5 \"garlic\"@71:77 / FOOD )\r\n\t\t:ppt ( ing-6 \"ginger\"@82:88 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a small bowl, mix the cornstarch, soy sauce, and molasses until smooth.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-7 \"the cornstarch\"@24:38 / FOOD )\r\n\t\t:ppt ( ing-8 \"soy sauce\"@40:49 / FOOD )\r\n\t\t:ppt ( ing-9 \"molasses\"@55:63 / FOOD )\r\n\t\t:until ( cond-3-0 \"until smooth\"@64:76 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-3-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Heat 2 tablespoons oil in wok.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-10 \"2 tablespoons oil\"@8:25 / FOOD )\r\n\t\t:loc ( tool-4-0 \"wok\"@29:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in cabbage mixture in batches, cooking each batch 3 to 4 minutes, just until tender.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"cabbage mixture\"@11:26 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cooking\"@39:46 / AC\r\n\t\t:ppt ( \"each batch\"@47:57 / FOOD )\r\n\t\t:duration ( dur-5-0 \"3 to 4 minutes\"@58:72 / DUR )\r\n\t\t:until ( cond-5-0 \"until tender\"@79:91 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Return vegetables to bowl, and mix in pork.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Return\"@3:9 / AC\r\n\t\t:ppt ( \"vegetables\"@10:20 / FOOD )\r\n\t\t:gol ( tool-6-0 \"bowl\"@24:28 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-1 \"mix in\"@34:40 / AC\r\n\t\t:ppt ( \"pork\"@41:45 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Stir in the cornstarch mixture.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"the cornstarch mixture\"@11:33 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Heat 1 quart oil in a deep fryer to 365 degrees F (185 degrees C).", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-11 \"1 quart oil\"@8:19 / FOOD )\r\n\t\t:loc ( tool-8-0 \"a deep fryer\"@23:35 / TOOL )\r\n\t\t:heat ( temp-8-0 \"365 degrees F\"@39:52 / TEMPERATURE )\r\n\t\t:heat ( temp-8-1 \"185 degrees C\"@54:67 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Place about 1 tablespoon filling on each egg roll wrapper.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"1 tablespoon filling\"@16:36 / FOOD )\r\n\t\t:gol ( ing-12 \"each egg roll wrapper\"@40:61 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Fold one corner of wrapper over filling.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Fold\"@4:8 / AC\r\n\t\t:ppt ( \"one corner of wrapper\"@9:30 / FOOD )\r\n\t\t:gol ( \"filling\"@36:43 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Fold wrapper sides over filling.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Fold\"@4:8 / AC\r\n\t\t:ppt ( \"wrapper sides\"@9:22 / FOOD )\r\n\t\t:gol ( \"filling\"@28:35 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Roll wrappers to form egg rolls.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Roll\"@4:8 / AC\r\n\t\t:ppt ( \"wrappers\"@9:17 / FOOD )\r\n\t\t:prp ( purp-12-0 \"to form egg rolls\"@18:35 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Fry egg rolls in batches in the hot oil until golden brown.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Fry\"@4:7 / AC\r\n\t\t:ppt ( \"egg rolls\"@8:17 / FOOD )\r\n\t\t:loc ( \"the hot oil\"@32:43 / FOOD )\r\n\t\t:until ( cond-13-0 \"until golden brown\"@44:62 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Drain on paper towels and serve with sweet and sour sauce.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Drain\"@4:9 / AC\r\n\t\t:loc ( tool-14-0 \"paper towels\"@13:25 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-14-1 \"serve\"@30:35 / AC\r\n\t\t:ppt ( ing-13 \"sweet and sour sauce\"@41:61 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/163_Arroz_con_Pollo_II.json b/ai_talks/AMUseBotBackend/recipe/163_Arroz_con_Pollo_II.json new file mode 100644 index 0000000..cb664fa --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/163_Arroz_con_Pollo_II.json @@ -0,0 +1,120 @@ +{ + "id": "163", + "title": "Arroz con Pollo II", + "content": [ + { + "id": "ing-0", + "text": "1 (2 to 3 pound) whole chicken, cut into pieces", + "type": "ingredient", + "eamr": "( ing-0 \"1 (2 to 3 pound) whole chicken, cut into pieces\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon olive oil", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon olive oil\" )" + }, + { + "id": "ing-2", + "text": "2 onions, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"2 onions, chopped\" )" + }, + { + "id": "ing-3", + "text": "3 cloves garlic, crushed", + "type": "ingredient", + "eamr": "( ing-3 \"3 cloves garlic, crushed\" )" + }, + { + "id": "ing-4", + "text": "1/2 green bell pepper, chopped", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 green bell pepper, chopped\" )" + }, + { + "id": "ing-5", + "text": "1/2 (15 ounce) can tomato sauce", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 (15 ounce) can tomato sauce\" )" + }, + { + "id": "ing-6", + "text": "1 pinch saffron", + "type": "ingredient", + "eamr": "( ing-6 \"1 pinch saffron\" )" + }, + { + "id": "ing-7", + "text": "salt to taste", + "type": "ingredient", + "eamr": "( ing-7 \"salt to taste\" )" + }, + { + "id": "ing-8", + "text": "2 cubes chicken bouillon", + "type": "ingredient", + "eamr": "( ing-8 \"2 cubes chicken bouillon\" )" + }, + { + "id": "ing-9", + "text": "1 1/2 cups uncooked white rice", + "type": "ingredient", + "eamr": "( ing-9 \"1 1/2 cups uncooked white rice\" )" + }, + { + "id": "ing-10", + "text": "1 cup beer", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup beer\" )" + }, + { + "id": "ing-11", + "text": "1 (15 ounce) can peas, drained", + "type": "ingredient", + "eamr": "( ing-11 \"1 (15 ounce) can peas, drained\" )" + }, + { + "id": "ing-12", + "text": "1/2 red bell pepper, roasted and sliced", + "type": "ingredient", + "eamr": "( ing-12 \"1/2 red bell pepper, roasted and sliced\" )" + }, + { + "id": "inst-0", + "text": "0) Heat oil in a large skillet over medium high heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-1 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@15:30 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium high heat\"@36:52 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Saute chicken until lightly browned; remove from skillet and set aside.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Saute\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"chicken\"@9:16 / FOOD )\r\n\t\t:until ( cond-1-0 \"until lightly browned\"@17:38 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-1 \"remove\"@40:46 / AC\r\n\t\t:source ( tool-1-0 \"skillet\"@52:59 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"set aside\"@64:73 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Saute onion, garlic and green bell pepper until soft; stir in tomato sauce, saffron, salt and bouillon and return chicken pieces to skillet.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Saute\"@3:8 / AC\r\n\t\t:ppt ( ing-2 \"onion\"@9:14 / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic\"@16:22 / FOOD )\r\n\t\t:ppt ( ing-4 \"green bell pepper\"@27:44 / FOOD )\r\n\t\t:until ( cond-2-0 \"until soft\"@45:55 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir in\"@57:64 / AC\r\n\t\t:ppt ( ing-5 \"tomato sauce\"@65:77 / FOOD )\r\n\t\t:ppt ( ing-6 \"saffron\"@79:86 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt\"@88:92 / FOOD )\r\n\t\t:ppt ( ing-8 \"bouillon\"@97:105 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"return\"@110:116 / AC\r\n\t\t:ppt ( \"chicken pieces\"@117:131 / FOOD )\r\n\t\t:gol ( tool-2-0 \"skillet\"@135:142 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cook for 10 minutes, then add rice and reduce heat to low.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cook\"@3:7 / AC\r\n\t\t:duration ( dur-3-0 \"10 minutes\"@12:22 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"add\"@29:32 / AC\r\n\t\t:ppt ( ing-9 \"rice\"@33:37 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"reduce\"@42:48 / AC\r\n\t\t:ppt ( \"heat\"@49:53 / OTHER )\r\n\t\t:gol ( temp-3-0 \"low\"@57:60 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add beer and simmer for 8 to 10 minutes, stirring occasionally, until rice is tender.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-10 \"beer\"@7:11 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"simmer\"@16:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"8 to 10 minutes\"@27:42 / DUR )\r\n\t\t:simultaneous ( ac-4-2 \"stirring\"@44:52 / AC )\r\n\t\t:until ( cond-4-0 \"until rice is tender\"@67:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Finally, stir in peas with liquid and garnish with roasted red bell pepper.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"stir in\"@12:19 / AC\r\n\t\t:ppt ( ing-11 \"peas\"@20:24 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"garnish\"@41:48 / AC\r\n\t\t:ppt ( ing-12 \"roasted red bell pepper\"@54:77 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/164_Famous_Caramel_Cookie_Bars.json b/ai_talks/AMUseBotBackend/recipe/164_Famous_Caramel_Cookie_Bars.json new file mode 100644 index 0000000..40b5948 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/164_Famous_Caramel_Cookie_Bars.json @@ -0,0 +1,78 @@ +{ + "id": "164", + "title": "Famous Caramel Cookie Bars", + "content": [ + { + "id": "ing-0", + "text": "40 rectangular shortbread cookies", + "type": "ingredient", + "eamr": "( ing-0 \"40 rectangular shortbread cookies\" )" + }, + { + "id": "ing-1", + "text": "35 individually wrapped caramels, unwrapped", + "type": "ingredient", + "eamr": "( ing-1 \"35 individually wrapped caramels, unwrapped\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup water", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup water\" )" + }, + { + "id": "ing-3", + "text": "4 cups milk chocolate chips", + "type": "ingredient", + "eamr": "( ing-3 \"4 cups milk chocolate chips\" )" + }, + { + "id": "inst-0", + "text": "0) Place shortbread cookies on a baking sheet or tray.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"shortbread cookies\"@9:27 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a baking sheet or tray\"@31:53 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a small saucepan over medium-low heat, melt caramels in water, stirring frequently.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"melt\"@45:49 / AC\r\n\t\t:ppt ( ing-1 \"caramels\"@50:58 / FOOD )\r\n\t\t:ppt ( ing-2 \"water\"@62:67 / FOOD )\r\n\t\t:simultaneous ( ac-1-1 \"stirring\"@69:77 / AC )\r\n\t\t:loc ( tool-1-0 \"a small saucepan\"@6:22 / TOOL )\r\n\t\t:heat ( temp-1-0 \"medium-low heat\"@28:43 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Spoon a thin line of caramel over each cookie.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( \"a thin line of caramel\"@9:31 / FOOD )\r\n\t\t:gol ( \"each cookie\"@37:48 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place cookies in refrigerator until caramel is set.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"cookies\"@9:16 / FOOD )\r\n\t\t:gol ( tool-3-0 \"refrigerator\"@20:32 / TOOL )\r\n\t\t:until ( cond-3-0 \"until caramel is set\"@33:53 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Line baking sheets or trays with waxed paper.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Line\"@3:7 / AC\r\n\t\t:ppt ( tool-4-0 \"baking sheets or trays\"@8:30 / TOOL )\r\n\t\t:instrument ( tool-4-1 \"waxed paper\"@36:47 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a double boiler over simmering water, melt chocolate.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"melt\"@44:48 / AC\r\n\t\t:ppt ( ing-3 \"chocolate\"@49:58 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a double boiler\"@6:21 / TOOL\r\n\t\t\t:todo ( \"simmering water\"@27:42 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Dip cookies in chocolate one at a time, tapping against the side of the bowl to remove excess.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Dip\"@3:6 / AC\r\n\t\t:ppt ( \"cookies\"@7:14 / FOOD )\r\n\t\t:simultaneous ( ac-6-1 \"tapping\"@43:50 / AC\r\n\t\t\t:prp ( purp-6-0 \"to remove excess\"@80:96 / PURPOSE_CLAUSE )\r\n\t\t\t:ppt ( tool-6-0 \"the side of the bowl\"@59:79 / TOOL )\r\n\t\t)\r\n\t\t:gol ( \"chocolate\"@18:27 / FOOD )\r\n\t\t:heat ( \"one at a time\"@28:41 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Place on prepared sheets and let rest at room temperature several hours, until set.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-7-0 \"prepared sheets\"@12:27 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"rest\"@36:40 / AC\r\n\t\t:heat ( temp-7-0 \"room temperature\"@44:60 / TEMPERATURE )\r\n\t\t:duration ( dur-7-0 \"several hours\"@61:74 / DUR )\r\n\t\t:until ( cond-7-0 \"until set\"@76:85 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/165_Coq_au_Vin_alla_Italiana.json b/ai_talks/AMUseBotBackend/recipe/165_Coq_au_Vin_alla_Italiana.json new file mode 100644 index 0000000..4971e49 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/165_Coq_au_Vin_alla_Italiana.json @@ -0,0 +1,150 @@ +{ + "id": "165", + "title": "Coq au Vin alla Italiana", + "content": [ + { + "id": "ing-0", + "text": "4 pounds dark meat chicken pieces", + "type": "ingredient", + "eamr": "( ing-0 \"4 pounds dark meat chicken pieces\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon vegetable oil", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon vegetable oil\" )" + }, + { + "id": "ing-2", + "text": "5 cloves crushed garlic", + "type": "ingredient", + "eamr": "( ing-2 \"5 cloves crushed garlic\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup all-purpose flour\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon poultry seasoning", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon poultry seasoning\" )" + }, + { + "id": "ing-5", + "text": "3 (4 ounce) links sweet Italian sausage, sliced", + "type": "ingredient", + "eamr": "( ing-5 \"3 (4 ounce) links sweet Italian sausage, sliced\" )" + }, + { + "id": "ing-6", + "text": "1 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup chopped onion\" )" + }, + { + "id": "ing-7", + "text": "3 carrots, sliced", + "type": "ingredient", + "eamr": "( ing-7 \"3 carrots, sliced\" )" + }, + { + "id": "ing-8", + "text": "1/2 pound fresh mushrooms, sliced", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 pound fresh mushrooms, sliced\" )" + }, + { + "id": "ing-9", + "text": "1/2 teaspoon dried rosemary", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 teaspoon dried rosemary\" )" + }, + { + "id": "ing-10", + "text": "1 cup red wine", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup red wine\" )" + }, + { + "id": "ing-11", + "text": "1 (14.5 ounce) can whole peeled tomatoes", + "type": "ingredient", + "eamr": "( ing-11 \"1 (14.5 ounce) can whole peeled tomatoes\" )" + }, + { + "id": "ing-12", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-12 \"salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) In a large skillet, heat oil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"heat\"@23:27 / AC\r\n\t\t:ppt ( ing-1 \"oil\"@28:31 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@6:21 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add 1/2 of the garlic.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"1/2 of the garlic\"@7:24 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Season flour with poultry seasoning.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( ing-3 \"flour\"@10:15 / FOOD )\r\n\t\t:ppt ( ing-4 \"poultry seasoning\"@21:38 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Dredge chicken parts in flour, then brown in the skillet for 4 or 5 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Dredge\"@3:9 / AC\r\n\t\t:ppt ( ing-0 \"chicken parts\"@10:23 / FOOD )\r\n\t\t:gol ( \"flour\"@27:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"brown\"@39:44 / AC\r\n\t\t:loc ( tool-3-0 \"the skillet\"@48:59 / TOOL )\r\n\t\t:duration ( dur-3-0 \"4 or 5 minutes\"@64:78 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add the sausage, and saute for a few minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-5 \"the sausage\"@7:18 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"saute\"@24:29 / AC\r\n\t\t:duration ( dur-4-0 \"a few minutes\"@34:47 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Add the onion, carrots, mushrooms, rosemary and the remaining garlic.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"the onion\"@7:16 / FOOD )\r\n\t\t:ppt ( ing-7 \"carrots\"@18:25 / FOOD )\r\n\t\t:ppt ( ing-8 \"mushrooms\"@27:36 / FOOD )\r\n\t\t:ppt ( ing-9 \"rosemary\"@38:46 / FOOD )\r\n\t\t:ppt ( ing-2 \"the remaining garlic\"@51:71 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Stir all together.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( \"all\"@8:11 / PRONOUN )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Add the wine and tomatoes; stir.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-10 \"the wine\"@7:15 / FOOD )\r\n\t\t:ppt ( ing-11 \"tomatoes\"@20:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"stir\"@30:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cover and let simmer over low heat for 25 minutes.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"simmer\"@17:23 / AC\r\n\t\t:heat ( temp-8-0 \"low heat\"@29:37 / TEMPERATURE )\r\n\t\t:duration ( dur-8-0 \"25 minutes\"@42:52 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Season with salt and pepper to taste and let simmer for another 10 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Season\"@4:10 / AC\r\n\t\t:ppt ( ing-12 \"salt and pepper to taste\"@16:31 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"simmer\"@49:55 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-9-0 \"another 10 minutes\"@60:78 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Let cool covered for 10 minutes, then serve.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"cool\"@8:12 / AC\r\n\t\t:duration ( dur-10-0 \"10 minutes\"@25:35 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"serve\"@42:47 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/166_Campagnard_Sauce.json b/ai_talks/AMUseBotBackend/recipe/166_Campagnard_Sauce.json new file mode 100644 index 0000000..f4ddbc8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/166_Campagnard_Sauce.json @@ -0,0 +1,72 @@ +{ + "id": "166", + "title": "Campagnard Sauce", + "content": [ + { + "id": "ing-0", + "text": "2 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-0 \"2 cloves garlic, minced\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup goat cheese", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup goat cheese\" )" + }, + { + "id": "ing-2", + "text": "1 celery stalk, minced", + "type": "ingredient", + "eamr": "( ing-2 \"1 celery stalk, minced\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons balsamic vinegar", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons balsamic vinegar\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup olive oil", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup olive oil\" )" + }, + { + "id": "ing-5", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-5 \"salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) In a bowl, stir together garlic, goat cheese, celery, balsamic vinegar, and olive oil.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"stir\"@14:18 / AC\r\n\t\t:ppt ( ing-0 \"garlic\"@28:34 / FOOD )\r\n\t\t:ppt ( ing-1 \"goat cheese\"@36:47 / FOOD )\r\n\t\t:ppt ( ing-2 \"celery\"@49:55 / FOOD )\r\n\t\t:ppt ( ing-3 \"balsamic vinegar\"@57:73 / FOOD )\r\n\t\t:ppt ( ing-4 \"olive oil\"@79:88 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a bowl\"@6:12 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Season to taste with salt and pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-5 \"salt and pepper\"@24:39 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:prp ( purp-1-0 \"to taste\"@10:18 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Blend well until the sauce is smooth.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Blend\"@3:8 / AC\r\n\t\t:until ( cond-2-0 \"until the sauce is smooth\"@14:39 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover, and refrigerate.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"refrigerate\"@14:25 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Serve chilled.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/167_Cookie_Jar_Sugar_Cookies.json b/ai_talks/AMUseBotBackend/recipe/167_Cookie_Jar_Sugar_Cookies.json new file mode 100644 index 0000000..5dbabce --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/167_Cookie_Jar_Sugar_Cookies.json @@ -0,0 +1,132 @@ +{ + "id": "167", + "title": "Cookie Jar Sugar Cookies", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups white sugar", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups white sugar\" )" + }, + { + "id": "ing-1", + "text": "4 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-1 \"4 cups all-purpose flour\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon baking powder\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon baking soda\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "3/4 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-5 \"3/4 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-7", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-7 \"1 egg\" )" + }, + { + "id": "ing-8", + "text": "1 cup softened butter or margarine", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup softened butter or margarine\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup sour cream", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup sour cream\" )" + }, + { + "id": "inst-0", + "text": "0) Combine the flour with the baking powder, baking soda, salt and nutmeg.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"the flour\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-2 \"the baking powder\"@26:43 / FOOD )\r\n\t\t:ppt ( ing-3 \"baking soda\"@45:56 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@58:62 / FOOD )\r\n\t\t:ppt ( ing-5 \"nutmeg\"@67:73 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a clean 1 liter sized glass jar with a wide mouth layer the white sugar followed by the flour mixture.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"layer\"@56:61 / AC\r\n\t\t:ppt ( ing-0 \"the white sugar\"@62:77 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a clean 1 liter sized glass jar\"@6:37 / TOOL )\r\n\t\t:ppt ( \"the flour mixture\"@90:107 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Press firmly in place and seal.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Press\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"seal\"@29:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Attach a card with the following instructions: In a large bowl: beat 1 egg with 1 cup softened butter or margarine until light and fluffy.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"beat\"@67:71 / AC\r\n\t\t:ppt ( ing-7 \"1 egg\"@72:77 / FOOD )\r\n\t\t:ppt ( ing-8 \"1 cup softened butter or margarine\"@83:117 / FOOD )\r\n\t\t:until ( cond-3-0 \"until light and fluffy\"@118:140 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-3-0 \"a large bowl\"@53:65 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) At low speed of an electric mixer add 1/2 cup sour cream, 1 teaspoon vanilla and contents of Jar.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"add\"@37:40 / AC\r\n\t\t:ppt ( ing-9 \"1/2 cup sour cream\"@41:59 / FOOD )\r\n\t\t:ppt ( ing-6 \"1 teaspoon vanilla\"@61:79 / FOOD )\r\n\t\t:ppt ( \"contents of Jar\"@84:99 / FOOD )\r\n\t\t:loc ( tool-4-0 \"an electric mixer\"@19:36 / TOOL )\r\n\t\t:heat ( \"low speed\"@6:15 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Mix until combined.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Mix\"@3:6 / AC\r\n\t\t:until ( cond-5-0 \"until combined\"@7:21 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Remove dough from the refrigerator.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"dough\"@10:15 / FOOD )\r\n\t\t:source ( tool-6-0 \"the refrigerator\"@21:37 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-7-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-7-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-7-1 \"190 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Roll chilled dough out on a lightly floured surface to 1/8 inch thick.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( \"chilled dough\"@8:21 / FOOD )\r\n\t\t:loc ( tool-8-0 \"a lightly floured surface\"@29:54 / TOOL )\r\n\t\t:reshape ( \"1/8 inch thick\"@58:72 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cut dough into desired shapes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cut\"@4:7 / AC\r\n\t\t:ppt ( \"dough\"@8:13 / FOOD )\r\n\t\t:reshape ( \"desired shapes\"@19:33 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Place on an ungreased cookie sheet and bake at 375 degrees F (190 degrees C) for 10 to 12 minutes.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Place\"@4:9 / AC\r\n\t\t:gol ( tool-10-0 \"an ungreased cookie sheet\"@13:38 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"bake\"@43:47 / AC\r\n\t\t:heat ( temp-10-0 \"375 degrees F\"@51:64 / TEMPERATURE )\r\n\t\t:heat ( temp-10-1 \"190 degrees C\"@66:79 / TEMPERATURE )\r\n\t\t:duration ( dur-10-0 \"10 to 12 minutes\"@85:101 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/168_Banana_Kiwi_Strawberry_Tart.json b/ai_talks/AMUseBotBackend/recipe/168_Banana_Kiwi_Strawberry_Tart.json new file mode 100644 index 0000000..98b18be --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/168_Banana_Kiwi_Strawberry_Tart.json @@ -0,0 +1,216 @@ +{ + "id": "168", + "title": "Banana Kiwi Strawberry Tart", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon light brown sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon light brown sugar\" )" + }, + { + "id": "ing-2", + "text": "1/4 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-3", + "text": "1/8 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/8 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons unsalted butter", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons unsalted butter\" )" + }, + { + "id": "ing-5", + "text": "1 1/2 tablespoons ice water", + "type": "ingredient", + "eamr": "( ing-5 \"1 1/2 tablespoons ice water\" )" + }, + { + "id": "ing-6", + "text": "1 cup skim milk", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup skim milk\" )" + }, + { + "id": "ing-7", + "text": "3 egg whites", + "type": "ingredient", + "eamr": "( ing-7 \"3 egg whites\" )" + }, + { + "id": "ing-8", + "text": "2 tablespoons white sugar", + "type": "ingredient", + "eamr": "( ing-8 \"2 tablespoons white sugar\" )" + }, + { + "id": "ing-9", + "text": "1/4 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 teaspoon vanilla extract\" )" + }, + { + "id": "ing-10", + "text": "1 bananas, peeled and sliced", + "type": "ingredient", + "eamr": "( ing-10 \"1 bananas, peeled and sliced\" )" + }, + { + "id": "ing-11", + "text": "1 kiwi, peeled and sliced", + "type": "ingredient", + "eamr": "( ing-11 \"1 kiwi, peeled and sliced\" )" + }, + { + "id": "ing-12", + "text": "1 cup sliced fresh strawberries", + "type": "ingredient", + "eamr": "( ing-12 \"1 cup sliced fresh strawberries\" )" + }, + { + "id": "inst-0", + "text": "0) In a bowl, sift together the flour, light brown sugar, cinnamon, and salt.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"sift\"@14:18 / AC\r\n\t\t:ppt ( ing-0 \"the flour\"@28:37 / FOOD )\r\n\t\t:ppt ( ing-1 \"light brown sugar\"@39:56 / FOOD )\r\n\t\t:ppt ( ing-2 \"cinnamon\"@58:66 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@72:76 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a bowl\"@6:12 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cut in the butter until the mixture resembles coarse crumbs.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cut in\"@3:9 / AC\r\n\t\t:ppt ( ing-4 \"the butter\"@10:20 / FOOD )\r\n\t\t:until ( cond-1-0 \"until the mixture resembles coarse crumbs\"@21:62 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Sprinkle with the ice water, and toss the mixture with a fork until evenly moistened.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-5 \"the ice water\"@17:30 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"toss\"@36:40 / AC\r\n\t\t:ppt ( \"the mixture\"@41:52 / FOOD )\r\n\t\t:instrument ( tool-2-0 \"a fork\"@58:64 / TOOL )\r\n\t\t:until ( cond-2-0 \"until evenly moistened\"@65:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pat into a round, and wrap in plastic.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pat\"@3:6 / AC\r\n\t\t:reshape ( \"a round\"@12:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"wrap\"@25:29 / AC\r\n\t\t:instrument ( tool-3-0 \"plastic\"@33:40 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Refrigerate for 30 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Refrigerate\"@3:14 / AC\r\n\t\t:duration ( dur-4-0 \"30 minutes\"@19:29 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In the top half of a double boiler, heat the milk until it begins to bubble.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"heat\"@39:43 / AC\r\n\t\t:ppt ( ing-6 \"the milk\"@44:52 / FOOD )\r\n\t\t:until ( cond-5-0 \"until it begins to bubble\"@53:78 / CONDITION_CLAUSE )\r\n\t\t:ppt ( tool-5-0 \"the top half of a double boiler\"@6:37 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) In a bowl, beat together the egg whites, sugar, and 1 tablespoon of the hot milk.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"beat\"@14:18 / AC\r\n\t\t:ppt ( ing-7 \"the egg whites\"@28:42 / FOOD )\r\n\t\t:ppt ( ing-8 \"sugar\"@44:49 / FOOD )\r\n\t\t:ppt ( \"1 tablespoon of the hot milk\"@55:83 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a bowl\"@6:12 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Whisk the egg white mixture into the remaining hot milk.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Whisk\"@3:8 / AC\r\n\t\t:ppt ( \"the egg white mixture\"@9:30 / FOOD )\r\n\t\t:ppt ( \"the remaining hot milk\"@36:58 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cook and stir without boiling about 10 minutes, until the mixture is thick enough to coat the back of a metal spoon.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cook and stir\"@-1:-1 / AC\r\n\t\t:duration ( dur-8-0 \"10 minutes\"@39:49 / DUR )\r\n\t\t:until ( cond-8-0 \"until the mixture is thick enough\"@51:84 / CONDITION_CLAUSE )\r\n\t\t:todo ( \"without boiling\"@-1:-1 / OTHER )\r\n\t\t:prp ( purp-8-0 \"to coat the back of a metal spoon\"@85:118 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Remove from heat, and stir in the vanilla.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Remove\"@4:10 / AC\r\n\t\t:source ( \"heat\"@16:20 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"stir in\"@26:33 / AC\r\n\t\t:ppt ( ing-9 \"the vanilla\"@34:45 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Cool to room temperature.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cool\"@4:8 / AC\r\n\t\t:heat ( temp-10-0 \"room temperature\"@12:28 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Preheat\"@4:11 / AC\r\n\t\t:ppt ( tool-11-0 \"oven\"@12:16 / TOOL )\r\n\t\t:heat ( temp-11-0 \"375 degrees F\"@20:34 / TEMPERATURE )\r\n\t\t:heat ( temp-11-1 \"190 degrees C\"@36:49 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Lightly grease an 8 inch tart pan with a removable bottom.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"grease\"@12:18 / AC\r\n\t\t:ppt ( tool-12-0 \"an 8 inch tart pan\"@19:37 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) On a floured surface, roll the tart dough out to 1/4 inch thickness.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"roll\"@26:30 / AC\r\n\t\t:ppt ( \"the tart dough\"@31:45 / FOOD )\r\n\t\t:reshape ( \"1/4 inch thickness\"@53:71 / FOOD )\r\n\t\t:loc ( tool-13-0 \"a floured surface\"@7:24 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Press the chilled dough into the prepared tart pan.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Press\"@4:9 / AC\r\n\t\t:ppt ( \"the chilled dough\"@10:27 / FOOD )\r\n\t\t:gol ( tool-14-0 \"the prepared tart pan\"@33:54 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Trim the edges, and pierce the bottom with a fork.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Trim\"@4:8 / AC\r\n\t\t:ppt ( \"the edges\"@9:18 / FOOD )\r\n\t)\r\n\t:inform ( ac-15-1 \"pierce\"@24:30 / AC\r\n\t\t:ppt ( \"the bottom\"@31:41 / FOOD )\r\n\t\t:instrument ( tool-15-0 \"a fork\"@47:53 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Bake 15 to 18 minutes in the preheated oven, until golden brown.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-16-0 \"15 to 18 minutes\"@9:25 / DUR )\r\n\t\t:loc ( tool-16-0 \"the preheated oven\"@29:47 / TOOL )\r\n\t\t:until ( cond-16-0 \"until golden brown\"@49:67 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Remove to a wire rack, and cool completely.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Remove\"@4:10 / AC\r\n\t\t:gol ( tool-17-0 \"a wire rack\"@14:25 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-17-1 \"cool\"@31:35 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Spoon the filling mixture into the crust.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"Spoon\"@4:9 / AC\r\n\t\t:ppt ( \"the filling mixture\"@10:29 / FOOD )\r\n\t\t:gol ( \"the crust\"@35:44 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-19", + "text": "19) Bake 18 to 20 minutes in the preheated oven.", + "type": "instruction", + "eamr": "( inst-19 / R\r\n\t:inform ( ac-19-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-19-0 \"18 to 20 minutes\"@9:25 / DUR )\r\n\t\t:loc ( tool-19-0 \"the preheated oven\"@29:47 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-20", + "text": "20) Cool to room temperature on a wire rack.", + "type": "instruction", + "eamr": "( inst-20 / R\r\n\t:inform ( ac-20-0 \"Cool\"@4:8 / AC\r\n\t\t:heat ( temp-20-0 \"room temperature\"@12:28 / TEMPERATURE )\r\n\t\t:loc ( tool-20-0 \"a wire rack\"@32:43 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-21", + "text": "21) Refrigerate 8 hours.", + "type": "instruction", + "eamr": "( inst-21 / R\r\n\t:inform ( ac-21-0 \"Refrigerate\"@4:15 / AC\r\n\t\t:duration ( dur-21-0 \"8 hours\"@16:23 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/169_Broccoflower_Risotto_with_Wild_Mushrooms.json b/ai_talks/AMUseBotBackend/recipe/169_Broccoflower_Risotto_with_Wild_Mushrooms.json new file mode 100644 index 0000000..ba694ab --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/169_Broccoflower_Risotto_with_Wild_Mushrooms.json @@ -0,0 +1,108 @@ +{ + "id": "169", + "title": "Broccoflower Risotto with Wild Mushrooms", + "content": [ + { + "id": "ing-0", + "text": "1 tablespoon butter, unsalted", + "type": "ingredient", + "eamr": "( ing-0 \"1 tablespoon butter, unsalted\" )" + }, + { + "id": "ing-1", + "text": "2 cups Broccoflower, diced", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups Broccoflower, diced\" )" + }, + { + "id": "ing-2", + "text": "2 cups assorted wild mushrooms, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups assorted wild mushrooms, chopped\" )" + }, + { + "id": "ing-3", + "text": "1/2 white onion, chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 white onion, chopped\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons garlic, minced", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons garlic, minced\" )" + }, + { + "id": "ing-5", + "text": "3 cups Arborio rice", + "type": "ingredient", + "eamr": "( ing-5 \"3 cups Arborio rice\" )" + }, + { + "id": "ing-6", + "text": "9 cups chicken stock, unsalted", + "type": "ingredient", + "eamr": "( ing-6 \"9 cups chicken stock, unsalted\" )" + }, + { + "id": "ing-7", + "text": "1 pinch fresh ground nutmeg", + "type": "ingredient", + "eamr": "( ing-7 \"1 pinch fresh ground nutmeg\" )" + }, + { + "id": "ing-8", + "text": "1/4 cup fresh herbs; tarragon, parsley, chives, diced", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 cup fresh herbs; tarragon, parsley, chives, diced\" )" + }, + { + "id": "ing-9", + "text": "1/4 cup Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 cup Parmesan cheese\" )" + }, + { + "id": "ing-10", + "text": "Salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-10 \"Salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) Melt butter and saute Broccoflower, mushrooms, onions and garlic for 10 minutes.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"butter\"@8:14 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-1 \"saute\"@19:24 / AC\r\n\t\t:ppt ( ing-1 \"Broccoflower\"@25:37 / FOOD )\r\n\t\t:ppt ( ing-2 \"mushrooms\"@39:48 / FOOD )\r\n\t\t:ppt ( ing-3 \"onions\"@50:56 / FOOD )\r\n\t\t:ppt ( ing-4 \"garlic\"@61:67 / FOOD )\r\n\t\t:duration ( dur-0-0 \"10 minutes\"@72:82 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Remove sauteed ingredients and place aside.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"sauteed ingredients\"@10:29 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"place aside\"@34:45 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In same pan, cook the rice by adding chicken stock one-cup at a time stirring until well incorporated before adding the next cup.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"cook\"@16:20 / AC\r\n\t\t:loc ( tool-2-0 \"same pan\"@6:14 / TOOL )\r\n\t\t:ppt ( ing-5 \"the rice\"@21:29 / FOOD )\r\n\t\t:simultaneous ( ac-2-1 \"adding\"@33:39 / AC\r\n\t\t\t:ppt ( ing-6 \"chicken stock\"@40:53 / FOOD )\r\n\t\t\t:mnr ( \"one-cup at a time\"@54:71 / OTHER )\r\n\t\t\t:simultaneous ( ac-2-2 \"stirring\"@72:80 / AC\r\n\t\t\t\t:until ( cond-2-0 \"until well incorporated\"@81:104 / CONDITION_CLAUSE )\r\n\t\t\t\t:duration ( cond-2-1 \"before adding the next cup\"@105:131 / CONDITION_CLAUSE )\r\n\t\t\t)\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Once chicken stock is absorbed and rice is tender, stir in nutmeg, herbs and season with salt and pepper.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"stir in\"@54:61 / AC\r\n\t\t:when ( cond-3-0 \"Once chicken stock is absorbed and rice is tender\"@3:52 / CONDITION_CLAUSE )\r\n\t\t:ppt ( ing-7 \"nutmeg\"@62:68 / FOOD )\r\n\t\t:ppt ( ing-8 \"herbs\"@70:75 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"season\"@80:86 / AC\r\n\t\t:ppt ( ing-10 \"salt and pepper\"@-1:-1 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Once rice risotto is cooked, stir in the sauteed ingredients, salt and pepper to taste.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"stir in\"@32:39 / AC\r\n\t\t:ppt ( \"the sauteed ingredients\"@40:63 / FOOD )\r\n\t\t:ppt ( ing-10 \"salt and pepper\"@65:80 / FOOD )\r\n\t\t:prp ( purp-4-0 \"to taste\"@81:89 / PURPOSE_CLAUSE )\r\n\t\t:duration ( cond-4-0 \"Once rice risotto is cooked\"@3:30 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in Parmesan cheese before serving.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-9 \"Parmesan cheese\"@11:26 / FOOD )\r\n\t\t:duration ( cond-5-0 \"before serving\"@27:41 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/170_Dipping_Sauce.json b/ai_talks/AMUseBotBackend/recipe/170_Dipping_Sauce.json new file mode 100644 index 0000000..56e5a01 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/170_Dipping_Sauce.json @@ -0,0 +1,66 @@ +{ + "id": "170", + "title": "Dipping Sauce", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup mayonnaise\" )" + }, + { + "id": "ing-1", + "text": "2 teaspoons ketchup", + "type": "ingredient", + "eamr": "( ing-1 \"2 teaspoons ketchup\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons prepared horseradish", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons prepared horseradish\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon paprika", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon paprika\" )" + }, + { + "id": "ing-4", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "1/8 teaspoon dried oregano", + "type": "ingredient", + "eamr": "( ing-5 \"1/8 teaspoon dried oregano\" )" + }, + { + "id": "ing-6", + "text": "1 dash ground black pepper", + "type": "ingredient", + "eamr": "( ing-6 \"1 dash ground black pepper\" )" + }, + { + "id": "ing-7", + "text": "cayenne pepper to taste", + "type": "ingredient", + "eamr": "( ing-7 \"cayenne pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) In a small bowl combine mayonnaise, ketchup, horseradish, paprika, salt, oregano, black pepper and cayenne pepper.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@19:26 / AC\r\n\t\t:ppt ( ing-0 \"mayonnaise\"@27:37 / FOOD )\r\n\t\t:ppt ( ing-1 \"ketchup\"@39:46 / FOOD )\r\n\t\t:ppt ( ing-2 \"horseradish\"@48:59 / FOOD )\r\n\t\t:ppt ( ing-3 \"paprika\"@61:68 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@70:74 / FOOD )\r\n\t\t:ppt ( ing-5 \"oregano\"@76:83 / FOOD )\r\n\t\t:ppt ( ing-6 \"black pepper\"@85:97 / FOOD )\r\n\t\t:ppt ( ing-7 \"cayenne pepper\"@102:116 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Store, covered, in the refrigerator.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Store\"@3:8 / AC\r\n\t\t:loc ( tool-1-0 \"the refrigerator\"@22:38 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/171_A_Surprise_Inside_French_Toast.json b/ai_talks/AMUseBotBackend/recipe/171_A_Surprise_Inside_French_Toast.json new file mode 100644 index 0000000..0f028cb --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/171_A_Surprise_Inside_French_Toast.json @@ -0,0 +1,114 @@ +{ + "id": "171", + "title": "A Surprise Inside French Toast", + "content": [ + { + "id": "ing-0", + "text": "6 (2 inch thick) slices French bread", + "type": "ingredient", + "eamr": "( ing-0 \"6 (2 inch thick) slices French bread\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup ricotta cheese", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup ricotta cheese\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup cottage cheese, whipped", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup cottage cheese, whipped\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons lowfat cream cheese", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons lowfat cream cheese\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons white sugar", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons white sugar\" )" + }, + { + "id": "ing-5", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-5 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-6", + "text": "3 cups egg substitute", + "type": "ingredient", + "eamr": "( ing-6 \"3 cups egg substitute\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup evaporated milk", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup evaporated milk\" )" + }, + { + "id": "inst-0", + "text": "0) Cut a pocket in each slice of bread.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( \"a pocket\"@7:15 / OTHER )\r\n\t\t:source ( ing-0 \"each slice of bread\"@19:38 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Open carefully", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Open\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large bowl, combine the ricotta, cottage cheese and cream cheese.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@20:27 / AC\r\n\t\t:loc ( tool-2-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-1 \"the ricotta\"@28:39 / FOOD )\r\n\t\t:ppt ( ing-2 \"cottage cheese\"@41:48 / FOOD )\r\n\t\t:ppt ( ing-3 \"cream cheese\"@60:72 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add the sugar and flavoring extract and beat until smooth.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"the sugar\"@7:16 / FOOD )\r\n\t\t:ppt ( ing-5 \"flavoring extract\"@21:38 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"beat\"@43:47 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-3-0 \"until smooth\"@48:60 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Spread the mixture evenly into each bread pocket.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( \"the mixture\"@10:21 / FOOD )\r\n\t\t:gol ( \"each bread pocket\"@34:51 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Beat together the egg substitutes and milk.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-6 \"the egg substitutes\"@17:36 / FOOD )\r\n\t\t:ppt ( ing-7 \"milk\"@41:45 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Dip the slices of bread in the egg mixture.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Dip\"@3:6 / AC\r\n\t\t:ppt ( \"the slices of bread\"@7:26 / FOOD )\r\n\t\t:gol ( \"the egg mixture\"@30:45 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Heat a nonstick pan over medium-high heat.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( tool-7-0 \"a nonstick pan\"@8:22 / TOOL )\r\n\t\t:heat ( temp-7-0 \"medium-high heat\"@28:44 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Coat with cooking spray.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Coat\"@3:7 / AC\r\n\t\t:ppt ( \"cooking spray\"@13:26 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cook the toast on each side for about 3 to 4 minutes per side until golden brown.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cook\"@4:8 / AC\r\n\t\t:ppt ( \"the toast\"@9:18 / FOOD )\r\n\t\t:mnr ( \"on each side\"@22:31 / OTHER )\r\n\t\t:duration ( dur-9-0 \"3 to 4 minutes\"@42:56 / DUR )\r\n\t\t:until ( cond-9-0 \"until golden brown\"@66:84 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/172_Chocolate_Crisps.json b/ai_talks/AMUseBotBackend/recipe/172_Chocolate_Crisps.json new file mode 100644 index 0000000..dd0479c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/172_Chocolate_Crisps.json @@ -0,0 +1,120 @@ +{ + "id": "172", + "title": "Chocolate Crisps", + "content": [ + { + "id": "ing-0", + "text": "1 tablespoon butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1 tablespoon butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1 egg white", + "type": "ingredient", + "eamr": "( ing-1 \"1 egg white\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-4", + "text": "2 1/2 tablespoons all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 1/2 tablespoons all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon unsweetened cocoa powder", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon unsweetened cocoa powder\" )" + }, + { + "id": "ing-6", + "text": "1 pinch salt", + "type": "ingredient", + "eamr": "( ing-6 \"1 pinch salt\" )" + }, + { + "id": "ing-7", + "text": "1/2 (1 ounce) square unsweetened chocolate, grated", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 (1 ounce) square unsweetened chocolate, grated\" )" + }, + { + "id": "ing-8", + "text": "1/3 cup confectioners' sugar for decoration", + "type": "ingredient", + "eamr": "( ing-8 \"1/3 cup confectioners' sugar for decoration\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat an oven to 300 degrees F (150 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"an oven\"@11:18 / TOOL )\r\n\t\t:heat ( temp-0-0 \"300 degrees F\"@22:35 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"150 degrees C\"@37:50 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease cookie sheets.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"cookie sheets\"@10:23 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a small saucepan over medium heat, melt butter till lightly browned.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"melt\"@41:45 / AC\r\n\t\t:ppt ( ing-0 \"butter\"@46:52 / FOOD )\r\n\t\t:until ( cond-2-0 \"till lightly browned\"@53:73 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-2-0 \"a small saucepan\"@6:22 / TOOL )\r\n\t\t:heat ( temp-2-0 \"medium heat\"@28:39 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pour into medium sized bowl.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( tool-3-0 \"medium sized bowl\"@13:30 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in the egg white, sugar and vanilla.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"the egg white\"@11:24 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar\"@26:31 / FOOD )\r\n\t\t:ppt ( ing-3 \"vanilla\"@36:43 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Combine the flour cocoa, and salt; mix into the butter mixture.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"the flour\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-5 \"cocoa\"@21:26 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@32:36 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"mix\"@38:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"the butter mixture\"@47:65 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Fold in chocolate.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Fold in\"@3:10 / AC\r\n\t\t:ppt ( ing-7 \"chocolate\"@11:20 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Drop by teaspoonfuls about 2 inches apart onto cookie sheets.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Drop\"@3:7 / AC\r\n\t\t:gol ( tool-7-0 \"cookie sheets\"@50:63 / TOOL )\r\n\t\t:mnr ( \"teaspoonfuls\"@11:23 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( \"about 2 inches apart\"@24:44 / OTHER )\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake for 12 to 15 minutes.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-8-0 \"12 to 15 minutes\"@12:28 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Transfer to rack to cool and dust with confectioners' sugar.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Transfer\"@4:12 / AC\r\n\t\t:gol ( tool-9-0 \"rack\"@16:20 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-9-0 \"to cool\"@21:28 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-9-1 \"dust\"@33:37 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-8 \"confectioners' sugar\"@43:63 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/173_Cookie_Paints.json b/ai_talks/AMUseBotBackend/recipe/173_Cookie_Paints.json new file mode 100644 index 0000000..059ddeb --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/173_Cookie_Paints.json @@ -0,0 +1,30 @@ +{ + "id": "173", + "title": "Cookie Paints", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons evaporated milk", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons evaporated milk\" )" + }, + { + "id": "ing-1", + "text": "4 drops red food coloring", + "type": "ingredient", + "eamr": "( ing-1 \"4 drops red food coloring\" )" + }, + { + "id": "inst-0", + "text": "0) In a small bowl, stir the food coloring into the evaporated milk.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"stir\"@20:24 / AC\r\n\t\t:loc ( tool-0-0 \"a small bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-1 \"the food coloring\"@25:42 / FOOD )\r\n\t\t:ppt ( ing-0 \"the evaporated milk\"@48:67 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Paint onto cookies with a paintbrush before baking.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Paint\"@3:8 / AC\r\n\t\t:gol ( \"cookies\"@14:21 / FOOD )\r\n\t\t:instrument ( tool-1-0 \"a paintbrush\"@27:39 / TOOL )\r\n\t\t:duration ( cond-1-0 \"before baking\"@40:53 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/174_Date_Loaf_Cake.json b/ai_talks/AMUseBotBackend/recipe/174_Date_Loaf_Cake.json new file mode 100644 index 0000000..bb52467 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/174_Date_Loaf_Cake.json @@ -0,0 +1,96 @@ +{ + "id": "174", + "title": "Date Loaf Cake", + "content": [ + { + "id": "ing-0", + "text": "1 cup dates, pitted and chopped", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup dates, pitted and chopped\" )" + }, + { + "id": "ing-1", + "text": "1 cup dark brown sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup dark brown sugar\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup margarine", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup margarine\" )" + }, + { + "id": "ing-3", + "text": "1 cup boiling water", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup boiling water\" )" + }, + { + "id": "ing-4", + "text": "1 3/4 cups self-rising flour", + "type": "ingredient", + "eamr": "( ing-4 \"1 3/4 cups self-rising flour\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-6", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-6 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"400 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"200 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease and flour a 9x5 inch loaf pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease and flour\"@3:19 / AC\r\n\t\t:ppt ( tool-1-0 \"a 9x5 inch loaf pan\"@20:39 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large bowl, combine dates, brown sugar, margarine and boiling water.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-0 \"dates\"@28:33 / FOOD )\r\n\t\t:ppt ( ing-1 \"brown sugar\"@35:46 / FOOD )\r\n\t\t:ppt ( ing-2 \"margarine\"@48:57 / FOOD )\r\n\t\t:ppt ( ing-3 \"boiling water\"@62:75 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Let stand 15 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"stand\"@7:12 / AC\r\n\t\t:duration ( dur-3-0 \"15 minutes\"@13:23 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in flour, soda and vanilla.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-5 \"soda\"@18:22 / FOOD )\r\n\t\t:ppt ( ing-6 \"vanilla\"@27:34 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Pour batter into prepared pan.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"batter\"@8:14 / FOOD )\r\n\t\t:gol ( tool-5-0 \"prepared pan\"@20:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake in the preheated oven for 45 minutes.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-6-0 \"the preheated oven\"@11:29 / TOOL )\r\n\t\t:duration ( dur-6-0 \"45 minutes\"@34:44 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Allow to cool.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"cool\"@12:16 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/175_Cornbread_Dressing_I.json b/ai_talks/AMUseBotBackend/recipe/175_Cornbread_Dressing_I.json new file mode 100644 index 0000000..5e2cf10 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/175_Cornbread_Dressing_I.json @@ -0,0 +1,120 @@ +{ + "id": "175", + "title": "Cornbread Dressing I", + "content": [ + { + "id": "ing-0", + "text": "1 (12 ounce) package refrigerated biscuit dough", + "type": "ingredient", + "eamr": "( ing-0 \"1 (12 ounce) package refrigerated biscuit dough\" )" + }, + { + "id": "ing-1", + "text": "1 (8 ounce) package corn bread mix", + "type": "ingredient", + "eamr": "( ing-1 \"1 (8 ounce) package corn bread mix\" )" + }, + { + "id": "ing-2", + "text": "1 cup diced onion", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup diced onion\" )" + }, + { + "id": "ing-3", + "text": "1 cup diced celery", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup diced celery\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon ground black pepper\" )" + }, + { + "id": "ing-7", + "text": "2 (14.5 ounce) cans chicken broth", + "type": "ingredient", + "eamr": "( ing-7 \"2 (14.5 ounce) cans chicken broth\" )" + }, + { + "id": "ing-8", + "text": "1/8 pound pork sausage", + "type": "ingredient", + "eamr": "( ing-8 \"1/8 pound pork sausage\" )" + }, + { + "id": "ing-9", + "text": "2 hard-cooked eggs", + "type": "ingredient", + "eamr": "( ing-9 \"2 hard-cooked eggs\" )" + }, + { + "id": "ing-10", + "text": "1 teaspoon dried sage (optional)", + "type": "ingredient", + "eamr": "( ing-10 \"1 teaspoon dried sage (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) Prepare biscuits (enough to make 4 cups crumbled), and one 8x8 inch pan cornbread according to package directions.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Prepare\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"biscuits\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-1 \"one 8x8 inch pan cornbread\"@58:84 / FOOD )\r\n\t\t:mnr ( \"according to package directions\"@85:116 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cool and crumble.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"crumble\"@12:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-2-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-2-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-2-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a small pot, combine onion, celery, margarine and chicken broth.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"combine\"@19:26 / AC\r\n\t\t:ppt ( ing-2 \"onion\"@27:32 / FOOD )\r\n\t\t:ppt ( ing-3 \"celery\"@34:40 / FOOD )\r\n\t\t:ppt ( ing-4 \"margarine\"@42:51 / FOOD )\r\n\t\t:ppt ( ing-7 \"chicken broth\"@56:69 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a small pot\"@6:17 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bring to boil and cook vegetables until tender.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"boil\"@12:16 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook\"@21:25 / AC\r\n\t\t:ppt ( \"vegetables\"@26:36 / FOOD )\r\n\t\t:until ( cond-4-0 \"until tender\"@37:49 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a 2-quart casserole dish, combine 4 cups crumbled cornbread, 4 cups biscuit crumbs, salt, pepper, sausage, chopped eggs and sage.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"combine\"@32:39 / AC\r\n\t\t:ppt ( \"4 cups crumbled cornbread\"@40:65 / FOOD )\r\n\t\t:ppt ( \"4 cups biscuit crumbs\"@67:88 / FOOD )\r\n\t\t:ppt ( ing-5 \"salt\"@90:94 / FOOD )\r\n\t\t:ppt ( ing-6 \"pepper\"@96:102 / FOOD )\r\n\t\t:ppt ( ing-8 \"sausage\"@104:111 / FOOD )\r\n\t\t:ppt ( ing-9 \"chopped eggs\"@113:125 / FOOD )\r\n\t\t:ppt ( ing-10 \"sage\"@130:134 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a 2-quart casserole dish\"@6:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour broth and vegetables over bread mixture, and stir until combined.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"broth\"@8:13 / FOOD )\r\n\t\t:ppt ( \"vegetables\"@18:28 / FOOD )\r\n\t\t:gol ( \"bread mixture\"@34:47 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"stir\"@53:57 / AC\r\n\t\t:until ( cond-6-0 \"until combined\"@58:72 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake in the preheated oven for 30 to 45 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-7-0 \"the preheated oven\"@11:29 / TOOL )\r\n\t\t:duration ( dur-7-0 \"30 to 45 minutes\"@34:50 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/176_Chocolate_Chews.json b/ai_talks/AMUseBotBackend/recipe/176_Chocolate_Chews.json new file mode 100644 index 0000000..99688ce --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/176_Chocolate_Chews.json @@ -0,0 +1,126 @@ +{ + "id": "176", + "title": "Chocolate Chews", + "content": [ + { + "id": "ing-0", + "text": "1 cup semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup semisweet chocolate chips\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup packed brown sugar\" )" + }, + { + "id": "ing-4", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-4 \"2 eggs\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon vanilla extract\" )" + }, + { + "id": "ing-6", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon baking powder\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon baking soda\" )" + }, + { + "id": "inst-0", + "text": "0) Melt the chocolate chips in a heavy saucepan over very low heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the chocolate chips\"@8:27 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a heavy saucepan\"@31:47 / TOOL )\r\n\t\t:heat ( temp-0-0 \"very low heat\"@53:66 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir to evenly melt.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-1-0 \"to evenly melt\"@8:22 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cream together the butter and sugars until light.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cream\"@3:8 / AC\r\n\t\t:ppt ( ing-1 \"the butter\"@18:28 / FOOD )\r\n\t\t:ppt ( \"sugars\"@33:39 / FOOD\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t)\r\n\t\t:until ( cond-2-0 \"until light\"@40:51 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Beat in the eggs, one at a time.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"the eggs\"@11:19 / FOOD )\r\n\t\t:mnr ( \"one at a time\"@21:34 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in the melted chocolate and vanilla.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"the melted chocolate\"@11:31 / FOOD )\r\n\t\t:ppt ( ing-5 \"vanilla\"@36:43 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a bowl, whisk together the flour, baking powder and baking soda.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"whisk\"@14:19 / AC\r\n\t\t:ppt ( ing-6 \"the flour\"@29:38 / FOOD )\r\n\t\t:ppt ( ing-7 \"baking powder\"@40:53 / FOOD )\r\n\t\t:ppt ( ing-8 \"baking soda\"@58:69 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a bowl\"@6:12 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add to the butter mixture slowly.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"the butter mixture\"@10:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Blend thoroughly.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Blend\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Shape into 1-inch balls and place on a greased cookie sheet.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Shape\"@3:8 / AC\r\n\t\t:reshape ( \"1-inch balls\"@14:26 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"place\"@31:36 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-8-0 \"a greased cookie sheet\"@40:62 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Bake at 350 degrees F (180 degrees C) for 12 to 14 minutes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Bake\"@4:8 / AC\r\n\t\t:heat ( temp-9-0 \"350 degrees F\"@12:25 / TEMPERATURE )\r\n\t\t:heat ( temp-9-1 \"180 degrees C\"@27:40 / TEMPERATURE )\r\n\t\t:duration ( dur-9-0 \"12 to 14 minutes\"@46:62 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Let sit on cookie sheet for a minute or two before removing to a rack to cool.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"sit\"@8:11 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-10-0 \"cookie sheet\"@15:27 / TOOL )\r\n\t\t:duration ( dur-10-0 \"a minute or two\"@32:47 / DUR )\r\n\t\t:duration ( cond-10-0 \"before removing to a rack to cool\"@48:81 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/177_Candy_Coated_Milk_Chocolate_Pieces_Cookies_I.json b/ai_talks/AMUseBotBackend/recipe/177_Candy_Coated_Milk_Chocolate_Pieces_Cookies_I.json new file mode 100644 index 0000000..0e663ba --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/177_Candy_Coated_Milk_Chocolate_Pieces_Cookies_I.json @@ -0,0 +1,108 @@ +{ + "id": "177", + "title": "Candy Coated Milk Chocolate Pieces Cookies I", + "content": [ + { + "id": "ing-0", + "text": "1 cup shortening", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup shortening\" )" + }, + { + "id": "ing-1", + "text": "1 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup packed brown sugar\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-3 \"2 eggs\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-5", + "text": "2 1/4 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-5 \"2 1/4 cups all-purpose flour\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon salt\" )" + }, + { + "id": "ing-8", + "text": "1 1/2 cups candy-coated milk chocolate pieces", + "type": "ingredient", + "eamr": "( ing-8 \"1 1/2 cups candy-coated milk chocolate pieces\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Thoroughly cream together shortening, sugars, eggs and vanilla.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"cream\"@14:19 / AC\r\n\t\t:ppt ( ing-0 \"shortening\"@29:39 / FOOD )\r\n\t\t:ppt ( \"sugars\"@41:47 / FOOD\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t)\r\n\t\t:ppt ( ing-3 \"eggs\"@49:53 / FOOD )\r\n\t\t:ppt ( ing-4 \"vanilla\"@58:65 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a separate bowl, mix together the dry ingredients, except the candies.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"mix\"@23:26 / AC\r\n\t\t:ppt ( \"the dry ingredients\"@36:55 / FOOD\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t)\r\n\t\t:loc ( tool-2-0 \"a separate bowl\"@6:21 / TOOL )\r\n\t\t:todo ( \"except the candies\"@57:75 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add to creamed mixture and mix well.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"creamed mixture\"@10:25 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"mix\"@30:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in 1/2 cup candies.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-8 \"1/2 cup candies\"@11:26 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Mix well.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Drop by teaspoon onto cookie sheets and decorate with remaining candies.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Drop\"@3:7 / AC\r\n\t\t:heat ( \"teaspoon\"@11:19 / OTHER )\r\n\t\t:gol ( tool-6-0 \"cookie sheets\"@25:38 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"decorate\"@43:51 / AC\r\n\t\t:ppt ( ing-8 \"remaining candies\"@57:74 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake for 10 - 12 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-7-0 \"10 - 12 minutes\"@12:27 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/178_Bacon_Mushroom_Swiss_Meatloaf.json b/ai_talks/AMUseBotBackend/recipe/178_Bacon_Mushroom_Swiss_Meatloaf.json new file mode 100644 index 0000000..61054c5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/178_Bacon_Mushroom_Swiss_Meatloaf.json @@ -0,0 +1,138 @@ +{ + "id": "178", + "title": "Bacon Mushroom Swiss Meatloaf", + "content": [ + { + "id": "ing-0", + "text": "12 ounces chopped raw bacon", + "type": "ingredient", + "eamr": "( ing-0 \"12 ounces chopped raw bacon\" )" + }, + { + "id": "ing-1", + "text": "1 small white onion, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1 small white onion, chopped\" )" + }, + { + "id": "ing-2", + "text": "5 button mushrooms, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"5 button mushrooms, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 1/2 pounds extra-lean ground beef", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/2 pounds extra-lean ground beef\" )" + }, + { + "id": "ing-4", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-4 \"1 egg\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup evaporated milk", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup evaporated milk\" )" + }, + { + "id": "ing-6", + "text": "6 ounces shredded Swiss cheese, divided", + "type": "ingredient", + "eamr": "( ing-6 \"6 ounces shredded Swiss cheese, divided\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup corn flake crumbs", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup corn flake crumbs\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place bacon in a skillet and cook over medium heat until the pieces are browned.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"bacon\"@9:14 / FOOD )\r\n\t\t:gol ( tool-1-0 \"a skillet\"@18:27 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@32:36 / AC\r\n\t\t:heat ( temp-1-0 \"medium heat\"@42:53 / TEMPERATURE )\r\n\t\t:until ( cond-1-0 \"until the pieces are browned\"@54:82 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove with a slotted spoon to paper towels.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:instrument ( tool-2-0 \"a slotted spoon\"@15:30 / TOOL )\r\n\t\t:loc ( tool-2-1 \"paper towels\"@34:46 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Discard all but 1 tablespoon of bacon grease.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Discard\"@3:10 / AC\r\n\t\t:ppt ( \"all but 1 tablespoon of bacon grease\"@11:47 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in onions and mushrooms, and cook until soft.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"onions\"@11:17 / FOOD )\r\n\t\t:ppt ( ing-2 \"mushrooms\"@22:31 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook\"@37:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( cond-4-0 \"until soft\"@42:52 / CONDITION_CLAUSE )\r\n)" + }, + { + "id": "inst-5", + "text": "5) Remove from heat.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) In a large bowl, stir together beef, egg, and milk.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"stir\"@20:24 / AC\r\n\t\t:ppt ( ing-3 \"beef\"@34:38 / FOOD )\r\n\t\t:ppt ( ing-4 \"egg\"@40:43 / FOOD )\r\n\t\t:ppt ( ing-5 \"milk\"@49:53 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Stir in the onion and mushrooms.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"the onion\"@11:20 / FOOD )\r\n\t\t:ppt ( \"mushrooms\"@25:34 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Mix in about 4 ounces of Swiss cheese, and all but 1 tablespoon of bacon.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-6 \"4 ounces of Swiss cheese\"@16:40 / FOOD )\r\n\t\t:ppt ( \"all but 1 tablespoon of bacon\"@46:75 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Stir in cornflake crumbs, and mix until well blended.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( ing-7 \"cornflake crumbs\"@12:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"mix\"@34:37 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-9-0 \"until well blended\"@38:56 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Shape into a loaf, and place in a meatloaf pan.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Shape\"@4:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"a loaf\"@15:21 / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"place\"@27:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-10-0 \"a meatloaf pan\"@36:50 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Bake in a preheated oven for 1 hour.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Bake\"@4:8 / AC\r\n\t\t:loc ( tool-11-0 \"a preheated oven\"@12:28 / TOOL )\r\n\t\t:duration ( dur-11-0 \"1 hour\"@33:39 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Drain fat, and sprinkle with remaining cheese and bacon.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Drain\"@4:9 / AC\r\n\t\t:ppt ( \"fat\"@10:13 / OTHER )\r\n\t)\r\n\t:inform ( ac-12-1 \"sprinkle\"@19:27 / AC\r\n\t\t:ppt ( \"remaining cheese\"@33:49 / FOOD )\r\n\t\t:ppt ( \"bacon\"@54:59 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Return to oven, and bake until cheese is melted, about 5 minutes.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Return\"@4:10 / AC\r\n\t\t:loc ( tool-13-0 \"oven\"@14:18 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-13-1 \"bake\"@24:28 / AC\r\n\t\t:until ( cond-13-0 \"until cheese is melted\"@29:51 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-13-0 \"5 minutes\"@59:68 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/179_Chunky_Pizza_Dip.json b/ai_talks/AMUseBotBackend/recipe/179_Chunky_Pizza_Dip.json new file mode 100644 index 0000000..b778db6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/179_Chunky_Pizza_Dip.json @@ -0,0 +1,66 @@ +{ + "id": "179", + "title": "Chunky Pizza Dip", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-1", + "text": "3 garlic cloves, minced", + "type": "ingredient", + "eamr": "( ing-1 \"3 garlic cloves, minced\" )" + }, + { + "id": "ing-2", + "text": "2 (14.5 ounce) cans petite diced tomatoes", + "type": "ingredient", + "eamr": "( ing-2 \"2 (14.5 ounce) cans petite diced tomatoes\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup tomato paste", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup tomato paste\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon dried basil", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon dried basil\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon dried oregano", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon dried oregano\" )" + }, + { + "id": "inst-0", + "text": "0) Heat oil and garlic in a large saucepan or Dutch oven until garlic starts to sizzle and turn golden.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@8:11 / FOOD )\r\n\t\t:ppt ( ing-1 \"garlic\"@16:22 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large saucepan\"@26:42 / TOOL )\r\n\t\t:loc ( tool-0-1 \"Dutch oven\"@46:56 / TOOL )\r\n\t\t:until ( cond-0-0 \"until garlic starts to sizzle and turn golden\"@57:102 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add tomatoes, tomato paste, basil and oregano; bring to a simmer.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"tomatoes\"@7:15 / FOOD )\r\n\t\t:ppt ( ing-3 \"tomato paste\"@17:29 / FOOD )\r\n\t\t:ppt ( ing-4 \"basil\"@31:36 / FOOD )\r\n\t\t:ppt ( ing-5 \"oregano\"@41:48 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"bring\"@50:55 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-1-0 \"a simmer\"@59:67 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Simmer, uncovered, until sauce is thick enough for dipping, 15 to 20 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Simmer\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until sauce is thick enough for dipping\"@22:61 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"15 to 20 minutes\"@63:79 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cool and refrigerate.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"refrigerate\"@12:23 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/180_Easy_Punch.json b/ai_talks/AMUseBotBackend/recipe/180_Easy_Punch.json new file mode 100644 index 0000000..04f45f8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/180_Easy_Punch.json @@ -0,0 +1,54 @@ +{ + "id": "180", + "title": "Easy Punch", + "content": [ + { + "id": "ing-0", + "text": "4 (0.13 ounce) packages unsweetened strawberry-flavored drink mix powder", + "type": "ingredient", + "eamr": "( ing-0 \"4 (0.13 ounce) packages unsweetened strawberry-flavored drink mix powder\" )" + }, + { + "id": "ing-1", + "text": "2 (46 fluid ounce) cans pineapple juice", + "type": "ingredient", + "eamr": "( ing-1 \"2 (46 fluid ounce) cans pineapple juice\" )" + }, + { + "id": "ing-2", + "text": "3 cups white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"3 cups white sugar\" )" + }, + { + "id": "ing-3", + "text": "4 quarts water", + "type": "ingredient", + "eamr": "( ing-3 \"4 quarts water\" )" + }, + { + "id": "ing-4", + "text": "2 liters ginger ale", + "type": "ingredient", + "eamr": "( ing-4 \"2 liters ginger ale\" )" + }, + { + "id": "inst-0", + "text": "0) In a large punch bowl combine drink mix, pineapple juice, sugar and water.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@25:32 / AC\r\n\t\t:ppt ( ing-0 \"drink mix\"@33:42 / FOOD )\r\n\t\t:ppt ( ing-1 \"pineapple juice\"@44:59 / FOOD )\r\n\t\t:ppt ( ing-2 \"sugar\"@61:66 / FOOD )\r\n\t\t:ppt ( ing-3 \"water\"@71:76 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large punch bowl\"@6:24 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir until dissolved.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir\"@3:7 / AC\r\n\t\t:until ( cond-1-0 \"until dissolved\"@8:23 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in the ginger ale.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"the ginger ale\"@11:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/181_Grandmas_Wheat_Germ_Cookies.json b/ai_talks/AMUseBotBackend/recipe/181_Grandmas_Wheat_Germ_Cookies.json new file mode 100644 index 0000000..fa60268 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/181_Grandmas_Wheat_Germ_Cookies.json @@ -0,0 +1,120 @@ +{ + "id": "181", + "title": "Grandmas Wheat Germ Cookies", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 cups toasted wheat germ", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 cups toasted wheat germ\" )" + }, + { + "id": "ing-2", + "text": "1 cup quick-cooking oats", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup quick-cooking oats\" )" + }, + { + "id": "ing-3", + "text": "1 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup packed brown sugar\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons baking powder", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons baking powder\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup unsweetened applesauce", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup unsweetened applesauce\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup canola oil", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup canola oil\" )" + }, + { + "id": "ing-8", + "text": "2 egg, lightly beaten", + "type": "ingredient", + "eamr": "( ing-8 \"2 egg, lightly beaten\" )" + }, + { + "id": "ing-9", + "text": "1 cup miniature chocolate chips", + "type": "ingredient", + "eamr": "( ing-9 \"1 cup miniature chocolate chips\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup chopped walnuts or pecans", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup chopped walnuts or pecans\" )" + }, + { + "id": "inst-0", + "text": "0) In a large mixing bowl, combine the first six ingredients.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@27:34 / AC\r\n\t\t:ppt ( \"the first six ingredients\"@35:60 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t)\r\n\t\t:loc ( tool-0-0 \"a large mixing bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Combine the applesauce, oil and eggs.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"the applesauce\"@11:25 / FOOD )\r\n\t\t:ppt ( ing-7 \"oil\"@27:30 / FOOD )\r\n\t\t:ppt ( ing-8 \"eggs\"@35:39 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add to the flour mixture; mix well.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"the flour mixture\"@10:27 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"mix\"@29:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir in the chocolate chip and walnuts.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-9 \"the chocolate chip\"@11:29 / FOOD )\r\n\t\t:ppt ( ing-10 \"walnuts\"@34:41 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Drop by rounded teaspoonfuls 2 in apart onto baking sheets coated with nonstick cooking spray.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Drop\"@3:7 / AC\r\n\t\t:instrument ( tool-4-0 \"rounded teaspoonfuls\"@11:31 / TOOL )\r\n\t\t:gol ( tool-4-1 \"baking sheets\"@48:61 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Flatten slightly with a glass bottom coated with nonstick cooking spray.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Flatten\"@3:10 / AC\r\n\t\t:instrument ( tool-5-0 \"a glass bottom\"@25:39 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake at 350 degrees F for 10-12 minutes or until edges are lightly browned and cookies are set.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-6-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-6-0 \"10-12 minutes\"@29:42 / DUR )\r\n\t\t:until ( cond-6-0 \"until edges are lightly browned and cookies are set\"@46:97 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cool for 1 minute before removing to wire racks.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cool\"@3:7 / AC\r\n\t\t:duration ( dur-7-0 \"1 minute\"@12:20 / DUR )\r\n\t\t:duration ( cond-7-0 \"before removing to wire racks\"@21:50 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/182_BBQ_Chuck_Roast.json b/ai_talks/AMUseBotBackend/recipe/182_BBQ_Chuck_Roast.json new file mode 100644 index 0000000..e0e66f1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/182_BBQ_Chuck_Roast.json @@ -0,0 +1,114 @@ +{ + "id": "182", + "title": "BBQ Chuck Roast", + "content": [ + { + "id": "ing-0", + "text": "1 (5 pound) chuck roast", + "type": "ingredient", + "eamr": "( ing-0 \"1 (5 pound) chuck roast\" )" + }, + { + "id": "ing-1", + "text": "1 cup barbeque sauce", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup barbeque sauce\" )" + }, + { + "id": "ing-2", + "text": "1 cup teriyaki sauce", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup teriyaki sauce\" )" + }, + { + "id": "ing-3", + "text": "1 (12 fluid ounce) can or bottle beer", + "type": "ingredient", + "eamr": "( ing-3 \"1 (12 fluid ounce) can or bottle beer\" )" + }, + { + "id": "ing-4", + "text": "3 teaspoons minced garlic", + "type": "ingredient", + "eamr": "( ing-4 \"3 teaspoons minced garlic\" )" + }, + { + "id": "ing-5", + "text": "3 teaspoons thinly sliced fresh ginger root", + "type": "ingredient", + "eamr": "( ing-5 \"3 teaspoons thinly sliced fresh ginger root\" )" + }, + { + "id": "ing-6", + "text": "1 onion, finely chopped", + "type": "ingredient", + "eamr": "( ing-6 \"1 onion, finely chopped\" )" + }, + { + "id": "ing-7", + "text": "3 teaspoons coarsely ground black pepper", + "type": "ingredient", + "eamr": "( ing-7 \"3 teaspoons coarsely ground black pepper\" )" + }, + { + "id": "ing-8", + "text": "2 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-8 \"2 teaspoons salt\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, mix barbeque sauce, teriyaki sauce, beer, garlic, ginger, onion, black pepper, and salt.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-1 \"barbeque sauce\"@24:38 / FOOD )\r\n\t\t:ppt ( ing-2 \"teriyaki sauce\"@40:54 / FOOD )\r\n\t\t:ppt ( ing-3 \"beer\"@56:60 / FOOD )\r\n\t\t:ppt ( ing-4 \"garlic\"@62:68 / FOOD )\r\n\t\t:ppt ( ing-5 \"ginger\"@70:76 / FOOD )\r\n\t\t:ppt ( ing-6 \"onion\"@78:83 / FOOD )\r\n\t\t:ppt ( ing-7 \"black pepper\"@85:97 / FOOD )\r\n\t\t:ppt ( ing-8 \"salt\"@103:107 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place the roast into the marinade, cover and refrigerate for six hours, turning often.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the roast\"@9:18 / FOOD )\r\n\t\t:gol ( \"the marinade\"@24:36 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cover\"@38:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"refrigerate\"@48:59 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"six hours\"@64:73 / DUR )\r\n\t\t:simultaneous ( ac-1-3 \"turning\"@75:82 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Preheat an outdoor grill for indirect heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-2-0 \"an outdoor grill\"@11:27 / TOOL )\r\n\t\t:mnr ( \"indirect heat\"@32:45 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove the roast from the marinade, and pour the marinade into a saucepan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"the roast\"@10:19 / FOOD )\r\n\t\t:source ( \"the marinade\"@25:37 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"pour\"@43:47 / AC\r\n\t\t:ppt ( \"the marinade\"@48:60 / FOOD )\r\n\t\t:gol ( tool-3-0 \"a saucepan\"@66:76 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bring to a boil, and cook for 5 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"cook\"@24:28 / AC\r\n\t\t:duration ( dur-4-0 \"5 minutes\"@33:42 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Set aside for use as a basting sauce.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Set aside\"@3:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-5-0 \"for use as a basting sauce\"@13:39 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Thread the roast onto a rotating barbecue spit above indirect heat.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Thread\"@3:9 / AC\r\n\t\t:ppt ( \"the roast\"@10:19 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a rotating barbecue spit\"@25:49 / TOOL )\r\n\t\t:heat ( \"indirect heat\"@56:69 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cook the roast for two hours, or until the internal temperature of the roast is at least 145 degrees F (63 degrees C).", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( \"the roast\"@8:17 / FOOD )\r\n\t\t:duration ( dur-7-0 \"two hours\"@22:31 / DUR )\r\n\t\t:until ( cond-7-0 \"until the internal temperature of the roast is at least 145 degrees F (63 degrees C)\"@36:120 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Baste often during the last hour with reserved marinade.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Baste\"@3:8 / AC\r\n\t\t:ppt ( \"reserved marinade\"@41:58 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( dur-8-0 \"the last hour\"@22:35 / DUR )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/183_Armadillo_Eggs.json b/ai_talks/AMUseBotBackend/recipe/183_Armadillo_Eggs.json new file mode 100644 index 0000000..254d391 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/183_Armadillo_Eggs.json @@ -0,0 +1,102 @@ +{ + "id": "183", + "title": "Armadillo Eggs", + "content": [ + { + "id": "ing-0", + "text": "24 jalapeno peppers", + "type": "ingredient", + "eamr": "( ing-0 \"24 jalapeno peppers\" )" + }, + { + "id": "ing-1", + "text": "1 pound sausage", + "type": "ingredient", + "eamr": "( ing-1 \"1 pound sausage\" )" + }, + { + "id": "ing-2", + "text": "2 cups all-purpose baking mix", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups all-purpose baking mix\" )" + }, + { + "id": "ing-3", + "text": "1 (16 ounce) package Cheddar cheese, shredded", + "type": "ingredient", + "eamr": "( ing-3 \"1 (16 ounce) package Cheddar cheese, shredded\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon crushed red pepper flakes", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon crushed red pepper flakes\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon garlic salt", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon garlic salt\" )" + }, + { + "id": "ing-6", + "text": "1 (16 ounce) package Monterey Jack cheese, cubed", + "type": "ingredient", + "eamr": "( ing-6 \"1 (16 ounce) package Monterey Jack cheese, cubed\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 325 degrees F (165 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"325 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"165 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Lightly grease a medium baking sheet.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"grease\"@11:17 / AC\r\n\t\t:ppt ( tool-1-0 \"a medium baking sheet\"@18:39 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cut a slit in each jalapeno pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cut\"@3:6 / AC\r\n\t\t:source ( ing-0 \"each jalapeno pepper\"@17:37 / FOOD )\r\n\t\t:ppt ( \"a slit\"@7:13 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove and discard seeds and pulp.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-1 \"Remove and discard\"@3:21 / AC\r\n\t\t:ppt ( \"seeds\"@22:27 / FOOD )\r\n\t\t:ppt ( \"pulp\"@32:36 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a medium bowl, mix sausage, baking mix, Cheddar cheese, crushed red pepper, and garlic salt.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"mix\"@21:24 / AC\r\n\t\t:ppt ( ing-1 \"sausage\"@25:32 / FOOD )\r\n\t\t:ppt ( ing-2 \"baking mix\"@34:44 / FOOD )\r\n\t\t:ppt ( ing-3 \"Cheddar cheese\"@46:60 / FOOD )\r\n\t\t:ppt ( ing-4 \"crushed red pepper\"@62:80 / FOOD )\r\n\t\t:ppt ( ing-5 \"garlic salt\"@86:97 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stuff jalapenos with the Monterey Jack cheese cubes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stuff\"@3:8 / AC\r\n\t\t:gol ( \"jalapenos\"@9:18 / FOOD )\r\n\t\t:ppt ( ing-6 \"the Monterey Jack cheese cubes\"@24:54 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Shape sausage mixture around the jalapenos to form balls.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Shape\"@3:8 / AC\r\n\t\t:ppt ( \"sausage mixture\"@9:24 / FOOD )\r\n\t\t:loc ( \"the jalapenos\"@32:45 / FOOD )\r\n\t\t:prp ( purp-6-0 \"to form balls\"@46:59 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Arrange jalapeno balls on the prepared baking sheet.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( \"jalapeno balls\"@11:25 / FOOD )\r\n\t\t:loc ( tool-7-0 \"the prepared baking sheet\"@29:54 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake 25 minutes in the preheated oven, until lightly browned.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-8-0 \"the preheated oven\"@22:40 / TOOL )\r\n\t\t:duration ( dur-8-0 \"25 minutes\"@8:18 / DUR )\r\n\t\t:until ( cond-8-0 \"until lightly browned\"@42:63 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/184_Crunchy_Cheese_Sandwiches.json b/ai_talks/AMUseBotBackend/recipe/184_Crunchy_Cheese_Sandwiches.json new file mode 100644 index 0000000..55e5809 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/184_Crunchy_Cheese_Sandwiches.json @@ -0,0 +1,96 @@ +{ + "id": "184", + "title": "Crunchy Cheese Sandwiches", + "content": [ + { + "id": "ing-0", + "text": "1 small onion, finely chopped", + "type": "ingredient", + "eamr": "( ing-0 \"1 small onion, finely chopped\" )" + }, + { + "id": "ing-1", + "text": "1 medium tomato, diced", + "type": "ingredient", + "eamr": "( ing-1 \"1 medium tomato, diced\" )" + }, + { + "id": "ing-2", + "text": "1 stalk celery, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 stalk celery, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 green bell pepper, finely chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 green bell pepper, finely chopped\" )" + }, + { + "id": "ing-4", + "text": "1 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup shredded Cheddar cheese\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon chili powder", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon chili powder\" )" + }, + { + "id": "ing-6", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "4 slices white bread", + "type": "ingredient", + "eamr": "( ing-7 \"4 slices white bread\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat your oven's broiler.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven's broiler\"@16:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a medium bowl, stir together the onion, tomato, celery, bell pepper, cheese, chili powder and salt.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"stir\"@21:25 / AC\r\n\t\t:ppt ( ing-0 \"the onion\"@35:44 / FOOD )\r\n\t\t:ppt ( ing-1 \"tomato\"@46:52 / FOOD )\r\n\t\t:ppt ( ing-2 \"celery\"@54:60 / FOOD )\r\n\t\t:ppt ( ing-3 \"bell pepper\"@62:73 / FOOD )\r\n\t\t:ppt ( ing-4 \"cheese\"@75:81 / FOOD )\r\n\t\t:ppt ( ing-5 \"chili powder\"@83:95 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@100:104 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Arrange slices of bread on a baking sheet or broiling pan.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( ing-7 \"slices of bread\"@11:26 / FOOD )\r\n\t\t:gol ( tool-2-0 \"a baking sheet\"@30:44 / TOOL )\r\n\t\t:gol ( tool-2-1 \"broiling pan\"@48:60 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Top each one with 1/4 of the mixture, spreading out to the edges.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Top\"@3:6 / AC\r\n\t\t:gol ( \"each one\"@7:15 / FOOD )\r\n\t\t:ppt ( \"1/4 of the mixture\"@21:39 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"spreading out\"@41:54 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:todo ( \"the edges\"@58:67 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Broil for 4 to 5 minutes, or until cheese melts.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Broil\"@3:8 / AC\r\n\t\t:duration ( dur-4-0 \"4 to 5 minutes\"@13:27 / DUR )\r\n\t\t:until ( cond-4-0 \"until cheese melts\"@32:50 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Watch closely to prevent burning.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Watch\"@3:8 / AC\r\n\t\t:prp ( purp-5-0 \"to prevent burning\"@17:35 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Serve immediately.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/185_Dilly_Chicken_and_Potatoes.json b/ai_talks/AMUseBotBackend/recipe/185_Dilly_Chicken_and_Potatoes.json new file mode 100644 index 0000000..fdf23ee --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/185_Dilly_Chicken_and_Potatoes.json @@ -0,0 +1,120 @@ +{ + "id": "185", + "title": "Dilly Chicken and Potatoes", + "content": [ + { + "id": "ing-0", + "text": "1 (3 1/2) pound broiler-fryer chicken, cut up", + "type": "ingredient", + "eamr": "( ing-0 \"1 (3 1/2) pound broiler-fryer chicken, cut up\" )" + }, + { + "id": "ing-1", + "text": "1 pound new potatoes, cut into chunks", + "type": "ingredient", + "eamr": "( ing-1 \"1 pound new potatoes, cut into chunks\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons cooking oil", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons cooking oil\" )" + }, + { + "id": "ing-3", + "text": "1 cup half-and-half cream", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup half-and-half cream\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon seasoned pepper", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon seasoned pepper\" )" + }, + { + "id": "ing-6", + "text": "3/4 cup sliced green onions", + "type": "ingredient", + "eamr": "( ing-6 \"3/4 cup sliced green onions\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup chopped fresh dill weed", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup chopped fresh dill weed\" )" + }, + { + "id": "ing-8", + "text": "1/2 cup sour cream", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 cup sour cream\" )" + }, + { + "id": "inst-0", + "text": "0) In a large skillet over medium heat, brown chicken and potatoes in oil for 10-15 minutes.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"brown\"@40:45 / AC\r\n\t\t:ppt ( ing-0 \"chicken\"@46:53 / FOOD )\r\n\t\t:ppt ( ing-1 \"potatoes\"@58:66 / FOOD )\r\n\t\t:ppt ( ing-2 \"oil\"@70:73 / FOOD )\r\n\t\t:duration ( dur-0-0 \"10-15 minutes\"@78:91 / DUR )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@27:38 / TEMPERATURE )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@6:21 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Remove chicken and potatoes; set aside.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t:ppt ( \"potatoes\"@22:30 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"set aside\"@32:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Discard all but 1 tablespoon drippings.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Discard\"@3:10 / AC\r\n\t\t:ppt ( \"all but 1 tablespoon drippings\"@11:41 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) To drippings, add cream, salt and pepper; stir to mix.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"add\"@17:20 / AC\r\n\t\t:ppt ( ing-3 \"cream\"@21:26 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@28:32 / FOOD )\r\n\t\t:ppt ( ing-5 \"pepper\"@37:43 / FOOD )\r\n\t\t:ppt ( \"drippings\"@6:15 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"stir\"@45:49 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-3-0 \"to mix\"@50:56 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Return chicken and potatoes to skillet.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Return\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t:ppt ( \"potatoes\"@22:30 / FOOD )\r\n\t\t:gol ( tool-4-0 \"skillet\"@34:41 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Sprinkle with onions and dill.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-6 \"onions\"@17:23 / FOOD )\r\n\t\t:ppt ( ing-7 \"dill\"@28:32 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Cover and simmer for 50-60 minutes or until chicken juices run clear and potatoes are tender.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"simmer\"@13:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-6-0 \"50-60 minutes\"@24:37 / DUR )\r\n\t\t:until ( cond-6-0 \"until chicken juices run clear and potatoes are tender\"@41:95 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) With a slotted spoon, remove chicken and potatoes to a serving platter; keep warm.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"remove\"@25:31 / AC\r\n\t\t:ppt ( \"chicken\"@32:39 / FOOD )\r\n\t\t:ppt ( \"potatoes\"@44:52 / FOOD )\r\n\t\t:loc ( tool-7-0 \"a serving platter\"@56:73 / TOOL )\r\n\t\t:instrument ( tool-7-1 \"a slotted spoon\"@8:23 / TOOL )\r\n\t)\r\n\t:inform ( ac-7-1 \"keep\"@75:79 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"warm\"@-1:-1 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Add sour cream to pan; stir to mix and heat through.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-8 \"sour cream\"@7:17 / FOOD )\r\n\t\t:ppt ( tool-8-0 \"pan\"@21:24 / TOOL )\r\n\t)\r\n\t:inform ( ac-8-1 \"stir\"@26:30 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-8-0 \"to mix\"@31:37 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-8-2 \"heat\"@42:46 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Serve with chicken and potatoes.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Serve\"@4:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"chicken\"@15:22 / FOOD )\r\n\t\t:ppt ( \"potatoes\"@27:35 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/186_Candy_Bar_Squares.json b/ai_talks/AMUseBotBackend/recipe/186_Candy_Bar_Squares.json new file mode 100644 index 0000000..2be83bf --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/186_Candy_Bar_Squares.json @@ -0,0 +1,114 @@ +{ + "id": "186", + "title": "Candy Bar Squares", + "content": [ + { + "id": "ing-0", + "text": "1 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup packed brown sugar\" )" + }, + { + "id": "ing-3", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-3 \"2 eggs\" )" + }, + { + "id": "ing-4", + "text": "3 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"3 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "6 (2.1 ounce) bars chocolate-coated peanut and nougat candy, eg: Baby", + "type": "ingredient", + "eamr": "( ing-7 \"6 (2.1 ounce) bars chocolate-coated peanut and nougat candy, eg: Baby\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F (175 degrees C)\"@19:48 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat the butter or margarine with the white and brown sugars until light and fluffy.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the butter or margarine\"@8:31 / FOOD )\r\n\t\t:ppt ( \"the white and brown sugars\"@37:63 / FOOD\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t)\r\n\t\t:until ( cond-1-0 \"until light and fluffy\"@64:86 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Blend in the eggs, mixing well.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Blend\"@3:8 / AC\r\n\t\t:ppt ( ing-3 \"the eggs\"@12:20 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"mixing\"@22:28 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix in the flour, baking soda and salt to the egg mixture.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-4 \"the flour\"@10:19 / FOOD )\r\n\t\t:ppt ( ing-5 \"baking soda\"@21:32 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@37:41 / FOOD )\r\n\t\t:ppt ( \"the egg mixture\"@45:60 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Reserve 1/2 cup of the chopped candy bars for the topping.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Reserve\"@3:10 / AC\r\n\t\t:ppt ( ing-7 \"1/2 cup of the chopped candy bars\"@11:44 / FOOD )\r\n\t\t:gol ( \"the topping\"@49:60 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir the remaining candy into the flour mixture.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( \"the remaining candy\"@8:27 / FOOD )\r\n\t\t:gol ( \"the flour mixture\"@33:50 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Spread the batter into one 13x9 inch baking pan.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( \"the batter\"@10:20 / FOOD )\r\n\t\t:gol ( tool-6-0 \"one 13x9 inch baking pan\"@26:50 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Sprinkle the reserved candy on top.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( \"the reserved candy\"@12:30 / FOOD )\r\n\t\t:gol ( \"top\"@34:37 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake at 350 degrees F (175 degrees C) for 25 to 30 minutes or until lightly browned.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-8-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-8-0 \"25 to 30 minutes\"@45:61 / DUR )\r\n\t\t:until ( cond-8-0 \"until lightly browned\"@65:86 / CONDITION_CLAUSE )\r\n\t\t:heat ( temp-8-1 \"175 degrees C\"@26:39 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cool in pan on a wire rack then cut into squares.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cool\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-9-0 \"pan on a wire rack\"@12:30 / TOOL )\r\n\t)\r\n\t:inform ( ac-9-1 \"cut\"@36:39 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"squares\"@45:52 / OTHER )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/187_Fried_Apple_Pies.json b/ai_talks/AMUseBotBackend/recipe/187_Fried_Apple_Pies.json new file mode 100644 index 0000000..8dd9066 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/187_Fried_Apple_Pies.json @@ -0,0 +1,144 @@ +{ + "id": "187", + "title": "Fried Apple Pies", + "content": [ + { + "id": "ing-0", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup shortening", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup shortening\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon salt\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup cold water", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup cold water\" )" + }, + { + "id": "ing-4", + "text": "2 apples", + "type": "ingredient", + "eamr": "( ing-4 \"2 apples\" )" + }, + { + "id": "ing-5", + "text": "1/3 cup white sugar", + "type": "ingredient", + "eamr": "( ing-5 \"1/3 cup white sugar\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-7", + "text": "1 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup vegetable oil\" )" + }, + { + "id": "inst-0", + "text": "0) Peel and dice apples.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Peel\"@3:7 / AC\r\n\t\t:ppt ( ing-4 \"apples\"@17:23 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-1 \"dice\"@12:16 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add sugar and cinnamon.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-5 \"sugar\"@7:12 / FOOD )\r\n\t\t:ppt ( ing-6 \"cinnamon\"@17:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cook in a saucepan on low heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-2-0 \"a saucepan\"@11:21 / TOOL )\r\n\t\t:heat ( temp-2-0 \"low heat\"@25:33 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cook until soft, then mash with fork to form a thick applesauce.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cook\"@3:7 / AC\r\n\t\t:until ( cond-3-0 \"until soft\"@8:18 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"mash\"@25:29 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-3-0 \"fork\"@35:39 / TOOL )\r\n\t\t:prp ( purp-3-0 \"to form a thick applesauce\"@40:66 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Sift flour and salt together.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@8:13 / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@18:22 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cut in the shortening.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cut in\"@3:9 / AC\r\n\t\t:ppt ( ing-1 \"the shortening\"@10:24 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add water and mix with fork.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"water\"@7:12 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"mix\"@17:20 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-6-0 \"fork\"@26:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Roll out to about 1/8 inch thick on a floured board.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Roll out\"@3:11 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"about 1/8 inch thick\"@15:35 / OTHER )\r\n\t\t:loc ( tool-7-0 \"a floured board\"@39:54 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cut with a large cookie cutter (4 inches in diameter).", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-8-0 \"a large cookie cutter\"@12:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) In each round, place 1 heaping tablespoon fruit.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"place\"@19:24 / AC\r\n\t\t:ppt ( \"1 heaping tablespoon fruit\"@25:51 / FOOD )\r\n\t\t:loc ( \"each round\"@7:17 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Moisten edges with cold water, fold and press edge with a fork.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Moisten\"@4:11 / AC\r\n\t\t:gol ( \"edges\"@12:17 / OTHER )\r\n\t\t:ppt ( \"cold water\"@23:33 / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"fold and press\"@35:49 / AC\r\n\t\t:instrument ( tool-10-0 \"a fork\"@60:66 / TOOL )\r\n\t\t:ppt ( \"edge\"@50:54 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Heat oil in a large skillet on medium-high heat.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Heat\"@4:8 / AC\r\n\t\t:ppt ( ing-7 \"oil\"@9:12 / FOOD )\r\n\t\t:loc ( tool-11-0 \"a large skillet\"@16:31 / TOOL )\r\n\t\t:heat ( temp-11-0 \"medium-high heat\"@35:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Fry pies, a few at a time, 2 to 3 minutes on each side; cook until golden brown.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Fry\"@4:7 / AC\r\n\t\t:ppt ( \"pies\"@8:12 / FOOD )\r\n\t\t:duration ( dur-12-0 \"2 to 3 minutes on each side\"@31:58 / DUR )\r\n\t)\r\n\t:inform ( ac-12-1 \"cook\"@60:64 / AC\r\n\t\t:until ( cond-12-0 \"until golden brown\"@65:83 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Drain on paper towels.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Drain\"@4:9 / AC\r\n\t\t:loc ( tool-13-0 \"paper towels\"@13:25 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Sprinkle with confectioners sugar.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Sprinkle\"@4:12 / AC\r\n\t\t:ppt ( \"confectioners sugar\"@18:37 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/188_Baked_Fish_and_Rice_2.json b/ai_talks/AMUseBotBackend/recipe/188_Baked_Fish_and_Rice_2.json new file mode 100644 index 0000000..1e0566e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/188_Baked_Fish_and_Rice_2.json @@ -0,0 +1,108 @@ +{ + "id": "188", + "title": "Baked Fish and Rice 2", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups boiling chicken broth", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups boiling chicken broth\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup uncooked long grain rice", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup uncooked long grain rice\" )" + }, + { + "id": "ing-2", + "text": "1/4 teaspoon Italian seasoning", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 teaspoon Italian seasoning\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon garlic powder", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon garlic powder\" )" + }, + { + "id": "ing-4", + "text": "1 (10 ounce) package frozen chopped broccoli, thawed and drained", + "type": "ingredient", + "eamr": "( ing-4 \"1 (10 ounce) package frozen chopped broccoli, thawed and drained\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon grated Parmesan cheese\" )" + }, + { + "id": "ing-6", + "text": "1 (2.8 ounce) can French-fried onions, divided", + "type": "ingredient", + "eamr": "( ing-6 \"1 (2.8 ounce) can French-fried onions, divided\" )" + }, + { + "id": "ing-7", + "text": "1 pound fresh or frozen fish fillets, thawed", + "type": "ingredient", + "eamr": "( ing-7 \"1 pound fresh or frozen fish fillets, thawed\" )" + }, + { + "id": "ing-8", + "text": "1 dash paprika", + "type": "ingredient", + "eamr": "( ing-8 \"1 dash paprika\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup shredded Cheddar cheese\" )" + }, + { + "id": "inst-0", + "text": "0) In a greased 11-in. baking dish, combine the broth, rice, Italian seasoning and garlic powder.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@36:43 / AC\r\n\t\t:ppt ( ing-0 \"broth\"@48:53 / FOOD )\r\n\t\t:ppt ( ing-1 \"rice\"@55:59 / FOOD )\r\n\t\t:ppt ( ing-2 \"Italian seasoning\"@61:78 / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic powder\"@83:96 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a greased 11-in. baking dish\"@6:34 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cover and bake at 375 degrees F (190 degrees C) for 10 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"bake\"@13:17 / AC\r\n\t\t:heat ( temp-1-0 \"375 degrees F\"@21:34 / TEMPERATURE )\r\n\t\t:heat ( temp-1-1 \"190 degrees C\"@-1:-1 / TEMPERATURE )\r\n\t\t:duration ( dur-1-0 \"10 minutes\"@-1:-1 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add the broccoli, Parmesan cheese and half of the onions.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-4 \"broccoli\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-5 \"Parmesan cheese\"@21:36 / FOOD )\r\n\t\t:ppt ( ing-6 \"half of the onions\"@41:59 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Top with fish fillets; sprinkle with paprika.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Top\"@3:6 / AC\r\n\t\t:ppt ( ing-7 \"fish fillets\"@12:24 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"sprinkle\"@26:34 / AC\r\n\t\t:ppt ( ing-8 \"paprika\"@40:47 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cover and bake 20-25 minutes longer or until the fish flakes easily with a fork.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"bake\"@13:17 / AC\r\n\t\t:duration ( dur-4-0 \"20-25 minutes longer\"@18:38 / DUR )\r\n\t\t:until ( cond-4-0 \"until the fish flakes easily with a fork\"@42:82 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Uncover; sprinkle with cheddar cheese and remaining onions.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Uncover\"@3:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"sprinkle\"@12:20 / AC\r\n\t\t:ppt ( ing-9 \"cheddar cheese\"@26:40 / FOOD )\r\n\t\t:ppt ( ing-6 \"remaining onions\"@45:61 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Return to the oven for 3 minutes or until cheese is melted.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Return\"@3:9 / AC\r\n\t\t:gol ( tool-6-0 \"the oven\"@13:21 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-6-0 \"3 minutes\"@26:35 / DUR )\r\n\t\t:until ( cond-6-0 \"until cheese is melted\"@39:61 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/189_Fresh_Apple_Walnut_Cake.json b/ai_talks/AMUseBotBackend/recipe/189_Fresh_Apple_Walnut_Cake.json new file mode 100644 index 0000000..f2266fb --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/189_Fresh_Apple_Walnut_Cake.json @@ -0,0 +1,132 @@ +{ + "id": "189", + "title": "Fresh Apple Walnut Cake", + "content": [ + { + "id": "ing-0", + "text": "3 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"3 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-1 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "3 apples - peeled, cored and sliced", + "type": "ingredient", + "eamr": "( ing-4 \"3 apples - peeled, cored and sliced\" )" + }, + { + "id": "ing-5", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-5 \"1 cup white sugar\" )" + }, + { + "id": "ing-6", + "text": "1 cup brown sugar", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup brown sugar\" )" + }, + { + "id": "ing-7", + "text": "1 1/4 cups vegetable oil", + "type": "ingredient", + "eamr": "( ing-7 \"1 1/4 cups vegetable oil\" )" + }, + { + "id": "ing-8", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-8 \"2 eggs\" )" + }, + { + "id": "ing-9", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-9 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-10", + "text": "1 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup chopped walnuts\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease and flour a 9x13 inch pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease and flour\"@3:19 / AC\r\n\t\t:ppt ( tool-1-0 \"a 9x13 inch pan\"@20:35 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Sift together the flour, baking soda, cinnamon and salt.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the flour\"@17:26 / FOOD )\r\n\t\t:ppt ( ing-1 \"baking soda\"@28:39 / FOOD )\r\n\t\t:ppt ( ing-2 \"cinnamon\"@41:49 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@54:58 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Combine the apples and the white sugar; set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"the apples\"@11:21 / FOOD )\r\n\t\t:ppt ( ing-5 \"the white sugar\"@26:41 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"set aside\"@43:52 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a large bowl, mix together the brown sugar, oil, eggs and vanilla.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-6 \"the brown sugar\"@33:48 / FOOD )\r\n\t\t:ppt ( ing-7 \"oil\"@50:53 / FOOD )\r\n\t\t:ppt ( ing-8 \"eggs\"@55:59 / FOOD )\r\n\t\t:ppt ( ing-9 \"vanilla\"@64:71 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in the apple mixture, then the flour mixture.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"the apple mixture\"@11:28 / FOOD )\r\n\t\t:ppt ( \"the flour mixture\"@35:52 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Fold in the walnuts.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Fold in\"@3:10 / AC\r\n\t\t:ppt ( ing-10 \"the walnuts\"@11:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Pour batter into prepared pan.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"batter\"@8:14 / FOOD )\r\n\t\t:gol ( tool-7-0 \"prepared pan\"@20:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake in the preheated oven for 45 minutes, or until a toothpick inserted into the center of the cake comes out clean.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-8-0 \"the preheated oven\"@11:29 / TOOL )\r\n\t\t:duration ( dur-8-0 \"45 minutes\"@34:44 / DUR )\r\n\t\t:until ( cond-8-0 \"until a toothpick inserted into the center of the cake comes out clean\"@49:119 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Allow to cool.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"cool\"@13:17 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/190_Chicken_Stuffed_Buns.json b/ai_talks/AMUseBotBackend/recipe/190_Chicken_Stuffed_Buns.json new file mode 100644 index 0000000..222c417 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/190_Chicken_Stuffed_Buns.json @@ -0,0 +1,90 @@ +{ + "id": "190", + "title": "Chicken Stuffed Buns", + "content": [ + { + "id": "ing-0", + "text": "6 large sourdough buns", + "type": "ingredient", + "eamr": "( ing-0 \"6 large sourdough buns\" )" + }, + { + "id": "ing-1", + "text": "2 cups boneless chicken breast halves, cooked and diced", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups boneless chicken breast halves, cooked and diced\" )" + }, + { + "id": "ing-2", + "text": "1 (8 ounce) package cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-2 \"1 (8 ounce) package cream cheese, softened\" )" + }, + { + "id": "ing-3", + "text": "1 cup shredded Pepper Jack cheese", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup shredded Pepper Jack cheese\" )" + }, + { + "id": "ing-4", + "text": "1 cup grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup grated Parmesan cheese\" )" + }, + { + "id": "ing-5", + "text": "6 cloves garlic, pressed", + "type": "ingredient", + "eamr": "( ing-5 \"6 cloves garlic, pressed\" )" + }, + { + "id": "ing-6", + "text": "1 (10 ounce) package frozen chopped spinach, thawed and drained", + "type": "ingredient", + "eamr": "( ing-6 \"1 (10 ounce) package frozen chopped spinach, thawed and drained\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Slice the top off of each bun, saving the tops.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Slice\"@3:8 / AC\r\n\t\t:source ( ing-0 \"each bun\"@24:32 / FOOD )\r\n\t\t:ppt ( \"the top\"@9:16 / FOOD )\r\n\t\t:prp ( purp-1-0 \"saving the tops\"@34:49 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Hollow out each bun, leaving a shell.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Hollow out\"@3:13 / AC\r\n\t\t:ppt ( \"each bun\"@14:22 / FOOD )\r\n\t\t:prp ( purp-2-0 \"leaving a shell\"@24:39 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a medium bowl combine chicken, cream cheese, Pepper Jack cheese, Parmesan cheese, garlic and spinach.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-1 \"chicken\"@28:35 / FOOD )\r\n\t\t:ppt ( ing-2 \"cream cheese\"@37:49 / FOOD )\r\n\t\t:ppt ( ing-3 \"Pepper Jack cheese\"@51:69 / FOOD )\r\n\t\t:ppt ( ing-4 \"Parmesan cheese\"@71:86 / FOOD )\r\n\t\t:ppt ( ing-5 \"garlic\"@88:94 / FOOD )\r\n\t\t:ppt ( ing-6 \"spinach\"@99:106 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Spoon mixture into each bun, packing it tightly; cap with bun tops.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( \"mixture\"@9:16 / FOOD )\r\n\t\t:prp ( purp-4-0 \"packing it tightly\"@32:50 / PURPOSE_CLAUSE )\r\n\t\t:gol ( \"each bun\"@22:30 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cap\"@52:55 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"bun tops\"@61:69 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Wrap each bun tightly in foil.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Wrap\"@3:7 / AC\r\n\t\t:gol ( \"each bun\"@8:16 / FOOD )\r\n\t\t:ppt ( tool-5-0 \"foil\"@28:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake in preheated oven for 20 minutes.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-6-0 \"preheated oven\"@11:25 / TOOL )\r\n\t\t:duration ( dur-6-0 \"20 minutes\"@30:40 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/191_Dads_Flat_Bread.json b/ai_talks/AMUseBotBackend/recipe/191_Dads_Flat_Bread.json new file mode 100644 index 0000000..1ff3e5a --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/191_Dads_Flat_Bread.json @@ -0,0 +1,120 @@ +{ + "id": "191", + "title": "Dads Flat Bread", + "content": [ + { + "id": "ing-0", + "text": "1 (.25 ounce) package active dry yeast", + "type": "ingredient", + "eamr": "( ing-0 \"1 (.25 ounce) package active dry yeast\" )" + }, + { + "id": "ing-1", + "text": "2 cups warm water (110 degrees to 115 degrees), divided", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups warm water (110 degrees to 115 degrees), divided\" )" + }, + { + "id": "ing-2", + "text": "1/3 cup sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/3 cup sugar\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons vegetable oil\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon salt\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup rye or whole wheat flour", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup rye or whole wheat flour\" )" + }, + { + "id": "ing-6", + "text": "5 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"5 1/2 cups all-purpose flour\" )" + }, + { + "id": "inst-0", + "text": "0) In a large mixing bowl, dissolve yeast in 1/2 cup of water.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"dissolve\"@27:35 / AC\r\n\t\t:ppt ( ing-0 \"yeast\"@36:41 / FOOD )\r\n\t\t:gol ( ing-1 \"1/2 cup of water\"@45:61 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large mixing bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add sugar, oil, salt, rye or whole wheat flour, 3 cups all-purpose flour, and remaining water; beat until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"sugar\"@7:12 / FOOD )\r\n\t\t:ppt ( ing-3 \"oil\"@14:17 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@19:23 / FOOD )\r\n\t\t:ppt ( ing-5 \"rye or whole wheat flour\"@25:49 / FOOD )\r\n\t\t:ppt ( ing-6 \"3 cups all-purpose flour\"@51:75 / FOOD )\r\n\t\t:ppt ( ing-1 \"remaining water\"@81:96 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"beat\"@98:102 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until smooth\"@103:115 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add enough remaining all-purpose flour to form a soft dough.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:prp ( purp-2-0 \"to form a soft dough\"@42:62 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"enough remaining all-purpose flour\"@7:41 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Turn onto a floured surface; knead until smooth and elastic, about 6-8 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"knead\"@32:37 / AC\r\n\t\t:until ( cond-3-0 \"until smooth and elastic\"@38:62 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-3-0 \"about 6-8 minutes\"@64:81 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"Turn\"@3:7 / AC\r\n\t\t:loc ( tool-3-0 \"a floured surface\"@13:30 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place in a greased bowl, turning once to grease top.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-4-0 \"a greased bowl\"@12:26 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"turning\"@28:35 / AC\r\n\t\t:prp ( purp-4-0 \"to grease top\"@41:54 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cover and let rise in a warm place until doubled, about 1 hour.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cover and let rise\"@3:21 / AC\r\n\t\t:loc ( tool-5-0 \"a warm place\"@25:37 / TOOL )\r\n\t\t:until ( cond-5-0 \"until doubled\"@38:51 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-5-0 \"about 1 hour\"@53:65 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Punch dough down.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Punch\"@3:8 / AC\r\n\t\t:ppt ( \"dough\"@9:14 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Divide in half.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Divide\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"half\"@13:17 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) On a greased baking sheet, flatten each half to 1-in.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"flatten\"@30:37 / AC\r\n\t\t:ppt ( \"each half\"@38:47 / FOOD )\r\n\t\t:loc ( tool-8-0 \"a greased baking sheet\"@6:28 / TOOL )\r\n\t\t:reshape ( \"1-in.\"@51:56 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Pierce each loaf several times with a fork.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Pierce\"@4:10 / AC\r\n\t\t:ppt ( \"each loaf\"@11:20 / FOOD )\r\n\t\t:instrument ( tool-9-0 \"a fork\"@40:46 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Cover and let rise in a warm place until nearly doubled, about 30 minutes.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cover and let rise\"@4:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-10-0 \"a warm place\"@26:38 / TOOL )\r\n\t\t:until ( cond-10-0 \"until nearly doubled\"@39:59 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-10-0 \"about 30 minutes\"@61:77 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Bake at 375 degrees F (190 degrees C) for 25-30 minutes or until golden brown.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Bake\"@4:8 / AC\r\n\t\t:heat ( temp-11-0 \"375 degrees F\"@12:25 / TEMPERATURE )\r\n\t\t:heat ( temp-11-1 \"190 degrees C\"@-1:-1 / TEMPERATURE )\r\n\t\t:duration ( dur-11-0 \"25-30 minutes\"@-1:-1 / DUR )\r\n\t\t:until ( cond-11-0 \"until golden brown\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/192_Baked_French_Toast_2.json b/ai_talks/AMUseBotBackend/recipe/192_Baked_French_Toast_2.json new file mode 100644 index 0000000..01ee7f7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/192_Baked_French_Toast_2.json @@ -0,0 +1,108 @@ +{ + "id": "192", + "title": "Baked French Toast 2", + "content": [ + { + "id": "ing-0", + "text": "1 (1 pound) loaf French bread, cut diagonally in 1 inch slices", + "type": "ingredient", + "eamr": "( ing-0 \"1 (1 pound) loaf French bread, cut diagonally in 1 inch slices\" )" + }, + { + "id": "ing-1", + "text": "8 eggs", + "type": "ingredient", + "eamr": "( ing-1 \"8 eggs\" )" + }, + { + "id": "ing-2", + "text": "2 cups milk", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups milk\" )" + }, + { + "id": "ing-3", + "text": "1 1/2 cups half-and-half cream", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/2 cups half-and-half cream\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-6", + "text": "3/4 cup butter", + "type": "ingredient", + "eamr": "( ing-6 \"3/4 cup butter\" )" + }, + { + "id": "ing-7", + "text": "1 1/3 cups brown sugar", + "type": "ingredient", + "eamr": "( ing-7 \"1 1/3 cups brown sugar\" )" + }, + { + "id": "ing-8", + "text": "3 tablespoons light corn syrup", + "type": "ingredient", + "eamr": "( ing-8 \"3 tablespoons light corn syrup\" )" + }, + { + "id": "inst-0", + "text": "0) Butter a 9x13 inch baking dish.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Butter\"@3:9 / AC\r\n\t\t:ppt ( tool-0-0 \"a 9x13 inch baking dish\"@10:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Arrange the slices of bread in the bottom.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"the slices of bread\"@11:30 / FOOD )\r\n\t\t:gol ( tool-1-0 \"the bottom\"@34:44 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large bowl, beat together eggs, milk, cream, vanilla and cinnamon.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"beat\"@20:24 / AC\r\n\t\t:ppt ( ing-1 \"eggs\"@34:38 / FOOD )\r\n\t\t:ppt ( ing-2 \"milk\"@40:44 / FOOD )\r\n\t\t:ppt ( ing-3 \"cream\"@46:51 / FOOD )\r\n\t\t:ppt ( ing-4 \"vanilla\"@53:60 / FOOD )\r\n\t\t:ppt ( ing-5 \"cinnamon\"@65:73 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Pour over bread slices, cover, and refrigerate overnight.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( \"bread slices\"@13:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cover\"@27:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"refrigerate\"@38:49 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) The next morning, preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"preheat\"@21:28 / AC\r\n\t\t:when ( \"The next morning\"@3:19 / OTHER )\r\n\t\t:ppt ( tool-4-0 \"oven\"@29:33 / TOOL )\r\n\t\t:heat ( temp-4-0 \"350 degrees F\"@37:50 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"175 degrees C\"@52:65 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a small saucepan, combine butter, brown sugar and corn syrup; heat until bubbling.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"combine\"@24:31 / AC\r\n\t\t:ppt ( ing-6 \"butter\"@32:38 / FOOD )\r\n\t\t:ppt ( ing-7 \"brown sugar\"@40:51 / FOOD )\r\n\t\t:ppt ( ing-8 \"corn syrup\"@56:66 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a small saucepan\"@6:22 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"heat\"@68:72 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-5-0 \"until bubbling\"@73:87 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour over bread and egg mixture.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( \"bread\"@13:18 / FOOD )\r\n\t\t:gol ( \"egg mixture\"@23:34 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake in preheated oven, uncovered, for 40 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-7-0 \"preheated oven\"@11:25 / TOOL )\r\n\t\t:duration ( dur-7-0 \"40 minutes\"@42:52 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/193_Fab_Summer_Blackened_Chicken_Salad.json b/ai_talks/AMUseBotBackend/recipe/193_Fab_Summer_Blackened_Chicken_Salad.json new file mode 100644 index 0000000..e47b3f6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/193_Fab_Summer_Blackened_Chicken_Salad.json @@ -0,0 +1,126 @@ +{ + "id": "193", + "title": "Fab Summer Blackened Chicken Salad", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons olive oil, divided", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons olive oil, divided\" )" + }, + { + "id": "ing-1", + "text": "2 (6 ounce) skinless, boneless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-1 \"2 (6 ounce) skinless, boneless chicken breast halves\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 tablespoons Cajun seasoning", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 tablespoons Cajun seasoning\" )" + }, + { + "id": "ing-3", + "text": "2 cloves garlic, crushed", + "type": "ingredient", + "eamr": "( ing-3 \"2 cloves garlic, crushed\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon balsamic vinegar", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon balsamic vinegar\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon Dijon mustard", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon Dijon mustard\" )" + }, + { + "id": "ing-6", + "text": "salt and black pepper to taste", + "type": "ingredient", + "eamr": "( ing-6 \"salt and black pepper to taste\" )" + }, + { + "id": "ing-7", + "text": "2 cups mixed salad greens", + "type": "ingredient", + "eamr": "( ing-7 \"2 cups mixed salad greens\" )" + }, + { + "id": "ing-8", + "text": "1 cup arugula", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup arugula\" )" + }, + { + "id": "ing-9", + "text": "1 avocado - peeled, pitted, and diced", + "type": "ingredient", + "eamr": "( ing-9 \"1 avocado - peeled, pitted, and diced\" )" + }, + { + "id": "ing-10", + "text": "12 oil-packed sun-dried tomatoes, drained and sliced", + "type": "ingredient", + "eamr": "( ing-10 \"12 oil-packed sun-dried tomatoes, drained and sliced\" )" + }, + { + "id": "ing-11", + "text": "1/2 cup sliced black olives", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 cup sliced black olives\" )" + }, + { + "id": "inst-0", + "text": "0) Warm 1 tablespoon olive oil in a large skillet over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Warm\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"1 tablespoon olive oil\"@8:30 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@34:49 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@55:66 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Season both sides of chicken with Cajun seasoning, and place in hot oil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( ing-1 \"both sides of chicken\"@10:31 / FOOD )\r\n\t\t:ppt ( ing-2 \"Cajun seasoning\"@37:52 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"place\"@58:63 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"hot oil\"@67:74 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in crushed garlic.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"crushed garlic\"@11:25 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cook chicken 5 minutes on each side, or until juices run clear.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cook\"@3:7 / AC\r\n\t\t:ppt ( \"chicken\"@8:15 / FOOD )\r\n\t\t:duration ( dur-3-0 \"5 minutes\"@16:25 / DUR )\r\n\t\t:until ( cond-3-0 \"until juices run clear\"@43:65 / CONDITION_CLAUSE )\r\n\t\t:mnr ( \"on each side\"@26:38 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Remove chicken from skillet, drain on paper towels, cool slightly, and dice; discard oil and garlic.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-4-0 \"skillet\"@23:30 / TOOL )\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"drain\"@32:37 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-4-1 \"paper towels\"@41:53 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-2 \"cool\"@55:59 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-3 \"dice\"@-1:-1 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-4 \"discard\"@80:87 / AC\r\n\t\t:ppt ( \"oil\"@88:91 / FOOD )\r\n\t\t:ppt ( \"garlic\"@96:102 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a small bowl, mix remaining olive oil, balsamic vinegar, mustard, salt, and pepper.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-0 \"remaining olive oil\"@24:43 / FOOD )\r\n\t\t:ppt ( ing-4 \"balsamic vinegar\"@45:61 / FOOD )\r\n\t\t:ppt ( ing-5 \"mustard\"@63:70 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt, and pepper\"@72:88 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) In a large bowl, gently toss the dressing with the mixed salad greens, arugula, avocado, sun-dried tomatoes, and olives.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"toss\"@27:31 / AC\r\n\t\t:ppt ( \"the dressing\"@32:44 / FOOD )\r\n\t\t:ppt ( ing-7 \"the mixed salad greens\"@50:72 / FOOD )\r\n\t\t:ppt ( ing-8 \"arugula\"@74:81 / FOOD )\r\n\t\t:ppt ( ing-9 \"avocado\"@83:90 / FOOD )\r\n\t\t:ppt ( ing-10 \"sun-dried tomatoes\"@92:110 / FOOD )\r\n\t\t:ppt ( ing-11 \"olives\"@116:122 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Top with diced chicken to serve.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Top\"@3:6 / AC\r\n\t\t:ppt ( \"diced chicken\"@12:25 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:prp ( purp-7-0 \"to serve\"@26:34 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/194_Cabbage_Kielbasa_Supper.json b/ai_talks/AMUseBotBackend/recipe/194_Cabbage_Kielbasa_Supper.json new file mode 100644 index 0000000..a8b240d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/194_Cabbage_Kielbasa_Supper.json @@ -0,0 +1,72 @@ +{ + "id": "194", + "title": "Cabbage Kielbasa Supper", + "content": [ + { + "id": "ing-0", + "text": "8 cups shredded cabbage", + "type": "ingredient", + "eamr": "( ing-0 \"8 cups shredded cabbage\" )" + }, + { + "id": "ing-1", + "text": "3 medium potatoes, cut into 1/2 inch cubes", + "type": "ingredient", + "eamr": "( ing-1 \"3 medium potatoes, cut into 1/2 inch cubes\" )" + }, + { + "id": "ing-2", + "text": "1 medium onion, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 medium onion, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 3/4 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-3 \"1 3/4 teaspoons salt\" )" + }, + { + "id": "ing-4", + "text": "1/4 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 teaspoon pepper\" )" + }, + { + "id": "ing-5", + "text": "1 (14.5 ounce) can chicken broth", + "type": "ingredient", + "eamr": "( ing-5 \"1 (14.5 ounce) can chicken broth\" )" + }, + { + "id": "ing-6", + "text": "2 pounds fully cooked kielbasa or Polish sausage, cut into serving size pieces", + "type": "ingredient", + "eamr": "( ing-6 \"2 pounds fully cooked kielbasa or Polish sausage, cut into serving size pieces\" )" + }, + { + "id": "inst-0", + "text": "0) In a 5-qt. slow cooker, combine the cabbage, potatoes, onion, salt and pepper.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@27:34 / AC\r\n\t\t:ppt ( ing-0 \"the cabbage\"@35:46 / FOOD )\r\n\t\t:ppt ( ing-1 \"potatoes\"@48:56 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion\"@58:63 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@65:69 / FOOD )\r\n\t\t:ppt ( ing-4 \"pepper\"@74:80 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a 5-qt. slow cooker\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Pour broth over all.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( ing-5 \"broth\"@8:13 / FOOD )\r\n\t\t:gol ( \"all\"@19:22 / PRONOUN )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place sausage on top (slow cooker will be full, but cabbage will cook down).", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-6 \"sausage\"@9:16 / FOOD )\r\n\t\t:gol ( \"top\"@20:23 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover and cook on low for 8-9 hours or until vegetables are tender and sausage is heated through.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover and cook\"@3:17 / AC\r\n\t\t:heat ( temp-3-0 \"low\"@21:24 / TEMPERATURE )\r\n\t\t:duration ( dur-3-0 \"8-9 hours\"@29:38 / DUR )\r\n\t\t:until ( cond-3-0 \"until vegetables are tender and sausage is heated through\"@42:99 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/195_Chocolate_Chip_Cookie_Ice_Cream_Cake.json b/ai_talks/AMUseBotBackend/recipe/195_Chocolate_Chip_Cookie_Ice_Cream_Cake.json new file mode 100644 index 0000000..eded42e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/195_Chocolate_Chip_Cookie_Ice_Cream_Cake.json @@ -0,0 +1,108 @@ +{ + "id": "195", + "title": "Chocolate Chip Cookie Ice Cream Cake", + "content": [ + { + "id": "ing-0", + "text": "1 (18 ounce) package small chocolate chip cookies", + "type": "ingredient", + "eamr": "( ing-0 \"1 (18 ounce) package small chocolate chip cookies\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup margarine, melted", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup margarine, melted\" )" + }, + { + "id": "ing-2", + "text": "1 cup hot fudge topping", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup hot fudge topping\" )" + }, + { + "id": "ing-3", + "text": "2 quarts vanilla ice cream", + "type": "ingredient", + "eamr": "( ing-3 \"2 quarts vanilla ice cream\" )" + }, + { + "id": "ing-4", + "text": "1 cup whipped cream", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup whipped cream\" )" + }, + { + "id": "ing-5", + "text": "12 cherries", + "type": "ingredient", + "eamr": "( ing-5 \"12 cherries\" )" + }, + { + "id": "inst-0", + "text": "0) Crush half the cookies (about 20) to make crumbs.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Crush\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"half the cookies\"@9:25 / FOOD )\r\n\t\t:prp ( purp-0-0 \"to make crumbs\"@37:51 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Combine crumbs with melted margarine and press into the bottom of a 9-inch springform pan or pie plate.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( \"crumbs\"@11:17 / FOOD )\r\n\t\t:ppt ( ing-1 \"melted margarine\"@23:39 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"press\"@44:49 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-1-0 \"the bottom of a 9-inch springform pan\"@55:92 / TOOL )\r\n\t\t:gol ( tool-1-1 \"pie plate\"@96:105 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stand remaining cookies around edge of pan.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stand\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"remaining cookies\"@9:26 / FOOD )\r\n\t\t:loc ( tool-2-0 \"edge of pan\"@34:45 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Spread 3/4 cup fudge topping over crust.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( ing-2 \"3/4 cup fudge topping\"@10:31 / FOOD )\r\n\t\t:gol ( \"crust\"@37:42 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Freeze 15 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Freeze\"@3:9 / AC\r\n\t\t:duration ( dur-4-0 \"15 minutes\"@10:20 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Meanwhile, soften 1 quart of ice cream in microwave or on countertop.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"soften\"@14:20 / AC\r\n\t\t:ppt ( ing-3 \"1 quart of ice cream\"@21:41 / FOOD )\r\n\t\t:loc ( tool-5-0 \"microwave\"@45:54 / TOOL )\r\n\t\t:loc ( tool-5-1 \"countertop\"@61:71 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) After crust has chilled, spread softened ice cream over fudge layer.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"spread\"@28:34 / AC\r\n\t\t:ppt ( \"softened ice cream\"@35:53 / FOOD )\r\n\t\t:gol ( \"fudge layer\"@59:70 / FOOD )\r\n\t\t:duration ( cond-6-0 \"After crust has chilled\"@3:26 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Freeze 30 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Freeze\"@3:9 / AC\r\n\t\t:duration ( dur-7-0 \"30 minutes\"@10:20 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Scoop remaining quart of ice cream into balls and arrange over spread ice cream layer.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Scoop\"@3:8 / AC\r\n\t\t:ppt ( ing-3 \"remaining quart of ice cream\"@9:37 / FOOD )\r\n\t\t:reshape ( \"balls\"@43:48 / OTHER )\r\n\t)\r\n\t:inform ( ac-8-1 \"arrange\"@53:60 / AC\r\n\t\t:gol ( \"spread ice cream layer\"@66:88 / FOOD )\r\n\t\t:ppt ( \"balls\"@43:48 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Freeze until firm, 4 hours or overnight.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Freeze\"@4:10 / AC\r\n\t\t:until ( cond-9-0 \"until firm\"@11:21 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-9-0 \"4 hours\"@23:30 / DUR )\r\n\t\t:duration ( dur-9-1 \"overnight\"@34:43 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) To serve, garnish with remainder of fudge topping, whipped cream and cherries.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"garnish\"@14:21 / AC\r\n\t\t:prp ( purp-10-0 \"To serve\"@4:12 / PURPOSE_CLAUSE )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-2 \"remainder of fudge topping\"@27:53 / FOOD )\r\n\t\t:ppt ( ing-4 \"whipped cream\"@55:68 / FOOD )\r\n\t\t:ppt ( ing-5 \"cherries\"@73:81 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/196_Absolutely_Awesome_BBQ_Sauce.json b/ai_talks/AMUseBotBackend/recipe/196_Absolutely_Awesome_BBQ_Sauce.json new file mode 100644 index 0000000..8e63e1e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/196_Absolutely_Awesome_BBQ_Sauce.json @@ -0,0 +1,78 @@ +{ + "id": "196", + "title": "Absolutely Awesome BBQ Sauce", + "content": [ + { + "id": "ing-0", + "text": "1 cup brown sugar", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup brown sugar\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup chile sauce", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup chile sauce\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup rum", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup rum\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup soy sauce", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup soy sauce\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup ketchup", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup ketchup\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup Worcestershire sauce\" )" + }, + { + "id": "ing-6", + "text": "2 cloves garlic, crushed", + "type": "ingredient", + "eamr": "( ing-6 \"2 cloves garlic, crushed\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon ground dry mustard", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon ground dry mustard\" )" + }, + { + "id": "ing-8", + "text": "ground black pepper to taste", + "type": "ingredient", + "eamr": "( ing-8 \"ground black pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) In a saucepan over low heat, mix the brown sugar, chile sauce, rum, soy sauce, ketchup, Worcestershire sauce, garlic, dry mustard, and pepper.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"mix\"@32:35 / AC\r\n\t\t:ppt ( ing-0 \"the brown sugar\"@36:51 / FOOD )\r\n\t\t:ppt ( ing-1 \"chile sauce\"@53:64 / FOOD )\r\n\t\t:ppt ( ing-2 \"rum\"@66:69 / FOOD )\r\n\t\t:ppt ( ing-3 \"soy sauce\"@71:80 / FOOD )\r\n\t\t:ppt ( ing-4 \"ketchup\"@82:89 / FOOD )\r\n\t\t:ppt ( ing-5 \"Worcestershire sauce\"@91:111 / FOOD )\r\n\t\t:ppt ( ing-6 \"garlic\"@113:119 / FOOD )\r\n\t\t:ppt ( ing-7 \"dry mustard\"@121:132 / FOOD )\r\n\t\t:ppt ( ing-8 \"pepper\"@138:144 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a saucepan\"@6:16 / TOOL )\r\n\t\t:heat ( temp-0-0 \"low heat\"@22:30 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Simmer 30 minutes, stirring occasionally.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Simmer\"@3:9 / AC\r\n\t\t:duration ( dur-1-0 \"30 minutes\"@10:20 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-1-1 \"stirring\"@22:30 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cool, and refrigerate until ready to use.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cool\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"refrigerate\"@13:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until ready to use\"@25:43 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/197_Citrus_Infused_Guacamole.json b/ai_talks/AMUseBotBackend/recipe/197_Citrus_Infused_Guacamole.json new file mode 100644 index 0000000..fa2f5ac --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/197_Citrus_Infused_Guacamole.json @@ -0,0 +1,78 @@ +{ + "id": "197", + "title": "Citrus Infused Guacamole", + "content": [ + { + "id": "ing-0", + "text": "2 avocados - peeled, pitted, and mashed", + "type": "ingredient", + "eamr": "( ing-0 \"2 avocados - peeled, pitted, and mashed\" )" + }, + { + "id": "ing-1", + "text": "1/2 tablespoon lime juice", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 tablespoon lime juice\" )" + }, + { + "id": "ing-2", + "text": "1/2 tablespoon orange juice", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 tablespoon orange juice\" )" + }, + { + "id": "ing-3", + "text": "1/2 tablespoon pineapple juice", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 tablespoon pineapple juice\" )" + }, + { + "id": "ing-4", + "text": "1/4 teaspoon ground cumin", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 teaspoon ground cumin\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup coarsely chopped cilantro", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup coarsely chopped cilantro\" )" + }, + { + "id": "ing-6", + "text": "salt to taste", + "type": "ingredient", + "eamr": "( ing-6 \"salt to taste\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon hot pepper sauce, or to taste (optional)", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon hot pepper sauce, or to taste (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, stir together the avocados, lime juice, orange juice, pineapple juice, cumin, cilantro and salt.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"stir\"@20:24 / AC\r\n\t\t:ppt ( ing-0 \"the avocados\"@34:46 / FOOD )\r\n\t\t:ppt ( ing-1 \"lime juice\"@48:58 / FOOD )\r\n\t\t:ppt ( ing-2 \"orange juice\"@60:72 / FOOD )\r\n\t\t:ppt ( ing-3 \"pineapple juice\"@74:89 / FOOD )\r\n\t\t:ppt ( ing-4 \"cumin\"@91:96 / FOOD )\r\n\t\t:ppt ( ing-5 \"cilantro\"@98:106 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@111:115 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Mix in hot pepper sauce if using.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-7 \"hot pepper sauce\"@10:26 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:todo ( cond-1-0 \"if using\"@27:35 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place one of the avocado pits into the bowl to help keep it fresh.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"one of the avocado pits\"@9:32 / FOOD )\r\n\t\t:gol ( tool-2-0 \"the bowl\"@38:46 / TOOL )\r\n\t\t:prp ( purp-2-0 \"to help keep it fresh\"@47:68 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Serve immediately, or refrigerate until serving.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"refrigerate\"@25:36 / AC\r\n\t\t:until ( cond-3-0 \"until serving\"@37:50 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/198_Banana_Chip_Muffins_I.json b/ai_talks/AMUseBotBackend/recipe/198_Banana_Chip_Muffins_I.json new file mode 100644 index 0000000..ac6e249 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/198_Banana_Chip_Muffins_I.json @@ -0,0 +1,108 @@ +{ + "id": "198", + "title": "Banana Chip Muffins I", + "content": [ + { + "id": "ing-0", + "text": "1 3/4 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1 3/4 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup white sugar\" )" + }, + { + "id": "ing-2", + "text": "1 tablespoon baking powder", + "type": "ingredient", + "eamr": "( ing-2 \"1 tablespoon baking powder\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup semisweet chocolate chips\" )" + }, + { + "id": "ing-5", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-5 \"1 egg\" )" + }, + { + "id": "ing-6", + "text": "1/4 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 cup vegetable oil\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup milk", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup milk\" )" + }, + { + "id": "ing-8", + "text": "1 cup mashed bananas", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup mashed bananas\" )" + }, + { + "id": "inst-0", + "text": "0) Measure flour, sugar, baking powder, salt, and chocolate chips into a large bowl.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Measure\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-1 \"sugar\"@18:23 / FOOD )\r\n\t\t:ppt ( ing-2 \"baking powder\"@25:38 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@40:44 / FOOD )\r\n\t\t:ppt ( ing-4 \"chocolate chips\"@50:65 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@71:83 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Mix thoroughly, and make a well in the center.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"make\"@23:27 / AC\r\n\t\t:ppt ( \"a well\"@28:34 / OTHER )\r\n\t\t:loc ( \"the center\"@38:48 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Beat the egg in a small bowl until frothy.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-5 \"the egg\"@8:15 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a small bowl\"@19:31 / TOOL )\r\n\t\t:until ( cond-2-0 \"until frothy\"@32:44 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix in cooking oil, milk, and bananas.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-6 \"cooking oil\"@10:21 / FOOD )\r\n\t\t:ppt ( ing-7 \"milk\"@23:27 / FOOD )\r\n\t\t:ppt ( ing-8 \"bananas\"@33:40 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pour mixture into the well.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"mixture\"@8:15 / FOOD )\r\n\t\t:gol ( \"the well\"@21:29 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir only to moisten.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir\"@3:7 / AC\r\n\t\t:prp ( purp-5-0 \"to moisten\"@13:23 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Fill greased muffin cups 3/4 full.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Fill\"@3:7 / AC\r\n\t\t:gol ( tool-6-0 \"greased muffin cups\"@8:27 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"3/4 full\"@28:36 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake at 400 degrees F (205 degrees C) for 20 to 25 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-7-0 \"20 to 25 minutes\"@45:61 / DUR )\r\n\t\t:heat ( temp-7-0 \"400 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:heat ( temp-7-1 \"205 degrees C\"@26:39 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/199_French_Spring_Soup.json b/ai_talks/AMUseBotBackend/recipe/199_French_Spring_Soup.json new file mode 100644 index 0000000..016b0a1 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/199_French_Spring_Soup.json @@ -0,0 +1,114 @@ +{ + "id": "199", + "title": "French Spring Soup", + "content": [ + { + "id": "ing-0", + "text": "1/4 cup butter", + "type": "ingredient", + "eamr": "( ing-0 \"1/4 cup butter\" )" + }, + { + "id": "ing-1", + "text": "1 pound leeks, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1 pound leeks, chopped\" )" + }, + { + "id": "ing-2", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 onion, chopped\" )" + }, + { + "id": "ing-3", + "text": "2 quarts water", + "type": "ingredient", + "eamr": "( ing-3 \"2 quarts water\" )" + }, + { + "id": "ing-4", + "text": "3 large potatoes, chopped", + "type": "ingredient", + "eamr": "( ing-4 \"3 large potatoes, chopped\" )" + }, + { + "id": "ing-5", + "text": "2 large carrots, chopped", + "type": "ingredient", + "eamr": "( ing-5 \"2 large carrots, chopped\" )" + }, + { + "id": "ing-6", + "text": "1 bunch fresh asparagus, trimmed and cut into 1 inch pieces", + "type": "ingredient", + "eamr": "( ing-6 \"1 bunch fresh asparagus, trimmed and cut into 1 inch pieces\" )" + }, + { + "id": "ing-7", + "text": "1/3 cup uncooked long-grain white rice", + "type": "ingredient", + "eamr": "( ing-7 \"1/3 cup uncooked long-grain white rice\" )" + }, + { + "id": "ing-8", + "text": "4 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-8 \"4 teaspoons salt\" )" + }, + { + "id": "ing-9", + "text": "1/2 pound fresh spinach", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 pound fresh spinach\" )" + }, + { + "id": "ing-10", + "text": "1 cup heavy cream", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup heavy cream\" )" + }, + { + "id": "inst-0", + "text": "0) Melt the butter in a large pot over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the butter\"@8:18 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large pot\"@22:33 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@39:50 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in the leeks and onion, and cook until tender.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"the leeks\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion\"@25:30 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@36:40 / AC\r\n\t\t:until ( cond-1-0 \"until tender\"@41:53 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Pour water into the pot.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( ing-3 \"water\"@8:13 / FOOD )\r\n\t\t:gol ( tool-2-0 \"the pot\"@19:26 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix in potatoes, carrots, asparagus, and rice.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-4 \"potatoes\"@10:18 / FOOD )\r\n\t\t:ppt ( ing-5 \"carrots\"@20:27 / FOOD )\r\n\t\t:ppt ( ing-6 \"asparagus\"@29:38 / FOOD )\r\n\t\t:ppt ( ing-7 \"rice\"@44:48 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Season with salt.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-8 \"salt\"@15:19 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bring to a boil, reduce heat, and simmer 30 minutes, until vegetables and rice are tender.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"reduce\"@20:26 / AC\r\n\t\t:ppt ( tool-5-0 \"heat\"@27:31 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"simmer\"@37:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"30 minutes\"@44:54 / DUR )\r\n\t\t:until ( cond-5-0 \"until vegetables and rice are tender\"@56:92 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-5-2 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Stir spinach and heavy cream into the soup mixture, and continue cooking about 5 minutes before serving.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( ing-9 \"spinach\"@8:15 / FOOD )\r\n\t\t:ppt ( ing-10 \"heavy cream\"@20:31 / FOOD )\r\n\t\t:gol ( \"the soup mixture\"@37:53 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"continue cooking\"@59:75 / AC\r\n\t\t:duration ( dur-6-0 \"5 minutes\"@82:91 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-2 \"serving\"@99:106 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/200_Black_Forest_Dump_Cake_II.json b/ai_talks/AMUseBotBackend/recipe/200_Black_Forest_Dump_Cake_II.json new file mode 100644 index 0000000..27ca8c4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/200_Black_Forest_Dump_Cake_II.json @@ -0,0 +1,84 @@ +{ + "id": "200", + "title": "Black Forest Dump Cake II", + "content": [ + { + "id": "ing-0", + "text": "1 (21 ounce) can cherry pie filling", + "type": "ingredient", + "eamr": "( ing-0 \"1 (21 ounce) can cherry pie filling\" )" + }, + { + "id": "ing-1", + "text": "1 (16.5 ounce) can pitted dark sweet cherries", + "type": "ingredient", + "eamr": "( ing-1 \"1 (16.5 ounce) can pitted dark sweet cherries\" )" + }, + { + "id": "ing-2", + "text": "1 (18.25 ounce) package chocolate cake mix", + "type": "ingredient", + "eamr": "( ing-2 \"1 (18.25 ounce) package chocolate cake mix\" )" + }, + { + "id": "ing-3", + "text": "1 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup chopped walnuts\" )" + }, + { + "id": "ing-4", + "text": "3/4 cup butter, cut into pieces", + "type": "ingredient", + "eamr": "( ing-4 \"3/4 cup butter, cut into pieces\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Spray 9x13 baking dish with cooking spray.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Spray\"@3:8 / AC\r\n\t\t:gol ( tool-1-0 \"9x13 baking dish\"@9:25 / TOOL )\r\n\t\t:ppt ( \"cooking spray\"@31:44 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Dump cherry pie filling into dish and spread evenly.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Dump\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"cherry pie filling\"@8:26 / FOOD )\r\n\t\t:gol ( tool-2-0 \"dish\"@32:36 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"spread\"@41:47 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Repeat with cherries, including juice.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n :inform ( \"Repeat\"@3:9 / AC\r\n :ppt ( ing-1 \"cherries\"@15:23 / FOOD )\r\n :ppt ( \"juice\"@35:40 / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-4", + "text": "4) Sprinkle cake mix over the top - DO NOT STIR.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-2 \"cake mix\"@12:20 / FOOD )\r\n\t\t:gol ( \"the top\"@26:33 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"NOT STIR\"@39:47 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Sprinkle with chopped nuts.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-3 \"chopped nuts\"@17:29 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Distribute butter pieces evenly over the top.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Distribute\"@3:13 / AC\r\n\t\t:ppt ( ing-4 \"butter pieces\"@14:27 / FOOD )\r\n\t\t:loc ( \"the top\"@40:47 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake in the preheated oven for 45 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-7-0 \"the preheated oven\"@11:29 / TOOL )\r\n\t\t:duration ( dur-7-0 \"45 minutes\"@34:44 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/201_Asparagus_Sandwiches.json b/ai_talks/AMUseBotBackend/recipe/201_Asparagus_Sandwiches.json new file mode 100644 index 0000000..fe0c28d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/201_Asparagus_Sandwiches.json @@ -0,0 +1,72 @@ +{ + "id": "201", + "title": "Asparagus Sandwiches", + "content": [ + { + "id": "ing-0", + "text": "1 (10 ounce) can asparagus tips, drained", + "type": "ingredient", + "eamr": "( ing-0 \"1 (10 ounce) can asparagus tips, drained\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup mayonnaise\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons finely chopped onion", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons finely chopped onion\" )" + }, + { + "id": "ing-3", + "text": "1 pinch seasoning salt", + "type": "ingredient", + "eamr": "( ing-3 \"1 pinch seasoning salt\" )" + }, + { + "id": "ing-4", + "text": "1 (1 pound) loaf soft, sliced white bread", + "type": "ingredient", + "eamr": "( ing-4 \"1 (1 pound) loaf soft, sliced white bread\" )" + }, + { + "id": "inst-0", + "text": "0) Set asparagus spears onto paper towels to absorb excess liquid.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Set\"@3:6 / AC\r\n\t\t:ppt ( ing-0 \"asparagus spears\"@7:23 / FOOD )\r\n\t\t:gol ( tool-0-0 \"paper towels\"@29:41 / TOOL )\r\n\t\t:prp ( purp-0-0 \"to absorb excess liquid\"@42:65 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a small bowl, mix together the mayonnaise, onion and seasoning salt.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"mix\"@20:23 / AC\r\n\t\t:loc ( tool-1-0 \"a small bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-1 \"the mayonnaise\"@33:47 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion\"@49:54 / FOOD )\r\n\t\t:ppt ( ing-3 \"seasoning salt\"@59:73 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove crusts from bread slices, and spread mayonnaise mixture thinly on each slice.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"crusts\"@10:16 / FOOD )\r\n\t\t:source ( ing-4 \"bread slices\"@22:34 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"spread\"@40:46 / AC\r\n\t\t:ppt ( \"mayonnaise mixture\"@47:65 / FOOD )\r\n\t\t:gol ( \"each slice\"@76:86 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place a spear onto the slice and roll up.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"a spear\"@9:16 / FOOD )\r\n\t\t:gol ( \"the slice\"@22:31 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"roll up\"@36:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Cut each roll in half, and arrange on a serving tray.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( \"each roll\"@7:16 / FOOD )\r\n\t\t:reshape ( \"half\"@20:24 / OTHER )\r\n\t)\r\n\t:inform ( ac-4-1 \"arrange\"@30:37 / AC\r\n\t\t:loc ( tool-4-0 \"a serving tray\"@41:55 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cover with plastic wrap, and refrigerate until serving.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( tool-5-0 \"plastic wrap\"@14:26 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"refrigerate\"@32:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-5-0 \"until serving\"@44:57 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/202_Avocado_Tzatziki.json b/ai_talks/AMUseBotBackend/recipe/202_Avocado_Tzatziki.json new file mode 100644 index 0000000..8484f91 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/202_Avocado_Tzatziki.json @@ -0,0 +1,84 @@ +{ + "id": "202", + "title": "Avocado Tzatziki", + "content": [ + { + "id": "ing-0", + "text": "1 large avocado, peeled and pitted", + "type": "ingredient", + "eamr": "( ing-0 \"1 large avocado, peeled and pitted\" )" + }, + { + "id": "ing-1", + "text": "2 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-1 \"2 cloves garlic, minced\" )" + }, + { + "id": "ing-2", + "text": "1 lemons, juiced", + "type": "ingredient", + "eamr": "( ing-2 \"1 lemons, juiced\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup sour cream (optional)", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup sour cream (optional)\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup chopped seeded cucumber", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup chopped seeded cucumber\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon red pepper flakes, or to taste", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon red pepper flakes, or to taste\" )" + }, + { + "id": "ing-6", + "text": "1 tablespoon chopped fresh cilantro", + "type": "ingredient", + "eamr": "( ing-6 \"1 tablespoon chopped fresh cilantro\" )" + }, + { + "id": "ing-7", + "text": "1 tablespoon chopped fresh mint", + "type": "ingredient", + "eamr": "( ing-7 \"1 tablespoon chopped fresh mint\" )" + }, + { + "id": "ing-8", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-8 \"salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium bowl, combine the avocado, garlic, lemon juice, sour cream and cucumber.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@21:28 / AC\r\n\t\t:loc ( tool-0-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t\t:ppt ( ing-0 \"the avocado\"@29:40 / FOOD )\r\n\t\t:ppt ( ing-1 \"garlic\"@42:48 / FOOD )\r\n\t\t:ppt ( ing-2 \"lemon juice\"@50:61 / FOOD )\r\n\t\t:ppt ( ing-3 \"sour cream\"@63:73 / FOOD )\r\n\t\t:ppt ( ing-4 \"cucumber\"@78:86 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Mash with a fork until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Mash\"@3:7 / AC\r\n\t\t:instrument ( tool-1-0 \"a fork\"@13:19 / TOOL )\r\n\t\t:until ( cond-1-0 \"until smooth\"@20:32 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Season with red pepper flakes, cilantro, mint, salt and pepper, and mix well.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-5 \"red pepper flakes\"@15:32 / FOOD )\r\n\t\t:ppt ( ing-6 \"cilantro\"@34:42 / FOOD )\r\n\t\t:ppt ( ing-7 \"mint\"@44:48 / FOOD )\r\n\t\t:ppt ( ing-8 \"salt and pepper\"@50:54 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"mix\"@71:74 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover and refrigerate for 1 hour before serving.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"refrigerate\"@13:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"1 hour\"@29:35 / DUR )\r\n\t\t:duration ( cond-3-0 \"before serving\"@36:50 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/203_Broiled_Chicken_with_Roasted_Garlic_Sauce.json b/ai_talks/AMUseBotBackend/recipe/203_Broiled_Chicken_with_Roasted_Garlic_Sauce.json new file mode 100644 index 0000000..2ce527b --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/203_Broiled_Chicken_with_Roasted_Garlic_Sauce.json @@ -0,0 +1,156 @@ +{ + "id": "203", + "title": "Broiled Chicken with Roasted Garlic Sauce", + "content": [ + { + "id": "ing-0", + "text": "1 medium head garlic", + "type": "ingredient", + "eamr": "( ing-0 \"1 medium head garlic\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon olive oil", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon olive oil\" )" + }, + { + "id": "ing-2", + "text": "4 skinless, boneless chicken breasts", + "type": "ingredient", + "eamr": "( ing-2 \"4 skinless, boneless chicken breasts\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup white wine", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup white wine\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons butter\" )" + }, + { + "id": "ing-5", + "text": "1 cup milk", + "type": "ingredient", + "eamr": "( ing-5 \"1 cup milk\" )" + }, + { + "id": "ing-6", + "text": "1 tablespoon all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"1 tablespoon all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup grated Parmesan cheese\" )" + }, + { + "id": "ing-8", + "text": "1 tablespoon chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-8 \"1 tablespoon chopped fresh parsley\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"400 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"200 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Slice the top of the head of garlic, just enough to remove paper and expose the tops of the cloves.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Slice\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the top of the head of garlic\"@9:38 / FOOD )\r\n\t\t:prp ( purp-1-0 \"just enough to remove paper and expose the tops of the cloves\"@40:101 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Drizzle with olive oil and roast in preheated oven, either in a clay garlic roaster or wrapped in aluminum foil.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Drizzle\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"olive oil\"@16:25 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"roast\"@30:35 / AC\r\n\t\t:loc ( tool-2-0 \"preheated oven\"@39:53 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Roast for 20 minutes or until cloves are soft and slip from skins when pushed.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Roast\"@3:8 / AC\r\n\t\t:duration ( dur-3-0 \"20 minutes\"@13:23 / DUR )\r\n\t\t:until ( cond-3-0 \"until cloves are soft and slip from skins when pushed\"@27:80 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Change oven setting to broil (375 degrees F, 190 degrees C).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Change\"@3:9 / AC\r\n\t\t:ppt ( tool-4-0 \"oven setting\"@10:22 / TOOL )\r\n\t\t:gol ( \"broil\"@26:31 / OTHER )\r\n\t\t:heat ( temp-4-0 \"375 degrees F\"@33:46 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"190 degrees C\"@48:61 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Let garlic cool.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"cool\"@14:18 / AC\r\n\t\t:ppt ( \"garlic\"@7:13 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) To prepare chicken, place in a 9x13 inch baking dish and splash both sides with white wine.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"place\"@23:28 / AC\r\n\t\t:gol ( tool-6-0 \"a 9x13 inch baking dish\"@32:55 / TOOL )\r\n\t\t:ppt ( ing-2 \"chicken\"@14:21 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"splash\"@60:66 / AC\r\n\t\t:gol ( \"both sides\"@67:77 / OTHER )\r\n\t\t:ppt ( \"white wine\"@83:93 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Broil for 25 minutes or until chicken is cooked through and juices run clear.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Broil\"@3:8 / AC\r\n\t\t:duration ( dur-7-0 \"25 minutes\"@13:23 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-7-0 \"until chicken is cooked through and juices run clear\"@27:79 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Meanwhile, place butter or margarine and milk in a large skillet and heat over medium heat until warm.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"place\"@14:19 / AC\r\n\t\t:ppt ( ing-4 \"butter or margarine\"@20:39 / FOOD )\r\n\t\t:ppt ( ing-5 \"milk\"@44:48 / FOOD )\r\n\t\t:gol ( tool-8-0 \"a large skillet\"@52:67 / TOOL )\r\n\t)\r\n\t:inform ( ac-8-1 \"heat\"@72:76 / AC\r\n\t\t:heat ( temp-8-0 \"medium heat\"@82:93 / TEMPERATURE )\r\n\t\t:until ( cond-8-0 \"until warm\"@94:104 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Stir in the flour and cheese.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( ing-6 \"the flour\"@12:21 / FOOD )\r\n\t\t:ppt ( ing-7 \"cheese\"@26:32 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Stir over medium heat until sauce begins to thicken.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Stir\"@4:8 / AC\r\n\t\t:heat ( tool-10-0 \"medium heat\"@14:25 / TOOL )\r\n\t\t:until ( cond-10-0 \"until sauce begins to thicken\"@26:55 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Slip cooled garlic cloves from skin and add to the sauce (if desired, mince first).", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Slip\"@4:8 / AC\r\n\t\t:ppt ( \"cooled garlic cloves\"@9:29 / FOOD )\r\n\t\t:source ( \"skin\"@35:39 / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"add\"@44:47 / AC\r\n\t\t:ppt ( \"the sauce\"@51:60 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Add chopped parsley.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-8 \"chopped parsley\"@8:23 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Bring nearly to a boil; reduce heat and stir to control thickening.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"boil\"@22:26 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-13-1 \"reduce\"@28:34 / AC\r\n\t\t:ppt ( \"heat\"@35:39 / OTHER )\r\n\t)\r\n\t:inform ( ac-13-2 \"stir\"@44:48 / AC\r\n\t\t:prp ( purp-13-0 \"to control thickening\"@49:70 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) If desired, pour sauce over cooked rice or pasta and top with broiled chicken.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"pour\"@16:20 / AC\r\n\t\t:ppt ( \"sauce\"@21:26 / FOOD )\r\n\t\t:gol ( \"cooked rice\"@32:43 / FOOD )\r\n\t\t:gol ( \"pasta\"@47:52 / FOOD )\r\n\t\t:todo ( cond-14-0 \"If desired\"@4:14 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-14-1 \"top\"@57:60 / AC\r\n\t\t:ppt ( \"broiled chicken\"@66:81 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Enjoy!", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( \"Enjoy\"@-1:-1 / OTHER )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/204_Flax_and_Sunflower_Seed_Bread.json b/ai_talks/AMUseBotBackend/recipe/204_Flax_and_Sunflower_Seed_Bread.json new file mode 100644 index 0000000..f9afd64 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/204_Flax_and_Sunflower_Seed_Bread.json @@ -0,0 +1,78 @@ +{ + "id": "204", + "title": "Flax and Sunflower Seed Bread", + "content": [ + { + "id": "ing-0", + "text": "1 1/3 cups water", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/3 cups water\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons butter, softened", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons butter, softened\" )" + }, + { + "id": "ing-2", + "text": "3 tablespoons honey", + "type": "ingredient", + "eamr": "( ing-2 \"3 tablespoons honey\" )" + }, + { + "id": "ing-3", + "text": "1 1/2 cups bread flour", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/2 cups bread flour\" )" + }, + { + "id": "ing-4", + "text": "1 1/3 cups whole wheat bread flour", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/3 cups whole wheat bread flour\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon salt\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon active dry yeast", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon active dry yeast\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup flax seeds", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup flax seeds\" )" + }, + { + "id": "ing-8", + "text": "1/2 cup sunflower seeds", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 cup sunflower seeds\" )" + }, + { + "id": "inst-0", + "text": "0) Place all ingredients (except sunflower seeds) in the pan of the bread machine in the order recommended by the manufacturer.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"all ingredients (except sunflower seeds)\"@9:49 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t)\r\n\t\t:gol ( tool-0-0 \"the pan of the bread machine\"@53:81 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Select basic white cycle; press start.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Select\"@3:9 / AC\r\n\t\t:ppt ( \"basic white cycle\"@10:27 / OTHER )\r\n\t)\r\n\t:inform ( ac-1-1 \"press\"@29:34 / AC\r\n\t\t:ppt ( \"start\"@35:40 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add the sunflower seeds when the alert sounds during the knead cycle.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-8 \"the sunflower seeds\"@7:26 / FOOD )\r\n\t\t:when ( cond-2-0 \"when the alert sounds during the knead cycle\"@27:71 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/205_Argentine_Chimichurri_Bread.json b/ai_talks/AMUseBotBackend/recipe/205_Argentine_Chimichurri_Bread.json new file mode 100644 index 0000000..d7ca3a7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/205_Argentine_Chimichurri_Bread.json @@ -0,0 +1,96 @@ +{ + "id": "205", + "title": "Argentine Chimichurri Bread", + "content": [ + { + "id": "ing-0", + "text": "1 cup water", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup water\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 tablespoons white wine vinegar", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 tablespoons white wine vinegar\" )" + }, + { + "id": "ing-2", + "text": "3 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-2 \"3 tablespoons olive oil\" )" + }, + { + "id": "ing-3", + "text": "1/8 teaspoon cayenne pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1/8 teaspoon cayenne pepper\" )" + }, + { + "id": "ing-4", + "text": "3/4 teaspoon dried oregano", + "type": "ingredient", + "eamr": "( ing-4 \"3/4 teaspoon dried oregano\" )" + }, + { + "id": "ing-5", + "text": "2 cloves garlic, minced", + "type": "ingredient", + "eamr": "( ing-5 \"2 cloves garlic, minced\" )" + }, + { + "id": "ing-6", + "text": "3 tablespoons chopped onion", + "type": "ingredient", + "eamr": "( ing-6 \"3 tablespoons chopped onion\" )" + }, + { + "id": "ing-7", + "text": "3 tablespoons fresh parsley", + "type": "ingredient", + "eamr": "( ing-7 \"3 tablespoons fresh parsley\" )" + }, + { + "id": "ing-8", + "text": "1 1/2 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-8 \"1 1/2 teaspoons salt\" )" + }, + { + "id": "ing-9", + "text": "1 tablespoon white sugar", + "type": "ingredient", + "eamr": "( ing-9 \"1 tablespoon white sugar\" )" + }, + { + "id": "ing-10", + "text": "3 tablespoons wheat bran", + "type": "ingredient", + "eamr": "( ing-10 \"3 tablespoons wheat bran\" )" + }, + { + "id": "ing-11", + "text": "3 cups bread flour", + "type": "ingredient", + "eamr": "( ing-11 \"3 cups bread flour\" )" + }, + { + "id": "ing-12", + "text": "2 teaspoons active dry yeast", + "type": "ingredient", + "eamr": "( ing-12 \"2 teaspoons active dry yeast\" )" + }, + { + "id": "inst-0", + "text": "0) Place ingredients in the pan of the bread machine in the order recommended by the manufacturer.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"ingredients\"@9:20 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t\t:ref ( ing-8 )\r\n\t\t\t:ref ( ing-9 )\r\n\t\t\t:ref ( ing-10 )\r\n\t\t\t:ref ( ing-11 )\r\n\t\t\t:ref ( ing-12 )\r\n\t\t)\r\n\t\t:gol ( tool-0-0 \"the pan of the bread machine\"@24:52 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Select Basic or White Cycle; press Start.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Select\"@3:9 / AC\r\n\t\t:ppt ( \"Basic or White Cycle\"@10:30 / OTHER )\r\n\t)\r\n\t:inform ( ac-1-1 \"press\"@32:37 / AC\r\n\t\t:ppt ( \"Start\"@38:43 / OTHER )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/206_Enchilada_Style_Burritos.json b/ai_talks/AMUseBotBackend/recipe/206_Enchilada_Style_Burritos.json new file mode 100644 index 0000000..1ff034c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/206_Enchilada_Style_Burritos.json @@ -0,0 +1,132 @@ +{ + "id": "206", + "title": "Enchilada Style Burritos", + "content": [ + { + "id": "ing-0", + "text": "6 frozen prepared bean and cheese burritos", + "type": "ingredient", + "eamr": "( ing-0 \"6 frozen prepared bean and cheese burritos\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons butter or margarine", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons butter or margarine\" )" + }, + { + "id": "ing-2", + "text": "3 tablespoons all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"3 tablespoons all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1 3/4 cups water", + "type": "ingredient", + "eamr": "( ing-3 \"1 3/4 cups water\" )" + }, + { + "id": "ing-4", + "text": "1 (8 ounce) can tomato sauce", + "type": "ingredient", + "eamr": "( ing-4 \"1 (8 ounce) can tomato sauce\" )" + }, + { + "id": "ing-5", + "text": "1 1/2 teaspoons chili powder", + "type": "ingredient", + "eamr": "( ing-5 \"1 1/2 teaspoons chili powder\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon beef bouillon granules", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon beef bouillon granules\" )" + }, + { + "id": "ing-7", + "text": "3/4 teaspoon ground cumin", + "type": "ingredient", + "eamr": "( ing-7 \"3/4 teaspoon ground cumin\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-9", + "text": "2 cups shredded Mexican blend cheese or Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups shredded Mexican blend cheese or Cheddar cheese\" )" + }, + { + "id": "ing-10", + "text": "1 (2.25 ounce) can sliced ripe olives, drained", + "type": "ingredient", + "eamr": "( ing-10 \"1 (2.25 ounce) can sliced ripe olives, drained\" )" + }, + { + "id": "ing-11", + "text": "1/3 cup chopped green onions", + "type": "ingredient", + "eamr": "( ing-11 \"1/3 cup chopped green onions\" )" + }, + { + "id": "inst-0", + "text": "0) Place frozen burritos in a greased 13-in baking dish; set aside.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"frozen burritos\"@9:24 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a greased 13-in baking dish\"@28:55 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"set aside\"@57:66 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a saucepan, melt butter.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"melt\"@18:22 / AC\r\n\t\t:ppt ( ing-1 \"butter\"@23:29 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a saucepan\"@6:16 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in flour until smooth; gradually stir in water.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"flour\"@11:16 / FOOD )\r\n\t\t:until ( cond-2-0 \"until smooth\"@17:29 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir in\"@41:48 / AC\r\n\t\t:ppt ( ing-3 \"water\"@49:54 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Bring to a boil; cook and stir for 2 minutes or until thickened.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"cook and stir\"@20:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"2 minutes\"@38:47 / DUR )\r\n\t\t:until ( cond-3-0 \"until thickened\"@51:66 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add the tomato sauce, chili powder, bouillon, cumin and salt.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n :inform ( \"Add\"@3:6 / AC\r\n :ppt ( ing-4 \"the tomato sauce\"@7:23 / FOOD )\r\n :ppt( NULL / FOOD )\r\n :ppt ( ing-5 \"chili powder\"@25:37 / FOOD )\r\n :ppt ( ing-6 \"bouillon\"@39:47 / FOOD )\r\n :ppt ( ing-7 \"cumin\"@49:54 / FOOD )\r\n :ppt ( ing-8 \"salt\"@59:63 / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-5", + "text": "5) Simmer, uncovered, for 5 minutes or until thickened.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Simmer\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"5 minutes\"@26:35 / DUR )\r\n\t\t:until ( cond-5-0 \"until thickened\"@39:54 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour over the burritos.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( \"the burritos\"@13:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Sprinkle with cheese, olives if desired and onions.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-9 \"cheese\"@17:23 / FOOD )\r\n\t\t:ppt ( ing-10 \"olives\"@25:31 / FOOD )\r\n\t\t:ppt ( ing-11 \"onions\"@47:53 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake, uncovered, at 350 degrees F (176 degrees C) for 35-40 minutes or until heated through.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-8-0 \"350 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-8-1 \"176 degrees C\"@-1:-1 / TEMPERATURE )\r\n\t\t:duration ( dur-8-0 \"35-40 minutes\"@41:54 / DUR )\r\n\t\t:until ( cond-8-0 \"until heated through\"@58:78 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/207_Fresh_Apple_Salsa.json b/ai_talks/AMUseBotBackend/recipe/207_Fresh_Apple_Salsa.json new file mode 100644 index 0000000..e6acdca --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/207_Fresh_Apple_Salsa.json @@ -0,0 +1,84 @@ +{ + "id": "207", + "title": "Fresh Apple Salsa", + "content": [ + { + "id": "ing-0", + "text": "2 tart apples, cored and cubed", + "type": "ingredient", + "eamr": "( ing-0 \"2 tart apples, cored and cubed\" )" + }, + { + "id": "ing-1", + "text": "4 tablespoons lime juice", + "type": "ingredient", + "eamr": "( ing-1 \"4 tablespoons lime juice\" )" + }, + { + "id": "ing-2", + "text": "1 fresh jalapeno pepper, seeded and sliced", + "type": "ingredient", + "eamr": "( ing-2 \"1 fresh jalapeno pepper, seeded and sliced\" )" + }, + { + "id": "ing-3", + "text": "1 fresh Anaheim chile, seeded and sliced", + "type": "ingredient", + "eamr": "( ing-3 \"1 fresh Anaheim chile, seeded and sliced\" )" + }, + { + "id": "ing-4", + "text": "1/2 medium onion, finely chopped", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 medium onion, finely chopped\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons coarsely chopped fresh cilantro", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons coarsely chopped fresh cilantro\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup chopped walnuts, lightly toasted", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup chopped walnuts, lightly toasted\" )" + }, + { + "id": "ing-7", + "text": "2 tablespoons fresh ginger, peeled and thinly sliced", + "type": "ingredient", + "eamr": "( ing-7 \"2 tablespoons fresh ginger, peeled and thinly sliced\" )" + }, + { + "id": "ing-8", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-8 \"1/4 teaspoon salt\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, stir together apples and lime juice.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"stir\"@20:24 / AC\r\n\t\t:ppt ( ing-0 \"apples\"@34:40 / FOOD )\r\n\t\t:ppt ( ing-1 \"lime juice\"@45:55 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in jalapeno and Anaheim chile slices.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"jalapeno\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-3 \"Anaheim chile slices\"@24:44 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in onion, cilantro, walnuts, ginger, and salt.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"onion\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-5 \"cilantro\"@18:26 / FOOD )\r\n\t\t:ppt ( ing-6 \"walnuts\"@28:35 / FOOD )\r\n\t\t:ppt ( ing-7 \"ginger\"@37:43 / FOOD )\r\n\t\t:ppt ( ing-8 \"salt\"@49:53 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix thoroughly.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/208_Crawfish_Chowder.json b/ai_talks/AMUseBotBackend/recipe/208_Crawfish_Chowder.json new file mode 100644 index 0000000..7440ff2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/208_Crawfish_Chowder.json @@ -0,0 +1,120 @@ +{ + "id": "208", + "title": "Crawfish Chowder", + "content": [ + { + "id": "ing-0", + "text": "1/4 cup butter", + "type": "ingredient", + "eamr": "( ing-0 \"1/4 cup butter\" )" + }, + { + "id": "ing-1", + "text": "1/2 bunch green onions, chopped", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 bunch green onions, chopped\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup butter", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup butter\" )" + }, + { + "id": "ing-3", + "text": "2 pounds frozen crawfish, cleaned", + "type": "ingredient", + "eamr": "( ing-3 \"2 pounds frozen crawfish, cleaned\" )" + }, + { + "id": "ing-4", + "text": "2 (10.75 ounce) cans condensed cream of potato soup", + "type": "ingredient", + "eamr": "( ing-4 \"2 (10.75 ounce) cans condensed cream of potato soup\" )" + }, + { + "id": "ing-5", + "text": "1 (10.75 ounce) can condensed cream of mushroom soup", + "type": "ingredient", + "eamr": "( ing-5 \"1 (10.75 ounce) can condensed cream of mushroom soup\" )" + }, + { + "id": "ing-6", + "text": "1 (15.25 ounce) can whole kernel corn, drained", + "type": "ingredient", + "eamr": "( ing-6 \"1 (15.25 ounce) can whole kernel corn, drained\" )" + }, + { + "id": "ing-7", + "text": "4 ounces cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-7 \"4 ounces cream cheese, softened\" )" + }, + { + "id": "ing-8", + "text": "2 cups half-and-half cream", + "type": "ingredient", + "eamr": "( ing-8 \"2 cups half-and-half cream\" )" + }, + { + "id": "ing-9", + "text": "1/2 teaspoon cayenne pepper", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 teaspoon cayenne pepper\" )" + }, + { + "id": "inst-0", + "text": "0) Melt 1/4 cup of butter in a large skillet over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"1/4 cup of butter\"@8:25 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large skillet\"@29:44 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@50:61 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Saute green onions in butter until tender.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Saute\"@3:8 / AC\r\n\t\t:ppt ( ing-1 \"green onions\"@9:21 / FOOD )\r\n\t\t:loc ( ing-2 \"butter\"@25:31 / FOOD )\r\n\t\t:until ( cond-1-0 \"until tender\"@32:44 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from pan, and set aside.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-2-0 \"pan\"@15:18 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"set aside\"@24:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In the same skillet, melt 1/2 cup of butter, and saute the crawfish for 5 minutes; set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"melt\"@24:28 / AC\r\n\t\t:loc ( tool-3-0 \"the same skillet\"@6:22 / TOOL )\r\n\t\t:ppt ( ing-2 \"1/2 cup of butter\"@29:46 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"saute\"@52:57 / AC\r\n\t\t:ppt ( ing-3 \"the crawfish\"@58:70 / FOOD )\r\n\t\t:duration ( dur-3-0 \"5 minutes\"@75:84 / DUR )\r\n\t)\r\n\t:inform ( ac-3-2 \"set aside\"@86:95 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a large pot over medium heat, combine potato soup, mushroom soup, corn, and cream cheese.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"combine\"@36:43 / AC\r\n\t\t:ppt ( ing-4 \"potato soup\"@44:55 / FOOD )\r\n\t\t:ppt ( ing-5 \"mushroom soup\"@57:70 / FOOD )\r\n\t\t:ppt ( ing-6 \"corn\"@72:76 / FOOD )\r\n\t\t:ppt ( ing-7 \"cream cheese\"@82:94 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a large pot\"@6:17 / TOOL )\r\n\t\t:heat ( temp-4-0 \"medium heat\"@23:34 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Mix well, and bring to a slow boil.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"boil\"@33:37 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Stir in half-and-half, sauteed green onions, and crawfish.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"sauteed green onions\"@26:46 / FOOD )\r\n\t\t:ppt ( \"crawfish\"@52:60 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Season with cayenne pepper.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-9 \"cayenne pepper\"@15:29 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bring to a low boil, and simmer 5 minutes to blend flavors.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"boil\"@18:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"simmer\"@28:34 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-8-0 \"5 minutes\"@35:44 / DUR )\r\n\t\t:prp ( purp-8-0 \"to blend flavors\"@45:61 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/209_Grand_Marnier_Chicken.json b/ai_talks/AMUseBotBackend/recipe/209_Grand_Marnier_Chicken.json new file mode 100644 index 0000000..3071316 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/209_Grand_Marnier_Chicken.json @@ -0,0 +1,174 @@ +{ + "id": "209", + "title": "Grand Marnier Chicken", + "content": [ + { + "id": "ing-0", + "text": "4 skinless, boneless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-0 \"4 skinless, boneless chicken breast halves\" )" + }, + { + "id": "ing-1", + "text": "1 cup milk", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup milk\" )" + }, + { + "id": "ing-2", + "text": "1 cup dry bread crumbs", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup dry bread crumbs\" )" + }, + { + "id": "ing-3", + "text": "1 cup grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup grated Parmesan cheese\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons chopped fresh parsley\" )" + }, + { + "id": "ing-5", + "text": "1 cup olive oil", + "type": "ingredient", + "eamr": "( ing-5 \"1 cup olive oil\" )" + }, + { + "id": "ing-6", + "text": "1 orange, sliced into rounds", + "type": "ingredient", + "eamr": "( ing-6 \"1 orange, sliced into rounds\" )" + }, + { + "id": "ing-7", + "text": "1 cup dry white wine", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup dry white wine\" )" + }, + { + "id": "ing-8", + "text": "1/2 cup orange juice", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 cup orange juice\" )" + }, + { + "id": "ing-9", + "text": "1 (10.5 ounce) can chicken broth", + "type": "ingredient", + "eamr": "( ing-9 \"1 (10.5 ounce) can chicken broth\" )" + }, + { + "id": "ing-10", + "text": "1/4 cup brandy-based orange liqueur (Grand Marnier)", + "type": "ingredient", + "eamr": "( ing-10 \"1/4 cup brandy-based orange liqueur (Grand Marnier)\" )" + }, + { + "id": "inst-0", + "text": "0) Slice chicken breasts in thirds horizontally to make 12 thin chicken fillets.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Slice\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"chicken breasts\"@9:24 / FOOD )\r\n\t\t:prp ( purp-0-0 \"to make 12 thin chicken fillets\"@48:79 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Lightly pound each piece.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"pound\"@11:16 / AC\r\n\t\t:ppt ( \"each piece\"@17:27 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place in a dish, and pour milk over them.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-2-0 \"a dish\"@12:18 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"pour\"@24:28 / AC\r\n\t\t:ppt ( ing-1 \"milk\"@29:33 / FOOD )\r\n\t\t:gol ( \"them\"@39:43 / PRONOUN )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Soak for 10 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Soak\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"10 minutes\"@12:22 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a shallow bowl, stir together the bread crumbs, Parmesan cheese and parsley.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"stir\"@22:26 / AC\r\n\t\t:ppt ( ing-2 \"the bread crumbs\"@36:52 / FOOD )\r\n\t\t:ppt ( ing-3 \"Parmesan cheese\"@54:69 / FOOD )\r\n\t\t:ppt ( ing-4 \"parsley\"@74:81 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a shallow bowl\"@6:20 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Set aside.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Set aside\"@3:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Heat olive oil in a large heavy skillet over medium-high heat.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-5 \"olive oil\"@8:17 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a large heavy skillet\"@21:42 / TOOL )\r\n\t\t:heat ( temp-6-0 \"medium-high heat\"@48:64 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Dredge chicken pieces in the bread crumb mixture, and place in the hot oil.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Dredge\"@3:9 / AC\r\n\t\t:ppt ( \"chicken pieces\"@10:24 / FOOD )\r\n\t\t:loc ( \"the bread crumb mixture\"@28:51 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"place\"@57:62 / AC\r\n\t\t:gol ( \"the hot oil\"@66:77 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Quickly brown on both sides, then remove to a buttered 9x13 inch baking dish, or similar size.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"brown\"@11:16 / AC\r\n\t\t:loc ( \"both sides\"@20:30 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"remove\"@37:43 / AC\r\n\t\t:gol ( tool-8-0 \"a buttered 9x13 inch baking dish\"@47:79 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Season with salt and pepper to taste.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Season\"@4:10 / AC\r\n\t\t:ppt ( \"salt and pepper\"@16:31 / FOOD )\r\n\t\t:prp ( purp-9-0 \"to taste\"@32:40 / PURPOSE_CLAUSE )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Place orange slices over the top of the chicken.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( ing-6 \"orange slices\"@10:23 / FOOD )\r\n\t\t:gol ( \"the top of the chicken\"@29:51 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Preheat the oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Preheat\"@4:11 / AC\r\n\t\t:ppt ( tool-11-0 \"the oven\"@12:20 / TOOL )\r\n\t\t:heat ( temp-11-0 \"350 degrees F\"@24:37 / TEMPERATURE )\r\n\t\t:heat ( temp-11-1 \"175 degrees C\"@39:52 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Drain the oil from the skillet, reserving 1/4 cup.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Drain\"@4:9 / AC\r\n\t\t:ppt ( \"the oil\"@10:17 / FOOD )\r\n\t\t:source ( tool-12-0 \"the skillet\"@23:34 / TOOL )\r\n\t\t:simultaneous ( ac-12-1 \"reserving\"@36:45 / AC\r\n\t\t\t:ppt ( \"1/4 cup\"@46:53 / OTHER )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Heat the reserved oil with the wine over medium heat until reduced by 1/2.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Heat\"@4:8 / AC\r\n\t\t:ppt ( \"the reserved oil\"@9:25 / FOOD )\r\n\t\t:ppt ( ing-7 \"the wine\"@31:39 / FOOD )\r\n\t\t:heat ( temp-13-0 \"medium heat\"@45:56 / TEMPERATURE )\r\n\t\t:until ( cond-13-0 \"until reduced by 1/2\"@57:77 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Add broth and orange juice, and reduce by 1/2 again.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-9 \"broth\"@8:13 / FOOD )\r\n\t\t:ppt ( ing-10 \"orange juice\"@18:30 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-14-1 \"reduce\"@36:42 / AC\r\n\t\t:gol ( cond-14-0 \"by 1/2 again\"@43:55 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Pour the sauce over the chicken, then drizzle with Grand Marinier.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( \"the sauce\"@9:18 / FOOD )\r\n\t\t:gol ( \"the chicken\"@24:35 / FOOD )\r\n\t)\r\n\t:inform ( ac-15-1 \"drizzle\"@42:49 / AC\r\n\t\t:ppt ( \"Grand Marinier\"@55:69 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Bake for 20 to 25 minutes in the preheated oven, until bubbly.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Bake\"@4:8 / AC\r\n\t\t:duration ( dur-16-0 \"20 to 25 minutes\"@13:29 / DUR )\r\n\t\t:loc ( tool-16-0 \"the preheated oven\"@33:51 / TOOL )\r\n\t\t:until ( cond-16-0 \"until bubbly\"@53:65 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/210_Chicken_with_Vegetables.json b/ai_talks/AMUseBotBackend/recipe/210_Chicken_with_Vegetables.json new file mode 100644 index 0000000..5f52025 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/210_Chicken_with_Vegetables.json @@ -0,0 +1,144 @@ +{ + "id": "210", + "title": "Chicken with Vegetables", + "content": [ + { + "id": "ing-0", + "text": "1 cup sliced fresh mushrooms", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup sliced fresh mushrooms\" )" + }, + { + "id": "ing-1", + "text": "4 chicken drumsticks, skin removed", + "type": "ingredient", + "eamr": "( ing-1 \"4 chicken drumsticks, skin removed\" )" + }, + { + "id": "ing-2", + "text": "4 chicken thighs, skin removed", + "type": "ingredient", + "eamr": "( ing-2 \"4 chicken thighs, skin removed\" )" + }, + { + "id": "ing-3", + "text": "4 celery ribs, sliced", + "type": "ingredient", + "eamr": "( ing-3 \"4 celery ribs, sliced\" )" + }, + { + "id": "ing-4", + "text": "1 cup sliced zucchini", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup sliced zucchini\" )" + }, + { + "id": "ing-5", + "text": "1 cup sliced carrots", + "type": "ingredient", + "eamr": "( ing-5 \"1 cup sliced carrots\" )" + }, + { + "id": "ing-6", + "text": "1 medium onion, sliced", + "type": "ingredient", + "eamr": "( ing-6 \"1 medium onion, sliced\" )" + }, + { + "id": "ing-7", + "text": "1 cup tomato juice", + "type": "ingredient", + "eamr": "( ing-7 \"1 cup tomato juice\" )" + }, + { + "id": "ing-8", + "text": "1/2 cup chicken broth", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 cup chicken broth\" )" + }, + { + "id": "ing-9", + "text": "1 garlic clove, minced", + "type": "ingredient", + "eamr": "( ing-9 \"1 garlic clove, minced\" )" + }, + { + "id": "ing-10", + "text": "1/4 teaspoon paprika", + "type": "ingredient", + "eamr": "( ing-10 \"1/4 teaspoon paprika\" )" + }, + { + "id": "ing-11", + "text": "pepper to taste", + "type": "ingredient", + "eamr": "( ing-11 \"pepper to taste\" )" + }, + { + "id": "ing-12", + "text": "3 tablespoons cornstarch", + "type": "ingredient", + "eamr": "( ing-12 \"3 tablespoons cornstarch\" )" + }, + { + "id": "ing-13", + "text": "3 tablespoons cold water", + "type": "ingredient", + "eamr": "( ing-13 \"3 tablespoons cold water\" )" + }, + { + "id": "ing-14", + "text": "Hot cooked rice", + "type": "ingredient", + "eamr": "( ing-14 \"Hot cooked rice\" )" + }, + { + "id": "inst-0", + "text": "0) Place mushrooms and chicken in a slow cooker.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"mushrooms\"@9:18 / FOOD )\r\n\t\t:ppt ( ing-1 \"chicken\"@23:30 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a slow cooker\"@34:47 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add the celery, zucchini, carrots, onion, tomato juice, broth, garlic, paprika and pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"the celery\"@7:17 / FOOD )\r\n\t\t:ppt ( ing-4 \"zucchini\"@19:27 / FOOD )\r\n\t\t:ppt ( ing-5 \"carrots\"@29:36 / FOOD )\r\n\t\t:ppt ( ing-6 \"onion\"@38:43 / FOOD )\r\n\t\t:ppt ( ing-7 \"tomato juice\"@45:57 / FOOD )\r\n\t\t:ppt ( ing-8 \"broth\"@59:64 / FOOD )\r\n\t\t:ppt ( ing-9 \"garlic\"@66:72 / FOOD )\r\n\t\t:ppt ( ing-10 \"paprika\"@74:81 / FOOD )\r\n\t\t:ppt ( ing-11 \"pepper\"@86:92 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Cover and cook on low for 5 hours or until meat juices run clear.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"cook\"@13:17 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-2-0 \"low\"@21:24 / TEMPERATURE )\r\n\t\t:duration ( dur-2-0 \"5 hours\"@29:36 / DUR )\r\n\t\t:until ( cond-2-0 \"until meat juices run clear\"@40:67 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Remove chicken and vegetables and keep warm.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t:ppt ( \"vegetables\"@22:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"keep\"@37:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Transfer cooking juices to a saucepan; skim fat.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Transfer\"@3:11 / AC\r\n\t\t:ppt ( \"cooking juices\"@12:26 / FOOD )\r\n\t\t:gol ( tool-4-0 \"a saucepan\"@30:40 / TOOL )\r\n\t)\r\n\t:inform ( ac-4-1 \"skim\"@42:46 / AC\r\n\t\t:ppt ( \"fat\"@47:50 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Combine the cornstarch and water until smooth; add to the juices.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-12 \"the cornstarch\"@11:25 / FOOD )\r\n\t\t:ppt ( ing-13 \"water\"@30:35 / FOOD )\r\n\t\t:until ( cond-5-0 \"until smooth\"@36:48 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-5-1 \"add\"@50:53 / AC\r\n\t\t:ppt ( \"the juices\"@57:67 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bring to a boil; cook and stir for 2 minutes or until thickened.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"cook and stir\"@20:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-6-0 \"2 minutes\"@38:47 / DUR )\r\n\t\t:until ( cond-6-0 \"until thickened\"@51:66 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Pour over chicken and vegetables; serve over rice.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( \"chicken\"@13:20 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"vegetables\"@25:35 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"serve\"@37:42 / AC\r\n\t\t:ppt ( ing-14 \"rice\"@48:52 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/211_apple_butter_spice_cake.json b/ai_talks/AMUseBotBackend/recipe/211_apple_butter_spice_cake.json new file mode 100644 index 0000000..425ccb8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/211_apple_butter_spice_cake.json @@ -0,0 +1,132 @@ +{ + "id": "211", + "title": "apple butter spice cake", + "content": [ + { + "id": "ing-0", + "text": "1 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup packed brown sugar\" )" + }, + { + "id": "ing-1", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-1 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup chopped pecans", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup chopped pecans\" )" + }, + { + "id": "ing-4", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon baking powder\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-8", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-9", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-9 \"1 cup white sugar\" )" + }, + { + "id": "ing-10", + "text": "3/4 cup apple butter", + "type": "ingredient", + "eamr": "( ing-10 \"3/4 cup apple butter\" )" + }, + { + "id": "ing-11", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-11 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-12", + "text": "1/2 cup whole bran cereal or wheat germ", + "type": "ingredient", + "eamr": "( ing-12 \"1/2 cup whole bran cereal or wheat germ\" )" + }, + { + "id": "ing-13", + "text": "1 cup sour cream", + "type": "ingredient", + "eamr": "( ing-13 \"1 cup sour cream\" )" + }, + { + "id": "ing-14", + "text": "2 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-14 \"2 eggs, beaten\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C). Spray or grease one 9x13 inch pan.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-0-1 \"Spray\"@50:55 / AC\r\n\t\t:ppt ( tool-0-1 \"one 9x13 inch pan\"@66:83 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-2 \"grease\"@59:65 / AC\r\n\t\t:ppt ( tool-0-2 \"one 9x13 inch pan\"@66:83 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Prepare the topping by mixing together the brown sugar, cinnamon, nutmeg and chopped pecans.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"mixing\"@26:32 / AC\r\n\t\t:subtask ( purp-1-0 \"Prepare the topping\"@3:22 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( ing-0 \"the brown sugar\"@42:57 / FOOD )\r\n\t\t:ppt ( ing-1 \"cinnamon\"@59:67 / FOOD )\r\n\t\t:ppt ( ing-2 \"nutmeg\"@69:75 / FOOD )\r\n\t\t:ppt ( ing-3 \"chopped pecans\"@80:94 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Sift together the flour, baking powder, baking soda and salt.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-4 \"the flour\"@17:26 / FOOD )\r\n\t\t:ppt ( ing-5 \"baking powder\"@28:41 / FOOD )\r\n\t\t:ppt ( ing-6 \"baking soda\"@43:54 / FOOD )\r\n\t\t:ppt ( ing-7 \"salt\"@59:63 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Blend together butter and sugar; add eggs and beat well; Add apple butter, vanilla, wheat germ or bran cereal; Add sifted dry ingredients alternately with sour cream; mix well after each addition.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Blend\"@3:8 / AC\r\n\t\t:ppt ( ing-8 \"butter\"@18:24 / FOOD )\r\n\t\t:ppt ( ing-9 \"sugar\"@29:34 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"add\"@36:39 / AC\r\n\t\t:ppt ( ing-14 \"eggs\"@40:44 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"beat\"@49:53 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-3 \"Add\"@-1:-1 / AC\r\n\t\t:ppt ( \"apple butter\"@-1:-1 / FOOD )\r\n\t\t:ppt ( \"vanilla\"@-1:-1 / FOOD )\r\n\t\t:ppt ( \"wheat germ or bran cereal\"@-1:-1 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-4 \"Add\"@114:117 / AC\r\n\t\t:ppt ( \"sifted dry ingredients\"@118:140 / FOOD )\r\n\t\t:ppt ( ing-13 \"sour cream\"@158:168 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-5 \"mix\"@170:173 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:todo ( \"after each addition\"@-1:-1 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake for 40 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"40 minutes\"@12:22 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Pour 1/2 batter into pan, sprinkle 1/2 the topping over top; Pour remaining batter and top with remaining topping.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"1/2 batter\"@8:18 / FOOD )\r\n\t\t:gol ( tool-5-0 \"pan\"@24:27 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"sprinkle\"@29:37 / AC\r\n\t\t:gol ( \"top\"@59:62 / OTHER )\r\n\t\t:ppt ( \"1/2 the topping\"@38:53 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"Pour\"@64:68 / AC\r\n\t\t:ppt ( \"remaining batter\"@69:85 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-3 \"top\"@90:93 / AC\r\n\t\t:ppt ( \"remaining topping\"@99:116 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/212_Butterscotch_Basketball_Cookies.json b/ai_talks/AMUseBotBackend/recipe/212_Butterscotch_Basketball_Cookies.json new file mode 100644 index 0000000..3116ce8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/212_Butterscotch_Basketball_Cookies.json @@ -0,0 +1,210 @@ +{ + "id": "212", + "title": "Butterscotch Basketball Cookies", + "content": [ + { + "id": "ing-0", + "text": "1 cup butterscotch chips", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup butterscotch chips\" )" + }, + { + "id": "ing-1", + "text": "1 cup butter (no substitutes), softened", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup butter (no substitutes), softened\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup sugar\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup packed brown sugar\" )" + }, + { + "id": "ing-4", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-4 \"1 egg\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons milk", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons milk\" )" + }, + { + "id": "ing-6", + "text": "2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-6 \"2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-7", + "text": "3 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-7 \"3 cups all-purpose flour\" )" + }, + { + "id": "ing-8", + "text": "3/4 cup shortening", + "type": "ingredient", + "eamr": "( ing-8 \"3/4 cup shortening\" )" + }, + { + "id": "ing-9", + "text": "1/4 cup water", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 cup water\" )" + }, + { + "id": "ing-10", + "text": "2 tablespoons all-purpose flour", + "type": "ingredient", + "eamr": "( ing-10 \"2 tablespoons all-purpose flour\" )" + }, + { + "id": "ing-11", + "text": "1 1/2 teaspoons vanilla extract", + "type": "ingredient", + "eamr": "( ing-11 \"1 1/2 teaspoons vanilla extract\" )" + }, + { + "id": "ing-12", + "text": "4 cups confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-12 \"4 cups confectioners' sugar\" )" + }, + { + "id": "ing-13", + "text": "Paste food coloring", + "type": "ingredient", + "eamr": "( ing-13 \"Paste food coloring\" )" + }, + { + "id": "inst-0", + "text": "0) In a microwave, melt butterscotch chips; cool for 10 minutes.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"melt\"@19:23 / AC\r\n\t\t:loc ( tool-0-0 \"a microwave\"@6:17 / TOOL )\r\n\t\t:ppt ( ing-0 \"butterscotch chips\"@24:42 / FOOD )\r\n\t)\r\n\t:inform ( ac-0-1 \"cool\"@44:48 / AC\r\n\t\t:duration ( dur-0-0 \"10 minutes\"@53:63 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a mixing bowl, cream butter and sugars.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n :inform ( \"cream\"@21:26 / AC\r\n :loc ( \"a mixing bowl\"@6:19 / TOOL )\r\n :ppt ( ing-1 \"butter\"@27:33 / FOOD )\r\n :ppt ( \"sugars\"@38:44 / FOOD \r\n\t:ref ing-2\r\n\t:ref ing-3 )\r\n )\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add egg, milk and vanilla; mix well.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n :inform ( \"Add\"@3:6 / AC\r\n :ppt ( ing-4 \"egg\"@7:10 / FOOD )\r\n :ppt ( ing-5 \"milk\"@12:16 / FOOD )\r\n :ppt ( ing-6 \"vanilla\"@21:28 / FOOD )\r\n :ppt( NULL / FOOD )\r\n )\r\n :inform ( \"mix\"@30:33 / AC\r\n :ppt ( NULL / FOOD )\r\n )\r\n)" + }, + { + "id": "inst-3", + "text": "3) Beat in melted chips.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( \"melted chips\"@11:23 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Gradually add flour; mix well.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"add\"@13:16 / AC\r\n\t\t:ppt ( ing-7 \"flour\"@17:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"mix\"@24:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Cover and refrigerate for 1 hour.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"refrigerate\"@13:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"1 hour\"@29:35 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) On a floured surface, roll out dough to 1/4-in. thickness.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"roll out\"@25:33 / AC\r\n\t\t:loc ( tool-6-0 \"a floured surface\"@6:23 / TOOL )\r\n\t\t:ppt ( \"dough\"@34:39 / FOOD )\r\n\t\t:reshape ( \"1/4-in. thickness\"@43:60 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cut with a floured 4-1/2-in. gingerbread man cookie cutter and a 3-in. round cutter.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cut\"@3:6 / AC\r\n\t\t:instrument ( tool-7-0 \"a floured 4-1/2-in. gingerbread man cookie cutter\"@12:61 / TOOL )\r\n\t\t:instrument ( tool-7-1 \"a 3-in. round cutter\"@66:86 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Place 2 in. apart on greased baking sheets.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-8-0 \"greased baking sheets\"@24:45 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Bake at 375 degrees F for 5-8 minutes or until edges are lightly browned.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Bake\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-9-0 \"375 degrees F\"@12:25 / TEMPERATURE )\r\n\t\t:duration ( dur-9-0 \"5-8 minutes\"@30:41 / DUR )\r\n\t\t:until ( cond-9-0 \"until edges are lightly browned\"@45:76 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Cool for 1 minute; remove to wire racks to cool completely.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cool\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-10-0 \"1 minute\"@13:21 / DUR )\r\n\t)\r\n\t:inform ( ac-10-1 \"remove\"@23:29 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-10-0 \"wire racks\"@33:43 / TOOL )\r\n\t\t:prp ( purp-10-0 \"to cool completely\"@44:62 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) For frosting, combine shortening, water, flour and vanilla in a mixing bowl; mix well.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"combine\"@18:25 / AC\r\n\t\t:subtask ( purp-11-0 \"For frosting\"@4:16 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( ing-8 \"shortening\"@26:36 / FOOD )\r\n\t\t:ppt ( ing-9 \"water\"@38:43 / FOOD )\r\n\t\t:ppt ( ing-10 \"flour\"@45:50 / FOOD )\r\n\t\t:ppt ( ing-11 \"vanilla\"@55:62 / FOOD )\r\n\t\t:loc ( tool-11-0 \"a mixing bowl\"@66:79 / TOOL )\r\n\t)\r\n\t:inform ( ac-11-1 \"mix\"@81:84 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) gradually beat in sugar.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"beat in\"@14:21 / AC\r\n\t\t:ppt ( ing-12 \"sugar\"@22:27 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Place 1 cup frosting in a plastic bag; cut a small hole in corner of bag.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"1 cup frosting\"@10:24 / FOOD )\r\n\t\t:gol ( tool-13-0 \"a plastic bag\"@28:41 / TOOL )\r\n\t)\r\n\t:inform ( ac-13-1 \"cut\"@43:46 / AC\r\n\t\t:ppt ( \"a small hole\"@47:59 / OTHER )\r\n\t\t:source ( tool-13-1 \"corner of bag\"@63:76 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Pipe shirt and shorts on players.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Pipe\"@4:8 / AC\r\n\t\t:ppt ( \"shirt and shorts on players\"@9:36 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Fill in outline and smooth with a metal spatula.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Fill in\"@4:11 / AC\r\n\t\t:gol ( \"outline\"@12:19 / OTHER )\r\n\t)\r\n\t:inform ( ac-15-1 \"smooth\"@24:30 / AC\r\n\t\t:instrument ( tool-15-0 \"a metal spatula\"@36:51 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Tint 1/4 cup frosting black; place in a plastic bag.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"place\"@33:38 / AC\r\n\t\t:gol ( tool-16-0 \"a plastic bag\"@42:55 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-16-1 \"Tint\"@4:8 / AC\r\n\t\t:ppt ( \"1/4 cup frosting\"@9:25 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Pipe lines on round cookies to create basketballs; pipe hair, eyes and noses on players.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Pipe\"@4:8 / AC\r\n\t\t:ppt ( \"lines on round cookies\"@9:31 / OTHER )\r\n\t\t:prp ( purp-17-0 \"to create basketballs\"@32:53 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-17-1 \"pipe\"@55:59 / AC\r\n\t\t:ppt ( \"hair, eyes and noses on players\"@60:91 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Tint 1/4 cup frosting red; pipe a mouth on each player.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"Tint\"@4:8 / AC\r\n\t\t:ppt ( \"1/4 cup frosting\"@9:25 / FOOD )\r\n\t)\r\n\t:inform ( ac-18-1 \"pipe\"@31:35 / AC\r\n\t\t:ppt ( \"a mouth on each player\"@36:58 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-19", + "text": "19) Tint remaining frosting to match team colors of your choice; pipe around shirts and shorts and add a letter on shirts if desired.", + "type": "instruction", + "eamr": "( inst-19 / R\r\n\t:inform ( ac-19-0 \"Tint\"@4:8 / AC\r\n\t\t:ppt ( \"remaining frosting\"@9:27 / FOOD )\r\n\t\t:prp ( purp-19-0 \"to match team colors of your choice\"@28:63 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-19-1 \"pipe\"@65:69 / AC\r\n\t\t:ppt ( \"shirts and shorts\"@77:94 / OTHER )\r\n\t)\r\n\t:inform ( ac-19-2 \"add\"@99:102 / AC\r\n\t\t:ppt ( \"a letter on shirts\"@103:121 / OTHER )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/213_Curried_Winter_Squash.json b/ai_talks/AMUseBotBackend/recipe/213_Curried_Winter_Squash.json new file mode 100644 index 0000000..390efc7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/213_Curried_Winter_Squash.json @@ -0,0 +1,72 @@ +{ + "id": "213", + "title": "Curried Winter Squash", + "content": [ + { + "id": "ing-0", + "text": "3 cups cooked, mashed winter squash", + "type": "ingredient", + "eamr": "( ing-0 \"3 cups cooked, mashed winter squash\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 tablespoons curry powder", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 tablespoons curry powder\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons butter or trans fat-free margarine", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons butter or trans fat-free margarine\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons maple syrup", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons maple syrup\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon Salt, to taste", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon Salt, to taste\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon cayenne pepper to taste", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon cayenne pepper to taste\" )" + }, + { + "id": "ing-6", + "text": "3 tablespoons sweetened coconut flakes, toasted (optional)", + "type": "ingredient", + "eamr": "( ing-6 \"3 tablespoons sweetened coconut flakes, toasted (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium bowl, combine first six ingredients.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( \"first six ingredients\"@29:50 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t)\r\n\t\t:loc ( tool-0-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Microwave on high until heated through, about 5 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Microwave\"@3:12 / AC\r\n\t\t:heat ( temp-1-0 \"high\"@16:20 / TEMPERATURE )\r\n\t\t:until ( cond-1-0 \"until heated through\"@21:41 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-1-0 \"5 minutes\"@49:58 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Sprinkle on coconut, if desired.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:ppt ( ing-6 \"coconut\"@15:22 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Serve.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/214_Chicken_Salad_With_Thai_Flavored_Dressing.json b/ai_talks/AMUseBotBackend/recipe/214_Chicken_Salad_With_Thai_Flavored_Dressing.json new file mode 100644 index 0000000..4c85673 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/214_Chicken_Salad_With_Thai_Flavored_Dressing.json @@ -0,0 +1,114 @@ +{ + "id": "214", + "title": "Chicken Salad With Thai Flavored Dressing", + "content": [ + { + "id": "ing-0", + "text": "4 cups rotisserie chicken, skinned and boned, meat shredded into bite-sized pieces", + "type": "ingredient", + "eamr": "( ing-0 \"4 cups rotisserie chicken, skinned and boned, meat shredded into bite-sized pieces\" )" + }, + { + "id": "ing-1", + "text": "2 medium celery ribs, cut into small dice", + "type": "ingredient", + "eamr": "( ing-1 \"2 medium celery ribs, cut into small dice\" )" + }, + { + "id": "ing-2", + "text": "2 medium green onions, sliced thin", + "type": "ingredient", + "eamr": "( ing-2 \"2 medium green onions, sliced thin\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup chopped honey-roasted peanuts", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup chopped honey-roasted peanuts\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons lime juice", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons lime juice\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons Asian fish sauce", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons Asian fish sauce\" )" + }, + { + "id": "ing-6", + "text": "1 teaspoon ground ginger", + "type": "ingredient", + "eamr": "( ing-6 \"1 teaspoon ground ginger\" )" + }, + { + "id": "ing-7", + "text": "2 teaspoons white sugar", + "type": "ingredient", + "eamr": "( ing-7 \"2 teaspoons white sugar\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon hot red pepper flakes", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon hot red pepper flakes\" )" + }, + { + "id": "ing-9", + "text": "2 tablespoons minced fresh cilantro leaves", + "type": "ingredient", + "eamr": "( ing-9 \"2 tablespoons minced fresh cilantro leaves\" )" + }, + { + "id": "ing-10", + "text": "2 tablespoons chopped fresh mint leaves", + "type": "ingredient", + "eamr": "( ing-10 \"2 tablespoons chopped fresh mint leaves\" )" + }, + { + "id": "ing-11", + "text": "Boston lettuce", + "type": "ingredient", + "eamr": "( ing-11 \"Boston lettuce\" )" + }, + { + "id": "ing-12", + "text": "sliced cucumbers", + "type": "ingredient", + "eamr": "( ing-12 \"sliced cucumbers\" )" + }, + { + "id": "ing-13", + "text": "grated carrots", + "type": "ingredient", + "eamr": "( ing-13 \"grated carrots\" )" + }, + { + "id": "ing-14", + "text": "chopped honey-roasted peanuts", + "type": "ingredient", + "eamr": "( ing-14 \"chopped honey-roasted peanuts\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium bowl, mix chicken, celery, green onions and peanuts.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"mix\"@21:24 / AC\r\n\t\t:ppt ( ing-0 \"chicken\"@25:32 / FOOD )\r\n\t\t:ppt ( ing-1 \"celery\"@34:40 / FOOD )\r\n\t\t:ppt ( ing-2 \"green onions\"@42:54 / FOOD )\r\n\t\t:ppt ( ing-3 \"peanuts\"@59:66 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a small bowl, whisk lime juice, fish sauce, ginger, sugar, red pepper, cilantro and mint, plus 2 Tbs. water.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"whisk\"@20:25 / AC\r\n\t\t:ppt ( ing-4 \"lime juice\"@26:36 / FOOD )\r\n\t\t:ppt ( ing-5 \"fish sauce\"@38:48 / FOOD )\r\n\t\t:ppt ( ing-6 \"ginger\"@50:56 / FOOD )\r\n\t\t:ppt ( ing-7 \"sugar\"@58:63 / FOOD )\r\n\t\t:ppt ( ing-8 \"red pepper\"@65:75 / FOOD )\r\n\t\t:ppt ( ing-9 \"cilantro\"@77:85 / FOOD )\r\n\t\t:ppt ( ing-10 \"mint\"@90:94 / FOOD )\r\n\t\t:ppt ( \"2 Tbs. water\"@101:113 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a small bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Toss dressing with chicken mixture and serve on a bed of Boston lettuce with the suggested accompaniments.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Toss\"@3:7 / AC\r\n\t\t:ppt ( \"dressing\"@8:16 / FOOD )\r\n\t\t:ppt ( \"chicken mixture\"@22:37 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"serve\"@42:47 / AC\r\n\t\t:ppt ( ing-11 \"a bed of Boston lettuce\"@51:74 / FOOD )\r\n\t\t:ppt ( \"the suggested accompaniments\"@80:108 / FOOD\r\n\t\t\t:ref ( ing-12 )\r\n\t\t\t:ref ( ing-13 )\r\n\t\t\t:ref ( ing-14 )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/215_Chicken_and_Herbs_in_White_Wine.json b/ai_talks/AMUseBotBackend/recipe/215_Chicken_and_Herbs_in_White_Wine.json new file mode 100644 index 0000000..4bff229 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/215_Chicken_and_Herbs_in_White_Wine.json @@ -0,0 +1,156 @@ +{ + "id": "215", + "title": "Chicken and Herbs in White Wine", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-1", + "text": "1 (4 pound) chicken, cut into pieces", + "type": "ingredient", + "eamr": "( ing-1 \"1 (4 pound) chicken, cut into pieces\" )" + }, + { + "id": "ing-2", + "text": "garlic powder to taste", + "type": "ingredient", + "eamr": "( ing-2 \"garlic powder to taste\" )" + }, + { + "id": "ing-3", + "text": "1/2 pound fresh mushrooms, sliced", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 pound fresh mushrooms, sliced\" )" + }, + { + "id": "ing-4", + "text": "1 large onion, diced", + "type": "ingredient", + "eamr": "( ing-4 \"1 large onion, diced\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon dried basil", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon dried basil\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon dried oregano", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon dried oregano\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon dried rosemary", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon dried rosemary\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon dried thyme", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon dried thyme\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon garlic salt", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon garlic salt\" )" + }, + { + "id": "ing-10", + "text": "1/4 teaspoon black pepper", + "type": "ingredient", + "eamr": "( ing-10 \"1/4 teaspoon black pepper\" )" + }, + { + "id": "ing-11", + "text": "1 teaspoon poultry seasoning", + "type": "ingredient", + "eamr": "( ing-11 \"1 teaspoon poultry seasoning\" )" + }, + { + "id": "ing-12", + "text": "1 cup dry white wine", + "type": "ingredient", + "eamr": "( ing-12 \"1 cup dry white wine\" )" + }, + { + "id": "ing-13", + "text": "1 (10.5 ounce) can chicken broth", + "type": "ingredient", + "eamr": "( ing-13 \"1 (10.5 ounce) can chicken broth\" )" + }, + { + "id": "inst-0", + "text": "0) Heat olive oil in a large Dutch oven over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"olive oil\"@8:17 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large Dutch oven\"@21:39 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@45:56 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Sprinkle chicken with garlic powder, and brown on both sides.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Sprinkle\"@3:11 / AC\r\n\t\t:gol ( ing-1 \"chicken\"@12:19 / FOOD )\r\n\t\t:ppt ( ing-2 \"garlic powder\"@25:38 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"brown\"@44:49 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"on both sides\"@53:63 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove chicken to paper towels.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t:gol ( tool-2-0 \"paper towels\"@21:33 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Spoon off chicken fat, and return pan to stove.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Spoon off\"@3:12 / AC\r\n\t\t:ppt ( \"chicken fat\"@13:24 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"return\"@30:36 / AC\r\n\t\t:ppt ( tool-3-0 \"pan\"@37:40 / TOOL )\r\n\t\t:gol ( tool-3-1 \"stove\"@44:49 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in mushrooms and onions; cook, stirring occasionally, until onions are soft.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"mushrooms\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-4 \"onions\"@25:31 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook, stirring\"@33:47 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-4-0 \"until onions are soft\"@62:83 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Remove to a medium bowl.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Remove\"@3:9 / AC\r\n\t\t:gol ( tool-5-0 \"a medium bowl\"@13:26 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) In a separate bowl, mix together basil, oregano, rosemary, and thyme.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"mix\"@23:26 / AC\r\n\t\t:ppt ( ing-5 \"basil\"@36:41 / FOOD )\r\n\t\t:ppt ( ing-6 \"oregano\"@43:50 / FOOD )\r\n\t\t:ppt ( ing-7 \"rosemary\"@52:60 / FOOD )\r\n\t\t:ppt ( ing-8 \"thyme\"@66:71 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a separate bowl\"@6:21 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Season with garlic salt, pepper, and poultry seasoning.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-9 \"garlic salt\"@15:26 / FOOD )\r\n\t\t:ppt ( ing-10 \"pepper\"@28:34 / FOOD )\r\n\t\t:ppt ( ing-11 \"poultry seasoning\"@40:57 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Stir in wine, and add to onion and mushrooms.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-12 \"wine\"@11:15 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"add\"@21:24 / AC\r\n\t\t:ppt ( \"onion\"@28:33 / FOOD )\r\n\t\t:ppt ( \"mushrooms\"@38:47 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Return chicken to Dutch oven.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Return\"@4:10 / AC\r\n\t\t:ppt ( \"chicken\"@11:18 / FOOD )\r\n\t\t:gol ( tool-9-0 \"Dutch oven\"@22:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Pour mushroom mixture and broth over chicken; cover, and cook over low heat until meat begins to fall off the bone, about 1 1/2 hours.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( \"mushroom mixture\"@9:25 / FOOD )\r\n\t\t:ppt ( ing-13 \"broth\"@30:35 / FOOD )\r\n\t\t:gol ( \"chicken\"@41:48 / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"cover, and cook\"@50:65 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-10-0 \"low heat\"@71:79 / TEMPERATURE )\r\n\t\t:until ( cond-10-0 \"until meat begins to fall off the bone\"@80:118 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-10-0 \"1 1/2 hours\"@126:137 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/216_Adobo_Chicken_with_Ginger.json b/ai_talks/AMUseBotBackend/recipe/216_Adobo_Chicken_with_Ginger.json new file mode 100644 index 0000000..42a1287 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/216_Adobo_Chicken_with_Ginger.json @@ -0,0 +1,96 @@ +{ + "id": "216", + "title": "Adobo Chicken with Ginger", + "content": [ + { + "id": "ing-0", + "text": "1 (3 pound) whole chicken, cut into 8 pieces", + "type": "ingredient", + "eamr": "( ing-0 \"1 (3 pound) whole chicken, cut into 8 pieces\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup soy sauce", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup soy sauce\" )" + }, + { + "id": "ing-2", + "text": "3/4 cup distilled white vinegar", + "type": "ingredient", + "eamr": "( ing-2 \"3/4 cup distilled white vinegar\" )" + }, + { + "id": "ing-3", + "text": "1 bulb garlic, peeled and crushed", + "type": "ingredient", + "eamr": "( ing-3 \"1 bulb garlic, peeled and crushed\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons thinly sliced fresh ginger root", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons thinly sliced fresh ginger root\" )" + }, + { + "id": "ing-5", + "text": "2 bay leaves", + "type": "ingredient", + "eamr": "( ing-5 \"2 bay leaves\" )" + }, + { + "id": "ing-6", + "text": "1/2 tablespoon black peppercorns", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 tablespoon black peppercorns\" )" + }, + { + "id": "inst-0", + "text": "0) Combine the chicken, soy sauce, vinegar, garlic, ginger, bay leaves and peppercorns in a Dutch oven.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-0 \"the chicken\"@11:22 / FOOD )\r\n\t\t:ppt ( ing-1 \"soy sauce\"@24:33 / FOOD )\r\n\t\t:ppt ( ing-2 \"vinegar\"@35:42 / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic\"@44:50 / FOOD )\r\n\t\t:ppt ( ing-4 \"ginger\"@52:58 / FOOD )\r\n\t\t:ppt ( ing-5 \"bay leaves\"@60:70 / FOOD )\r\n\t\t:ppt ( ing-6 \"peppercorns\"@75:86 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a Dutch oven\"@90:102 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil over medium heat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-1-0 \"medium heat\"@24:35 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Once it boils, reduce heat to a simmer.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"reduce\"@18:24 / AC\r\n\t\t:ppt ( \"heat\"@25:29 / OTHER )\r\n\t\t:gol ( temp-2-0 \"a simmer\"@33:41 / TEMPERATURE )\r\n\t\t:duration ( cond-2-0 \"Once it boils\"@3:16 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover the pot and simmer for 30 minutes, basting the chicken occasionally.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"simmer\"@21:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"30 minutes\"@32:42 / DUR )\r\n\t\t:simultaneous ( ac-3-1 \"basting\"@44:51 / AC\r\n\t\t\t:ppt ( \"the chicken\"@52:63 / FOOD )\r\n\t\t)\r\n\t\t:inform ( ac-3-2 \"Cover\"@3:8 / AC\r\n\t\t\t:gol ( tool-3-0 \"the pot\"@9:16 / TOOL )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) After 30 minutes, remove lid and cook until liquid has reduced to half.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"remove\"@21:27 / AC\r\n\t\t:ppt ( tool-4-0 \"lid\"@28:31 / TOOL )\r\n\t\t:duration ( cond-4-0 \"After 30 minutes\"@3:19 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-4-1 \"cook\"@36:40 / AC\r\n\t\t:until ( cond-4-1 \"until liquid has reduced to half\"@41:73 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Remove chicken from the pot to a serving plate.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t:source ( tool-5-0 \"the pot\"@23:30 / TOOL )\r\n\t\t:gol ( tool-5-1 \"a serving plate\"@34:49 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Strain the liquid from the pot to remove all the food particles, and set aside.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Strain\"@3:9 / AC\r\n\t\t:ppt ( \"the liquid\"@10:20 / FOOD )\r\n\t\t:source ( tool-6-0 \"the pot\"@26:33 / TOOL )\r\n\t\t:prp ( purp-6-0 \"remove all the food particles\"@37:66 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-6-1 \"set aside\"@72:81 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Serve chicken hot over steamed rice and drizzle with reserved sauce.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( \"chicken\"@9:16 / FOOD )\r\n\t\t:ppt ( \"steamed rice\"@26:38 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"drizzle\"@43:50 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"reserved sauce\"@56:70 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/217_Cookie_Jar_Gingersnaps.json b/ai_talks/AMUseBotBackend/recipe/217_Cookie_Jar_Gingersnaps.json new file mode 100644 index 0000000..1dd518c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/217_Cookie_Jar_Gingersnaps.json @@ -0,0 +1,102 @@ +{ + "id": "217", + "title": "Cookie Jar Gingersnaps", + "content": [ + { + "id": "ing-0", + "text": "3/4 cup shortening", + "type": "ingredient", + "eamr": "( ing-0 \"3/4 cup shortening\" )" + }, + { + "id": "ing-1", + "text": "1 cup sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup sugar\" )" + }, + { + "id": "ing-2", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-2 \"1 egg\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup molasses", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup molasses\" )" + }, + { + "id": "ing-4", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-5", + "text": "2 teaspoons baking soda", + "type": "ingredient", + "eamr": "( ing-5 \"2 teaspoons baking soda\" )" + }, + { + "id": "ing-6", + "text": "1 1/2 teaspoons ground ginger", + "type": "ingredient", + "eamr": "( ing-6 \"1 1/2 teaspoons ground ginger\" )" + }, + { + "id": "ing-7", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-7 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-8", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-8 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-9", + "text": "Additional sugar", + "type": "ingredient", + "eamr": "( ing-9 \"Additional sugar\" )" + }, + { + "id": "inst-0", + "text": "0) In a large mixing bowl, cream the shortening and sugar.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cream\"@27:32 / AC\r\n\t\t:ppt ( ing-0 \"the shortening\"@33:47 / FOOD )\r\n\t\t:ppt ( ing-1 \"sugar\"@52:57 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large mixing bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat in the egg and molasses.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"the egg\"@11:18 / FOOD )\r\n\t\t:ppt ( ing-3 \"molasses\"@23:31 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Combine flour, baking soda, ginger, cinnamon and salt; gradually add to creamed mixture.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-5 \"baking soda\"@18:29 / FOOD )\r\n\t\t:ppt ( ing-6 \"ginger\"@31:37 / FOOD )\r\n\t\t:ppt ( ing-7 \"cinnamon\"@39:47 / FOOD )\r\n\t\t:ppt ( ing-8 \"salt\"@52:56 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"add\"@68:71 / AC\r\n\t\t:ppt ( \"creamed mixture\"@75:90 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Roll teaspoonfuls of dough into balls.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Roll\"@3:7 / AC\r\n\t\t:ppt ( \"teaspoonfuls of dough\"@8:29 / FOOD )\r\n\t\t:reshape ( \"balls\"@35:40 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Dip one side of each ball into sugar; place with sugar side up on a greased baking sheet.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Dip\"@3:6 / AC\r\n\t\t:ppt ( \"one side of each ball\"@7:28 / FOOD )\r\n\t\t:gol ( ing-9 \"sugar\"@34:39 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"place\"@41:46 / AC\r\n\t\t:gol ( tool-4-0 \"a greased baking sheet\"@69:91 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake at 350 degrees F for 12-15 minutes or until lightly browned and crinkly.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-5-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"12-15 minutes\"@29:42 / DUR )\r\n\t\t:until ( cond-5-0 \"until lightly browned and crinkly\"@46:79 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/218_Fudge_Drops.json b/ai_talks/AMUseBotBackend/recipe/218_Fudge_Drops.json new file mode 100644 index 0000000..43c6832 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/218_Fudge_Drops.json @@ -0,0 +1,84 @@ +{ + "id": "218", + "title": "Fudge Drops", + "content": [ + { + "id": "ing-0", + "text": "1 2/3 cups sugar", + "type": "ingredient", + "eamr": "( ing-0 \"1 2/3 cups sugar\" )" + }, + { + "id": "ing-1", + "text": "1 (5 ounce) can evaporated milk", + "type": "ingredient", + "eamr": "( ing-1 \"1 (5 ounce) can evaporated milk\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons butter or margarine", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons butter or margarine\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "2 3/4 cups miniature marshmallows", + "type": "ingredient", + "eamr": "( ing-4 \"2 3/4 cups miniature marshmallows\" )" + }, + { + "id": "ing-5", + "text": "2 cups semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-5 \"2 cups semisweet chocolate chips\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup coarsely chopped walnuts", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup coarsely chopped walnuts\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup raisins", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup raisins\" )" + }, + { + "id": "inst-0", + "text": "0) In a heavy saucepan, combine the sugar, milk, butter and salt.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@24:31 / AC\r\n\t\t:ppt ( ing-0 \"sugar\"@36:41 / FOOD )\r\n\t\t:ppt ( ing-1 \"milk\"@43:47 / FOOD )\r\n\t\t:ppt ( ing-2 \"butter\"@49:55 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@60:64 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a heavy saucepan\"@6:22 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil over medium heat, stirring constantly.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@14:18 / AC\r\n\t\t:heat ( temp-1-0 \"medium heat\"@24:35 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-1-1 \"stirring\"@37:45 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from the heat; stir in remaining ingredients.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-2-0 \"the heat\"@15:23 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir in\"@25:32 / AC\r\n\t\t:ppt ( \"remaining ingredients\"@33:54 / FOOD\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Drop by tablespoonfuls onto waxed paper-lined baking sheets.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Drop\"@3:7 / AC\r\n\t\t:instrument ( tool-3-0 \"tablespoonfuls\"@11:25 / TOOL )\r\n\t\t:gol ( tool-3-1 \"waxed paper-lined baking sheets\"@31:62 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Let stand at room temperature until cool.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"stand\"@7:12 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-4-0 \"room temperature\"@16:32 / TEMPERATURE )\r\n\t\t:until ( cond-4-0 \"until cool\"@33:43 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/219_Carrot_Pineapple_Cake_I.json b/ai_talks/AMUseBotBackend/recipe/219_Carrot_Pineapple_Cake_I.json new file mode 100644 index 0000000..85adc6a --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/219_Carrot_Pineapple_Cake_I.json @@ -0,0 +1,174 @@ +{ + "id": "219", + "title": "Carrot Pineapple Cake I", + "content": [ + { + "id": "ing-0", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "2 teaspoons baking soda", + "type": "ingredient", + "eamr": "( ing-1 \"2 teaspoons baking soda\" )" + }, + { + "id": "ing-2", + "text": "1 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-2 \"1 teaspoon baking powder\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons ground cinnamon", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons ground cinnamon\" )" + }, + { + "id": "ing-5", + "text": "1 3/4 cups white sugar", + "type": "ingredient", + "eamr": "( ing-5 \"1 3/4 cups white sugar\" )" + }, + { + "id": "ing-6", + "text": "1 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup vegetable oil\" )" + }, + { + "id": "ing-7", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-7 \"3 eggs\" )" + }, + { + "id": "ing-8", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-8 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-9", + "text": "2 cups shredded carrots", + "type": "ingredient", + "eamr": "( ing-9 \"2 cups shredded carrots\" )" + }, + { + "id": "ing-10", + "text": "1 cup flaked coconut", + "type": "ingredient", + "eamr": "( ing-10 \"1 cup flaked coconut\" )" + }, + { + "id": "ing-11", + "text": "1 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-11 \"1 cup chopped walnuts\" )" + }, + { + "id": "ing-12", + "text": "1 (8 ounce) can crushed pineapple, drained", + "type": "ingredient", + "eamr": "( ing-12 \"1 (8 ounce) can crushed pineapple, drained\" )" + }, + { + "id": "ing-13", + "text": "1 (8 ounce) package cream cheese", + "type": "ingredient", + "eamr": "( ing-13 \"1 (8 ounce) package cream cheese\" )" + }, + { + "id": "ing-14", + "text": "1/4 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-14 \"1/4 cup butter, softened\" )" + }, + { + "id": "ing-15", + "text": "2 cups confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-15 \"2 cups confectioners' sugar\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease and flour a 9x13 inch pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease and flour\"@3:19 / AC\r\n\t\t:ppt ( tool-1-0 \"a 9x13 inch pan\"@20:35 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Mix flour, baking soda, baking powder, salt and cinnamon.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@7:12 / FOOD )\r\n\t\t:ppt ( ing-1 \"baking soda\"@14:25 / FOOD )\r\n\t\t:ppt ( ing-2 \"baking powder\"@27:40 / FOOD )\r\n\t\t:ppt ( ing-3 \"salt\"@42:46 / FOOD )\r\n\t\t:ppt ( ing-4 \"cinnamon\"@51:59 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Make a well in the center and add sugar, oil, eggs and vanilla.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Make\"@3:7 / AC\r\n\t\t:ppt ( \"a well\"@8:14 / OTHER )\r\n\t\t:source ( \"the center\"@18:28 / OTHER )\r\n\t)\r\n\t:inform ( ac-3-1 \"add\"@33:36 / AC\r\n\t\t:ppt ( ing-5 \"sugar\"@37:42 / FOOD )\r\n\t\t:ppt ( ing-6 \"oil\"@44:47 / FOOD )\r\n\t\t:ppt ( ing-7 \"eggs\"@49:53 / FOOD )\r\n\t\t:ppt ( ing-8 \"vanilla\"@58:65 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Mix with wooden spoon until smooth.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Mix\"@3:6 / AC\r\n\t\t:instrument ( tool-4-0 \"wooden spoon\"@12:24 / TOOL )\r\n\t\t:until ( cond-4-0 \"until smooth\"@25:37 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in carrots, coconut, walnuts and pineapple.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-9 \"carrots\"@11:18 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-10 \"coconut\"@20:27 / FOOD )\r\n\t\t:ppt ( ing-11 \"walnuts\"@29:36 / FOOD )\r\n\t\t:ppt ( ing-12 \"pineapple\"@41:50 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour into 9x13 inch pan.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( tool-6-0 \"9x13 inch pan\"@13:26 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake at 350 degrees for about 45 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-7-0 \"350 degrees\"@11:22 / TEMPERATURE )\r\n\t\t:duration ( dur-7-0 \"about 45 minutes\"@27:43 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Don't panic, the center will sink a little.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"sink\"@32:36 / AC\r\n\t\t:pag ( \"the center\"@16:26 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Allow to cool.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"cool\"@13:17 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) To make the frosting: Cream the butter and cream cheese until smooth.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cream\"@26:31 / AC\r\n\t\t:subtask ( purp-10-0 \"To make the frosting\"@4:24 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( ing-14 \"the butter\"@32:42 / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"cream\"@47:52 / AC\r\n\t\t:ppt ( ing-13 \"cheese\"@53:59 / FOOD )\r\n\t\t:until ( cond-10-0 \"until smooth\"@60:72 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Add the confectioners sugar and beat until creamy.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-14 \"the confectioners sugar\"@8:31 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"beat\"@36:40 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-11-0 \"until creamy\"@41:53 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/220_French_Apple_Cream_Pie.json b/ai_talks/AMUseBotBackend/recipe/220_French_Apple_Cream_Pie.json new file mode 100644 index 0000000..d49d0f8 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/220_French_Apple_Cream_Pie.json @@ -0,0 +1,132 @@ +{ + "id": "220", + "title": "French Apple Cream Pie", + "content": [ + { + "id": "ing-0", + "text": "1 recipe pastry for a 9 inch double crust pie", + "type": "ingredient", + "eamr": "( ing-0 \"1 recipe pastry for a 9 inch double crust pie\" )" + }, + { + "id": "ing-1", + "text": "1 (21 ounce) can apple pie filling", + "type": "ingredient", + "eamr": "( ing-1 \"1 (21 ounce) can apple pie filling\" )" + }, + { + "id": "ing-2", + "text": "1/4 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon lemon zest", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon lemon zest\" )" + }, + { + "id": "ing-5", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-5 \"1 egg\" )" + }, + { + "id": "ing-6", + "text": "1/3 cup white sugar", + "type": "ingredient", + "eamr": "( ing-6 \"1/3 cup white sugar\" )" + }, + { + "id": "ing-7", + "text": "1 tablespoon lemon juice", + "type": "ingredient", + "eamr": "( ing-7 \"1 tablespoon lemon juice\" )" + }, + { + "id": "ing-8", + "text": "3 ounces cream cheese", + "type": "ingredient", + "eamr": "( ing-8 \"3 ounces cream cheese\" )" + }, + { + "id": "ing-9", + "text": "1/4 cup sour cream", + "type": "ingredient", + "eamr": "( ing-9 \"1/4 cup sour cream\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 425 degrees F (220 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"425 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"220 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Roll out pastry shell and allow to rest in refrigerator.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Roll out\"@3:11 / AC\r\n\t\t:ppt ( ing-0 \"pastry shell\"@12:24 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"rest\"@38:42 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-1-0 \"refrigerator\"@46:58 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Line a 9 inch pie pan with one rolled out pastry crust.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Line\"@3:7 / AC\r\n\t\t:gol ( tool-2-0 \"a 9 inch pie pan\"@8:24 / TOOL )\r\n\t\t:ppt ( \"one rolled out pastry crust\"@30:57 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In a medium mixing bowl combine pie filling, cinnamon, nutmeg, and lemon rind.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"combine\"@27:34 / AC\r\n\t\t:ppt ( ing-1 \"pie filling\"@35:46 / FOOD )\r\n\t\t:ppt ( ing-2 \"cinnamon\"@48:56 / FOOD )\r\n\t\t:ppt ( ing-3 \"nutmeg\"@58:64 / FOOD )\r\n\t\t:ppt ( ing-4 \"lemon rind\"@70:80 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a medium mixing bowl\"@6:26 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir until fully combined and spread into pastry lined pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir\"@3:7 / AC\r\n\t\t:until ( cond-4-0 \"until fully combined\"@8:28 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"spread\"@33:39 / AC\r\n\t\t:gol ( tool-4-0 \"pastry lined pan\"@45:61 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In a small mixer bowl combine egg, sugar, lemon juice, cream cheese, and sour cream.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"combine\"@25:32 / AC\r\n\t\t:ppt ( ing-5 \"egg\"@33:36 / FOOD )\r\n\t\t:ppt ( ing-6 \"sugar\"@38:43 / FOOD )\r\n\t\t:ppt ( ing-7 \"lemon juice\"@45:56 / FOOD )\r\n\t\t:ppt ( ing-8 \"cream cheese\"@58:70 / FOOD )\r\n\t\t:ppt ( ing-9 \"sour cream\"@76:86 / FOOD )\r\n\t\t:loc ( tool-5-0 \"a small mixer bowl\"@6:24 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Beat at medium speed until smooth.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Beat\"@3:7 / AC\r\n\t\t:mnr ( \"medium speed\"@11:23 / OTHER )\r\n\t\t:until ( cond-6-0 \"until smooth\"@24:36 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Spread cheese mixture over apple mixture, and place top crust over filling.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Spread\"@3:9 / AC\r\n\t\t:ppt ( \"cheese mixture\"@10:24 / FOOD )\r\n\t\t:gol ( \"apple mixture\"@30:43 / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"place\"@49:54 / AC\r\n\t\t:ppt ( \"top crust\"@55:64 / FOOD )\r\n\t\t:gol ( \"filling\"@70:77 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Seal edges, cut some steam vents in top crust, and sprinkle top with sugar.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Seal\"@3:7 / AC\r\n\t\t:ppt ( \"edges\"@8:13 / OTHER )\r\n\t)\r\n\t:inform ( ac-8-1 \"cut\"@15:18 / AC\r\n\t\t:ppt ( \"some steam vents\"@19:35 / OTHER )\r\n\t\t:source ( \"top crust\"@39:48 / FOOD )\r\n\t)\r\n\t:inform ( ac-8-2 \"sprinkle\"@54:62 / AC\r\n\t\t:gol ( \"top\"@63:66 / OTHER )\r\n\t\t:ppt ( \"sugar\"@72:77 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Bake in preheated oven for 25 to 30 minutes, until golden brown.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Bake\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:loc ( tool-9-0 \"preheated oven\"@12:26 / TOOL )\r\n\t\t:duration ( dur-9-0 \"25 to 30 minutes\"@31:47 / DUR )\r\n\t\t:until ( cond-9-0 \"until golden brown\"@49:67 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Cool completely before serving.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Cool\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( cond-10-0 \"before serving\"@20:34 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/221_Basic_Chicken_Stock.json b/ai_talks/AMUseBotBackend/recipe/221_Basic_Chicken_Stock.json new file mode 100644 index 0000000..cd5fab0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/221_Basic_Chicken_Stock.json @@ -0,0 +1,144 @@ +{ + "id": "221", + "title": "Basic Chicken Stock", + "content": [ + { + "id": "ing-0", + "text": "1 pound chicken parts", + "type": "ingredient", + "eamr": "( ing-0 \"1 pound chicken parts\" )" + }, + { + "id": "ing-1", + "text": "1 large onion", + "type": "ingredient", + "eamr": "( ing-1 \"1 large onion\" )" + }, + { + "id": "ing-2", + "text": "3 stalks celery, including some leaves", + "type": "ingredient", + "eamr": "( ing-2 \"3 stalks celery, including some leaves\" )" + }, + { + "id": "ing-3", + "text": "1 large carrot", + "type": "ingredient", + "eamr": "( ing-3 \"1 large carrot\" )" + }, + { + "id": "ing-4", + "text": "1 1/2 teaspoons salt", + "type": "ingredient", + "eamr": "( ing-4 \"1 1/2 teaspoons salt\" )" + }, + { + "id": "ing-5", + "text": "3 whole cloves", + "type": "ingredient", + "eamr": "( ing-5 \"3 whole cloves\" )" + }, + { + "id": "ing-6", + "text": "6 cups water", + "type": "ingredient", + "eamr": "( ing-6 \"6 cups water\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup cold water (optional)", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup cold water (optional)\" )" + }, + { + "id": "ing-8", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-8 \"1 egg\" )" + }, + { + "id": "inst-0", + "text": "0) Quarter onion.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Quarter\"@3:10 / AC\r\n\t\t:ppt ( ing-1 \"onion\"@11:16 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Chop scrubbed celery and carrot into 1 inch chunks.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Chop\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"scrubbed celery\"@8:23 / FOOD )\r\n\t\t:ppt ( ing-3 \"carrot\"@28:34 / FOOD )\r\n\t\t:reshape ( \"1 inch chunks\"@40:53 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place chicken pieces, onion, celery, carrot, salt, and cloves in large soup pot or Dutch oven.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"chicken pieces\"@9:23 / FOOD )\r\n\t\t:ppt ( \"onion\"@25:30 / FOOD )\r\n\t\t:ppt ( \"celery\"@32:38 / FOOD )\r\n\t\t:ppt ( \"carrot\"@40:46 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@48:52 / FOOD )\r\n\t\t:ppt ( ing-5 \"cloves\"@58:64 / FOOD )\r\n\t\t:gol ( tool-2-0 \"large soup pot\"@68:82 / TOOL )\r\n\t\t:gol ( tool-2-1 \"Dutch oven\"@86:96 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add 6 cups water.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"6 cups water\"@7:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bring to a boil.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Reduce heat, cover, and simmer for 1 hour.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t)\r\n\t:inform ( ac-5-1 \"cover\"@16:21 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"simmer\"@27:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-5-0 \"1 hour\"@38:44 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Remove chicken and vegetables.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t:ppt ( \"vegetables\"@22:32 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Strain stock.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Strain\"@3:9 / AC\r\n\t\t:ppt ( \"stock\"@10:15 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Skim fat off the surface.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Skim\"@3:7 / AC\r\n\t\t:ppt ( \"fat\"@8:11 / FOOD )\r\n\t\t:source ( \"the surface\"@16:27 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Separate the egg white from the egg yolk, and reserve the shell.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Separate\"@4:12 / AC\r\n\t\t:ppt ( ing-8 \"the egg white\"@13:26 / FOOD )\r\n\t\t:source ( \"the egg yolk\"@32:44 / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"reserve\"@50:57 / AC\r\n\t\t:ppt ( \"the shell\"@58:67 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) In a small bowl, combine 1/4 cup cold water, egg white, and crushed eggshell.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( ing-7 \"1/4 cup cold water\"@29:47 / FOOD )\r\n\t\t:ppt ( \"egg white\"@49:58 / FOOD )\r\n\t\t:ppt ( \"crushed eggshell\"@64:80 / FOOD )\r\n\t\t:loc ( tool-10-0 \"a small bowl\"@7:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Add to strained stock, and bring to a boil.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( \"strained stock\"@11:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-11-1 \"boil\"@42:46 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Remove from heat, and let stand 5 minutes.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Remove\"@4:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( tool-12-0 \"heat\"@16:20 / TOOL )\r\n\t)\r\n\t:inform ( ac-12-1 \"stand\"@30:35 / AC\r\n\t\t:duration ( dur-12-0 \"5 minutes\"@36:45 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Strain again through a sieve lined with cheesecloth.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Strain\"@4:10 / AC\r\n\t\t:instrument ( tool-13-0 \"a sieve lined with cheesecloth\"@25:55 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/222_Crustless_Spinach_Quiche_2.json b/ai_talks/AMUseBotBackend/recipe/222_Crustless_Spinach_Quiche_2.json new file mode 100644 index 0000000..422600f --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/222_Crustless_Spinach_Quiche_2.json @@ -0,0 +1,90 @@ +{ + "id": "222", + "title": "Crustless Spinach Quiche 2", + "content": [ + { + "id": "ing-0", + "text": "3 ounces reduced fat cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-0 \"3 ounces reduced fat cream cheese, softened\" )" + }, + { + "id": "ing-1", + "text": "1 cup fat-free milk", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup fat-free milk\" )" + }, + { + "id": "ing-2", + "text": "1 cup egg substitute", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup egg substitute\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon pepper\" )" + }, + { + "id": "ing-4", + "text": "3 cups shredded reduced-fat Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-4 \"3 cups shredded reduced-fat Cheddar cheese\" )" + }, + { + "id": "ing-5", + "text": "1 (10 ounce) package frozen chopped spinach, thawed and squeezed dry", + "type": "ingredient", + "eamr": "( ing-5 \"1 (10 ounce) package frozen chopped spinach, thawed and squeezed dry\" )" + }, + { + "id": "ing-6", + "text": "1 cup frozen chopped broccoli, thawed and well drained", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup frozen chopped broccoli, thawed and well drained\" )" + }, + { + "id": "ing-7", + "text": "1 small onion, finely chopped", + "type": "ingredient", + "eamr": "( ing-7 \"1 small onion, finely chopped\" )" + }, + { + "id": "ing-8", + "text": "5 fresh mushrooms, sliced", + "type": "ingredient", + "eamr": "( ing-8 \"5 fresh mushrooms, sliced\" )" + }, + { + "id": "inst-0", + "text": "0) In a small mixing bowl, beat cream cheese.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"beat\"@27:31 / AC\r\n\t\t:ppt ( ing-0 \"cream cheese\"@32:44 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a small mixing bowl\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add milk, egg substitute and pepper; beat until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-1 \"milk\"@7:11 / FOOD )\r\n\t\t:ppt ( ing-2 \"egg substitute\"@13:27 / FOOD )\r\n\t\t:ppt ( ing-3 \"pepper\"@32:38 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"beat\"@40:44 / AC\r\n\t\t:until ( cond-1-0 \"until smooth\"@45:57 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir in remaining ingredients.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( \"remaining ingredients\"@11:32 / FOOD\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t\t:ref ( ing-8 )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add the mixture to a quiche pan coated with nonstick cooking spray.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"the mixture\"@-1:-1 / FOOD )\r\n\t\t:gol ( tool-3-0 \"a quiche pan\"@-1:-1 / TOOL\r\n\t\t\t:todo ( \"coated with nonstick cooking spray\"@-1:-1 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake at 350 degrees F for 45-50 minutes or until a knife inserted near the center comes out clean.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-4-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"45-50 minutes\"@29:42 / DUR )\r\n\t\t:until ( cond-4-0 \"until a knife inserted near the center comes out clean\"@46:100 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/223_Cookie_Bowl.json b/ai_talks/AMUseBotBackend/recipe/223_Cookie_Bowl.json new file mode 100644 index 0000000..3ff8c05 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/223_Cookie_Bowl.json @@ -0,0 +1,150 @@ +{ + "id": "223", + "title": "Cookie Bowl", + "content": [ + { + "id": "ing-0", + "text": "1 1/4 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/4 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup unsweetened cocoa powder", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup unsweetened cocoa powder\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup sliced almonds", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup sliced almonds\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup butter, softened\" )" + }, + { + "id": "ing-5", + "text": "2/3 cup white sugar", + "type": "ingredient", + "eamr": "( ing-5 \"2/3 cup white sugar\" )" + }, + { + "id": "ing-6", + "text": "1 egg, beaten", + "type": "ingredient", + "eamr": "( ing-6 \"1 egg, beaten\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon vanilla extract\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F (175 degrees C)\"@19:48 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Turn a 9x5 inch loaf pan or metal bowl upside down and cover the outside with foil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Turn\"@3:7 / AC\r\n\t\t:ppt ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-1-0 \"a 9x5 inch loaf pan\"@8:27 / TOOL )\r\n\t\t\t:option ( tool-1-1 \"metal bowl\"@31:41 / TOOL )\r\n\t\t)\r\n\t)\r\n\t:inform ( ac-1-1 \"cover\"@58:63 / AC\r\n\t\t:ppt ( \"the outside\"@64:75 / OTHER )\r\n\t\t:instrument ( tool-1-2 \"foil\"@81:85 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place onto a cookie sheet.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n :inform ( \"Place\"@3:8 / AC\r\n :ppt( NULL / FOOD )\r\n :gol ( \"a cookie sheet\"@14:28 / TOOL )\r\n )\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir together the flour, cocoa, salt and almonds; set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@21:26 / FOOD )\r\n\t\t:ppt ( ing-1 \"cocoa\"@28:33 / FOOD )\r\n\t\t:ppt ( ing-2 \"salt\"@35:39 / FOOD )\r\n\t\t:ppt ( ing-3 \"almonds\"@44:51 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"set aside\"@53:62 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a medium bowl, cream together the butter and sugar until smooth.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"cream\"@21:26 / AC\r\n\t\t:ppt ( ing-4 \"the butter\"@36:46 / FOOD )\r\n\t\t:ppt ( ing-5 \"sugar\"@51:56 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a medium bowl\"@6:19 / TOOL )\r\n\t\t:until ( cond-4-0 \"until smooth\"@57:69 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Beat in the egg and vanilla.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"the egg\"@11:18 / FOOD )\r\n\t\t:ppt ( ing-7 \"vanilla\"@23:30 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Gradually stir in the dry ingredients to form a fairly stiff dough.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"stir in\"@13:20 / AC\r\n\t\t:ppt ( \"the dry ingredients\"@21:40 / FOOD )\r\n\t\t:prp ( purp-6-0 \"to form a fairly stiff dough\"@41:69 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) On a lightly floured surface, roll the dough out to 1/4 inch in thickness.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"roll\"@33:37 / AC\r\n\t\t:loc ( tool-7-0 \"a lightly floured surface\"@6:31 / TOOL )\r\n\t\t:ppt ( \"the dough\"@38:47 / FOOD )\r\n\t\t:reshape ( \"1/4 inch in thickness\"@55:76 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cut into circles using a glass or cookie cutter.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cut\"@3:6 / AC\r\n\t\t:reshape ( \"circles\"@12:19 / OTHER )\r\n\t\t:instrument ( tool-8-0 \"a glass\"@26:33 / TOOL )\r\n\t\t:instrument ( tool-8-1 \"cookie cutter\"@37:50 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Starting at the top (bottom) of the pan or bowl, arrange cookies so they are overlapping.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"arrange\"@53:60 / AC\r\n\t\t:ppt ( \"cookies\"@61:68 / FOOD )\r\n\t\t:prp ( purp-9-0 \"so they are overlapping\"@69:92 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( tool-9-0 \"the pan\"@36:43 / TOOL )\r\n\t:inform ( tool-9-1 \"bowl\"@47:51 / TOOL )\r\n)" + }, + { + "id": "inst-10", + "text": "10) Work toward the edges covering as much of the pan as you can.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"covering\"@26:34 / AC\r\n\t\t:ppt ( tool-10-0 \"the pan\"@46:53 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Be sure to press each cookie on so you will have a good solid bowl.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"press\"@15:20 / AC\r\n\t\t:ppt ( \"each cookie\"@21:32 / FOOD )\r\n\t\t:prp ( purp-11-0 \"so you will have a good solid bowl\"@36:70 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Bake for 10 to 15 minutes in the preheated oven, until cookies are firm.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Bake\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-12-0 \"10 to 15 minutes\"@13:29 / DUR )\r\n\t\t:loc ( tool-12-0 \"the preheated oven\"@33:51 / TOOL )\r\n\t\t:until ( cond-12-0 \"until cookies are firm\"@53:75 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Cool completely.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Cool\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Carefully turn the pan over and remove the pan from the foil, then carefully remove the foil from inside the cookie structure.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"turn\"@14:18 / AC\r\n\t\t:ppt ( tool-14-0 \"the pan\"@19:26 / TOOL )\r\n\t)\r\n\t:inform ( ac-14-1 \"remove\"@36:42 / AC\r\n\t\t:ppt ( tool-14-1 \"the pan\"@43:50 / TOOL )\r\n\t\t:source ( tool-14-2 \"the foil\"@56:64 / TOOL )\r\n\t)\r\n\t:inform ( ac-14-2 \"remove\"@81:87 / AC\r\n\t\t:ppt ( tool-14-3 \"the foil\"@88:96 / TOOL )\r\n\t\t:source ( \"from inside the cookie structure\"@97:129 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Fill with cookie or candy.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Fill\"@4:8 / AC\r\n\t\t:ppt ( \"cookie\"@14:20 / FOOD )\r\n\t\t:ppt ( \"candy\"@24:29 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/224_Garden_Party_Salad.json b/ai_talks/AMUseBotBackend/recipe/224_Garden_Party_Salad.json new file mode 100644 index 0000000..51a9192 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/224_Garden_Party_Salad.json @@ -0,0 +1,78 @@ +{ + "id": "224", + "title": "Garden Party Salad", + "content": [ + { + "id": "ing-0", + "text": "1/4 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-0 \"1/4 cup vegetable oil\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup orange marmalade", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup orange marmalade\" )" + }, + { + "id": "ing-2", + "text": "3 tablespoons cider vinegar", + "type": "ingredient", + "eamr": "( ing-2 \"3 tablespoons cider vinegar\" )" + }, + { + "id": "ing-3", + "text": "3 tablespoons mayonnaise", + "type": "ingredient", + "eamr": "( ing-3 \"3 tablespoons mayonnaise\" )" + }, + { + "id": "ing-4", + "text": "2 teaspoons curry powder", + "type": "ingredient", + "eamr": "( ing-4 \"2 teaspoons curry powder\" )" + }, + { + "id": "ing-5", + "text": "1/4 teaspoon hot pepper sauce", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 teaspoon hot pepper sauce\" )" + }, + { + "id": "ing-6", + "text": "6 cups cubed, cooked chicken", + "type": "ingredient", + "eamr": "( ing-6 \"6 cups cubed, cooked chicken\" )" + }, + { + "id": "ing-7", + "text": "2 tablespoons golden raisins", + "type": "ingredient", + "eamr": "( ing-7 \"2 tablespoons golden raisins\" )" + }, + { + "id": "ing-8", + "text": "2 tablespoons slivered almonds, toasted", + "type": "ingredient", + "eamr": "( ing-8 \"2 tablespoons slivered almonds, toasted\" )" + }, + { + "id": "ing-9", + "text": "2 tablespoons minced fresh parsley", + "type": "ingredient", + "eamr": "( ing-9 \"2 tablespoons minced fresh parsley\" )" + }, + { + "id": "inst-0", + "text": "0) In a small bowl, whisk first six ingredients until smooth; chill.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"whisk\"@20:25 / AC\r\n\t\t:loc ( tool-0-0 \"a small bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( \"first six ingredients\"@26:47 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t)\r\n\t\t:until ( cond-0-0 \"until smooth\"@48:60 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-0-1 \"chill\"@62:67 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Just before serving, combine chicken, raisins, almonds and parsley in a large bowl; add dressing and toss.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@24:31 / AC\r\n\t\t:ppt ( ing-6 \"chicken\"@32:39 / FOOD )\r\n\t\t:ppt ( ing-7 \"raisins\"@41:48 / FOOD )\r\n\t\t:ppt ( ing-8 \"almonds\"@50:57 / FOOD )\r\n\t\t:ppt ( ing-9 \"parsley\"@62:69 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a large bowl\"@73:85 / TOOL )\r\n\t\t:duration ( cond-1-0 \"before serving\"@8:22 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-1 \"add\"@87:90 / AC\r\n\t\t:ppt ( \"dressing\"@91:99 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"toss\"@104:108 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/225_Chipotle_Mayo_Relish.json b/ai_talks/AMUseBotBackend/recipe/225_Chipotle_Mayo_Relish.json new file mode 100644 index 0000000..f91bb42 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/225_Chipotle_Mayo_Relish.json @@ -0,0 +1,54 @@ +{ + "id": "225", + "title": "Chipotle Mayo Relish", + "content": [ + { + "id": "ing-0", + "text": "1 cup light mayonnaise", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup light mayonnaise\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons canned Chipotle peppers in adobo sauce, seeded and minced", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons canned Chipotle peppers in adobo sauce, seeded and minced\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup chopped green onion", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup chopped green onion\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup sweet pickle relish", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup sweet pickle relish\" )" + }, + { + "id": "inst-0", + "text": "0) Place the mayonnaise and chipotle peppers into a food processor, and process until well blended.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the mayonnaise\"@9:23 / FOOD )\r\n\t\t:ppt ( ing-1 \"chipotle peppers\"@28:44 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a food processor\"@50:66 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"process\"@72:79 / AC\r\n\t\t:until ( cond-0-0 \"until well blended\"@80:98 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add a little bit more of the sauce if desired, I like to add about 1/2 teaspoon.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"a little bit more of the sauce\"@7:37 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Transfer to a serving bowl, and stir in the green onion and sweet pickle relish.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Transfer\"@3:11 / AC\r\n\t\t:gol ( tool-2-0 \"a serving bowl\"@15:29 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"stir in\"@35:42 / AC\r\n\t\t:ppt ( ing-2 \"the green onion\"@43:58 / FOOD )\r\n\t\t:ppt ( ing-3 \"sweet pickle relish\"@63:82 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Chill until serving.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Chill\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-3-0 \"until serving\"@9:22 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/226_Bruschetta_II_2.json b/ai_talks/AMUseBotBackend/recipe/226_Bruschetta_II_2.json new file mode 100644 index 0000000..acebe2d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/226_Bruschetta_II_2.json @@ -0,0 +1,78 @@ +{ + "id": "226", + "title": "Bruschetta II 2", + "content": [ + { + "id": "ing-0", + "text": "10 slices Italian bread", + "type": "ingredient", + "eamr": "( ing-0 \"10 slices Italian bread\" )" + }, + { + "id": "ing-1", + "text": "2 1/2 teaspoons olive oil", + "type": "ingredient", + "eamr": "( ing-1 \"2 1/2 teaspoons olive oil\" )" + }, + { + "id": "ing-2", + "text": "4 vine-ripened tomatoes", + "type": "ingredient", + "eamr": "( ing-2 \"4 vine-ripened tomatoes\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon chopped fresh basil", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon chopped fresh basil\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat broiler.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"broiler\"@11:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cover a medium sized baking sheet with a single layer of bread slices.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cover\"@3:8 / AC\r\n\t\t:gol ( tool-1-0 \"a medium sized baking sheet\"@9:36 / TOOL )\r\n\t\t:ppt ( \"a single layer of bread slices\"@42:72 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Brush the slices with olive oil.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Brush\"@3:8 / AC\r\n\t\t:gol ( ing-0 \"the slices\"@9:19 / FOOD )\r\n\t\t:ppt ( ing-1 \"olive oil\"@25:34 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Dice the tomatoes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Dice\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"the tomatoes\"@8:20 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a mixing bowl, combine the tomatoes, olive oil and basil.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( \"the tomatoes\"@29:41 / FOOD )\r\n\t\t:ppt ( \"olive oil\"@43:52 / FOOD )\r\n\t\t:ppt ( ing-3 \"basil\"@57:62 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Mix for two minutes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Mix\"@3:6 / AC\r\n\t\t:duration ( dur-5-0 \"two minutes\"@11:22 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place bread under broiler until lightly browned.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"bread\"@9:14 / FOOD )\r\n\t\t:gol ( tool-6-0 \"broiler\"@21:28 / TOOL )\r\n\t\t:until ( cond-6-0 \"until lightly browned\"@29:50 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Remove from broiler and top with the tomato mixture.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-7-0 \"broiler\"@15:22 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-1 \"top\"@27:30 / AC\r\n\t\t:ppt ( \"the tomato mixture\"@36:54 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/227_Almond_Apricot_Bread.json b/ai_talks/AMUseBotBackend/recipe/227_Almond_Apricot_Bread.json new file mode 100644 index 0000000..8bafbe4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/227_Almond_Apricot_Bread.json @@ -0,0 +1,156 @@ +{ + "id": "227", + "title": "Almond Apricot Bread", + "content": [ + { + "id": "ing-0", + "text": "2 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup sugar\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup packed brown sugar\" )" + }, + { + "id": "ing-3", + "text": "3 teaspoons baking powder", + "type": "ingredient", + "eamr": "( ing-3 \"3 teaspoons baking powder\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon salt\" )" + }, + { + "id": "ing-5", + "text": "2 (4 ounce) jars apricot baby food, divided", + "type": "ingredient", + "eamr": "( ing-5 \"2 (4 ounce) jars apricot baby food, divided\" )" + }, + { + "id": "ing-6", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-6 \"1 egg\" )" + }, + { + "id": "ing-7", + "text": "3/4 cup milk", + "type": "ingredient", + "eamr": "( ing-7 \"3/4 cup milk\" )" + }, + { + "id": "ing-8", + "text": "3 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-8 \"3 tablespoons vegetable oil\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon almond extract", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon almond extract\" )" + }, + { + "id": "ing-10", + "text": "2/3 cup sliced almonds, coarsely chopped", + "type": "ingredient", + "eamr": "( ing-10 \"2/3 cup sliced almonds, coarsely chopped\" )" + }, + { + "id": "ing-11", + "text": "1/2 cup diced dried apricots", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 cup diced dried apricots\" )" + }, + { + "id": "ing-12", + "text": "1/2 cup confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-12 \"1/2 cup confectioners' sugar\" )" + }, + { + "id": "ing-13", + "text": "1 teaspoon milk", + "type": "ingredient", + "eamr": "( ing-13 \"1 teaspoon milk\" )" + }, + { + "id": "ing-14", + "text": "1/8 teaspoon almond extract", + "type": "ingredient", + "eamr": "( ing-14 \"1/8 teaspoon almond extract\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, combine the flour, sugars, baking powder and salt.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-0 \"the flour\"@28:37 / FOOD )\r\n\t\t:ppt ( \"sugars\"@39:45 / FOOD\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t)\r\n\t\t:ppt ( ing-3 \"baking powder\"@47:60 / FOOD )\r\n\t\t:ppt ( ing-4 \"salt\"@65:69 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Set aside 1 tablespoon baby food for glaze.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Set aside\"@3:12 / AC\r\n\t\t:ppt ( ing-5 \"1 tablespoon baby food\"@13:35 / FOOD )\r\n\t\t:prp ( purp-1-0 \"for glaze\"@36:45 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In another bowl, beat the egg, milk, oil, extract and remaining baby food.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"beat\"@20:24 / AC\r\n\t\t:loc ( tool-2-0 \"another bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-6 \"the egg\"@25:32 / FOOD )\r\n\t\t:ppt ( ing-7 \"milk\"@34:38 / FOOD )\r\n\t\t:ppt ( ing-8 \"oil\"@40:43 / FOOD )\r\n\t\t:ppt ( ing-9 \"extract\"@45:52 / FOOD )\r\n\t\t:ppt ( ing-5 \"remaining baby food\"@57:76 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Stir into dry ingredients just until moistened.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( \"dry ingredients\"@13:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-3-0 \"until moistened\"@34:49 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Fold in almonds and apricots.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Fold in\"@3:10 / AC\r\n\t\t:ppt ( ing-10 \"almonds\"@11:18 / FOOD )\r\n\t\t:ppt ( ing-11 \"apricots\"@23:31 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Pour into a greased 9-in loaf pan.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( tool-5-0 \"a greased 9-in loaf pan\"@13:36 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake at 350 degrees F (180 degrees C) for 55-65 minutes or until a toothpick comes out clean.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-6-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t:heat ( temp-6-1 \"180 degrees C\"@-1:-1 / TEMPERATURE )\r\n\t\t:duration ( dur-6-0 \"55-65 minutes\"@-1:-1 / DUR )\r\n\t\t:until ( cond-6-0 \"until a toothpick comes out clean\"@-1:-1 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cool for 10 minutes before removing from the pan to a wire rack.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cool\"@3:7 / AC\r\n\t\t:duration ( dur-7-0 \"10 minutes\"@12:22 / DUR )\r\n\t\t:duration ( cond-7-0 \"before removing from the pan to a wire rack\"@23:66 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) For glaze, combine the confectioners' sugar, milk, extract and reserved baby food until smooth.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"combine\"@14:21 / AC\r\n\t\t:subtask ( purp-8-0 \"For glaze\"@3:12 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( ing-12 \"the confectioners' sugar\"@22:46 / FOOD )\r\n\t\t:ppt ( ing-13 \"milk\"@48:52 / FOOD )\r\n\t\t:ppt ( ing-14 \"extract\"@54:61 / FOOD )\r\n\t\t:ppt ( \"reserved baby food\"@66:84 / FOOD )\r\n\t\t:until ( cond-8-0 \"until smooth\"@85:97 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Drizzle over cooled bread.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Drizzle\"@4:11 / AC\r\n\t\t:gol ( \"cooled bread\"@17:29 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/228_Best_Chocolate_Chippers.json b/ai_talks/AMUseBotBackend/recipe/228_Best_Chocolate_Chippers.json new file mode 100644 index 0000000..7d23f60 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/228_Best_Chocolate_Chippers.json @@ -0,0 +1,126 @@ +{ + "id": "228", + "title": "Best Chocolate Chippers", + "content": [ + { + "id": "ing-0", + "text": "1 cup butter", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup butter\" )" + }, + { + "id": "ing-1", + "text": "1 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup vegetable oil\" )" + }, + { + "id": "ing-2", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup white sugar\" )" + }, + { + "id": "ing-3", + "text": "1 cup packed brown sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup packed brown sugar\" )" + }, + { + "id": "ing-4", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-4 \"2 eggs\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-6", + "text": "4 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"4 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "2 teaspoons baking soda", + "type": "ingredient", + "eamr": "( ing-7 \"2 teaspoons baking soda\" )" + }, + { + "id": "ing-8", + "text": "4 teaspoons cream of tartar", + "type": "ingredient", + "eamr": "( ing-8 \"4 teaspoons cream of tartar\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon salt\" )" + }, + { + "id": "ing-10", + "text": "2 cups semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-10 \"2 cups semisweet chocolate chips\" )" + }, + { + "id": "ing-11", + "text": "1 cup chopped walnuts (optional)", + "type": "ingredient", + "eamr": "( ing-11 \"1 cup chopped walnuts (optional)\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat the oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"the oven\"@11:19 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@38:51 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a large bowl, cream together the butter, oil, brown sugar, and white sugar until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"cream\"@20:25 / AC\r\n\t\t:ppt ( ing-0 \"the butter\"@35:45 / FOOD )\r\n\t\t:ppt ( ing-1 \"oil\"@47:50 / FOOD )\r\n\t\t:ppt ( ing-3 \"brown sugar\"@52:63 / FOOD )\r\n\t\t:ppt ( ing-2 \"white sugar\"@69:80 / FOOD )\r\n\t\t:until ( cond-1-0 \"until smooth\"@81:93 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-1-0 \"a large bowl\"@6:18 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Beat in the eggs and vanilla.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-4 \"the eggs\"@11:19 / FOOD )\r\n\t\t:ppt ( ing-5 \"vanilla\"@24:31 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Combine the flour, baking soda, cream of tartar, and salt; stir into the creamed mixture.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( ing-6 \"the flour\"@11:20 / FOOD )\r\n\t\t:ppt ( ing-7 \"baking soda\"@22:33 / FOOD )\r\n\t\t:ppt ( ing-8 \"cream of tartar\"@35:50 / FOOD )\r\n\t\t:ppt ( ing-9 \"salt\"@56:60 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"stir\"@62:66 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"the creamed mixture\"@72:91 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Mix in the chocolate chips and walnuts.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-10 \"the chocolate chips\"@10:29 / FOOD )\r\n\t\t:ppt ( ing-11 \"walnuts\"@34:41 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Drop dough by rounded teaspoons onto ungreased cookie sheets.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Drop\"@3:7 / AC\r\n\t\t:ppt ( \"dough\"@8:13 / FOOD )\r\n\t\t:instrument ( tool-5-0 \"rounded teaspoons\"@17:34 / TOOL )\r\n\t\t:gol ( tool-5-1 \"ungreased cookie sheets\"@40:63 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake for 12 to 15 minutes in the preheated oven, or until light brown.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-6-0 \"12 to 15 minutes\"@12:28 / DUR )\r\n\t\t:loc ( tool-6-0 \"the preheated oven\"@32:50 / TOOL )\r\n\t\t:until ( cond-6-0 \"until light brown\"@55:72 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Allow cookies to cool on the baking sheets for a couple of minutes before transferring to wire racks to cool completely.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"cool\"@20:24 / AC\r\n\t\t:ppt ( \"cookies\"@9:16 / FOOD )\r\n\t\t:loc ( tool-7-0 \"the baking sheets\"@28:45 / TOOL )\r\n\t\t:duration ( dur-7-0 \"a couple of minutes\"@50:69 / DUR )\r\n\t\t:duration ( cond-7-0 \"before transferring to wire racks to cool completely\"@70:122 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/229_Cheesy_Sweet_and_Savory_Spuds.json b/ai_talks/AMUseBotBackend/recipe/229_Cheesy_Sweet_and_Savory_Spuds.json new file mode 100644 index 0000000..8beea51 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/229_Cheesy_Sweet_and_Savory_Spuds.json @@ -0,0 +1,102 @@ +{ + "id": "229", + "title": "Cheesy Sweet and Savory Spuds", + "content": [ + { + "id": "ing-0", + "text": "6 Yukon Gold potatoes, peeled and cubed", + "type": "ingredient", + "eamr": "( ing-0 \"6 Yukon Gold potatoes, peeled and cubed\" )" + }, + { + "id": "ing-1", + "text": "2 sweet potatoes, peeled and cubed", + "type": "ingredient", + "eamr": "( ing-1 \"2 sweet potatoes, peeled and cubed\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons butter\" )" + }, + { + "id": "ing-3", + "text": "1/2 cup heavy cream", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 cup heavy cream\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon chicken bouillon granules", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon chicken bouillon granules\" )" + }, + { + "id": "ing-5", + "text": "1 2/3 tablespoons brown sugar", + "type": "ingredient", + "eamr": "( ing-5 \"1 2/3 tablespoons brown sugar\" )" + }, + { + "id": "ing-6", + "text": "2 teaspoons black pepper", + "type": "ingredient", + "eamr": "( ing-6 \"2 teaspoons black pepper\" )" + }, + { + "id": "ing-7", + "text": "2 cups shredded Monterey Jack cheese", + "type": "ingredient", + "eamr": "( ing-7 \"2 cups shredded Monterey Jack cheese\" )" + }, + { + "id": "inst-0", + "text": "0) Place the potatoes and sweet potatoes in a large pot with enough water to cover.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"the potatoes\"@9:21 / FOOD )\r\n\t\t:ppt ( ing-1 \"sweet potatoes\"@26:40 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a large pot\"@44:55 / TOOL\r\n\t\t\t:todo ( \"enough water\"@61:73 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Bring to a boil.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"boil\"@14:18 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from heat, and drain.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-2-0 \"heat\"@15:19 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"drain\"@25:30 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Preheat the oven broiler.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-3-0 \"the oven broiler\"@11:27 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) In a large bowl, mash the potatoes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"mash\"@20:24 / AC\r\n\t\t:loc ( tool-4-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( \"the potatoes\"@25:37 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Gradually mix in butter, heavy cream, chicken bouillon, brown sugar, and pepper.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"mix in\"@13:19 / AC\r\n\t\t:ppt ( ing-2 \"butter\"@20:26 / FOOD )\r\n\t\t:ppt ( ing-3 \"heavy cream\"@28:39 / FOOD )\r\n\t\t:ppt ( ing-4 \"chicken bouillon\"@41:57 / FOOD )\r\n\t\t:ppt ( ing-5 \"brown sugar\"@59:70 / FOOD )\r\n\t\t:ppt ( ing-6 \"pepper\"@76:82 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Transfer the mixture to a medium baking dish, and top with Monterey Jack cheese.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Transfer\"@3:11 / AC\r\n\t\t:ppt ( \"the mixture\"@12:23 / FOOD )\r\n\t\t:gol ( tool-6-0 \"a medium baking dish\"@27:47 / TOOL )\r\n\t)\r\n\t:inform ( ac-6-1 \"top\"@53:56 / AC\r\n\t\t:ppt ( ing-7 \"Monterey Jack cheese\"@62:82 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Broil uncovered in the preheated oven 10 minutes, or until the cheese is melted and lightly browned.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Broil\"@3:8 / AC\r\n\t\t:loc ( tool-7-0 \"the preheated oven\"@22:40 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-7-0 \"10 minutes\"@41:51 / DUR )\r\n\t\t:until ( cond-7-0 \"until the cheese is melted and lightly browned\"@56:102 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/230_Fire_Side_Coffee.json b/ai_talks/AMUseBotBackend/recipe/230_Fire_Side_Coffee.json new file mode 100644 index 0000000..3d61130 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/230_Fire_Side_Coffee.json @@ -0,0 +1,60 @@ +{ + "id": "230", + "title": "Fire Side Coffee", + "content": [ + { + "id": "ing-0", + "text": "2 cups powdered non-dairy creamer", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups powdered non-dairy creamer\" )" + }, + { + "id": "ing-1", + "text": "1 1/2 cups instant hot chocolate mix", + "type": "ingredient", + "eamr": "( ing-1 \"1 1/2 cups instant hot chocolate mix\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 cups instant coffee granules", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 cups instant coffee granules\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon ground cinnamon", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon ground cinnamon\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon ground nutmeg\" )" + }, + { + "id": "inst-0", + "text": "0) Sift together creamer, hot chocolate mix, instant coffee, cinnamon and nutmeg.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Sift\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"creamer\"@17:24 / FOOD )\r\n\t\t:ppt ( ing-1 \"hot chocolate mix\"@26:43 / FOOD )\r\n\t\t:ppt ( ing-2 \"instant coffee\"@45:59 / FOOD )\r\n\t\t:ppt ( ing-3 \"cinnamon\"@61:69 / FOOD )\r\n\t\t:ppt ( ing-4 \"nutmeg\"@74:80 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Pour into a jar and seal with a lid.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( tool-1-0 \"a jar\"@13:18 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"seal\"@23:27 / AC\r\n\t\t:instrument ( tool-1-1 \"a lid\"@33:38 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) To prepare: Stir 3 teaspoons of mixture into 1 cup of hot water.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir\"@15:19 / AC\r\n\t\t:subtask ( purp-2-0 \"To prepare\"@3:13 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( \"3 teaspoons of mixture\"@20:42 / FOOD )\r\n\t\t:ppt ( \"1 cup of hot water\"@48:66 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Adjust to taste.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Adjust\"@3:9 / AC\r\n\t\t:prp ( purp-3-0 \"to taste\"@10:18 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/231_Easy_Alfredo_Sauce_I.json b/ai_talks/AMUseBotBackend/recipe/231_Easy_Alfredo_Sauce_I.json new file mode 100644 index 0000000..91262f7 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/231_Easy_Alfredo_Sauce_I.json @@ -0,0 +1,48 @@ +{ + "id": "231", + "title": "Easy Alfredo Sauce I", + "content": [ + { + "id": "ing-0", + "text": "1 pint heavy whipping cream", + "type": "ingredient", + "eamr": "( ing-0 \"1 pint heavy whipping cream\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup butter", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup butter\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 cups grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 cups grated Parmesan cheese\" )" + }, + { + "id": "inst-0", + "text": "0) In a medium saucepan combine whipping cream, butter or margarine, and grated Parmesan cheese.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@24:31 / AC\r\n\t\t:ppt ( ing-0 \"whipping cream\"@32:46 / FOOD )\r\n\t\t:ppt ( ing-1 \"butter or margarine\"@48:67 / FOOD )\r\n\t\t:ppt ( ing-2 \"grated Parmesan cheese\"@73:95 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a medium saucepan\"@6:23 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cook over medium low heat until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cook\"@3:7 / AC\r\n\t\t:heat ( temp-1-0 \"medium low heat\"@13:28 / TEMPERATURE )\r\n\t\t:until ( cond-1-0 \"until smooth\"@29:41 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove from heat.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Sauce will thicken upon standing.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"thicken\"@14:21 / AC\r\n\t\t:pag ( \"Sauce\"@3:8 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/232_Double_Fudge_Brownie_Mix.json b/ai_talks/AMUseBotBackend/recipe/232_Double_Fudge_Brownie_Mix.json new file mode 100644 index 0000000..7527d09 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/232_Double_Fudge_Brownie_Mix.json @@ -0,0 +1,48 @@ +{ + "id": "232", + "title": "Double Fudge Brownie Mix", + "content": [ + { + "id": "ing-0", + "text": "2 cups white sugar", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups white sugar\" )" + }, + { + "id": "ing-1", + "text": "1 cup unsweetened cocoa powder", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup unsweetened cocoa powder\" )" + }, + { + "id": "ing-2", + "text": "1 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1 cup chopped pecans", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup chopped pecans\" )" + }, + { + "id": "ing-4", + "text": "1 cup semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup semisweet chocolate chips\" )" + }, + { + "id": "inst-0", + "text": "0) In a 1 quart or 1 liter jar, layer the ingredients in the order listed.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"layer\"@32:37 / AC\r\n\t\t:loc ( tool-0-0 \"a 1 quart or 1 liter jar\"@6:30 / TOOL )\r\n\t\t:ppt ( \"the ingredients\"@38:53 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Attach a tag with the following instructions: Preheat the oven to 325 degrees F (165 degrees C).", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Attach\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"a tag\"@10:15 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"Preheat\"@49:56 / AC\r\n\t\t:ppt ( tool-1-1 \"the oven\"@57:65 / TOOL )\r\n\t\t:heat ( temp-1-0 \"325 degrees F\"@69:82 / TEMPERATURE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/233_Chocolate_Cheesecake_II.json b/ai_talks/AMUseBotBackend/recipe/233_Chocolate_Cheesecake_II.json new file mode 100644 index 0000000..3aff5ef --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/233_Chocolate_Cheesecake_II.json @@ -0,0 +1,198 @@ +{ + "id": "233", + "title": "Chocolate Cheesecake II", + "content": [ + { + "id": "ing-0", + "text": "1 1/2 cups chocolate cookie crumbs", + "type": "ingredient", + "eamr": "( ing-0 \"1 1/2 cups chocolate cookie crumbs\" )" + }, + { + "id": "ing-1", + "text": "2 tablespoons white sugar", + "type": "ingredient", + "eamr": "( ing-1 \"2 tablespoons white sugar\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup butter, melted", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup butter, melted\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup semisweet chocolate chips\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup heavy whipping cream", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup heavy whipping cream\" )" + }, + { + "id": "ing-5", + "text": "3 (8 ounce) packages cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-5 \"3 (8 ounce) packages cream cheese, softened\" )" + }, + { + "id": "ing-6", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup white sugar\" )" + }, + { + "id": "ing-7", + "text": "1/3 cup unsweetened cocoa powder", + "type": "ingredient", + "eamr": "( ing-7 \"1/3 cup unsweetened cocoa powder\" )" + }, + { + "id": "ing-8", + "text": "3 eggs", + "type": "ingredient", + "eamr": "( ing-8 \"3 eggs\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-10", + "text": "1 1/2 cups semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-10 \"1 1/2 cups semisweet chocolate chips\" )" + }, + { + "id": "ing-11", + "text": "1/4 cup heavy whipping cream", + "type": "ingredient", + "eamr": "( ing-11 \"1/4 cup heavy whipping cream\" )" + }, + { + "id": "ing-12", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-12 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F ( 175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@35:48 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Lightly grease a 9 inch springform pan.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"grease\"@11:17 / AC\r\n\t\t:ppt ( tool-1-0 \"a 9 inch springform pan\"@18:41 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a small bowl, mix together 1 1/2 cups chocolate wafer crumbs, 2 tablespoons sugar, and melted butter.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"mix\"@20:23 / AC\r\n\t\t:ppt ( ing-0 \"1 1/2 cups chocolate wafer crumbs\"@33:66 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a small bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-1 \"2 tablespoons sugar\"@68:87 / FOOD )\r\n\t\t:ppt ( ing-2 \"melted butter\"@93:106 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Press onto the bottom and 1 1/2 inch up the sides of the prepared 9 inch springform pan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Press\"@3:8 / AC\r\n\t\t:gol ( \"the bottom\"@14:24 / OTHER )\r\n\t\t:todo ( tool-3-0 \"1 1/2 inch up the sides of the prepared 9 inch springform pan\"@-1:-1 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Bake at 350 degrees F (175 degrees C) for 10 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-4-0 \"350 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"175 degrees C\"@26:39 / TEMPERATURE )\r\n\t\t:duration ( dur-4-0 \"10 minutes\"@45:55 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Allow to cool.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"cool\"@12:16 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Reduce oven temperature to 325 degrees F (165 degrees C).", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"oven temperature\"@10:26 / OTHER )\r\n\t\t:gol ( temp-6-0 \"325 degrees F (165 degrees C)\"@30:59 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) To Make Filling: In a small saucepan, heat 1/4 cup whipping cream and 1/4 cup chocolate chips, stirring constantly, until chips are melted.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"heat\"@41:45 / AC\r\n\t\t:subtask ( purp-7-0 \"To Make Filling\"@3:18 / PURPOSE_CLAUSE )\r\n\t\t:loc ( tool-7-0 \"a small saucepan\"@23:39 / TOOL )\r\n\t\t:ppt ( ing-4 \"1/4 cup whipping cream\"@46:68 / FOOD )\r\n\t\t:ppt ( ing-3 \"1/4 cup chocolate chips\"@73:96 / FOOD )\r\n\t\t:simultaneous ( ac-7-1 \"stirring\"@98:106 / AC )\r\n\t\t:until ( cond-7-0 \"until chips are melted\"@119:141 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) In a large mixing bowl, beat cream cheese and 1 cup of sugar until smooth.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"beat\"@27:31 / AC\r\n\t\t:loc ( tool-8-0 \"a large mixing bowl\"@6:25 / TOOL )\r\n\t\t:ppt ( ing-5 \"cream cheese\"@32:44 / FOOD )\r\n\t\t:ppt ( ing-6 \"1 cup of sugar\"@49:63 / FOOD )\r\n\t\t:until ( cond-8-0 \"until smooth\"@64:76 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Add cocoa and beat well.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-7 \"cocoa\"@8:13 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"beat\"@18:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Add eggs and beat on low until just blended.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Add\"@4:7 / AC\r\n\t\t:ppt ( ing-8 \"eggs\"@8:12 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-10-1 \"beat\"@17:21 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:mnr ( \"on low\"@22:28 / OTHER )\r\n\t\t:until ( cond-10-0 \"until just blended\"@29:47 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Stir in 1 teaspoon vanilla and reserved chocolate mixture until blended.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( ing-9 \"1 teaspoon vanilla\"@12:30 / FOOD )\r\n\t\t:ppt ( \"reserved chocolate mixture\"@35:61 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-11-0 \"until blended\"@62:75 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Pour over crust.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"crust\"@14:19 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Bake at 325 degrees F (165 degrees C) for 45 to 50 minutes or until center is almost set.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Bake\"@4:8 / AC\r\n\t\t:heat ( temp-13-0 \"325 degrees F\"@12:25 / TEMPERATURE )\r\n\t\t:heat ( temp-13-1 \"165 degrees C\"@27:40 / TEMPERATURE )\r\n\t\t:duration ( dur-13-0 \"45 to 50 minutes\"@46:62 / DUR )\r\n\t\t:until ( cond-13-0 \"until center is almost set\"@66:92 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) To Make Topping: In a small saucepan, heat 1/4 cup whipping cream and 1 teaspoon vanilla until just before boiling.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"heat\"@42:46 / AC\r\n\t\t:subtask ( purp-14-0 \"To Make Topping\"@4:19 / PURPOSE_CLAUSE )\r\n\t\t:loc ( tool-14-0 \"a small saucepan\"@24:40 / TOOL )\r\n\t\t:ppt ( ing-11 \"1/4 cup whipping cream\"@47:69 / FOOD )\r\n\t\t:ppt ( ing-12 \"1 teaspoon vanilla\"@74:92 / FOOD )\r\n\t\t:until ( cond-14-0 \"until just before boiling\"@93:118 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Stir constantly and be careful not to boil over.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Stir\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-15-1 \"not to boil over\"@42:51 / AC )\r\n)" + }, + { + "id": "inst-16", + "text": "16) Have 1 1/2 cups chocolate chips ready in a small bowl.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Have\"@4:8 / AC\r\n\t\t:ppt ( \"1 1/2 cups chocolate chips\"@9:35 / FOOD )\r\n\t\t:loc ( tool-16-0 \"a small bowl\"@45:57 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Pour in the hot cream and stir with a spoon until smooth.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-1 \"Pour in\"@4:11 / AC\r\n\t\t:ppt ( \"the hot cream\"@12:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-17-0 \"stir\"@30:34 / AC\r\n\t\t:instrument ( tool-17-0 \"a spoon\"@40:47 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-17-0 \"until smooth\"@48:60 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Spread over baked cheesecake and refrigerate overnight.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"Spread\"@4:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( \"baked cheesecake\"@16:32 / FOOD )\r\n\t)\r\n\t:inform ( ac-18-1 \"refrigerate\"@37:48 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-18-0 \"overnight\"@49:58 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/234_Chicken_Tortilla_Soup_IV.json b/ai_talks/AMUseBotBackend/recipe/234_Chicken_Tortilla_Soup_IV.json new file mode 100644 index 0000000..bfa30ab --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/234_Chicken_Tortilla_Soup_IV.json @@ -0,0 +1,132 @@ +{ + "id": "234", + "title": "Chicken Tortilla Soup IV", + "content": [ + { + "id": "ing-0", + "text": "2 1/2 teaspoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 1/2 teaspoons vegetable oil\" )" + }, + { + "id": "ing-1", + "text": "6 (6 inch) corn tortillas, cut into 1/2 inch strips", + "type": "ingredient", + "eamr": "( ing-1 \"6 (6 inch) corn tortillas, cut into 1/2 inch strips\" )" + }, + { + "id": "ing-2", + "text": "3 cups chicken broth", + "type": "ingredient", + "eamr": "( ing-2 \"3 cups chicken broth\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon ground cumin", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon ground cumin\" )" + }, + { + "id": "ing-4", + "text": "1/2 teaspoon chili powder", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 teaspoon chili powder\" )" + }, + { + "id": "ing-5", + "text": "1/2 teaspoon dried oregano", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 teaspoon dried oregano\" )" + }, + { + "id": "ing-6", + "text": "1 (15 ounce) can black beans, rinsed and drained", + "type": "ingredient", + "eamr": "( ing-6 \"1 (15 ounce) can black beans, rinsed and drained\" )" + }, + { + "id": "ing-7", + "text": "1 (15 ounce) can whole kernel corn, drained", + "type": "ingredient", + "eamr": "( ing-7 \"1 (15 ounce) can whole kernel corn, drained\" )" + }, + { + "id": "ing-8", + "text": "2 skinless, boneless chicken breast halves, cut into bite size pieces", + "type": "ingredient", + "eamr": "( ing-8 \"2 skinless, boneless chicken breast halves, cut into bite size pieces\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup salsa", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup salsa\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup chopped fresh cilantro", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup chopped fresh cilantro\" )" + }, + { + "id": "inst-0", + "text": "0) Heat 2 teaspoons of the oil in a large pot over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"2 teaspoons of the oil\"@8:30 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a large pot\"@34:45 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@51:62 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add half of the tortilla strips, stirring often, until crisp.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-1 \"half of the tortilla strips\"@7:34 / FOOD )\r\n\t\t:simultaneous ( ac-1-1 \"stirring\"@36:44 / AC\r\n\t\t\t:until ( cond-1-0 \"until crisp\"@52:63 / CONDITION_CLAUSE )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Drain on paper towels.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Drain\"@3:8 / AC\r\n\t\t:loc ( tool-2-0 \"paper towels\"@12:24 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Repeat with remaining 1/2 teaspoon of oil and remaining tortilla strips and set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Repeat\"@3:9 / AC\r\n\t\t:ppt ( ing-0 \"remaining 1/2 teaspoon of oil\"@15:44 / FOOD )\r\n\t\t:ppt ( ing-1 \"remaining tortilla strips\"@49:74 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"set aside\"@79:88 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add the broth, cumin, chili powder and oregano to the pot.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"the broth\"@7:16 / FOOD )\r\n\t\t:ppt ( ing-3 \"cumin\"@18:23 / FOOD )\r\n\t\t:ppt ( ing-4 \"chili powder\"@25:37 / FOOD )\r\n\t\t:ppt ( ing-5 \"oregano\"@42:49 / FOOD )\r\n\t\t:ppt ( tool-4-0 \"the pot\"@53:60 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Raise heat to high and bring to a boil.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Raise\"@3:8 / AC\r\n\t\t:ppt ( tool-5-0 \"heat\"@9:13 / TOOL )\r\n\t\t:heat ( temp-5-0 \"high\"@17:21 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-5-1 \"boil\"@37:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-5-1 \"high\"@17:21 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Add the beans, corn, chicken and salsa.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"the beans\"@7:16 / FOOD )\r\n\t\t:ppt ( ing-7 \"corn\"@18:22 / FOOD )\r\n\t\t:ppt ( ing-8 \"chicken\"@24:31 / FOOD )\r\n\t\t:ppt ( ing-9 \"salsa\"@36:41 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Reduce heat to low, stir and simmer for about 2 minutes, or until chicken is cooked through and no longer pink inside.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( tool-7-0 \"heat\"@10:14 / TOOL )\r\n\t\t:gol ( temp-7-0 \"low\"@18:21 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-7-1 \"stir\"@23:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-7-2 \"simmer\"@32:38 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-7-1 \"low\"@18:21 / TEMPERATURE )\r\n\t\t:duration ( dur-7-0 \"about 2 minutes\"@43:58 / DUR )\r\n\t\t:until ( cond-7-0 \"until chicken is cooked through and no longer pink inside\"@63:120 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Add the cilantro and half of the reserved tortilla strips.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-10 \"the cilantro\"@7:19 / FOOD )\r\n\t\t:ppt ( \"half of the reserved tortilla strips\"@24:60 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Ladle into individual bowls and garnish each bowl with some of the remaining strips.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Ladle\"@4:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-9-0 \"individual bowls\"@15:31 / TOOL )\r\n\t)\r\n\t:inform ( ac-9-1 \"garnish\"@36:43 / AC\r\n\t\t:gol ( tool-9-1 \"each bowl\"@44:53 / TOOL )\r\n\t\t:ppt ( \"some of the remaining strips\"@59:87 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/235_Baked_Halibut_Steaks.json b/ai_talks/AMUseBotBackend/recipe/235_Baked_Halibut_Steaks.json new file mode 100644 index 0000000..4ae8224 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/235_Baked_Halibut_Steaks.json @@ -0,0 +1,108 @@ +{ + "id": "235", + "title": "Baked Halibut Steaks", + "content": [ + { + "id": "ing-0", + "text": "1 teaspoon olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"1 teaspoon olive oil\" )" + }, + { + "id": "ing-1", + "text": "1 cup diced zucchini", + "type": "ingredient", + "eamr": "( ing-1 \"1 cup diced zucchini\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup minced onion", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup minced onion\" )" + }, + { + "id": "ing-3", + "text": "1 clove garlic, peeled and minced", + "type": "ingredient", + "eamr": "( ing-3 \"1 clove garlic, peeled and minced\" )" + }, + { + "id": "ing-4", + "text": "2 cups diced fresh tomatoes", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups diced fresh tomatoes\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons chopped fresh basil", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons chopped fresh basil\" )" + }, + { + "id": "ing-6", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "1/4 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 teaspoon ground black pepper\" )" + }, + { + "id": "ing-8", + "text": "4 (6 ounce) halibut steaks", + "type": "ingredient", + "eamr": "( ing-8 \"4 (6 ounce) halibut steaks\" )" + }, + { + "id": "ing-9", + "text": "1/3 cup crumbled feta cheese", + "type": "ingredient", + "eamr": "( ing-9 \"1/3 cup crumbled feta cheese\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 450 degrees F (230 degrees C). Lightly grease a shallow baking dish.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"450 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"230 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-0-1 \"grease\"@58:64 / AC\r\n\t\t:ppt ( tool-0-1 \"a shallow baking dish\"@65:86 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Heat olive oil in a medium saucepan over medium heat and stir in zucchini, onion, and garlic. Cook and stir 5 minutes or until tender.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"olive oil\"@8:17 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a medium saucepan\"@21:38 / TOOL )\r\n\t\t:heat ( temp-1-0 \"medium heat\"@44:55 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-1-1 \"stir in\"@60:67 / AC\r\n\t\t:ppt ( ing-1 \"zucchini\"@68:76 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion\"@78:83 / FOOD )\r\n\t\t:ppt ( ing-3 \"garlic\"@89:95 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"Cook and stir\"@97:110 / AC\r\n\t\t:duration ( dur-1-0 \"5 minutes\"@111:120 / DUR )\r\n\t\t:until ( cond-1-0 \"until tender\"@124:136 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Remove saucepan from heat and mix in tomatoes, basil, salt, and pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( tool-2-0 \"saucepan\"@10:18 / TOOL )\r\n\t\t:source ( tool-2-1 \"heat\"@24:28 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"mix in\"@33:39 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-4 \"tomatoes\"@40:48 / FOOD )\r\n\t\t:ppt ( ing-5 \"basil\"@50:55 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@57:61 / FOOD )\r\n\t\t:ppt ( ing-7 \"pepper\"@67:73 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Arrange halibut steaks in a single layer in the prepared baking dish.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( ing-8 \"halibut steaks\"@11:25 / FOOD )\r\n\t\t:reshape ( \"a single layer\"@29:43 / OTHER )\r\n\t\t:loc ( tool-3-0 \"the prepared baking dish\"@47:71 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Spoon equal amounts of the zucchini mixture over each steak.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( \"the zucchini mixture\"@26:46 / FOOD )\r\n\t\t:gol ( \"each steak\"@52:62 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Top with feta cheese.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Top\"@3:6 / AC\r\n\t\t:ppt ( ing-9 \"feta cheese\"@12:23 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bake 15 minutes in the preheated oven, or until fish is easily flaked with a fork.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Bake\"@3:7 / AC\r\n\t\t:duration ( dur-6-0 \"15 minutes\"@8:18 / DUR )\r\n\t\t:loc ( tool-6-0 \"the preheated oven\"@22:40 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-6-0 \"until fish is easily flaked with a fork\"@45:84 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/236_Cranberry_Brandy_Slush.json b/ai_talks/AMUseBotBackend/recipe/236_Cranberry_Brandy_Slush.json new file mode 100644 index 0000000..d73802b --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/236_Cranberry_Brandy_Slush.json @@ -0,0 +1,54 @@ +{ + "id": "236", + "title": "Cranberry Brandy Slush", + "content": [ + { + "id": "ing-0", + "text": "2 cups cherry brandy liqueur", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups cherry brandy liqueur\" )" + }, + { + "id": "ing-1", + "text": "1 (16 ounce) can frozen orange juice concentrate", + "type": "ingredient", + "eamr": "( ing-1 \"1 (16 ounce) can frozen orange juice concentrate\" )" + }, + { + "id": "ing-2", + "text": "1 (16 ounce) can frozen lemonade concentrate", + "type": "ingredient", + "eamr": "( ing-2 \"1 (16 ounce) can frozen lemonade concentrate\" )" + }, + { + "id": "ing-3", + "text": "2 quarts cranberry juice", + "type": "ingredient", + "eamr": "( ing-3 \"2 quarts cranberry juice\" )" + }, + { + "id": "ing-4", + "text": "1 (2 liter) bottle lemon-lime flavored carbonated beverage, chilled", + "type": "ingredient", + "eamr": "( ing-4 \"1 (2 liter) bottle lemon-lime flavored carbonated beverage, chilled\" )" + }, + { + "id": "inst-0", + "text": "0) In a plastic container, mix together cherry brandy, orange juice concentrate, lemonade concentrate, and cranberry juice.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"mix\"@27:30 / AC\r\n\t\t:ppt ( ing-0 \"cherry brandy\"@40:53 / FOOD )\r\n\t\t:ppt ( ing-1 \"orange juice concentrate\"@55:79 / FOOD )\r\n\t\t:ppt ( ing-2 \"lemonade concentrate\"@81:101 / FOOD )\r\n\t\t:ppt ( ing-3 \"cranberry juice\"@107:122 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a plastic container\"@6:25 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Freeze overnight.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Freeze\"@3:9 / AC\r\n\t\t:duration ( dur-1-0 \"overnight\"@10:19 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) To serve, scoop desired amount of frozen mixture into a glass, and fill with lemon-lime soda.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"scoop\"@13:18 / AC\r\n\t\t:ppt ( \"desired amount of frozen mixture\"@19:51 / FOOD )\r\n\t\t:gol ( tool-2-0 \"a glass\"@57:64 / TOOL )\r\n\t\t:prp ( purp-2-0 \"To serve\"@3:11 / PURPOSE_CLAUSE )\r\n\t)\r\n\t:inform ( ac-2-1 \"fill\"@70:74 / AC\r\n\t\t:ppt ( ing-4 \"lemon-lime soda\"@80:95 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/237_Baked_Pork_Chops_Low_Fat_Version.json b/ai_talks/AMUseBotBackend/recipe/237_Baked_Pork_Chops_Low_Fat_Version.json new file mode 100644 index 0000000..fbcb28f --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/237_Baked_Pork_Chops_Low_Fat_Version.json @@ -0,0 +1,150 @@ +{ + "id": "237", + "title": "Baked Pork Chops Low Fat Version", + "content": [ + { + "id": "ing-0", + "text": "6 center cut pork chops, trimmed of any visible fat", + "type": "ingredient", + "eamr": "( ing-0 \"6 center cut pork chops, trimmed of any visible fat\" )" + }, + { + "id": "ing-1", + "text": "1 teaspoon garlic powder", + "type": "ingredient", + "eamr": "( ing-1 \"1 teaspoon garlic powder\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon seasoning salt", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon seasoning salt\" )" + }, + { + "id": "ing-3", + "text": "1 egg, beaten with", + "type": "ingredient", + "eamr": "( ing-3 \"1 egg, beaten with\" )" + }, + { + "id": "ing-4", + "text": "1/4 cup egg substitute", + "type": "ingredient", + "eamr": "( ing-4 \"1/4 cup egg substitute\" )" + }, + { + "id": "ing-5", + "text": "1/4 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-5 \"1/4 cup all-purpose flour\" )" + }, + { + "id": "ing-6", + "text": "2 cups Italian-style seasoned bread crumbs", + "type": "ingredient", + "eamr": "( ing-6 \"2 cups Italian-style seasoned bread crumbs\" )" + }, + { + "id": "ing-7", + "text": "2 tablespoons olive oil", + "type": "ingredient", + "eamr": "( ing-7 \"2 tablespoons olive oil\" )" + }, + { + "id": "ing-8", + "text": "canola cooking spray", + "type": "ingredient", + "eamr": "( ing-8 \"canola cooking spray\" )" + }, + { + "id": "ing-9", + "text": "1 (10.75 ounce) can reduced fat condensed cream of mushroom soup", + "type": "ingredient", + "eamr": "( ing-9 \"1 (10.75 ounce) can reduced fat condensed cream of mushroom soup\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup 1% low-fat milk", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup 1% low-fat milk\" )" + }, + { + "id": "ing-11", + "text": "1/3 cup white wine", + "type": "ingredient", + "eamr": "( ing-11 \"1/3 cup white wine\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Rinse pork chops, pat dry, and season with garlic powder and seasoning salt to taste.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Rinse\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"pork chops\"@9:19 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"pat\"@21:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"season\"@34:40 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-1 \"garlic powder\"@46:59 / FOOD )\r\n\t\t:ppt ( ing-2 \"seasoning salt\"@64:78 / FOOD )\r\n\t\t:prp ( purp-1-0 \"to taste\"@79:87 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place the beaten egg and egg substitute mixture in a small bowl.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-3 \"the beaten egg\"@9:23 / FOOD )\r\n\t\t:ppt ( ing-4 \"egg substitute mixture\"@28:50 / FOOD )\r\n\t\t:gol ( tool-2-0 \"a small bowl\"@54:66 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Dredge the pork chops lightly in flour, dip in the egg, and coat liberally with bread crumbs.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Dredge\"@3:9 / AC\r\n\t\t:ppt ( \"the pork chops\"@10:24 / FOOD )\r\n\t\t:loc ( ing-5 \"flour\"@36:41 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"dip\"@43:46 / AC\r\n\t\t:gol ( \"the egg\"@50:57 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-2 \"coat\"@63:67 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-6 \"bread crumbs\"@83:95 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Heat the olive oil in a large skillet over medium-high heat.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-7 \"the olive oil\"@8:21 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a large skillet\"@25:40 / TOOL )\r\n\t\t:heat ( temp-4-0 \"medium-high heat\"@46:62 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place the pork chops in the pan and coat the tops with canola cooking spray.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"the pork chops\"@9:23 / FOOD )\r\n\t\t:gol ( tool-5-0 \"the pan\"@27:34 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"coat\"@39:43 / AC\r\n\t\t:ppt ( ing-8 \"canola cooking spray\"@58:78 / FOOD )\r\n\t\t:gol ( \"the tops\"@44:52 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Fry the pork chops 5 minutes per side, or until the breading appears well browned.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Fry\"@3:6 / AC\r\n\t\t:ppt ( \"the pork chops\"@7:21 / FOOD )\r\n\t\t:duration ( dur-6-0 \"5 minutes\"@22:31 / DUR )\r\n\t\t:until ( cond-6-0 \"until the breading appears well browned\"@45:84 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Transfer the chops to a 9x13 inch baking dish, and cover with foil.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Transfer\"@3:11 / AC\r\n\t\t:ppt ( \"the chops\"@12:21 / FOOD )\r\n\t\t:gol ( tool-7-0 \"a 9x13 inch baking dish\"@25:48 / TOOL )\r\n\t)\r\n\t:inform ( ac-7-1 \"cover\"@54:59 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:instrument ( tool-7-1 \"foil\"@65:69 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake in the preheated oven for 1 hour.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-8-0 \"the preheated oven\"@11:29 / TOOL )\r\n\t\t:duration ( dur-8-0 \"1 hour\"@34:40 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) While baking, combine the cream of mushroom soup, milk, and white wine in a medium bowl.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"combine\"@18:25 / AC\r\n\t\t:while ( cond-9-0 \"While baking\"@4:16 / CONDITION_CLAUSE )\r\n\t\t:ppt ( ing-9 \"the cream of mushroom soup\"@26:52 / FOOD )\r\n\t\t:ppt ( ing-10 \"milk\"@54:58 / FOOD )\r\n\t\t:ppt ( ing-11 \"white wine\"@64:74 / FOOD )\r\n\t\t:loc ( tool-9-0 \"a medium bowl\"@78:91 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) After the pork chops have baked for an hour, cover them with the soup mixture.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"cover\"@49:54 / AC\r\n\t\t:ppt ( \"them\"@55:59 / PRONOUN )\r\n\t\t:ppt ( \"the soup mixture\"@65:81 / FOOD )\r\n\t\t:duration ( cond-10-0 \"After the pork chops have baked for an hour\"@4:47 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Replace foil, and bake for another 30 minutes.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Replace\"@4:11 / AC\r\n\t\t:ppt ( tool-11-0 \"foil\"@12:16 / TOOL )\r\n\t)\r\n\t:inform ( ac-11-1 \"bake\"@22:26 / AC\r\n\t\t:duration ( dur-11-0 \"another 30 minutes\"@31:49 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/238_Escargots_Vol_au_Vent.json b/ai_talks/AMUseBotBackend/recipe/238_Escargots_Vol_au_Vent.json new file mode 100644 index 0000000..88dcbc0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/238_Escargots_Vol_au_Vent.json @@ -0,0 +1,114 @@ +{ + "id": "238", + "title": "Escargots Vol au Vent", + "content": [ + { + "id": "ing-0", + "text": "12 helix snails, without shells", + "type": "ingredient", + "eamr": "( ing-0 \"12 helix snails, without shells\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-2", + "text": "2 cloves garlic, finely chopped", + "type": "ingredient", + "eamr": "( ing-2 \"2 cloves garlic, finely chopped\" )" + }, + { + "id": "ing-3", + "text": "1 green onion, finely chopped", + "type": "ingredient", + "eamr": "( ing-3 \"1 green onion, finely chopped\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon finely minced fresh parsley", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon finely minced fresh parsley\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon freshly ground black pepper", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon freshly ground black pepper\" )" + }, + { + "id": "ing-6", + "text": "1/8 teaspoon ground nutmeg", + "type": "ingredient", + "eamr": "( ing-6 \"1/8 teaspoon ground nutmeg\" )" + }, + { + "id": "ing-7", + "text": "2 tablespoons dry white wine", + "type": "ingredient", + "eamr": "( ing-7 \"2 tablespoons dry white wine\" )" + }, + { + "id": "ing-8", + "text": "12 puff pastry shells", + "type": "ingredient", + "eamr": "( ing-8 \"12 puff pastry shells\" )" + }, + { + "id": "ing-9", + "text": "12 mushroom caps", + "type": "ingredient", + "eamr": "( ing-9 \"12 mushroom caps\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 400 degrees F (200 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"400 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"200 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Drain escargots; rinse in cold water and drain again.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Drain\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"escargots\"@9:18 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"rinse\"@20:25 / AC\r\n\t\t:loc ( \"cold water\"@29:39 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"drain\"@44:49 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a mixing bowl, combine the butter, garlic, green onion, parsley, pepper, nutmeg and wine.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( ing-1 \"the butter\"@29:39 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t\t:ppt ( ing-2 \"garlic\"@41:47 / FOOD )\r\n\t\t:ppt ( ing-3 \"green onion\"@49:60 / FOOD )\r\n\t\t:ppt ( ing-4 \"parsley\"@62:69 / FOOD )\r\n\t\t:ppt ( ing-5 \"pepper\"@71:77 / FOOD )\r\n\t\t:ppt ( ing-6 \"nutmeg\"@79:85 / FOOD )\r\n\t\t:ppt ( ing-7 \"wine\"@90:94 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix thoroughly.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Place 1 teaspoon of butter mixture into each pastry shell.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"1 teaspoon of butter mixture\"@9:37 / FOOD )\r\n\t\t:gol ( ing-8 \"each pastry shell\"@43:60 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Top each with 1 escargot, cover with another teaspoon of butter mixture and place mushroom cap on top.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Top\"@3:6 / AC\r\n\t\t:gol ( \"each\"@7:11 / FOOD )\r\n\t\t:ppt ( \"1 escargot\"@17:27 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cover\"@29:34 / AC\r\n\t\t:ppt ( \"another teaspoon of butter mixture\"@40:74 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-2 \"place\"@79:84 / AC\r\n\t\t:ppt ( ing-9 \"mushroom cap\"@85:97 / FOOD )\r\n\t\t:gol ( \"top\"@101:104 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Arrange pastry shells on a 10x15 inch baking sheet.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Arrange\"@3:10 / AC\r\n\t\t:ppt ( tool-6-0 \"pastry shells\"@11:24 / TOOL )\r\n\t\t:gol ( tool-6-1 \"a 10x15 inch baking sheet\"@28:53 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake in a preheated oven for 8 to 10 minutes or until golden brown.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-7-0 \"a preheated oven\"@11:27 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-7-0 \"8 to 10 minutes\"@32:47 / DUR )\r\n\t\t:until ( cond-7-0 \"until golden brown\"@51:69 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/239_Bahama_Mama_II.json b/ai_talks/AMUseBotBackend/recipe/239_Bahama_Mama_II.json new file mode 100644 index 0000000..c88cb15 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/239_Bahama_Mama_II.json @@ -0,0 +1,42 @@ +{ + "id": "239", + "title": "Bahama Mama II", + "content": [ + { + "id": "ing-0", + "text": "1 fluid ounce dark rum", + "type": "ingredient", + "eamr": "( ing-0 \"1 fluid ounce dark rum\" )" + }, + { + "id": "ing-1", + "text": "1/2 fluid ounce apricot brandy", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 fluid ounce apricot brandy\" )" + }, + { + "id": "ing-2", + "text": "3 1/2 fluid ounces fruit punch", + "type": "ingredient", + "eamr": "( ing-2 \"3 1/2 fluid ounces fruit punch\" )" + }, + { + "id": "ing-3", + "text": "1/2 fluid ounce pina colada mix", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 fluid ounce pina colada mix\" )" + }, + { + "id": "inst-0", + "text": "0) In a mixing glass combine the rum, apricot brandy, fruit punch and pina colada mix.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( ing-0 \"the rum\"@29:36 / FOOD )\r\n\t\t:ppt ( ing-1 \"apricot brandy\"@38:52 / FOOD )\r\n\t\t:ppt ( ing-2 \"fruit punch\"@54:65 / FOOD )\r\n\t\t:ppt ( ing-3 \"pina colada mix\"@70:85 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a mixing glass\"@6:20 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir to blend and serve over ice.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir\"@3:7 / AC\r\n\t\t:prp ( purp-1-0 \"to blend\"@8:16 / PURPOSE_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"serve\"@21:26 / AC\r\n\t\t:ppt ( \"ice\"@32:35 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/240_Anzac_Biscuits_I.json b/ai_talks/AMUseBotBackend/recipe/240_Anzac_Biscuits_I.json new file mode 100644 index 0000000..0130574 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/240_Anzac_Biscuits_I.json @@ -0,0 +1,90 @@ +{ + "id": "240", + "title": "Anzac Biscuits I", + "content": [ + { + "id": "ing-0", + "text": "1 cup quick cooking oats", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup quick cooking oats\" )" + }, + { + "id": "ing-1", + "text": "3/4 cup flaked coconut", + "type": "ingredient", + "eamr": "( ing-1 \"3/4 cup flaked coconut\" )" + }, + { + "id": "ing-2", + "text": "1 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"1 cup all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-3 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-4", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup white sugar\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup butter", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup butter\" )" + }, + { + "id": "ing-6", + "text": "1 tablespoon golden syrup", + "type": "ingredient", + "eamr": "( ing-6 \"1 tablespoon golden syrup\" )" + }, + { + "id": "ing-7", + "text": "2 tablespoons boiling water", + "type": "ingredient", + "eamr": "( ing-7 \"2 tablespoons boiling water\" )" + }, + { + "id": "inst-0", + "text": "0) Mix oats, flour, sugar and coconut together.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( ing-0 \"oats\"@7:11 / FOOD )\r\n\t\t:ppt ( ing-2 \"flour\"@13:18 / FOOD )\r\n\t\t:ppt ( ing-4 \"sugar\"@20:25 / FOOD )\r\n\t\t:ppt ( ing-1 \"coconut\"@30:37 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a small saucepan over low heat, melt the syrup and butter together.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"melt\"@38:42 / AC\r\n\t\t:loc ( tool-1-0 \"a small saucepan\"@6:22 / TOOL )\r\n\t\t:heat ( temp-1-0 \"low heat\"@28:36 / TEMPERATURE )\r\n\t\t:ppt ( ing-6 \"the syrup\"@43:52 / FOOD )\r\n\t\t:ppt ( ing-5 \"butter\"@57:63 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Mix the soda and the boiling water and add to the melted butter and syrup.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( ing-3 \"the soda\"@7:15 / FOOD )\r\n\t\t:ppt ( ing-7 \"the boiling water\"@20:37 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"add\"@42:45 / AC\r\n\t\t:ppt ( \"the melted butter\"@49:66 / FOOD )\r\n\t\t:ppt ( \"syrup\"@71:76 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add butter mixture to the dry ingredients.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"butter mixture\"@7:21 / FOOD )\r\n\t\t:ppt ( \"the dry ingredients\"@25:44 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Drop by teaspoons on greased cookie sheets (or baking paper).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Drop\"@3:7 / AC\r\n\t\t:heat ( tool-4-0 \"teaspoons\"@11:20 / TOOL )\r\n\t\t:gol ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-4-1 \"greased cookie sheets\"@24:45 / TOOL )\r\n\t\t\t:option ( tool-4-2 \"baking paper\"@50:62 / TOOL )\r\n\t\t)\r\n\t\t:gol ( tool-4-3 \"baking paper\"@50:62 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake at 350 degrees F (175 degrees C) for 18 to 20 minutes.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-5-0 \"350 degrees F (175 degrees C)\"@11:40 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"18 to 20 minutes\"@45:61 / DUR )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/241_Chocolate_Covered_Pretzels.json b/ai_talks/AMUseBotBackend/recipe/241_Chocolate_Covered_Pretzels.json new file mode 100644 index 0000000..6c9dbf6 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/241_Chocolate_Covered_Pretzels.json @@ -0,0 +1,42 @@ +{ + "id": "241", + "title": "Chocolate Covered Pretzels", + "content": [ + { + "id": "ing-0", + "text": "2 (10 ounce) packages pretzels", + "type": "ingredient", + "eamr": "( ing-0 \"2 (10 ounce) packages pretzels\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon heavy whipping cream", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon heavy whipping cream\" )" + }, + { + "id": "ing-2", + "text": "2 cups semisweet chocolate chips", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups semisweet chocolate chips\" )" + }, + { + "id": "inst-0", + "text": "0) Melt chocolate and cream in double boiler over low heat, stirring constantly.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"chocolate\"@8:17 / FOOD )\r\n\t\t:ppt ( ing-1 \"cream\"@22:27 / FOOD )\r\n\t\t:loc ( tool-0-0 \"double boiler\"@31:44 / TOOL )\r\n\t\t:heat ( temp-0-0 \"low heat\"@50:58 / TEMPERATURE )\r\n\t\t:simultaneous ( ac-0-1 \"stirring\"@60:68 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Dip pretzels one at a time quickly to coat while mixture is still very warm.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Dip\"@3:6 / AC\r\n\t\t:ppt ( ing-0 \"pretzels\"@7:15 / FOOD )\r\n\t\t:prp ( purp-1-0 \"to coat while mixture is still very warm\"@38:78 / PURPOSE_CLAUSE )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place pretzels on wax paper to set and cool.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"pretzels\"@9:17 / FOOD )\r\n\t\t:gol ( tool-2-0 \"wax paper\"@21:30 / TOOL )\r\n\t\t:prp ( purp-2-0 \"to set and cool\"@31:46 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/242_Cinnamon_Chocolate_Cake_2.json b/ai_talks/AMUseBotBackend/recipe/242_Cinnamon_Chocolate_Cake_2.json new file mode 100644 index 0000000..5a69802 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/242_Cinnamon_Chocolate_Cake_2.json @@ -0,0 +1,192 @@ +{ + "id": "242", + "title": "Cinnamon Chocolate Cake 2", + "content": [ + { + "id": "ing-0", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "2 cups sugar", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups sugar\" )" + }, + { + "id": "ing-2", + "text": "1 1/2 teaspoons ground cinnamon", + "type": "ingredient", + "eamr": "( ing-2 \"1 1/2 teaspoons ground cinnamon\" )" + }, + { + "id": "ing-3", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-4", + "text": "1 cup water", + "type": "ingredient", + "eamr": "( ing-4 \"1 cup water\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup vegetable oil", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup vegetable oil\" )" + }, + { + "id": "ing-6", + "text": "1/2 cup butter or margarine", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 cup butter or margarine\" )" + }, + { + "id": "ing-7", + "text": "1/4 cup baking cocoa", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 cup baking cocoa\" )" + }, + { + "id": "ing-8", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-8 \"2 eggs\" )" + }, + { + "id": "ing-9", + "text": "1/2 cup buttermilk", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 cup buttermilk\" )" + }, + { + "id": "ing-10", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-10 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-11", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-11 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-12", + "text": "1/2 cup butter or margarine", + "type": "ingredient", + "eamr": "( ing-12 \"1/2 cup butter or margarine\" )" + }, + { + "id": "ing-13", + "text": "1/3 cup whipping cream", + "type": "ingredient", + "eamr": "( ing-13 \"1/3 cup whipping cream\" )" + }, + { + "id": "ing-14", + "text": "1/4 cup baking cocoa", + "type": "ingredient", + "eamr": "( ing-14 \"1/4 cup baking cocoa\" )" + }, + { + "id": "ing-15", + "text": "1 1/2 teaspoons ground cinnamon", + "type": "ingredient", + "eamr": "( ing-15 \"1 1/2 teaspoons ground cinnamon\" )" + }, + { + "id": "ing-16", + "text": "3 cups confectioners' sugar", + "type": "ingredient", + "eamr": "( ing-16 \"3 cups confectioners' sugar\" )" + }, + { + "id": "ing-17", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-17 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-18", + "text": "1 cup finely chopped walnuts", + "type": "ingredient", + "eamr": "( ing-18 \"1 cup finely chopped walnuts\" )" + }, + { + "id": "inst-0", + "text": "0) In a mixing bowl, combine the first four ingredients.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@21:28 / AC\r\n\t\t:ppt ( \"the first four ingredients\"@29:55 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t)\r\n\t\t:loc ( tool-0-0 \"a mixing bowl\"@6:19 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a saucepan, combine water, oil, butter and cocoa; bring to a boil over medium heat.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@18:25 / AC\r\n\t\t:ppt ( ing-4 \"water\"@26:31 / FOOD )\r\n\t\t:ppt ( ing-5 \"oil\"@33:36 / FOOD )\r\n\t\t:ppt ( ing-6 \"butter\"@38:44 / FOOD )\r\n\t\t:ppt ( ing-7 \"cocoa\"@49:54 / FOOD )\r\n\t\t:loc ( tool-1-0 \"a saucepan\"@6:16 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"boil\"@67:71 / AC\r\n\t\t:heat ( temp-1-0 \"medium heat\"@77:88 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) pour over dry ingredients; mix well.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"pour\"@3:7 / AC\r\n\t\t:gol ( \"dry ingredients\"@13:28 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"mix\"@30:33 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add eggs, buttermilk, vanilla and baking soda; mix well.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-8 \"eggs\"@7:11 / FOOD )\r\n\t\t:ppt ( ing-9 \"buttermilk\"@13:23 / FOOD )\r\n\t\t:ppt ( ing-10 \"vanilla\"@25:32 / FOOD )\r\n\t\t:ppt ( ing-11 \"baking soda\"@37:48 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"mix\"@50:53 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pour into a greased and floured 15-in pan.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Pour\"@3:7 / AC\r\n\t\t:gol ( tool-4-0 \"a greased and floured 15-in pan\"@13:44 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake at 375 degrees F for 15-20 minutes or until a toothpick inserted near the center comes out clean.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-5-0 \"375 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"15-20 minutes\"@29:42 / DUR )\r\n\t\t:until ( cond-5-0 \"until a toothpick inserted near the center comes out clean\"@46:104 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Meanwhile, for frosting, combine the butter, cream, cocoa and cinnamon in a saucepan.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"combine\"@28:35 / AC\r\n\t\t:subtask ( \"for frosting\"@-1:-1 / FOOD )\r\n\t\t:ppt ( ing-12 \"the butter\"@36:46 / FOOD )\r\n\t\t:ppt ( ing-13 \"cream\"@48:53 / FOOD )\r\n\t\t:ppt ( ing-14 \"cocoa\"@55:60 / FOOD )\r\n\t\t:ppt ( ing-15 \"cinnamon\"@65:73 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a saucepan\"@77:87 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cook and stir over medium heat until butter is melted and mixture is heated through.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cook and stir\"@3:16 / AC\r\n\t\t:heat ( temp-7-0 \"medium heat\"@22:33 / TEMPERATURE )\r\n\t\t:until ( cond-7-0 \"until butter is melted and mixture is heated through\"@34:86 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove from the heat; beat in sugar and vanilla until smooth.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( tool-8-0 \"the heat\"@15:23 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"beat in\"@25:32 / AC\r\n\t\t:ppt ( ing-16 \"sugar\"@33:38 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-17 \"vanilla\"@43:50 / FOOD )\r\n\t\t:until ( cond-8-0 \"until smooth\"@51:63 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Stir in walnuts.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Stir in\"@4:11 / AC\r\n\t\t:ppt ( ing-18 \"walnuts\"@12:19 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Carefully spread over hot cake.", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"spread\"@14:20 / AC\r\n\t\t:gol ( \"hot cake\"@26:34 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Cool completely.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Cool\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/243_Gingery_Fish_Kabobs.json b/ai_talks/AMUseBotBackend/recipe/243_Gingery_Fish_Kabobs.json new file mode 100644 index 0000000..03538eb --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/243_Gingery_Fish_Kabobs.json @@ -0,0 +1,108 @@ +{ + "id": "243", + "title": "Gingery Fish Kabobs", + "content": [ + { + "id": "ing-0", + "text": "2 cups pineapple juice", + "type": "ingredient", + "eamr": "( ing-0 \"2 cups pineapple juice\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon cornstarch", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon cornstarch\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons light soy sauce (50% less sodium)", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons light soy sauce (50% less sodium)\" )" + }, + { + "id": "ing-3", + "text": "1 1/2 tablespoons white vinegar", + "type": "ingredient", + "eamr": "( ing-3 \"1 1/2 tablespoons white vinegar\" )" + }, + { + "id": "ing-4", + "text": "2 garlic cloves, crushed", + "type": "ingredient", + "eamr": "( ing-4 \"2 garlic cloves, crushed\" )" + }, + { + "id": "ing-5", + "text": "3 tablespoons minced fresh ginger", + "type": "ingredient", + "eamr": "( ing-5 \"3 tablespoons minced fresh ginger\" )" + }, + { + "id": "ing-6", + "text": "1 1/4 pounds raw firm fish, such as salmon, tuna or halibut, cut in chunks", + "type": "ingredient", + "eamr": "( ing-6 \"1 1/4 pounds raw firm fish, such as salmon, tuna or halibut, cut in chunks\" )" + }, + { + "id": "ing-7", + "text": "4 cups fresh pineapple in large chunks (or substitute canned pineapple chunks)", + "type": "ingredient", + "eamr": "( ing-7 \"4 cups fresh pineapple in large chunks (or substitute canned pineapple chunks)\" )" + }, + { + "id": "ing-8", + "text": "1 large red onion, cut in wedges", + "type": "ingredient", + "eamr": "( ing-8 \"1 large red onion, cut in wedges\" )" + }, + { + "id": "inst-0", + "text": "0) In a small saucepan, dissolve cornstarch in pineapple juice.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"dissolve\"@24:32 / AC\r\n\t\t:ppt ( ing-1 \"cornstarch\"@33:43 / FOOD )\r\n\t\t:gol ( ing-0 \"pineapple juice\"@47:62 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a small saucepan\"@6:22 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add soy sauce, vinegar, garlic and ginger.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"soy sauce\"@7:16 / FOOD )\r\n\t\t:ppt ( ing-3 \"vinegar\"@18:25 / FOOD )\r\n\t\t:ppt ( ing-4 \"garlic\"@27:33 / FOOD )\r\n\t\t:ppt ( ing-5 \"ginger\"@38:44 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Simmer until slightly thickened, about 7 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Simmer\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-2-0 \"until slightly thickened\"@10:34 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-2-0 \"about 7 minutes\"@36:51 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Let cool.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"cool\"@7:11 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add fish and pineapple to sauce and marinate in the refrigerator for 30 minutes.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"fish\"@7:11 / FOOD )\r\n\t\t:ppt ( ing-7 \"pineapple\"@16:25 / FOOD )\r\n\t\t:ppt ( \"sauce\"@29:34 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"marinate\"@39:47 / AC\r\n\t\t:loc ( tool-4-0 \"the refrigerator\"@51:67 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"30 minutes\"@72:82 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Thread fish, pineapple and onion on skewers.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Thread\"@3:9 / AC\r\n\t\t:ppt ( \"fish\"@10:14 / FOOD )\r\n\t\t:ppt ( \"pineapple\"@16:25 / FOOD )\r\n\t\t:ppt ( ing-8 \"onion\"@30:35 / FOOD )\r\n\t\t:instrument ( tool-5-0 \"skewers\"@39:46 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Place on a hot grill (or under a broiler) until fish is done to your liking.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-6-0 \"a hot grill\"@12:23 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-6-1 \"under a broiler\"@28:43 / TOOL )\r\n\t\t:until ( cond-6-0 \"until fish is done to your liking\"@45:78 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Serve with rice.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( \"rice\"@14:18 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/244_Artichoke_Hummus.json b/ai_talks/AMUseBotBackend/recipe/244_Artichoke_Hummus.json new file mode 100644 index 0000000..1615418 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/244_Artichoke_Hummus.json @@ -0,0 +1,84 @@ +{ + "id": "244", + "title": "Artichoke Hummus", + "content": [ + { + "id": "ing-0", + "text": "1 (15 ounce) can chickpeas (garbanzo beans), drained", + "type": "ingredient", + "eamr": "( ing-0 \"1 (15 ounce) can chickpeas (garbanzo beans), drained\" )" + }, + { + "id": "ing-1", + "text": "1 clove garlic", + "type": "ingredient", + "eamr": "( ing-1 \"1 clove garlic\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup drained marinated artichoke hearts", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup drained marinated artichoke hearts\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons lemon juice", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons lemon juice\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons water", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons water\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon chopped fresh parsley", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon chopped fresh parsley\" )" + }, + { + "id": "ing-6", + "text": "Quaker Quakes Ranch or Sour Cream and Onion Flavor Rice Snacks", + "type": "ingredient", + "eamr": "( ing-6 \"Quaker Quakes Ranch or Sour Cream and Onion Flavor Rice Snacks\" )" + }, + { + "id": "inst-0", + "text": "0) Combine all ingredients except parsley and Quaker Rice Snacks in work bowl of food processor.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Combine\"@3:10 / AC\r\n\t\t:ppt ( \"all ingredients except parsley and Quaker Rice Snacks\"@11:64 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t)\r\n\t\t:loc ( tool-0-0 \"work bowl of food processor\"@68:95 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Pulse until smooth.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Pulse\"@3:8 / AC\r\n\t\t:until ( cond-1-0 \"until smooth\"@9:21 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Transfer to serving bowl.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Transfer\"@3:11 / AC\r\n\t\t:gol ( tool-2-0 \"serving bowl\"@15:27 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Cover and refrigerate until ready to serve.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"refrigerate\"@13:24 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-3-0 \"until ready to serve\"@25:45 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in parsley.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"parsley\"@11:18 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Dip or spread each Quakes Ranch Flavor Rice Snack with hummus.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Dip\"@3:6 / AC\r\n\t\t:ppt ( ing-6 \"each Quakes Ranch Flavor Rice Snack\"@17:52 / FOOD )\r\n\t\t:ppt ( \"hummus\"@58:64 / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"spread\"@10:16 / AC )\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/245_Gingered_Mango_Salsa.json b/ai_talks/AMUseBotBackend/recipe/245_Gingered_Mango_Salsa.json new file mode 100644 index 0000000..a0584c2 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/245_Gingered_Mango_Salsa.json @@ -0,0 +1,66 @@ +{ + "id": "245", + "title": "Gingered Mango Salsa", + "content": [ + { + "id": "ing-0", + "text": "1 cup chopped peeled mango", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup chopped peeled mango\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup chopped red onion", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup chopped red onion\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup minced fresh cilantro", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup minced fresh cilantro\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup lime juice", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup lime juice\" )" + }, + { + "id": "ing-4", + "text": "2 tablespoons minced fresh mint", + "type": "ingredient", + "eamr": "( ing-4 \"2 tablespoons minced fresh mint\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon minced fresh ginger root", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon minced fresh ginger root\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon olive oil", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon olive oil\" )" + }, + { + "id": "ing-7", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 teaspoon salt\" )" + }, + { + "id": "inst-0", + "text": "0) In a bowl, combine all ingredients.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@14:21 / AC\r\n\t\t:ppt ( \"all ingredients\"@22:37 / FOOD\r\n\t\t\t:ref ( ing-0 )\r\n\t\t\t:ref ( ing-1 )\r\n\t\t\t:ref ( ing-2 )\r\n\t\t\t:ref ( ing-3 )\r\n\t\t\t:ref ( ing-4 )\r\n\t\t\t:ref ( ing-5 )\r\n\t\t\t:ref ( ing-6 )\r\n\t\t\t:ref ( ing-7 )\r\n\t\t)\r\n\t\t:loc ( tool-0-0 \"a bowl\"@6:12 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Let stand for 30 minutes before serving.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"stand\"@7:12 / AC\r\n\t\t:ppt (NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"30 minutes\"@17:27 / DUR )\r\n\t\t:duration ( cond-1-0 \"before serving\"@28:42 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/246_Baked_Salmon_with_Herbs.json b/ai_talks/AMUseBotBackend/recipe/246_Baked_Salmon_with_Herbs.json new file mode 100644 index 0000000..f1a8e55 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/246_Baked_Salmon_with_Herbs.json @@ -0,0 +1,102 @@ +{ + "id": "246", + "title": "Baked Salmon with Herbs", + "content": [ + { + "id": "ing-0", + "text": "2 1/2 cups soft bread crumbs", + "type": "ingredient", + "eamr": "( ing-0 \"2 1/2 cups soft bread crumbs\" )" + }, + { + "id": "ing-1", + "text": "4 garlic cloves, minced", + "type": "ingredient", + "eamr": "( ing-1 \"4 garlic cloves, minced\" )" + }, + { + "id": "ing-2", + "text": "2 tablespoons grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-2 \"2 tablespoons grated Parmesan cheese\" )" + }, + { + "id": "ing-3", + "text": "2 teaspoons dried parsley flakes", + "type": "ingredient", + "eamr": "( ing-3 \"2 teaspoons dried parsley flakes\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon dried thyme", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon dried thyme\" )" + }, + { + "id": "ing-5", + "text": "1 teaspoon dried rosemary, crushed", + "type": "ingredient", + "eamr": "( ing-5 \"1 teaspoon dried rosemary, crushed\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "1/4 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1/4 teaspoon pepper\" )" + }, + { + "id": "ing-8", + "text": "2 tablespoons butter, melted", + "type": "ingredient", + "eamr": "( ing-8 \"2 tablespoons butter, melted\" )" + }, + { + "id": "ing-9", + "text": "1 (3 pound) salmon fillet", + "type": "ingredient", + "eamr": "( ing-9 \"1 (3 pound) salmon fillet\" )" + }, + { + "id": "inst-0", + "text": "0) Line a 15-in baking pan with foil; coat foil with nonstick cooking spray.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Line\"@3:7 / AC\r\n\t\t:ppt ( tool-0-1 \"foil\"@32:36 / TOOL )\r\n\t\t:gol ( tool-0-0 \"a 15-in baking pan\"@8:26 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"coat\"@38:42 / AC\r\n\t\t:gol ( tool-0-1 \"foil\"@43:47 / TOOL )\r\n\t\t:ppt ( tool-0-2 \"nonstick cooking spray\"@53:75 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a bowl, combine the bread crumbs, garlic, Parmesan cheese, parsley, thyme, rosemary, salt and pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@14:21 / AC\r\n\t\t:loc ( tool-1-0 \"a bowl\"@6:12 / TOOL )\r\n\t\t:ppt ( ing-0 \"the bread crumbs\"@22:38 / FOOD )\r\n\t\t:ppt ( ing-1 \"garlic\"@40:46 / FOOD )\r\n\t\t:ppt ( ing-2 \"Parmesan cheese\"@48:63 / FOOD )\r\n\t\t:ppt ( ing-3 \"parsley\"@65:72 / FOOD )\r\n\t\t:ppt ( ing-4 \"thyme\"@74:79 / FOOD )\r\n\t\t:ppt ( ing-5 \"rosemary\"@81:89 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@91:95 / FOOD )\r\n\t\t:ppt ( ing-7 \"pepper\"@100:106 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Add butter; toss to coat evenly.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-8 \"butter\"@7:13 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"toss\"@15:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-2-0 \"to coat evenly\"@20:34 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Place salmon on prepared pan.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-9 \"salmon\"@9:15 / FOOD )\r\n\t\t:gol ( tool-3-0 \"prepared pan\"@19:31 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Spray with nonstick cooking spray and pat with bread crumb mixture.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Spray\"@3:8 / AC\r\n\t\t:ppt ( \"nonstick cooking spray\"@14:36 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"pat\"@41:44 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( \"bread crumb mixture\"@50:69 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Bake, uncovered, at 350 degrees F (176 degrees C) for 35-40 minutes or until fish flakes easily with a fork.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Bake\"@3:7 / AC\r\n\t\t:heat ( temp-5-0 \"350 degrees F\"@23:36 / TEMPERATURE )\r\n\t\t:heat ( temp-5-1 \"176 degrees C\"@-1:-1/ TEMPERATURE )\r\n\t\t:duration ( dur-5-0 \"35-40 minutes\"@-1:-1 / DUR )\r\n\t\t:until ( cond-5-0 \"until fish flakes easily with a fork\"@-1:-1 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/247_Gerrys_Chicken_Enchiladas.json b/ai_talks/AMUseBotBackend/recipe/247_Gerrys_Chicken_Enchiladas.json new file mode 100644 index 0000000..9266da5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/247_Gerrys_Chicken_Enchiladas.json @@ -0,0 +1,204 @@ +{ + "id": "247", + "title": "Gerrys Chicken Enchiladas", + "content": [ + { + "id": "ing-0", + "text": "4 boneless, skinless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-0 \"4 boneless, skinless chicken breast halves\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon vegetable oil", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon vegetable oil\" )" + }, + { + "id": "ing-2", + "text": "1 onion, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 onion, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 (10 ounce) can diced tomatoes with green chile peppers", + "type": "ingredient", + "eamr": "( ing-3 \"1 (10 ounce) can diced tomatoes with green chile peppers\" )" + }, + { + "id": "ing-4", + "text": "1 (14.5 ounce) can stewed tomatoes", + "type": "ingredient", + "eamr": "( ing-4 \"1 (14.5 ounce) can stewed tomatoes\" )" + }, + { + "id": "ing-5", + "text": "12 small chile peppers, diced (optional)", + "type": "ingredient", + "eamr": "( ing-5 \"12 small chile peppers, diced (optional)\" )" + }, + { + "id": "ing-6", + "text": "1 (10.75 ounce) can condensed cream of chicken soup", + "type": "ingredient", + "eamr": "( ing-6 \"1 (10.75 ounce) can condensed cream of chicken soup\" )" + }, + { + "id": "ing-7", + "text": "1 (14.5 ounce) can chicken broth", + "type": "ingredient", + "eamr": "( ing-7 \"1 (14.5 ounce) can chicken broth\" )" + }, + { + "id": "ing-8", + "text": "1 bunch green onions, chopped", + "type": "ingredient", + "eamr": "( ing-8 \"1 bunch green onions, chopped\" )" + }, + { + "id": "ing-9", + "text": "1/2 pint heavy cream", + "type": "ingredient", + "eamr": "( ing-9 \"1/2 pint heavy cream\" )" + }, + { + "id": "ing-10", + "text": "6 (6 inch) corn tortillas", + "type": "ingredient", + "eamr": "( ing-10 \"6 (6 inch) corn tortillas\" )" + }, + { + "id": "ing-11", + "text": "3 cups shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-11 \"3 cups shredded Cheddar cheese\" )" + }, + { + "id": "ing-12", + "text": "1 (10 ounce) can enchilada sauce", + "type": "ingredient", + "eamr": "( ing-12 \"1 (10 ounce) can enchilada sauce\" )" + }, + { + "id": "inst-0", + "text": "0) Cut chicken breasts into 1 inch strips.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Cut\"@3:6 / AC\r\n\t\t:ppt ( ing-0 \"chicken breasts\"@7:22 / FOOD )\r\n\t\t:reshape ( \"1 inch strips\"@28:41 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place in a medium bowl with desired marinade, and marinate in the refrigerator for at least 30 minutes.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:gol ( tool-1-0 \"a medium bowl\"@12:25 / TOOL\r\n\t\t\t:todo ( \"desired marinade\"@31:47 / FOOD )\r\n\t\t)\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"marinate\"@53:61 / AC\r\n\t\t:loc ( tool-1-1 \"the refrigerator\"@65:81 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"at least 30 minutes\"@86:105 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Preheat oven to 350 degrees F (175 degrees C).", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-2-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-2-0 \"350 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-2-1 \"175 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Heat oil in a large skillet over medium heat.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-1 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-3-0 \"a large skillet\"@15:30 / TOOL )\r\n\t\t:heat ( temp-3-0 \"medium heat\"@36:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Saute chicken and onions until chicken is evenly brown.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Saute\"@3:8 / AC\r\n\t\t:ppt ( \"chicken\"@9:16 / FOOD )\r\n\t\t:ppt ( ing-2 \"onions\"@21:27 / FOOD )\r\n\t\t:until ( cond-4-0 \"until chicken is evenly brown\"@28:57 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in diced tomatoes with green chile peppers, stewed tomatoes, chile peppers, soup and broth.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"diced tomatoes\"@11:25 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-5 \"green chile peppers\"@31:50 / FOOD )\r\n\t\t:ppt ( ing-4 \"stewed tomatoes\"@52:67 / FOOD )\r\n\t\t:ppt ( ing-6 \"soup\"@84:88 / FOOD )\r\n\t\t:ppt ( ing-7 \"broth\"@93:98 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Bring mixture to a boil.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"boil\"@22:26 / AC\r\n\t\t:ppt ( \"mixture\"@9:16 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Reduce heat, cover skillet, and simmer for 20 to 30 minutes, or until chicken is no longer pink and juices run clear.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t)\r\n\t:inform ( ac-7-1 \"cover\"@16:21 / AC\r\n\t\t:ppt ( tool-7-0 \"skillet\"@22:29 / TOOL )\r\n\t)\r\n\t:inform ( ac-7-2 \"simmer\"@35:41 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-7-0 \"20 to 30 minutes\"@46:62 / DUR )\r\n\t\t:until ( cond-7-0 \"until chicken is no longer pink and juices run clear\"@67:119 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Remove chicken from skillet, and shred when cool enough to handle.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t:source ( tool-8-0 \"skillet\"@23:30 / TOOL )\r\n\t)\r\n\t:inform ( ac-8-1 \"shred\"@36:41 / AC\r\n\t\t:duration ( cond-8-0 \"when cool enough to handle\"@42:68 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Meanwhile, allow skillet mixture to simmer and reduce to about 2 1/4 cups.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"simmer\"@40:46 / AC\r\n\t\t:ppt ( \"skillet mixture\"@21:36 / FOOD )\r\n\t)\r\n\t:inform ( ac-9-1 \"reduce\"@51:57 / AC\r\n\t\t:gol ( \"about 2 1/4 cups\"@61:77 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) In a medium bowl, combine shredded chicken and about 1/4 cup skillet mixture (just enough to make a paste like mixture).", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"combine\"@22:29 / AC\r\n\t\t:ppt ( \"shredded chicken\"@30:46 / FOOD )\r\n\t\t:ppt ( \"1/4 cup skillet mixture\"@57:80 / FOOD )\r\n\t\t:prp ( purp-10-0 \"just enough to make a paste like mixture\"@82:122 / PURPOSE_CLAUSE )\r\n\t\t:loc ( tool-10-0 \"a medium bowl\"@7:20 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Mix together with half the chopped green onions.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( ac-11-0 \"Mix\"@4:7 / AC\r\n\t\t:ppt ( ing-8 \"half the chopped green onions\"@22:51 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Pour remaining 2 cups of skillet mixture into a 9x13 inch baking dish.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Pour\"@4:8 / AC\r\n\t\t:ppt ( \"remaining 2 cups of skillet mixture\"@9:44 / FOOD )\r\n\t\t:gol ( tool-12-0 \"a 9x13 inch baking dish\"@50:73 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) In a second skillet, heat cream over low heat, being careful not to boil.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"heat\"@25:29 / AC\r\n\t\t:loc ( tool-13-0 \"a second skillet\"@7:23 / TOOL )\r\n\t\t:ppt ( ing-9 \"cream\"@30:35 / FOOD )\r\n\t\t:heat ( temp-13-0 \"low heat\"@41:49 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-13-1 \"not to boil\"@65:76 / AC )\r\n)" + }, + { + "id": "inst-14", + "text": "14) Dip tortillas in the warm cream to soften and coat.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Dip\"@4:7 / AC\r\n\t\t:ppt ( \"tortillas\"@8:17 / FOOD )\r\n\t\t:gol ( \"the warm cream\"@21:35 / FOOD )\r\n\t\t:prp ( purp-14-0 \"to soften and coat\"@36:54 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Spoon about 1/3 cup chicken mixture onto each tortilla.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Spoon\"@4:9 / AC\r\n\t\t:ppt ( \"1/3 cup chicken mixture\"@16:39 / FOOD )\r\n\t\t:gol ( ing-10 \"each tortilla\"@45:58 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Top chicken mixture with half the shredded cheese, and roll up tortillas.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Top\"@4:7 / AC\r\n\t\t:gol ( \"chicken mixture\"@8:23 / FOOD )\r\n\t\t:ppt ( ing-11 \"half the shredded cheese\"@29:53 / FOOD )\r\n\t)\r\n\t:inform ( ac-16-1 \"roll up\"@59:66 / AC\r\n\t\t:ppt ( \"tortillas\"@67:76 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Place rolled tortillas in baking dish, seam side down, and drizzle with enchilada sauce.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"rolled tortillas\"@10:26 / FOOD )\r\n\t\t:gol ( tool-17-0 \"baking dish\"@30:41 / TOOL )\r\n\t)\r\n\t:inform ( ac-17-1 \"drizzle\"@63:70 / AC\r\n\t\t:ppt ( ing-12 \"enchilada sauce\"@76:91 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-18", + "text": "18) Cover with remaining shredded cheese, and sprinkle remaining chopped green onion over cheese.", + "type": "instruction", + "eamr": "( inst-18 / R\r\n\t:inform ( ac-18-0 \"Cover\"@4:9 / AC\r\n\t\t:ppt ( \"remaining shredded cheese\"@15:40 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-18-1 \"sprinkle\"@46:54 / AC\r\n\t\t:gol ( \"cheese\"@90:96 / FOOD )\r\n\t\t:ppt ( \"remaining chopped green onion\"@55:84 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-19", + "text": "19) Bake uncovered in preheated oven for 25 minutes, or until cheese is melted and bubbling.", + "type": "instruction", + "eamr": "( inst-19 / R\r\n\t:inform ( ac-19-0 \"Bake\"@4:8 / AC\r\n\t\t:loc ( tool-19-0 \"preheated oven\"@22:36 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-19-0 \"25 minutes\"@41:51 / DUR )\r\n\t\t:until ( cond-19-0 \"until cheese is melted and bubbling\"@56:91 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/248_Bacon_Wrapped_Hamburgers.json b/ai_talks/AMUseBotBackend/recipe/248_Bacon_Wrapped_Hamburgers.json new file mode 100644 index 0000000..aae0e58 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/248_Bacon_Wrapped_Hamburgers.json @@ -0,0 +1,114 @@ +{ + "id": "248", + "title": "Bacon Wrapped Hamburgers", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup shredded Cheddar cheese", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup shredded Cheddar cheese\" )" + }, + { + "id": "ing-1", + "text": "1 tablespoon grated Parmesan cheese", + "type": "ingredient", + "eamr": "( ing-1 \"1 tablespoon grated Parmesan cheese\" )" + }, + { + "id": "ing-2", + "text": "1 small onion, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 small onion, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 egg", + "type": "ingredient", + "eamr": "( ing-3 \"1 egg\" )" + }, + { + "id": "ing-4", + "text": "1 tablespoon ketchup", + "type": "ingredient", + "eamr": "( ing-4 \"1 tablespoon ketchup\" )" + }, + { + "id": "ing-5", + "text": "1 tablespoon Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-5 \"1 tablespoon Worcestershire sauce\" )" + }, + { + "id": "ing-6", + "text": "1/2 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1/2 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "1/8 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1/8 teaspoon pepper\" )" + }, + { + "id": "ing-8", + "text": "1 pound ground beef", + "type": "ingredient", + "eamr": "( ing-8 \"1 pound ground beef\" )" + }, + { + "id": "ing-9", + "text": "6 slices bacon", + "type": "ingredient", + "eamr": "( ing-9 \"6 slices bacon\" )" + }, + { + "id": "ing-10", + "text": "6 hamburger buns, split", + "type": "ingredient", + "eamr": "( ing-10 \"6 hamburger buns, split\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat a grill for high heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"a grill\"@11:18 / TOOL )\r\n\t\t:heat ( temp-0-0 \"high heat\"@23:32 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In a large bowl, mix together the Cheddar cheese, Parmesan cheese, onion, egg, ketchup, Worcestershire sauce, salt and pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"mix\"@20:23 / AC\r\n\t\t:loc ( tool-1-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-0 \"the Cheddar cheese\"@33:51 / FOOD )\r\n\t\t:ppt ( ing-1 \"Parmesan cheese\"@53:68 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion\"@70:75 / FOOD )\r\n\t\t:ppt ( ing-3 \"egg\"@77:80 / FOOD )\r\n\t\t:ppt ( ing-4 \"ketchup\"@82:89 / FOOD )\r\n\t\t:ppt ( ing-5 \"Worcestershire sauce\"@91:111 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@113:117 / FOOD )\r\n\t\t:ppt ( ing-7 \"pepper\"@122:128 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Crumble in the ground beef, and mix together by hand.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Crumble in\"@3:13 / AC\r\n\t\t:ppt ( ing-8 \"the ground beef\"@14:29 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"mix\"@35:38 / AC\r\n\t\t:instrument ( tool-2-0 \"hand\"@51:55 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Form into 6 patties, and wrap a slice of bacon around each one.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Form\"@3:7 / AC\r\n\t\t:reshape ( \"6 patties\"@13:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"wrap\"@28:32 / AC\r\n\t\t:gol ( \"each one\"@57:65 / FOOD )\r\n\t\t:ppt ( ing-9 \"a slice of bacon\"@33:49 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Secure bacon with toothpicks.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Secure\"@3:9 / AC\r\n\t\t:ppt ( \"bacon\"@10:15 / FOOD )\r\n\t\t:instrument ( tool-4-0 \"toothpicks\"@21:31 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place patties on the grill, and cook for 5 minutes per side, or until well done.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"patties\"@9:16 / FOOD )\r\n\t\t:gol ( tool-5-0 \"the grill\"@20:29 / TOOL )\r\n\t)\r\n\t:inform ( ac-5-1 \"cook\"@35:39 / AC\r\n\t\t:duration ( dur-5-0 \"5 minutes\"@44:53 / DUR )\r\n\t\t:until ( cond-5-0 \"until well done\"@67:82 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( \"per side\"@54:62 / OTHER )\r\n)" + }, + { + "id": "inst-6", + "text": "6) Remove toothpicks before serving on hamburger buns.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( tool-6-0 \"toothpicks\"@10:20 / TOOL )\r\n\t\t:duration ( cond-6-0 \"before serving on hamburger buns\"@21:53 / CONDITION_CLAUSE\r\n\t\t\t:todo ( ing-10 \"hamburger buns\"@-1:-1 / FOOD )\r\n\t\t)\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/249_A_1_Chicken_Soup.json b/ai_talks/AMUseBotBackend/recipe/249_A_1_Chicken_Soup.json new file mode 100644 index 0000000..e9a4911 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/249_A_1_Chicken_Soup.json @@ -0,0 +1,120 @@ +{ + "id": "249", + "title": "A 1 Chicken Soup", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons vegetable oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons vegetable oil\" )" + }, + { + "id": "ing-1", + "text": "2 skinless chicken leg quarters", + "type": "ingredient", + "eamr": "( ing-1 \"2 skinless chicken leg quarters\" )" + }, + { + "id": "ing-2", + "text": "1/2 cup chopped onion", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 cup chopped onion\" )" + }, + { + "id": "ing-3", + "text": "2 quarts water", + "type": "ingredient", + "eamr": "( ing-3 \"2 quarts water\" )" + }, + { + "id": "ing-4", + "text": "3 cubes chicken bouillon, crumbled", + "type": "ingredient", + "eamr": "( ing-4 \"3 cubes chicken bouillon, crumbled\" )" + }, + { + "id": "ing-5", + "text": "1 stalk celery, chopped", + "type": "ingredient", + "eamr": "( ing-5 \"1 stalk celery, chopped\" )" + }, + { + "id": "ing-6", + "text": "3 carrots, chopped", + "type": "ingredient", + "eamr": "( ing-6 \"3 carrots, chopped\" )" + }, + { + "id": "ing-7", + "text": "1 clove roasted garlic, minced", + "type": "ingredient", + "eamr": "( ing-7 \"1 clove roasted garlic, minced\" )" + }, + { + "id": "ing-8", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-8 \"salt and pepper to taste\" )" + }, + { + "id": "ing-9", + "text": "1 (12 ounce) package thin egg noodles", + "type": "ingredient", + "eamr": "( ing-9 \"1 (12 ounce) package thin egg noodles\" )" + }, + { + "id": "inst-0", + "text": "0) In a large pot over medium heat, cook chicken pieces in oil until browned on both sides.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"cook\"@36:40 / AC\r\n\t\t:ppt ( ing-1 \"chicken pieces\"@41:55 / FOOD )\r\n\t\t:ppt ( ing-0 \"oil\"@59:62 / FOOD )\r\n\t\t:until ( cond-0-0 \"until browned on both sides\"@63:90 / CONDITION_CLAUSE )\r\n\t\t:loc ( tool-0-0 \"a large pot\"@6:17 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@23:34 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Stir in onion and cook 2 minutes more.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"onion\"@11:16 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"cook\"@21:25 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"2 minutes more\"@26:40 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Pour in water and chicken bouillon and bring to a boil.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Pour in\"@3:10 / AC\r\n\t\t:ppt ( ing-3 \"water\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-4 \"chicken bouillon\"@21:37 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"boil\"@53:57 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Reduce heat and simmer 45 minutes.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t)\r\n\t:inform ( ac-3-1 \"simmer\"@19:25 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-3-0 \"45 minutes\"@26:36 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in celery, carrots, garlic, salt and pepper.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-5 \"celery\"@11:17 / FOOD )\r\n\t\t:ppt ( ing-6 \"carrots\"@19:26 / FOOD )\r\n\t\t:ppt ( ing-7 \"garlic\"@28:34 / FOOD )\r\n\t\t:ppt ( ing-8 \"salt and pepper\"@36:51 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Simmer until carrots are just tender.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Simmer\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-5-0 \"until carrots are just tender\"@10:39 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Remove chicken pieces and pull the meat from the bone.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken pieces\"@10:24 / FOOD )\r\n\t)\r\n\t:inform ( ac-6-1 \"pull\"@29:33 / AC\r\n\t\t:ppt ( \"the meat\"@34:42 / FOOD )\r\n\t\t:source ( \"the bone\"@48:56 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Stir the noodles into the pot and cook until tender, 10 minutes.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( ing-9 \"the noodles\"@8:19 / FOOD )\r\n\t\t:ppt ( tool-7-0 \"the pot\"@25:32 / TOOL )\r\n\t)\r\n\t:inform ( ac-7-1 \"cook\"@37:41 / AC\r\n\t\t:until ( cond-7-0 \"until tender\"@42:54 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-7-0 \"10 minutes\"@56:66 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Return chicken meat to pot just before serving.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Return\"@3:9 / AC\r\n\t\t:ppt ( \"chicken meat\"@10:22 / FOOD )\r\n\t\t:gol ( tool-8-0 \"pot\"@26:29 / TOOL )\r\n\t\t:duration ( cond-8-0 \"before serving\"@35:49 / CONDITION_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/250_German_Sweet_Chocolate_Pie.json b/ai_talks/AMUseBotBackend/recipe/250_German_Sweet_Chocolate_Pie.json new file mode 100644 index 0000000..8397e28 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/250_German_Sweet_Chocolate_Pie.json @@ -0,0 +1,90 @@ +{ + "id": "250", + "title": "German Sweet Chocolate Pie", + "content": [ + { + "id": "ing-0", + "text": "1 (4 ounce) bar German sweet chocolate, chopped", + "type": "ingredient", + "eamr": "( ing-0 \"1 (4 ounce) bar German sweet chocolate, chopped\" )" + }, + { + "id": "ing-1", + "text": "1/3 cup milk", + "type": "ingredient", + "eamr": "( ing-1 \"1/3 cup milk\" )" + }, + { + "id": "ing-2", + "text": "4 ounces cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-2 \"4 ounces cream cheese, softened\" )" + }, + { + "id": "ing-3", + "text": "2 tablespoons white sugar", + "type": "ingredient", + "eamr": "( ing-3 \"2 tablespoons white sugar\" )" + }, + { + "id": "ing-4", + "text": "1 (12 ounce) container frozen whipped topping, thawed", + "type": "ingredient", + "eamr": "( ing-4 \"1 (12 ounce) container frozen whipped topping, thawed\" )" + }, + { + "id": "ing-5", + "text": "1 (9 inch) prepared graham cracker crust", + "type": "ingredient", + "eamr": "( ing-5 \"1 (9 inch) prepared graham cracker crust\" )" + }, + { + "id": "inst-0", + "text": "0) Microwave chocolate and 2 tablespoons of the milk in large microwave-safe bowl on high 1 1/2 to 2 minutes or until chocolate is almost melted, stirring halfway through heating time.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Microwave\"@3:12 / AC\r\n\t\t:ppt ( ing-0 \"chocolate\"@13:22 / FOOD )\r\n\t\t:ppt ( ing-1 \"2 tablespoons of the milk\"@27:52 / FOOD )\r\n\t\t:loc ( tool-0-0 \"large microwave-safe bowl\"@56:81 / TOOL )\r\n\t\t:heat ( temp-0-0 \"high\"@85:89 / TEMPERATURE )\r\n\t\t:duration ( dur-0-0 \"1 1/2 to 2 minutes\"@90:108 / DUR )\r\n\t\t:until ( cond-0-0 \"until chocolate is almost melted\"@112:144 / CONDITION_CLAUSE )\r\n\t\t:simultaneous ( ac-0-1 \"stirring\"@146:154 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Beat in cream cheese, sugar, and remaining milk with wire whisk until blended.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Beat in\"@3:10 / AC\r\n\t\t:ppt ( ing-2 \"cream cheese\"@11:23 / FOOD )\r\n\t\t:ppt ( ing-3 \"sugar\"@25:30 / FOOD )\r\n\t\t:ppt ( ing-1 \"remaining milk\"@36:50 / FOOD )\r\n\t\t:instrument ( tool-1-0 \"wire whisk\"@56:66 / TOOL )\r\n\t\t:until ( cond-1-0 \"until blended\"@67:80 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Refrigerate 10 minutes.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Refrigerate\"@3:14 / AC\r\n\t\t:duration ( dur-2-0 \"10 minutes\"@15:25 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Gently fold in 3 1/2 cups of the whipped topping until no streaks remain.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"fold in\"@10:17 / AC\r\n\t\t:ppt ( ing-4 \"3 1/2 cups of the whipped topping\"@18:51 / FOOD )\r\n\t\t:until ( cond-3-0 \"until no streaks remain\"@52:75 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Spoon into crust.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( ing-5 \"crust\"@14:19 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Freeze pie 4 hours.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Freeze\"@3:9 / AC\r\n\t\t:ppt ( \"pie\"@10:13 / FOOD )\r\n\t\t:duration ( dur-5-0 \"4 hours\"@14:21 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Before cutting pie, let stand at room temperature 15 minutes.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"stand\"@27:32 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( cond-6-0 \"Before cutting pie\"@3:21 / CONDITION_CLAUSE )\r\n\t\t:heat ( temp-6-0 \"room temperature\"@36:52 / TEMPERATURE )\r\n\t\t:duration ( dur-6-0 \"15 minutes\"@53:63 / DUR )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Serve with remaining whipped topping.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-4 \"remaining whipped topping\"@14:39 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/251_Buffalo_Chicken_Wings_I.json b/ai_talks/AMUseBotBackend/recipe/251_Buffalo_Chicken_Wings_I.json new file mode 100644 index 0000000..6d8199d --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/251_Buffalo_Chicken_Wings_I.json @@ -0,0 +1,84 @@ +{ + "id": "251", + "title": "Buffalo Chicken Wings I", + "content": [ + { + "id": "ing-0", + "text": "24 chicken wings", + "type": "ingredient", + "eamr": "( ing-0 \"24 chicken wings\" )" + }, + { + "id": "ing-1", + "text": "2 quarts vegetable oil for deep frying", + "type": "ingredient", + "eamr": "( ing-1 \"2 quarts vegetable oil for deep frying\" )" + }, + { + "id": "ing-2", + "text": "4 tablespoons butter", + "type": "ingredient", + "eamr": "( ing-2 \"4 tablespoons butter\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon distilled white vinegar", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon distilled white vinegar\" )" + }, + { + "id": "ing-4", + "text": "5 tablespoons hot pepper sauce", + "type": "ingredient", + "eamr": "( ing-4 \"5 tablespoons hot pepper sauce\" )" + }, + { + "id": "ing-5", + "text": "salt and pepper to taste", + "type": "ingredient", + "eamr": "( ing-5 \"salt and pepper to taste\" )" + }, + { + "id": "inst-0", + "text": "0) In a large skillet or deep fryer, fry chicken wings in oil until done, about 10 minutes.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"fry\"@37:40 / AC\r\n\t\t:ppt ( ing-0 \"chicken wings\"@41:54 / FOOD )\r\n\t\t:ppt ( ing-1 \"oil\"@58:61 / FOOD )\r\n\t\t:until ( cond-0-0 \"until done\"@62:72 / CONDITION_CLAUSE )\r\n\t\t:duration ( dur-0-0 \"about 10 minutes\"@74:90 / DUR )\r\n\t\t:loc ( \"or\"@-1:-1 / CHOICE\r\n\t\t\t:option ( tool-0-0 \"a large skillet\"@6:21 / TOOL )\r\n\t\t\t:option ( tool-0-1 \"deep fryer\"@25:35 / TOOL )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Remove chicken and oil from skillet, drain oil and reserve chicken.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Remove\"@3:9 / AC\r\n\t\t:ppt ( \"chicken\"@10:17 / FOOD )\r\n\t\t:ppt ( \"oil\"@22:25 / FOOD )\r\n\t\t:source ( tool-1-0 \"skillet\"@31:38 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"drain\"@40:45 / AC\r\n\t\t:ppt ( \"oil\"@46:49 / FOOD )\r\n\t)\r\n\t:inform ( ac-1-2 \"reserve\"@54:61 / AC\r\n\t\t:ppt ( \"chicken\"@62:69 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Melt butter in skillet, then add vinegar and hot sauce.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Melt\"@3:7 / AC\r\n\t\t:ppt ( ing-2 \"butter\"@8:14 / FOOD )\r\n\t\t:loc ( tool-2-0 \"skillet\"@18:25 / TOOL )\r\n\t)\r\n\t:inform ( ac-2-1 \"add\"@32:35 / AC\r\n\t\t:ppt ( ing-3 \"vinegar\"@36:43 / FOOD )\r\n\t\t:ppt ( ing-4 \"hot sauce\"@48:57 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Season with salt and pepper to taste.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-5 \"salt and pepper to taste\"@15:39 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add cooked chicken to sauce and stir over low heat to coat.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( \"cooked chicken\"@7:21 / FOOD )\r\n\t\t:ppt ( \"sauce\"@25:30 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"stir\"@35:39 / AC\r\n\t\t:heat ( temp-4-0 \"low heat\"@45:53 / TEMPERATURE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:prp ( purp-4-0 \"to coat\"@54:61 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) The longer the wings simmer in the sauce, the hotter they will be.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"simmer\"@24:30 / AC\r\n\t\t:ppt ( \"the wings\"@14:23 / FOOD )\r\n\t\t:heat ( \"The longer\"@3:13 / OTHER )\r\n\t\t:loc ( \"the sauce\"@34:43 / FOOD )\r\n\t\t:prp ( purp-5-0 \"the hotter they will be\"@45:68 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Serve warm.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Serve\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/252_Corned_Beef_Hash.json b/ai_talks/AMUseBotBackend/recipe/252_Corned_Beef_Hash.json new file mode 100644 index 0000000..439b562 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/252_Corned_Beef_Hash.json @@ -0,0 +1,48 @@ +{ + "id": "252", + "title": "Corned Beef Hash", + "content": [ + { + "id": "ing-0", + "text": "6 large potatoes, peeled and diced", + "type": "ingredient", + "eamr": "( ing-0 \"6 large potatoes, peeled and diced\" )" + }, + { + "id": "ing-1", + "text": "1 (12 ounce) can corned beef, cut into chunks", + "type": "ingredient", + "eamr": "( ing-1 \"1 (12 ounce) can corned beef, cut into chunks\" )" + }, + { + "id": "ing-2", + "text": "1 medium onion, chopped", + "type": "ingredient", + "eamr": "( ing-2 \"1 medium onion, chopped\" )" + }, + { + "id": "ing-3", + "text": "1 cup beef broth", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup beef broth\" )" + }, + { + "id": "inst-0", + "text": "0) In a large deep skillet, over medium heat, combine the potatoes, corned beef, onion, and beef broth.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@46:53 / AC\r\n\t\t:loc ( tool-0-0 \"a large deep skillet\"@6:26 / TOOL )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@33:44 / TEMPERATURE )\r\n\t\t:ppt ( ing-0 \"the potatoes\"@54:66 / FOOD )\r\n\t\t:ppt ( ing-1 \"corned beef\"@68:79 / FOOD )\r\n\t\t:ppt ( ing-2 \"onion\"@81:86 / FOOD )\r\n\t\t:ppt ( ing-3 \"beef broth\"@92:102 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Cover and simmer until potatoes are of mashing consistency, and the liquid is almost gone.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Cover\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"simmer\"@13:19 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-1-0 \"until potatoes are of mashing consistency, and the liquid is almost gone\"@20:92 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Mix well, and serve.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"serve\"@17:22 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/253_Bs_Cordon_Bleu_Bundles.json b/ai_talks/AMUseBotBackend/recipe/253_Bs_Cordon_Bleu_Bundles.json new file mode 100644 index 0000000..24a18c3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/253_Bs_Cordon_Bleu_Bundles.json @@ -0,0 +1,96 @@ +{ + "id": "253", + "title": "Bs Cordon Bleu Bundles", + "content": [ + { + "id": "ing-0", + "text": "2 teaspoons olive oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 teaspoons olive oil\" )" + }, + { + "id": "ing-1", + "text": "4 boneless, skinless chicken breast halves", + "type": "ingredient", + "eamr": "( ing-1 \"4 boneless, skinless chicken breast halves\" )" + }, + { + "id": "ing-2", + "text": "1 (10 ounce) can refrigerated large crescent roll dough", + "type": "ingredient", + "eamr": "( ing-2 \"1 (10 ounce) can refrigerated large crescent roll dough\" )" + }, + { + "id": "ing-3", + "text": "8 ounces Brie cheese", + "type": "ingredient", + "eamr": "( ing-3 \"8 ounces Brie cheese\" )" + }, + { + "id": "ing-4", + "text": "1 bunch fresh spinach, rinsed and stems removed", + "type": "ingredient", + "eamr": "( ing-4 \"1 bunch fresh spinach, rinsed and stems removed\" )" + }, + { + "id": "ing-5", + "text": "4 (1/2 ounce) slices prosciutto", + "type": "ingredient", + "eamr": "( ing-5 \"4 (1/2 ounce) slices prosciutto\" )" + }, + { + "id": "inst-0", + "text": "0) Heat oil in a heavy skillet; or spray a nonstick frying pan with cooking spray.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-0-0 \"a heavy skillet\"@15:30 / TOOL )\r\n\t)\r\n\t:inform ( ac-0-1 \"spray\"@35:40 / AC\r\n\t\t:gol ( tool-0-1 \"a nonstick frying pan\"@41:62 / TOOL )\r\n\t\t:ppt ( \"cooking spray\"@68:81 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Saute chicken breasts until no longer pink, and juices run clear; set aside.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Saute\"@3:8 / AC\r\n\t\t:ppt ( ing-1 \"chicken breasts\"@9:24 / FOOD )\r\n\t\t:until ( cond-1-0 \"until no longer pink, and juices run clear\"@25:67 / CONDITION_CLAUSE )\r\n\t)\r\n\t:inform ( ac-1-1 \"set aside\"@69:78 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-2-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-2-0 \"375 degrees F\"@19:33 / TEMPERATURE )\r\n\t\t:heat ( temp-2-1 \"190 degrees C\"@35:48 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Unroll 4 large crescent rolls.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Unroll\"@3:9 / AC\r\n\t\t:ppt ( \"4 large crescent rolls\"@10:32 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Layer each with 3 thin slices brie, 3 leaves spinach and 1 slice prosciutto.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Layer\"@3:8 / AC\r\n\t\t:gol ( \"each\"@9:13 / FOOD )\r\n\t\t:ppt ( ing-3 \"3 thin slices brie\"@19:37 / FOOD )\r\n\t\t:ppt ( ing-4 \"3 leaves spinach\"@39:55 / FOOD )\r\n\t\t:ppt ( ing-5 \"1 slice prosciutto\"@60:78 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Place chicken breast in the center of dough.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"chicken breast\"@9:23 / FOOD )\r\n\t\t:gol ( \"the center of dough\"@27:46 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Wrap and tuck dough around chicken until completely enclosed.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Wrap and tuck\"@3:16 / AC\r\n\t\t:ppt ( \"dough\"@17:22 / FOOD )\r\n\t\t:gol ( \"chicken\"@30:37 / FOOD )\r\n\t\t:until ( cond-6-0 \"until completely enclosed\"@38:63 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Place seam side down on baking sheet.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( \"seam side\"@9:18 / FOOD )\r\n\t\t:gol ( tool-7-0 \"baking sheet\"@27:39 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Bake in preheated oven for 10 to 15 minutes, or until golden brown.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Bake\"@3:7 / AC\r\n\t\t:loc ( tool-8-0 \"preheated oven\"@11:25 / TOOL )\r\n\t\t:duration ( dur-8-0 \"10 to 15 minutes\"@30:46 / DUR )\r\n\t\t:until ( cond-8-0 \"until golden brown\"@51:69 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/254_Coconut_Ambrosia_Salad.json b/ai_talks/AMUseBotBackend/recipe/254_Coconut_Ambrosia_Salad.json new file mode 100644 index 0000000..fcb6e1e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/254_Coconut_Ambrosia_Salad.json @@ -0,0 +1,66 @@ +{ + "id": "254", + "title": "Coconut Ambrosia Salad", + "content": [ + { + "id": "ing-0", + "text": "1 (11 ounce) can mandarin oranges, drained", + "type": "ingredient", + "eamr": "( ing-0 \"1 (11 ounce) can mandarin oranges, drained\" )" + }, + { + "id": "ing-1", + "text": "1 (8 ounce) can crushed pineapple, drained", + "type": "ingredient", + "eamr": "( ing-1 \"1 (8 ounce) can crushed pineapple, drained\" )" + }, + { + "id": "ing-2", + "text": "3 1/2 cups frozen whipped topping, thawed", + "type": "ingredient", + "eamr": "( ing-2 \"3 1/2 cups frozen whipped topping, thawed\" )" + }, + { + "id": "ing-3", + "text": "2 cups shredded coconut", + "type": "ingredient", + "eamr": "( ing-3 \"2 cups shredded coconut\" )" + }, + { + "id": "ing-4", + "text": "2 cups miniature marshmallows", + "type": "ingredient", + "eamr": "( ing-4 \"2 cups miniature marshmallows\" )" + }, + { + "id": "ing-5", + "text": "1/2 cup milk", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 cup milk\" )" + }, + { + "id": "ing-6", + "text": "1 cup maraschino cherries", + "type": "ingredient", + "eamr": "( ing-6 \"1 cup maraschino cherries\" )" + }, + { + "id": "inst-0", + "text": "0) In a large bowl, combine the oranges, pineapple, whipped topping, coconut, marshmallows and milk.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@20:27 / AC\r\n\t\t:loc ( tool-0-0 \"a large bowl\"@6:18 / TOOL )\r\n\t\t:ppt ( ing-0 \"the oranges\"@28:39 / FOOD )\r\n\t\t:ppt ( ing-1 \"pineapple\"@41:50 / FOOD )\r\n\t\t:ppt ( ing-2 \"whipped topping\"@52:67 / FOOD )\r\n\t\t:ppt ( ing-3 \"coconut\"@69:76 / FOOD )\r\n\t\t:ppt ( ing-4 \"marshmallows\"@78:90 / FOOD )\r\n\t\t:ppt ( ing-5 \"milk\"@95:99 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Mix together well and chill 1 hour before serving.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-1-1 \"chill\"@25:30 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-1-0 \"1 hour\"@31:37 / DUR )\r\n\t\t:duration ( cond-1-0 \"before serving\"@38:52 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Garnish with cherries.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Garnish\"@3:10 / AC\r\n\t\t:ppt ( \"cherries\"@16:24 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/255_Aunt_Mamies.json b/ai_talks/AMUseBotBackend/recipe/255_Aunt_Mamies.json new file mode 100644 index 0000000..d886820 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/255_Aunt_Mamies.json @@ -0,0 +1,156 @@ +{ + "id": "255", + "title": "Aunt Mamies", + "content": [ + { + "id": "ing-0", + "text": "1 (8 ounce) package cream cheese, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1 (8 ounce) package cream cheese, softened\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-2", + "text": "2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-2 \"2 cups all-purpose flour\" )" + }, + { + "id": "ing-3", + "text": "1 cup white sugar", + "type": "ingredient", + "eamr": "( ing-3 \"1 cup white sugar\" )" + }, + { + "id": "ing-4", + "text": "1/3 cup milk", + "type": "ingredient", + "eamr": "( ing-4 \"1/3 cup milk\" )" + }, + { + "id": "ing-5", + "text": "1/2 pound ground walnuts", + "type": "ingredient", + "eamr": "( ing-5 \"1/2 pound ground walnuts\" )" + }, + { + "id": "ing-6", + "text": "1/3 cup confectioners' sugar for decoration", + "type": "ingredient", + "eamr": "( ing-6 \"1/3 cup confectioners' sugar for decoration\" )" + }, + { + "id": "inst-0", + "text": "0) Beat together cream cheese and margarine until well blended.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Beat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"cream cheese\"@17:29 / FOOD )\r\n\t\t:ppt ( ing-1 \"margarine\"@34:43 / FOOD )\r\n\t\t:until ( cond-0-0 \"until well blended\"@44:62 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Add flour, mixing well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"flour\"@7:12 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-1-1 \"mixing\"@14:20 / AC )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Shape into a ball, cover and chill for 2 hours.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Shape\"@3:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:reshape ( \"a ball\"@14:20 / FOOD )\r\n\t)\r\n\t:inform ( ac-2-1 \"cover\"@22:27 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-2-2 \"chill\"@32:37 / AC\r\n\t\t:duration ( dur-2-0 \"2 hours\"@42:49 / DUR )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) In saucepan over medium heat, cook sugar and milk, stirring occasionally until milk boils and sugar is dissolved.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"cook\"@33:37 / AC\r\n\t\t:loc ( tool-3-0 \"saucepan\"@6:14 / TOOL )\r\n\t\t:heat ( temp-3-0 \"medium heat\"@20:31 / TEMPERATURE )\r\n\t\t:ppt ( ing-3 \"sugar\"@38:43 / FOOD )\r\n\t\t:ppt ( ing-4 \"milk\"@48:52 / FOOD )\r\n\t\t:simultaneous ( ac-3-1 \"stirring\"@54:62 / AC\r\n\t\t\t:until ( cond-3-0 \"until milk boils and sugar is dissolved\"@76:115 / CONDITION_CLAUSE )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Add the ground nuts.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-5 \"the ground nuts\"@7:22 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Remove from heat and let cool until mixture is of spreading consistency.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Remove\"@3:9 / AC\r\n\t\t:source ( \"heat\"@15:19 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-5-1 \"cool\"@28:32 / AC\r\n\t\t:until ( cond-5-0 \"until mixture is of spreading consistency\"@33:74 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Roll out chilled dough on lightly floured surface to a rectangle about 18 X 12 inches.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Roll out\"@3:11 / AC\r\n\t\t:ppt ( \"chilled dough\"@12:25 / FOOD )\r\n\t\t:loc ( tool-6-0 \"lightly floured surface\"@29:52 / TOOL )\r\n\t\t:reshape ( \"a rectangle about 18 X 12 inches\"@56:88 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Cut in half lengthwise.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Cut\"@3:6 / AC\r\n\t\t:mnr ( \"half lengthwise\"@10:25 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Spread each piece with milk/nut filling and roll up like a jelly-roll, starting from the long side.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Spread\"@3:9 / AC\r\n\t\t:gol ( \"each piece\"@10:20 / FOOD )\r\n\t\t:ppt ( \"milk/nut filling\"@26:42 / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"roll up\"@47:54 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( \"a jelly-roll\"@60:72 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Cut each roll in half.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Cut\"@4:7 / AC\r\n\t\t:ppt ( \"each roll\"@8:17 / FOOD )\r\n\t\t:mnr ( \"half\"@21:25 / OTHER )\r\n\t)\r\n)" + }, + { + "id": "inst-10", + "text": "10) Place seam side down on ungreased cookie sheets (two on a baking sheet).", + "type": "instruction", + "eamr": "( inst-10 / R\r\n\t:inform ( ac-10-0 \"Place\"@4:9 / AC\r\n\t\t:ppt ( \"seam side\"@10:19 / FOOD )\r\n\t\t:gol ( tool-10-0 \"ungreased cookie sheets\"@28:51 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-11", + "text": "11) Leaving roll's shape intact, cut into slices 1/2 inch thick almost to the bottom of the roll.", + "type": "instruction", + "eamr": "( inst-11 / R\r\n\t:inform ( \"Leaving roll's shape intact\"@4:31 / OTHER )\r\n\t:inform ( ac-11-0 \"cut\"@33:36 / AC\r\n\t\t:reshape ( \"slices 1/2 inch thick\"@42:63 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-12", + "text": "12) Bake at 350 degrees F (175 degrees C) for 15 to 20 minutes or till done.", + "type": "instruction", + "eamr": "( inst-12 / R\r\n\t:inform ( ac-12-0 \"Bake\"@4:8 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-12-0 \"350 degrees F\"@12:25 / TEMPERATURE )\r\n\t\t:heat ( temp-12-1 \"175 degrees C\"@27:40 / TEMPERATURE )\r\n\t\t:duration ( dur-12-0 \"15 to 20 minutes\"@46:62 / DUR )\r\n\t\t:until ( cond-12-0 \"till done\"@66:75 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-13", + "text": "13) Remove from sheet and sprinkle with confectioners' sugar.", + "type": "instruction", + "eamr": "( inst-13 / R\r\n\t:inform ( ac-13-0 \"Remove\"@4:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:source ( tool-13-0 \"sheet\"@16:21 / TOOL )\r\n\t)\r\n\t:inform ( ac-13-1 \"sprinkle\"@26:34 / AC\r\n\t\t:ppt ( ing-6 \"confectioners' sugar\"@40:60 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-14", + "text": "14) Cool on racks.", + "type": "instruction", + "eamr": "( inst-14 / R\r\n\t:inform ( ac-14-0 \"Cool\"@4:8 / AC\r\n\t\t:loc ( tool-14-0 \"racks\"@12:17 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-15", + "text": "15) Cut cookies all the way through.", + "type": "instruction", + "eamr": "( inst-15 / R\r\n\t:inform ( ac-15-0 \"Cut\"@4:7 / AC\r\n\t\t:ppt ( \"cookies\"@8:15 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-16", + "text": "16) Refrigerate or freeze.", + "type": "instruction", + "eamr": "( inst-16 / R\r\n\t:inform ( ac-16-0 \"Refrigerate\"@4:15 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-16-1 \"freeze\"@19:25 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-17", + "text": "17) Resprinkle with confectioners' sugar before serving.", + "type": "instruction", + "eamr": "( inst-17 / R\r\n\t:inform ( ac-17-0 \"Resprinkle\"@4:14 / AC\r\n\t\t:ppt ( \"confectioners' sugar\"@20:40 / FOOD )\r\n\t\t:duration ( cond-17-0 \"before serving\"@41:55 / CONDITION_CLAUSE )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/256_Fried_Chicken_Tenders.json b/ai_talks/AMUseBotBackend/recipe/256_Fried_Chicken_Tenders.json new file mode 100644 index 0000000..a9e0969 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/256_Fried_Chicken_Tenders.json @@ -0,0 +1,126 @@ +{ + "id": "256", + "title": "Fried Chicken Tenders", + "content": [ + { + "id": "ing-0", + "text": "1 cup all-purpose flour", + "type": "ingredient", + "eamr": "( ing-0 \"1 cup all-purpose flour\" )" + }, + { + "id": "ing-1", + "text": "2 cups Italian-style seasoned bread crumbs", + "type": "ingredient", + "eamr": "( ing-1 \"2 cups Italian-style seasoned bread crumbs\" )" + }, + { + "id": "ing-2", + "text": "1/2 teaspoon ground black pepper", + "type": "ingredient", + "eamr": "( ing-2 \"1/2 teaspoon ground black pepper\" )" + }, + { + "id": "ing-3", + "text": "1/2 teaspoon cayenne pepper", + "type": "ingredient", + "eamr": "( ing-3 \"1/2 teaspoon cayenne pepper\" )" + }, + { + "id": "ing-4", + "text": "2 eggs, beaten", + "type": "ingredient", + "eamr": "( ing-4 \"2 eggs, beaten\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons water", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons water\" )" + }, + { + "id": "ing-6", + "text": "24 chicken tenderloins", + "type": "ingredient", + "eamr": "( ing-6 \"24 chicken tenderloins\" )" + }, + { + "id": "ing-7", + "text": "2 quarts oil for frying", + "type": "ingredient", + "eamr": "( ing-7 \"2 quarts oil for frying\" )" + }, + { + "id": "ing-8", + "text": "1 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-8 \"1 cup mayonnaise\" )" + }, + { + "id": "ing-9", + "text": "3 tablespoons prepared horseradish", + "type": "ingredient", + "eamr": "( ing-9 \"3 tablespoons prepared horseradish\" )" + }, + { + "id": "ing-10", + "text": "1/2 cup sour cream", + "type": "ingredient", + "eamr": "( ing-10 \"1/2 cup sour cream\" )" + }, + { + "id": "ing-11", + "text": "1 dash Worcestershire sauce", + "type": "ingredient", + "eamr": "( ing-11 \"1 dash Worcestershire sauce\" )" + }, + { + "id": "ing-12", + "text": "3 tablespoons prepared mustard", + "type": "ingredient", + "eamr": "( ing-12 \"3 tablespoons prepared mustard\" )" + }, + { + "id": "inst-0", + "text": "0) Place flour in a shallow bowl.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-0 \"flour\"@9:14 / FOOD )\r\n\t\t:gol ( tool-0-0 \"a shallow bowl\"@18:32 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place breadcrumbs in a separate shallow bowl, and mix with ground black pepper and cayenne pepper.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-1 \"breadcrumbs\"@9:20 / FOOD )\r\n\t\t:gol ( tool-1-0 \"a separate shallow bowl\"@24:47 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@53:56 / AC\r\n\t\t:ppt ( ing-2 \"ground black pepper\"@62:81 / FOOD )\r\n\t\t:ppt ( ing-3 \"cayenne pepper\"@86:100 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Place eggs and water in a small bowl.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-4 \"eggs\"@9:13 / FOOD )\r\n\t\t:ppt ( ing-5 \"water\"@18:23 / FOOD )\r\n\t\t:gol ( tool-2-0 \"a small bowl\"@27:39 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) One piece at a time, coat the chicken in the flour, the eggs and the bread crumbs, and set aside.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"coat\"@24:28 / AC\r\n\t\t:gol ( ing-6 \"the chicken\"@29:40 / FOOD )\r\n\t\t:ppt ( \"the flour\"@44:53 / FOOD )\r\n\t\t:ppt ( \"the eggs\"@55:63 / FOOD )\r\n\t\t:ppt ( \"the bread crumbs\"@68:84 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"set aside\"@90:99 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Heat oil in a deep fryer to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-7 \"oil\"@8:11 / FOOD )\r\n\t\t:loc ( tool-4-0 \"a deep fryer\"@15:27 / TOOL )\r\n\t\t:heat ( temp-4-0 \"375 degrees F\"@31:44 / TEMPERATURE )\r\n\t\t:heat ( temp-4-1 \"190 degrees C\"@46:59 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) In small batches, fry chicken 6 to 8 minutes, or until golden brown.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"fry\"@21:24 / AC\r\n\t\t:ppt ( \"chicken\"@25:32 / FOOD )\r\n\t\t:duration ( dur-5-0 \"6 to 8 minutes\"@33:47 / DUR )\r\n\t\t:until ( cond-5-0 \"until golden brown\"@52:70 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) In a separate small bowl, combine the mayonnaise, horseradish, sour cream, Worcestershire sauce and mustard.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"combine\"@29:36 / AC\r\n\t\t:ppt ( ing-8 \"the mayonnaise\"@37:51 / FOOD )\r\n\t\t:ppt ( ing-9 \"horseradish\"@53:64 / FOOD )\r\n\t\t:loc ( tool-6-0 \"a separate small bowl\"@6:27 / TOOL )\r\n\t\t:ppt ( ing-10 \"sour cream\"@66:76 / FOOD )\r\n\t\t:ppt ( ing-11 \"Worcestershire sauce\"@78:98 / FOOD )\r\n\t\t:ppt ( ing-12 \"mustard\"@103:110 / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/257_Broiled_Egg_Salad_Sandwiches.json b/ai_talks/AMUseBotBackend/recipe/257_Broiled_Egg_Salad_Sandwiches.json new file mode 100644 index 0000000..c86d73c --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/257_Broiled_Egg_Salad_Sandwiches.json @@ -0,0 +1,96 @@ +{ + "id": "257", + "title": "Broiled Egg Salad Sandwiches", + "content": [ + { + "id": "ing-0", + "text": "3 hard-cooked eggs, chopped", + "type": "ingredient", + "eamr": "( ing-0 \"3 hard-cooked eggs, chopped\" )" + }, + { + "id": "ing-1", + "text": "1/4 cup crushed saltine crackers", + "type": "ingredient", + "eamr": "( ing-1 \"1/4 cup crushed saltine crackers\" )" + }, + { + "id": "ing-2", + "text": "1/4 cup chopped celery", + "type": "ingredient", + "eamr": "( ing-2 \"1/4 cup chopped celery\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon diced pimientos", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon diced pimientos\" )" + }, + { + "id": "ing-4", + "text": "1/2 cup mayonnaise", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 cup mayonnaise\" )" + }, + { + "id": "ing-5", + "text": "2 tablespoons milk", + "type": "ingredient", + "eamr": "( ing-5 \"2 tablespoons milk\" )" + }, + { + "id": "ing-6", + "text": "1/8 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-6 \"1/8 teaspoon salt\" )" + }, + { + "id": "ing-7", + "text": "1/8 teaspoon garlic salt", + "type": "ingredient", + "eamr": "( ing-7 \"1/8 teaspoon garlic salt\" )" + }, + { + "id": "ing-8", + "text": "1/8 teaspoon pepper", + "type": "ingredient", + "eamr": "( ing-8 \"1/8 teaspoon pepper\" )" + }, + { + "id": "ing-9", + "text": "2 English muffins, split and toasted", + "type": "ingredient", + "eamr": "( ing-9 \"2 English muffins, split and toasted\" )" + }, + { + "id": "inst-0", + "text": "0) In a bowl, combine the eggs, crackers, celery and pimientos.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"combine\"@14:21 / AC\r\n\t\t:loc ( tool-0-0 \"a bowl\"@6:12 / TOOL )\r\n\t\t:ppt ( ing-0 \"the eggs\"@22:30 / FOOD )\r\n\t\t:ppt ( ing-1 \"crackers\"@32:40 / FOOD )\r\n\t\t:ppt ( ing-2 \"celery\"@42:48 / FOOD )\r\n\t\t:ppt ( ing-3 \"pimientos\"@53:62 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) In another bowl, combine the mayonnaise, milk, salt, garlic salt and pepper; mix well.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"combine\"@20:27 / AC\r\n\t\t:ppt ( ing-4 \"the mayonnaise\"@28:42 / FOOD )\r\n\t\t:ppt ( ing-5 \"milk\"@44:48 / FOOD )\r\n\t\t:ppt ( ing-6 \"salt\"@50:54 / FOOD )\r\n\t\t:ppt ( ing-7 \"garlic salt\"@56:67 / FOOD )\r\n\t\t:ppt ( ing-8 \"pepper\"@72:78 / FOOD )\r\n\t\t:loc ( tool-1-0 \"another bowl\"@6:18 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"mix\"@80:83 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Stir into the egg mixture.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Stir\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( \"the egg mixture\"@13:28 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Spoon about 1/3 cup onto each muffin half; place on an ungreased baking sheet.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Spoon\"@3:8 / AC\r\n\t\t:ppt ( \"1/3 cup\"@15:22 / OTHER )\r\n\t\t:gol ( ing-9 \"each muffin half\"@28:44 / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"place\"@46:51 / AC\r\n\t\t:gol ( tool-3-0 \"an ungreased baking sheet\"@55:80 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Broil for 3-4 minutes or until lightly browned.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Broil\"@3:8 / AC\r\n\t\t:duration ( dur-4-0 \"3-4 minutes\"@13:24 / DUR )\r\n\t\t:until ( cond-4-0 \"until lightly browned\"@28:49 / CONDITION_CLAUSE )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/258_Banana_Bran_Muffins.json b/ai_talks/AMUseBotBackend/recipe/258_Banana_Bran_Muffins.json new file mode 100644 index 0000000..7cb102e --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/258_Banana_Bran_Muffins.json @@ -0,0 +1,132 @@ +{ + "id": "258", + "title": "Banana Bran Muffins", + "content": [ + { + "id": "ing-0", + "text": "1/2 cup butter, softened", + "type": "ingredient", + "eamr": "( ing-0 \"1/2 cup butter, softened\" )" + }, + { + "id": "ing-1", + "text": "1/2 cup brown sugar", + "type": "ingredient", + "eamr": "( ing-1 \"1/2 cup brown sugar\" )" + }, + { + "id": "ing-2", + "text": "3 bananas, mashed", + "type": "ingredient", + "eamr": "( ing-2 \"3 bananas, mashed\" )" + }, + { + "id": "ing-3", + "text": "1/4 cup milk", + "type": "ingredient", + "eamr": "( ing-3 \"1/4 cup milk\" )" + }, + { + "id": "ing-4", + "text": "1 teaspoon vanilla extract", + "type": "ingredient", + "eamr": "( ing-4 \"1 teaspoon vanilla extract\" )" + }, + { + "id": "ing-5", + "text": "2 eggs", + "type": "ingredient", + "eamr": "( ing-5 \"2 eggs\" )" + }, + { + "id": "ing-6", + "text": "1 1/2 cups all-purpose flour", + "type": "ingredient", + "eamr": "( ing-6 \"1 1/2 cups all-purpose flour\" )" + }, + { + "id": "ing-7", + "text": "1/2 cup wheat bran", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 cup wheat bran\" )" + }, + { + "id": "ing-8", + "text": "1 teaspoon baking powder", + "type": "ingredient", + "eamr": "( ing-8 \"1 teaspoon baking powder\" )" + }, + { + "id": "ing-9", + "text": "1 teaspoon baking soda", + "type": "ingredient", + "eamr": "( ing-9 \"1 teaspoon baking soda\" )" + }, + { + "id": "ing-10", + "text": "1/4 teaspoon salt", + "type": "ingredient", + "eamr": "( ing-10 \"1/4 teaspoon salt\" )" + }, + { + "id": "ing-11", + "text": "1/2 cup chopped walnuts", + "type": "ingredient", + "eamr": "( ing-11 \"1/2 cup chopped walnuts\" )" + }, + { + "id": "inst-0", + "text": "0) Preheat oven to 375 degrees F (190 degrees C).", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Preheat\"@3:10 / AC\r\n\t\t:ppt ( tool-0-0 \"oven\"@11:15 / TOOL )\r\n\t\t:heat ( temp-0-0 \"375 degrees F\"@19:32 / TEMPERATURE )\r\n\t\t:heat ( temp-0-1 \"190 degrees C\"@34:47 / TEMPERATURE )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Grease a muffin pan or line with paper muffin liners.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Grease\"@3:9 / AC\r\n\t\t:ppt ( tool-1-0 \"a muffin pan\"@10:22 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"line\"@26:30 / AC\r\n\t\t:instrument ( tool-1-1 \"paper muffin liners\"@36:55 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) In a large mixing bowl, cream butter and brown sugar together until fluffy.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"cream\"@27:32 / AC\r\n\t\t:ppt ( ing-0 \"butter\"@33:39 / FOOD )\r\n\t\t:loc ( tool-2-0 \"a large mixing bowl\"@6:25 / TOOL )\r\n\t\t:ppt ( ing-1 \"brown sugar\"@44:55 / FOOD )\r\n\t\t:until ( cond-2-0 \"until fluffy\"@65:77 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Add bananas, milk, vanilla and eggs; mix well.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Add\"@3:6 / AC\r\n\t\t:ppt ( ing-2 \"bananas\"@7:14 / FOOD )\r\n\t\t:ppt ( ing-3 \"milk\"@16:20 / FOOD )\r\n\t\t:ppt ( ing-4 \"vanilla\"@22:29 / FOOD )\r\n\t\t:ppt ( ing-5 \"eggs\"@34:38 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-3-1 \"mix\"@40:43 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Stir in flour, bran, baking powder, soda and salt; blend just until moistened.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:ppt ( ing-6 \"flour\"@11:16 / FOOD )\r\n\t\t:ppt ( ing-7 \"bran\"@18:22 / FOOD )\r\n\t\t:ppt ( ing-8 \"baking powder\"@24:37 / FOOD )\r\n\t\t:ppt ( ing-9 \"soda\"@39:43 / FOOD )\r\n\t\t:ppt ( ing-10 \"salt\"@48:52 / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"blend\"@54:59 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:until ( cond-4-0 \"until moistened\"@65:80 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Stir in walnuts.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Stir in\"@3:10 / AC\r\n\t\t:ppt ( ing-11 \"walnuts\"@11:18 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Pour batter into prepared muffin cups.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Pour\"@3:7 / AC\r\n\t\t:ppt ( \"batter\"@8:14 / FOOD )\r\n\t\t:gol ( tool-6-0 \"prepared muffin cups\"@20:40 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Bake at 375 degrees F (190 degrees C) for 20 to 25 minutes or until a toothpick inserted into the center of a muffin comes out clean.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Bake\"@3:7 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:heat ( temp-7-0 \"375 degrees F\"@11:24 / TEMPERATURE )\r\n\t\t:heat ( temp-7-1 \"190 degrees C\"@26:39 / TEMPERATURE )\r\n\t\t:duration ( dur-7-0 \"20 to 25 minutes\"@45:61 / DUR )\r\n\t\t:until ( cond-7-0 \"until a toothpick inserted into the center of a muffin comes out clean\"@65:135 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Cool in the cups for 5 minutes, then remove muffins and place on a wire rack to cool completely.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Cool\"@3:7 / AC\r\n\t\t:duration ( dur-8-0 \"5 minutes\"@24:33 / DUR )\r\n\t\t:loc ( tool-8-0 \"the cups\"@11:19 / TOOL )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-8-1 \"remove\"@40:46 / AC\r\n\t\t:ppt ( \"muffins\"@47:54 / FOOD )\r\n\t)\r\n\t:inform ( ac-8-2 \"place\"@59:64 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:gol ( tool-8-1 \"a wire rack\"@68:79 / TOOL )\r\n\t\t:prp ( purp-8-0 \"to cool completely\"@80:98 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/recipe/259_Chicken_and_Black_Bean_Chili.json b/ai_talks/AMUseBotBackend/recipe/259_Chicken_and_Black_Bean_Chili.json new file mode 100644 index 0000000..5405fe3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/recipe/259_Chicken_and_Black_Bean_Chili.json @@ -0,0 +1,174 @@ +{ + "id": "259", + "title": "Chicken and Black Bean Chili", + "content": [ + { + "id": "ing-0", + "text": "2 tablespoons cooking oil", + "type": "ingredient", + "eamr": "( ing-0 \"2 tablespoons cooking oil\" )" + }, + { + "id": "ing-1", + "text": "3 large skinless, boneless chicken breast halves - cut into 1 inch pieces", + "type": "ingredient", + "eamr": "( ing-1 \"3 large skinless, boneless chicken breast halves - cut into 1 inch pieces\" )" + }, + { + "id": "ing-2", + "text": "sea salt to taste", + "type": "ingredient", + "eamr": "( ing-2 \"sea salt to taste\" )" + }, + { + "id": "ing-3", + "text": "1 tablespoon chili powder, or to taste", + "type": "ingredient", + "eamr": "( ing-3 \"1 tablespoon chili powder, or to taste\" )" + }, + { + "id": "ing-4", + "text": "1/2 tablespoon ground cumin, or to taste", + "type": "ingredient", + "eamr": "( ing-4 \"1/2 tablespoon ground cumin, or to taste\" )" + }, + { + "id": "ing-5", + "text": "1 dried chipotle chili pepper, ground into powder", + "type": "ingredient", + "eamr": "( ing-5 \"1 dried chipotle chili pepper, ground into powder\" )" + }, + { + "id": "ing-6", + "text": "ground black pepper to taste", + "type": "ingredient", + "eamr": "( ing-6 \"ground black pepper to taste\" )" + }, + { + "id": "ing-7", + "text": "1/2 teaspoon ground cayenne pepper", + "type": "ingredient", + "eamr": "( ing-7 \"1/2 teaspoon ground cayenne pepper\" )" + }, + { + "id": "ing-8", + "text": "1 small yellow onion, diced", + "type": "ingredient", + "eamr": "( ing-8 \"1 small yellow onion, diced\" )" + }, + { + "id": "ing-9", + "text": "1 medium green bell pepper, diced", + "type": "ingredient", + "eamr": "( ing-9 \"1 medium green bell pepper, diced\" )" + }, + { + "id": "ing-10", + "text": "1 medium yellow bell pepper, diced", + "type": "ingredient", + "eamr": "( ing-10 \"1 medium yellow bell pepper, diced\" )" + }, + { + "id": "ing-11", + "text": "5 cups water", + "type": "ingredient", + "eamr": "( ing-11 \"5 cups water\" )" + }, + { + "id": "ing-12", + "text": "1 (15 ounce) can kidney beans, undrained", + "type": "ingredient", + "eamr": "( ing-12 \"1 (15 ounce) can kidney beans, undrained\" )" + }, + { + "id": "ing-13", + "text": "1 (15 ounce) can black beans, undrained", + "type": "ingredient", + "eamr": "( ing-13 \"1 (15 ounce) can black beans, undrained\" )" + }, + { + "id": "ing-14", + "text": "1 (11 ounce) can whole kernel corn, drained", + "type": "ingredient", + "eamr": "( ing-14 \"1 (11 ounce) can whole kernel corn, drained\" )" + }, + { + "id": "ing-15", + "text": "1 teaspoon green pepper sauce (e.g., Tabasco)", + "type": "ingredient", + "eamr": "( ing-15 \"1 teaspoon green pepper sauce (e.g., Tabasco)\" )" + }, + { + "id": "ing-16", + "text": "1 (6 ounce) can roasted garlic tomato paste", + "type": "ingredient", + "eamr": "( ing-16 \"1 (6 ounce) can roasted garlic tomato paste\" )" + }, + { + "id": "ing-17", + "text": "1 bunch fresh cilantro, chopped", + "type": "ingredient", + "eamr": "( ing-17 \"1 bunch fresh cilantro, chopped\" )" + }, + { + "id": "inst-0", + "text": "0) Heat the oil in a large pot over medium heat.", + "type": "instruction", + "eamr": "( inst-0 / R\r\n\t:inform ( ac-0-0 \"Heat\"@3:7 / AC\r\n\t\t:ppt ( ing-0 \"the oil\"@8:15 / FOOD )\r\n\t\t:heat ( temp-0-0 \"medium heat\"@36:47 / TEMPERATURE )\r\n\t\t:loc ( tool-0-0 \"a large pot\"@19:30 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-1", + "text": "1) Place chicken in the pot; brown on all sides.", + "type": "instruction", + "eamr": "( inst-1 / R\r\n\t:inform ( ac-1-0 \"Place\"@3:8 / AC\r\n\t\t:ppt ( ing-1 \"chicken\"@9:16 / FOOD )\r\n\t\t:gol ( tool-1-0 \"the pot\"@20:27 / TOOL )\r\n\t)\r\n\t:inform ( ac-1-1 \"brown\"@29:34 / AC\r\n\t\t:mnr ( \"on all sides\"@35:47 / OTHER )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-2", + "text": "2) Season with sea salt, chili powder, cumin, ground chipotle, black pepper, and cayenne pepper.", + "type": "instruction", + "eamr": "( inst-2 / R\r\n\t:inform ( ac-2-0 \"Season\"@3:9 / AC\r\n\t\t:ppt ( ing-2 \"sea salt\"@15:23 / FOOD )\r\n\t\t:ppt ( ing-3 \"chili powder\"@25:37 / FOOD )\r\n\t\t:ppt ( ing-4 \"cumin\"@39:44 / FOOD )\r\n\t\t:ppt ( ing-5 \"ground chipotle\"@46:61 / FOOD )\r\n\t\t:ppt ( ing-6 \"black pepper\"@63:75 / FOOD )\r\n\t\t:ppt ( ing-7 \"cayenne pepper\"@82:96 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-3", + "text": "3) Mix in onion, green bell pepper, and yellow bell pepper.", + "type": "instruction", + "eamr": "( inst-3 / R\r\n\t:inform ( ac-3-0 \"Mix in\"@3:9 / AC\r\n\t\t:ppt ( ing-8 \"onion\"@10:15 / FOOD )\r\n\t\t:ppt ( ing-9 \"green bell pepper\"@17:34 / FOOD )\r\n\t\t:ppt ( ing-10 \"yellow bell pepper\"@40:58 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-4", + "text": "4) Pour in about 3 cups water, and continue cooking 10 minutes, until about 1/2 the water has evaporated.", + "type": "instruction", + "eamr": "( inst-4 / R\r\n\t:inform ( ac-4-0 \"Pour in\"@3:10 / AC\r\n\t\t:ppt ( ing-11 \"3 cups water\"@17:29 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t)\r\n\t:inform ( ac-4-1 \"cooking\"@44:51 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:duration ( dur-4-0 \"10 minutes\"@52:62 / DUR )\r\n\t\t:until ( cond-4-0 \"until about 1/2 the water has evaporated\"@64:104 / CONDITION_CLAUSE )\r\n\t)\r\n)" + }, + { + "id": "inst-5", + "text": "5) Mix the kidney beans, black beans, and corn into the pot.", + "type": "instruction", + "eamr": "( inst-5 / R\r\n\t:inform ( ac-5-0 \"Mix\"@3:6 / AC\r\n\t\t:ppt ( ing-12 \"the kidney beans\"@7:23 / FOOD )\r\n\t\t:ppt ( ing-13 \"black beans\"@25:36 / FOOD )\r\n\t\t:ppt ( ing-14 \"corn\"@42:46 / FOOD )\r\n\t\t:loc ( tool-5-0 \"the pot\"@52:59 / TOOL )\r\n\t)\r\n)" + }, + { + "id": "inst-6", + "text": "6) Season with green pepper sauce.", + "type": "instruction", + "eamr": "( inst-6 / R\r\n\t:inform ( ac-6-0 \"Season\"@3:9 / AC\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:ppt ( ing-15 \"green pepper sauce\"@15:33 / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-7", + "text": "7) Reduce heat to low, and mix in remaining 2 cups water and tomato paste.", + "type": "instruction", + "eamr": "( inst-7 / R\r\n\t:inform ( ac-7-0 \"Reduce\"@3:9 / AC\r\n\t\t:ppt ( \"heat\"@10:14 / OTHER )\r\n\t\t:heat ( temp-7-0 \"low\"@18:21 / TEMPERATURE )\r\n\t)\r\n\t:inform ( ac-7-1 \"mix in\"@27:33 / AC\r\n\t\t:ppt ( ing-11 \"remaining 2 cups water\"@34:56 / FOOD )\r\n\t\t:ppt ( ing-16 \"tomato paste\"@61:73 / FOOD )\r\n\t\t:ppt ( NULL / FOOD )\r\n\t)\r\n)" + }, + { + "id": "inst-8", + "text": "8) Simmer, stirring occasionally 30 minutes, or until thickened.", + "type": "instruction", + "eamr": "( inst-8 / R\r\n\t:inform ( ac-8-0 \"Simmer\"@3:9 / AC\r\n\t\t:ppt ( NULL / FOOD )\r\n\t\t:simultaneous ( ac-8-1 \"stirring\"@11:19 / AC\r\n\t\t\t:duration ( dur-8-0 \"30 minutes\"@33:43 / DUR )\r\n\t\t\t:until ( cond-8-0 \"until thickened\"@48:63 / CONDITION_CLAUSE )\r\n\t\t)\r\n\t)\r\n)" + }, + { + "id": "inst-9", + "text": "9) Top with cilantro to serve.", + "type": "instruction", + "eamr": "( inst-9 / R\r\n\t:inform ( ac-9-0 \"Top\"@4:7 / AC\r\n\t\t:ppt ( ing-17 \"cilantro\"@13:21 / FOOD )\r\n\t\t:gol ( NULL / FOOD )\r\n\t\t:prp ( purp-9-0 \"to serve\"@22:30 / PURPOSE_CLAUSE )\r\n\t)\r\n)" + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/requirements.txt b/ai_talks/AMUseBotBackend/requirements.txt new file mode 100644 index 0000000..e34cdf0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/requirements.txt @@ -0,0 +1,9 @@ +pandas==1.5.2 +scikit_learn==1.2.0 +simpletransformers==0.63.9 +torch==1.11.0 +spacy==3.5.0 +rank_bm25==0.2.2 +tqdm==4.64.1 +nlp==0.4.0 + diff --git a/ai_talks/AMUseBotBackend/src/DP/__init__.py b/ai_talks/AMUseBotBackend/src/DP/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/ai_talks/AMUseBotBackend/src/DP/dp.py b/ai_talks/AMUseBotBackend/src/DP/dp.py new file mode 100644 index 0000000..c362169 --- /dev/null +++ b/ai_talks/AMUseBotBackend/src/DP/dp.py @@ -0,0 +1,62 @@ +from typing import List +from AMUseBotBackend.src.DST.dst import DST +from AMUseBotBackend.src.NLG.nlg import NLG +from AMUseBotBackend.src.tools.search import search_recipe + +import AMUseBotBackend.consts as c + + +class DP: + + def __init__(self, dst: DST): + self.dst_module = dst + + + + def generate_response(self, intents: List[str]) -> str: + + # Prompt + if (None == intents): + return NLG.MESSAGE_PROMPT + + # No recipe is choosen + if ((None == self.dst_module.generate_state(c.RECIPE_ID_KEY)) or ( + "" == self.dst_module.generate_state(c.RECIPE_ID_KEY))): + if ("greeting" in intents): + return NLG.MESSAGE_HI + + if ("choose_recipe" in intents): + found_recipe = search_recipe(self.dst_module.generate_state(c.DIALOG_HISTORY_KEY)[-1][ + c.USER_MESSAGE_KEY]) # change this line for user utterance + if found_recipe: + recipe_name = self.dst_module.set_recipe(found_recipe) + self.dst_module.set_next_step() + return NLG.MESSAGE_CHOOSEN_RECIPE(recipe_name=recipe_name) + "\n" \ + + self.dst_module.generate_state(c.STEPS_KEY)[self.dst_module.generate_state(c.CURR_STEP_KEY)] + if not found_recipe: + return NLG.MESSAGE_NOT_UNDERSTAND_SUGGEST_RECIPE(self.dst_module.get_random_recipes(3)) + # not understand ask recipe + return NLG.MESSAGE_ASK_RECIPE + + # Recipe choosen + if (None != self.dst_module.generate_state(c.RECIPE_ID_KEY) and "" != self.dst_module.generate_state( + c.RECIPE_ID_KEY)): + if ("req_ingredient_list" in intents + or "req_ingredient" in intents): + return NLG.MESSAGE_INGREDIENTS(self.dst_module.generate_state(c.INGREDIENTS_KEY)) + if ("confirm" in intents + or "affirm" in intents + or "req_start" in intents + or "thank" in intents + or "req_instruction" in intents): + next_step = self.dst_module.set_next_step() + if (next_step): + return self.dst_module.generate_state(c.STEPS_KEY)[self.dst_module.generate_state(c.CURR_STEP_KEY)] + if (not next_step): + self.dst_module.restart() + return NLG.RECIPE_OVER_ANSWER + if ("req_repeat" in intents): + return self.dst_module.generate_state(c.STEPS_KEY)[self.dst_module.generate_state(c.CURR_STEP_KEY)] + + # other + return NLG.NOT_UNDERSTAND_ANSWER diff --git a/ai_talks/AMUseBotBackend/src/DST/__init__.py b/ai_talks/AMUseBotBackend/src/DST/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/ai_talks/AMUseBotBackend/src/DST/dst.py b/ai_talks/AMUseBotBackend/src/DST/dst.py new file mode 100644 index 0000000..3eac32d --- /dev/null +++ b/ai_talks/AMUseBotBackend/src/DST/dst.py @@ -0,0 +1,107 @@ +import json +from typing import Dict +from os import walk +import re +import random + +import AMUseBotBackend.consts as c + +class DST: + def __init__(self, recipe_path, dialog_path): + self.__recipe_path = recipe_path + self.__dialog_path = dialog_path + self.recipes = {} + self.__set_all_recipes() + self.__recipe_id = None + self.__curr_step = None + self.__ingredients = [] + self.__steps = {} + self.__dialog_history = [] + + def generate_state(self, key=None) -> Dict: + state = { + c.RECIPE_ID_KEY: self.__recipe_id, + c.CURR_STEP_KEY: self.__curr_step, + c.STEPS_KEY: self.__steps, + c.INGREDIENTS_KEY: self.__ingredients, + c.DIALOG_HISTORY_KEY: self.__dialog_history, + } + return state if not key else state.get(key, "") + + def set_recipe(self, recipe_id) -> Dict: + self.__recipe_id = recipe_id + self.__set_steps() + self.__set_ingredients() + return self.recipes[recipe_id] + + def set_next_step(self) -> bool: + if (None == self.__curr_step): + self.__curr_step = 0 + return True + if (self.__curr_step < len(self.__steps) - 1): + self.__curr_step += 1 + return True + return False + + def update_dialog_history(self, system_message, user_message, intents): + obj = {} + obj[c.SYSTEM_MESSAGE_KEY] = system_message + obj[c.USER_MESSAGE_KEY] = user_message + obj[c.INTENTS_KEY] = intents + self.__dialog_history.append(obj) + + def add_intent(self, intent): + self.__intents.append(intent) + + def restart(self): + self.__init__(self.__recipe_path, self.__dialog_path) + + def __set_all_recipes(self) -> Dict: + recipe_files = [] + for (_, _, filenames) in walk(self.__recipe_path): + recipe_files.extend(filenames) + break + regex_pattern = re.compile(r'([0-9]{3})_(.+).json') + recipe_dict = {} + for recipe_title in recipe_files: + result = re.search(regex_pattern, recipe_title) + recipe_dict[int(result.group(1))] = result.group(2).replace("_", " ") + self.recipes = recipe_dict + + + def get_random_recipes(self, n): + recipes_id = [] + while len(recipes_id) < n: + random_id = random.randint(0, len(self.recipes) - 1) + if random_id not in recipes_id: recipes_id.append(random_id) + return [self.recipes[id] for id in recipes_id] + + def __set_steps(self): + dialog_files = [] + steps = {} + for (_, _, filenames) in walk(self.__dialog_path): + dialog_files.extend(filenames) + break + for dialog_title in dialog_files: + if dialog_title.startswith(f"{self.__recipe_id:03d}"): + with open(self.__dialog_path + "/" + dialog_title) as f: + data = json.load(f) + for message in data["messages"]: + if "inform_instruction" in message["annotations"]: + steps[len(steps)] = message["utterance"] + self.__steps = steps + + def __set_ingredients(self): + dialog_files = [] + ingredients = [] + for (_, _, filenames) in walk(self.__recipe_path): + dialog_files.extend(filenames) + break + for dialog_title in dialog_files: + if dialog_title.startswith(f"{self.__recipe_id:03d}"): + with open(self.__recipe_path + dialog_title) as f: + data = json.load(f) + for row in data['content']: + if row['type']=='ingredient': + ingredients.append(row['text']) + self.__ingredients = ingredients diff --git a/ai_talks/AMUseBotBackend/src/NLG/__init__.py b/ai_talks/AMUseBotBackend/src/NLG/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/ai_talks/AMUseBotBackend/src/NLG/nlg.py b/ai_talks/AMUseBotBackend/src/NLG/nlg.py new file mode 100644 index 0000000..b595c7b --- /dev/null +++ b/ai_talks/AMUseBotBackend/src/NLG/nlg.py @@ -0,0 +1,26 @@ +class NLG: + MESSAGE_PROMPT = "Hello! I'm AMUseBot, a virtual cooking assistant. Please tell me the name of the dish that you'd like to prepare today." + MESSAGE_HI = "Hi! What do you want to make today?" + MESSAGE_ASK_RECIPE = "Please tell me the name of the recipe." + BYE_ANSWER = "Bye, hope to see you soon!" + RECIPE_OVER_ANSWER = "Congratulations! You finished preparing the dish, bon appetit!" + NOT_UNDERSTAND_ANSWER = "I'm sorry, I don't understand. Could you rephrase?" + + @staticmethod + def MESSAGE_INGREDIENTS(ingr_list): + return ", ".join(ingr_list) + + @staticmethod + def MESSAGE_CHOOSEN_RECIPE(recipe_name): + return f"You've chosen {recipe_name}. Let's get busy!" + + @staticmethod + def MESSAGE_NOT_UNDERSTAND_SUGGEST_RECIPE(recipes_list): + suggestions = "" + if len(recipes_list) <= 2: + suggestions = " or ".join(recipes_list) + + if len(recipes_list) > 2: + suggestions = ", ".join(recipes_list[0:-1]) + f" or {recipes_list[-1]}" + + return f"I'm sorry, I don't know a recipe like that. Instead, I can suggest you {suggestions}." diff --git a/ai_talks/AMUseBotBackend/src/NLU/__init__.py b/ai_talks/AMUseBotBackend/src/NLU/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/ai_talks/AMUseBotBackend/src/NLU/nlu.py b/ai_talks/AMUseBotBackend/src/NLU/nlu.py new file mode 100644 index 0000000..38a0ca4 --- /dev/null +++ b/ai_talks/AMUseBotBackend/src/NLU/nlu.py @@ -0,0 +1,22 @@ +import json +from simpletransformers.classification import MultiLabelClassificationModel + +class NLU: + def __init__(self, intent_dict_path, model_identifier_path): + with open(intent_dict_path, encoding='utf-8') as f: + self.int2intent = json.load(f) + with open(model_identifier_path, encoding='utf-8') as f: + model_identifier = f.read().strip() + + print(f'Using model: {model_identifier}') + + self.model = MultiLabelClassificationModel('roberta', model_identifier, num_labels=len(self.int2intent), use_cuda=False, args={'silent': True}) + + def predict(self, utterance): + predictions_vector, raw_outputs = self.model.predict([utterance]) + predictions_vector = predictions_vector[0] + predicted_intents = [] + for i in range(len(predictions_vector)): + if predictions_vector[i] == 1: + predicted_intents.append(self.int2intent[str(i)]) + return predicted_intents diff --git a/ai_talks/AMUseBotBackend/src/README.md b/ai_talks/AMUseBotBackend/src/README.md new file mode 100644 index 0000000..c7dfad0 --- /dev/null +++ b/ai_talks/AMUseBotBackend/src/README.md @@ -0,0 +1 @@ +# Source \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/src/tools/search.py b/ai_talks/AMUseBotBackend/src/tools/search.py new file mode 100644 index 0000000..5f3164e --- /dev/null +++ b/ai_talks/AMUseBotBackend/src/tools/search.py @@ -0,0 +1,48 @@ +import os +import sys + +import numpy as np +from rank_bm25 import BM25Okapi + + +def weighted_search(tokenized_query, bm25_recipes, bm25_ingredients, + tok_text_recipes, tok_text_ingredients, weight_recipe=10, weight_ingredient=1): + d_ingredients = np.sum(sorted(bm25_ingredients.get_scores(tokenized_query), reverse=True)[:10]) + d_recipes = np.sum(sorted(bm25_recipes.get_scores(tokenized_query), reverse=True)[:10]) + d = d_ingredients + d_recipes + + weighted_scores_ingredients = bm25_ingredients.get_scores(tokenized_query) * weight_ingredient + weighted_scores_recipes = bm25_recipes.get_scores(tokenized_query) * weight_recipe + + + ingredients_recipes_scores = weighted_scores_ingredients + weighted_scores_recipes + + if np.max(ingredients_recipes_scores / d) if d else 0 > 1.00: # can be set to other value + result = np.argmax(ingredients_recipes_scores) + return int(tok_text_recipes[result][1]) + else: + return None + + +def search_recipe(query): + tokenized_query = query.lower().split(" ") + + tok_text_ingredients = [] + tok_text_recipes = [] + with open('AMUseBotFront/ai_talks/AMUseBotBackend/utils/tools/ingredients_recipes_merged.csv', 'r') as file: + for line in file: + line = line.split(', ') + ingredients_splitted = [x for x in line[1].split(',')] + tok_text_ingredients.append(ingredients_splitted) + tok_text_recipes.append([ingredients_splitted[0]] + [x.lower() for x in line[0].split(',')]) + + + bm25_recipes = BM25Okapi([recipe[2:] for recipe in tok_text_recipes]) + bm25_ingredients = BM25Okapi([ingredient[1:] for ingredient in tok_text_ingredients]) + + result = weighted_search( + tokenized_query, bm25_recipes, bm25_ingredients, tok_text_recipes, tok_text_ingredients, weight_recipe=10, + weight_ingredient=1 + # word in recipe title is 10 times more important than in ingredients list + ) + return result diff --git a/ai_talks/AMUseBotBackend/utils/NLU_Trainer.ipynb b/ai_talks/AMUseBotBackend/utils/NLU_Trainer.ipynb new file mode 100644 index 0000000..6ddd824 --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/NLU_Trainer.ipynb @@ -0,0 +1 @@ +{"cells":[{"cell_type":"code","execution_count":2,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":11794,"status":"ok","timestamp":1671521150117,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"rac6R0-Kd6QN","outputId":"9b8817b6-7f2c-4465-d2c4-40cffa0a40e4"},"outputs":[{"name":"stdout","output_type":"stream","text":["Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount(\"/content/drive\", force_remount=True).\n"]}],"source":["# Load the Drive helper and mount\n","from google.colab import drive\n","drive.mount('/content/drive')"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":7,"status":"ok","timestamp":1671454953415,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"EWTlBiRIKFK7","outputId":"fc6860da-bfe4-40ee-e65e-42f809e3bf09"},"outputs":[{"name":"stdout","output_type":"stream","text":["shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory\n","fatal: could not create work tree dir 'CookDial': No such file or directory\n"]}],"source":["! git clone https://github.com/YiweiJiang2015/CookDial.git"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":405,"status":"ok","timestamp":1671455100412,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"a03eUTKjeJbT","outputId":"7ef67f9a-b599-48b7-9752-fa25bad2fac4"},"outputs":[{"name":"stdout","output_type":"stream","text":["/content/drive/MyDrive/CookDial\n"]}],"source":["!pwd\n"]},{"cell_type":"code","execution_count":2,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":221,"status":"ok","timestamp":1671493724901,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"21J3SKwHKMPm","outputId":"2bd50190-1a30-4739-8f5d-a75117b9e310"},"outputs":[{"name":"stdout","output_type":"stream","text":["/content/drive/MyDrive/CookDial\n"]}],"source":["%cd /content/drive/MyDrive/CookDial"]},{"cell_type":"code","execution_count":3,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":117638,"status":"ok","timestamp":1671493844497,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"LGdaIt1DN42D","outputId":"e1e9f5b4-e6ed-4ce4-b711-3df575c5cbaf"},"outputs":[{"name":"stdout","output_type":"stream","text":["--2022-12-19 23:48:47-- https://repo.anaconda.com/miniconda/Miniconda3-py39_4.9.2-Linux-x86_64.sh\n","Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.131.3, 104.16.130.3, 2606:4700::6810:8303, ...\n","Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.131.3|:443... connected.\n","HTTP request sent, awaiting response... 200 OK\n","Length: 61451533 (59M) [application/x-sh]\n","Saving to: ‘mini.sh’\n","\n","mini.sh 100%[===================>] 58.60M 62.7MB/s in 0.9s \n","\n","2022-12-19 23:48:48 (62.7 MB/s) - ‘mini.sh’ saved [61451533/61451533]\n","\n","PREFIX=/usr/local\n","Unpacking payload ...\n","Collecting package metadata (current_repodata.json): - \b\b\\ \b\bdone\n","Solving environment: / \b\b- \b\b\\ \b\bdone\n","\n","## Package Plan ##\n","\n"," environment location: /usr/local\n","\n"," added / updated specs:\n"," - _libgcc_mutex==0.1=main\n"," - brotlipy==0.7.0=py39h27cfd23_1003\n"," - ca-certificates==2020.12.8=h06a4308_0\n"," - certifi==2020.12.5=py39h06a4308_0\n"," - cffi==1.14.4=py39h261ae71_0\n"," - chardet==3.0.4=py39h06a4308_1003\n"," - conda-package-handling==1.7.2=py39h27cfd23_1\n"," - conda==4.9.2=py39h06a4308_0\n"," - cryptography==3.3.1=py39h3c74f83_0\n"," - idna==2.10=py_0\n"," - ld_impl_linux-64==2.33.1=h53a641e_7\n"," - libedit==3.1.20191231=h14c3975_1\n"," - libffi==3.3=he6710b0_2\n"," - libgcc-ng==9.1.0=hdf63c60_0\n"," - libstdcxx-ng==9.1.0=hdf63c60_0\n"," - ncurses==6.2=he6710b0_1\n"," - openssl==1.1.1i=h27cfd23_0\n"," - pip==20.3.1=py39h06a4308_0\n"," - pycosat==0.6.3=py39h27cfd23_0\n"," - pycparser==2.20=py_2\n"," - pyopenssl==20.0.0=pyhd3eb1b0_1\n"," - pysocks==1.7.1=py39h06a4308_0\n"," - python==3.9.1=hdb3f193_2\n"," - readline==8.0=h7b6447c_0\n"," - requests==2.25.0=pyhd3eb1b0_0\n"," - ruamel_yaml==0.15.80=py39h27cfd23_0\n"," - setuptools==51.0.0=py39h06a4308_2\n"," - six==1.15.0=py39h06a4308_0\n"," - sqlite==3.33.0=h62c20be_0\n"," - tk==8.6.10=hbc83047_0\n"," - tqdm==4.54.1=pyhd3eb1b0_0\n"," - tzdata==2020d=h14c3975_0\n"," - urllib3==1.25.11=py_0\n"," - wheel==0.36.1=pyhd3eb1b0_0\n"," - xz==5.2.5=h7b6447c_0\n"," - yaml==0.2.5=h7b6447c_0\n"," - zlib==1.2.11=h7b6447c_3\n","\n","\n","The following NEW packages will be INSTALLED:\n","\n"," _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main\n"," brotlipy pkgs/main/linux-64::brotlipy-0.7.0-py39h27cfd23_1003\n"," ca-certificates pkgs/main/linux-64::ca-certificates-2020.12.8-h06a4308_0\n"," certifi pkgs/main/linux-64::certifi-2020.12.5-py39h06a4308_0\n"," cffi pkgs/main/linux-64::cffi-1.14.4-py39h261ae71_0\n"," chardet pkgs/main/linux-64::chardet-3.0.4-py39h06a4308_1003\n"," conda pkgs/main/linux-64::conda-4.9.2-py39h06a4308_0\n"," conda-package-han~ pkgs/main/linux-64::conda-package-handling-1.7.2-py39h27cfd23_1\n"," cryptography pkgs/main/linux-64::cryptography-3.3.1-py39h3c74f83_0\n"," idna pkgs/main/noarch::idna-2.10-py_0\n"," ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7\n"," libedit pkgs/main/linux-64::libedit-3.1.20191231-h14c3975_1\n"," libffi pkgs/main/linux-64::libffi-3.3-he6710b0_2\n"," libgcc-ng pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0\n"," libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0\n"," ncurses pkgs/main/linux-64::ncurses-6.2-he6710b0_1\n"," openssl pkgs/main/linux-64::openssl-1.1.1i-h27cfd23_0\n"," pip pkgs/main/linux-64::pip-20.3.1-py39h06a4308_0\n"," pycosat pkgs/main/linux-64::pycosat-0.6.3-py39h27cfd23_0\n"," pycparser pkgs/main/noarch::pycparser-2.20-py_2\n"," pyopenssl pkgs/main/noarch::pyopenssl-20.0.0-pyhd3eb1b0_1\n"," pysocks pkgs/main/linux-64::pysocks-1.7.1-py39h06a4308_0\n"," python pkgs/main/linux-64::python-3.9.1-hdb3f193_2\n"," readline pkgs/main/linux-64::readline-8.0-h7b6447c_0\n"," requests pkgs/main/noarch::requests-2.25.0-pyhd3eb1b0_0\n"," ruamel_yaml pkgs/main/linux-64::ruamel_yaml-0.15.80-py39h27cfd23_0\n"," setuptools pkgs/main/linux-64::setuptools-51.0.0-py39h06a4308_2\n"," six pkgs/main/linux-64::six-1.15.0-py39h06a4308_0\n"," sqlite pkgs/main/linux-64::sqlite-3.33.0-h62c20be_0\n"," tk pkgs/main/linux-64::tk-8.6.10-hbc83047_0\n"," tqdm pkgs/main/noarch::tqdm-4.54.1-pyhd3eb1b0_0\n"," tzdata pkgs/main/noarch::tzdata-2020d-h14c3975_0\n"," urllib3 pkgs/main/noarch::urllib3-1.25.11-py_0\n"," wheel pkgs/main/noarch::wheel-0.36.1-pyhd3eb1b0_0\n"," xz pkgs/main/linux-64::xz-5.2.5-h7b6447c_0\n"," yaml pkgs/main/linux-64::yaml-0.2.5-h7b6447c_0\n"," zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3\n","\n","\n","Preparing transaction: / \b\b- \b\b\\ \b\b| \b\bdone\n","Executing transaction: - \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\b| \b\b/ \b\b- \b\b\\ \b\bdone\n","installation finished.\n","WARNING:\n"," You currently have a PYTHONPATH environment variable set. This may cause\n"," unexpected behavior when running the Python interpreter in Miniconda3.\n"," For best results, please verify that your PYTHONPATH only points to\n"," directories of packages that are compatible with the Python interpreter\n"," in Miniconda3: /usr/local\n","Collecting package metadata (current_repodata.json): ...working... done\n","Solving environment: ...working... done\n","\n","## Package Plan ##\n","\n"," environment location: /usr/local\n","\n"," added / updated specs:\n"," - jupyter\n","\n","\n","The following packages will be downloaded:\n","\n"," package | build\n"," ---------------------------|-----------------\n"," _openmp_mutex-5.1 | 1_gnu 21 KB\n"," anyio-3.5.0 | py39h06a4308_0 167 KB\n"," argon2-cffi-21.3.0 | pyhd3eb1b0_0 15 KB\n"," argon2-cffi-bindings-21.2.0| py39h7f8727e_0 33 KB\n"," asttokens-2.0.5 | pyhd3eb1b0_0 20 KB\n"," attrs-22.1.0 | py39h06a4308_0 85 KB\n"," babel-2.9.1 | pyhd3eb1b0_0 5.5 MB\n"," backcall-0.2.0 | pyhd3eb1b0_0 13 KB\n"," beautifulsoup4-4.11.1 | py39h06a4308_0 185 KB\n"," bleach-4.1.0 | pyhd3eb1b0_0 123 KB\n"," ca-certificates-2022.10.11 | h06a4308_0 124 KB\n"," certifi-2022.9.24 | py39h06a4308_0 154 KB\n"," conda-22.11.1 | py39h06a4308_4 927 KB\n"," dbus-1.13.18 | hb2f20db_0 504 KB\n"," debugpy-1.5.1 | py39h295c915_0 1.7 MB\n"," decorator-5.1.1 | pyhd3eb1b0_0 12 KB\n"," defusedxml-0.7.1 | pyhd3eb1b0_0 23 KB\n"," entrypoints-0.4 | py39h06a4308_0 16 KB\n"," executing-0.8.3 | pyhd3eb1b0_0 18 KB\n"," expat-2.4.9 | h6a678d5_0 156 KB\n"," flit-core-3.6.0 | pyhd3eb1b0_0 42 KB\n"," fontconfig-2.14.1 | h52c9d5c_1 281 KB\n"," freetype-2.12.1 | h4a9f257_0 626 KB\n"," giflib-5.2.1 | h7b6447c_0 78 KB\n"," glib-2.69.1 | h4ff587b_1 1.7 MB\n"," gst-plugins-base-1.14.0 | h8213a91_2 4.9 MB\n"," gstreamer-1.14.0 | h28cd5cc_2 3.2 MB\n"," icu-58.2 | he6710b0_3 10.5 MB\n"," importlib-metadata-4.11.3 | py39h06a4308_0 40 KB\n"," ipykernel-6.15.2 | py39h06a4308_0 190 KB\n"," ipython-8.7.0 | py39h06a4308_0 1.0 MB\n"," ipython_genutils-0.2.0 | pyhd3eb1b0_1 27 KB\n"," ipywidgets-7.6.5 | pyhd3eb1b0_1 105 KB\n"," jedi-0.18.1 | py39h06a4308_1 982 KB\n"," jinja2-3.1.2 | py39h06a4308_0 211 KB\n"," jpeg-9e | h7f8727e_0 240 KB\n"," json5-0.9.6 | pyhd3eb1b0_0 21 KB\n"," jsonschema-4.16.0 | py39h06a4308_0 129 KB\n"," jupyter-1.0.0 | py39h06a4308_8 7 KB\n"," jupyter_client-7.4.7 | py39h06a4308_0 209 KB\n"," jupyter_console-6.4.3 | pyhd3eb1b0_0 23 KB\n"," jupyter_core-4.11.2 | py39h06a4308_0 80 KB\n"," jupyter_server-1.18.1 | py39h06a4308_0 356 KB\n"," jupyterlab-3.5.0 | py39h06a4308_0 4.2 MB\n"," jupyterlab_pygments-0.1.2 | py_0 8 KB\n"," jupyterlab_server-2.16.3 | py39h06a4308_0 80 KB\n"," jupyterlab_widgets-1.0.0 | pyhd3eb1b0_1 109 KB\n"," krb5-1.19.2 | hac12032_0 1.2 MB\n"," lerc-3.0 | h295c915_0 196 KB\n"," libclang-10.0.1 |default_hb85057a_2 10.8 MB\n"," libdeflate-1.8 | h7f8727e_5 51 KB\n"," libedit-3.1.20221030 | h5eee18b_0 181 KB\n"," libevent-2.1.12 | h8f2d780_0 425 KB\n"," libgcc-ng-11.2.0 | h1234567_1 5.3 MB\n"," libgomp-11.2.0 | h1234567_1 474 KB\n"," libllvm10-10.0.1 | hbcb73fb_5 22.1 MB\n"," libpng-1.6.37 | hbc83047_0 278 KB\n"," libpq-12.9 | h16c4e8d_3 2.1 MB\n"," libsodium-1.0.18 | h7b6447c_0 244 KB\n"," libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB\n"," libtiff-4.4.0 | hecacb30_0 471 KB\n"," libuuid-1.41.5 | h5eee18b_0 27 KB\n"," libwebp-1.2.4 | h11a3e52_0 79 KB\n"," libwebp-base-1.2.4 | h5eee18b_0 347 KB\n"," libxcb-1.15 | h7f8727e_0 505 KB\n"," libxkbcommon-1.0.1 | hfa300c1_0 483 KB\n"," libxml2-2.9.14 | h74e7548_0 718 KB\n"," libxslt-1.1.35 | h4e12654_0 453 KB\n"," lxml-4.9.1 | py39h1edc446_0 1.3 MB\n"," lz4-c-1.9.4 | h6a678d5_0 154 KB\n"," markupsafe-2.1.1 | py39h7f8727e_0 21 KB\n"," matplotlib-inline-0.1.6 | py39h06a4308_0 16 KB\n"," mistune-0.8.4 |py39h27cfd23_1000 57 KB\n"," nbclassic-0.4.8 | py39h06a4308_0 5.8 MB\n"," nbclient-0.5.13 | py39h06a4308_0 91 KB\n"," nbconvert-6.5.4 | py39h06a4308_0 513 KB\n"," nbformat-5.7.0 | py39h06a4308_0 133 KB\n"," ncurses-6.3 | h5eee18b_3 781 KB\n"," nest-asyncio-1.5.5 | py39h06a4308_0 16 KB\n"," notebook-6.5.2 | py39h06a4308_0 511 KB\n"," notebook-shim-0.2.2 | py39h06a4308_0 22 KB\n"," nspr-4.33 | h295c915_0 222 KB\n"," nss-3.74 | h0370c37_0 1.9 MB\n"," openssl-1.1.1s | h7f8727e_0 3.6 MB\n"," packaging-21.3 | pyhd3eb1b0_0 36 KB\n"," pandocfilters-1.5.0 | pyhd3eb1b0_0 11 KB\n"," parso-0.8.3 | pyhd3eb1b0_0 70 KB\n"," pcre-8.45 | h295c915_0 207 KB\n"," pexpect-4.8.0 | pyhd3eb1b0_3 53 KB\n"," pickleshare-0.7.5 | pyhd3eb1b0_1003 13 KB\n"," pluggy-1.0.0 | py39h06a4308_1 28 KB\n"," ply-3.11 | py39h06a4308_0 81 KB\n"," prometheus_client-0.14.1 | py39h06a4308_0 90 KB\n"," prompt-toolkit-3.0.20 | pyhd3eb1b0_0 259 KB\n"," prompt_toolkit-3.0.20 | hd3eb1b0_0 12 KB\n"," psutil-5.9.0 | py39h5eee18b_0 330 KB\n"," ptyprocess-0.7.0 | pyhd3eb1b0_2 17 KB\n"," pure_eval-0.2.2 | pyhd3eb1b0_0 14 KB\n"," pygments-2.11.2 | pyhd3eb1b0_0 759 KB\n"," pyparsing-3.0.9 | py39h06a4308_0 151 KB\n"," pyqt-5.15.7 | py39h6a678d5_1 5.1 MB\n"," pyqt5-sip-12.11.0 | py39h6a678d5_1 87 KB\n"," pyrsistent-0.18.0 | py39heee7806_0 94 KB\n"," python-dateutil-2.8.2 | pyhd3eb1b0_0 233 KB\n"," python-fastjsonschema-2.16.2| py39h06a4308_0 231 KB\n"," pytz-2022.1 | py39h06a4308_0 194 KB\n"," pyzmq-23.2.0 | py39h6a678d5_0 445 KB\n"," qt-main-5.15.2 | h327a75a_7 45.1 MB\n"," qt-webengine-5.15.9 | hd2b0992_4 47.1 MB\n"," qtconsole-5.3.2 | py39h06a4308_0 176 KB\n"," qtpy-2.2.0 | py39h06a4308_0 84 KB\n"," qtwebkit-5.212 | h4eab89a_4 14.3 MB\n"," ruamel.yaml-0.17.21 | py39h5eee18b_0 178 KB\n"," ruamel.yaml.clib-0.2.6 | py39h5eee18b_1 140 KB\n"," send2trash-1.8.0 | pyhd3eb1b0_1 19 KB\n"," sip-6.6.2 | py39h6a678d5_0 423 KB\n"," sniffio-1.2.0 | py39h06a4308_1 15 KB\n"," soupsieve-2.3.2.post1 | py39h06a4308_0 65 KB\n"," sqlite-3.40.0 | h5082296_0 1.2 MB\n"," stack_data-0.2.0 | pyhd3eb1b0_0 22 KB\n"," terminado-0.13.1 | py39h06a4308_0 30 KB\n"," tinycss2-1.2.1 | py39h06a4308_0 39 KB\n"," toml-0.10.2 | pyhd3eb1b0_0 20 KB\n"," tomli-2.0.1 | py39h06a4308_0 24 KB\n"," toolz-0.12.0 | py39h06a4308_0 105 KB\n"," tornado-6.2 | py39h5eee18b_0 590 KB\n"," traitlets-5.7.1 | py39h06a4308_0 200 KB\n"," typing-extensions-4.4.0 | py39h06a4308_0 8 KB\n"," typing_extensions-4.4.0 | py39h06a4308_0 46 KB\n"," wcwidth-0.2.5 | pyhd3eb1b0_0 26 KB\n"," webencodings-0.5.1 | py39h06a4308_1 20 KB\n"," websocket-client-0.58.0 | py39h06a4308_4 66 KB\n"," widgetsnbextension-3.5.2 | py39h06a4308_0 645 KB\n"," zeromq-4.3.4 | h2531618_0 331 KB\n"," zipp-3.8.0 | py39h06a4308_0 15 KB\n"," zlib-1.2.13 | h5eee18b_0 103 KB\n"," zstd-1.5.2 | ha4553b6_0 488 KB\n"," ------------------------------------------------------------\n"," Total: 224.9 MB\n","\n","The following NEW packages will be INSTALLED:\n","\n"," _openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu\n"," anyio pkgs/main/linux-64::anyio-3.5.0-py39h06a4308_0\n"," argon2-cffi pkgs/main/noarch::argon2-cffi-21.3.0-pyhd3eb1b0_0\n"," argon2-cffi-bindi~ pkgs/main/linux-64::argon2-cffi-bindings-21.2.0-py39h7f8727e_0\n"," asttokens pkgs/main/noarch::asttokens-2.0.5-pyhd3eb1b0_0\n"," attrs pkgs/main/linux-64::attrs-22.1.0-py39h06a4308_0\n"," babel pkgs/main/noarch::babel-2.9.1-pyhd3eb1b0_0\n"," backcall pkgs/main/noarch::backcall-0.2.0-pyhd3eb1b0_0\n"," beautifulsoup4 pkgs/main/linux-64::beautifulsoup4-4.11.1-py39h06a4308_0\n"," bleach pkgs/main/noarch::bleach-4.1.0-pyhd3eb1b0_0\n"," dbus pkgs/main/linux-64::dbus-1.13.18-hb2f20db_0\n"," debugpy pkgs/main/linux-64::debugpy-1.5.1-py39h295c915_0\n"," decorator pkgs/main/noarch::decorator-5.1.1-pyhd3eb1b0_0\n"," defusedxml pkgs/main/noarch::defusedxml-0.7.1-pyhd3eb1b0_0\n"," entrypoints pkgs/main/linux-64::entrypoints-0.4-py39h06a4308_0\n"," executing pkgs/main/noarch::executing-0.8.3-pyhd3eb1b0_0\n"," expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0\n"," flit-core pkgs/main/noarch::flit-core-3.6.0-pyhd3eb1b0_0\n"," fontconfig pkgs/main/linux-64::fontconfig-2.14.1-h52c9d5c_1\n"," freetype pkgs/main/linux-64::freetype-2.12.1-h4a9f257_0\n"," giflib pkgs/main/linux-64::giflib-5.2.1-h7b6447c_0\n"," glib pkgs/main/linux-64::glib-2.69.1-h4ff587b_1\n"," gst-plugins-base pkgs/main/linux-64::gst-plugins-base-1.14.0-h8213a91_2\n"," gstreamer pkgs/main/linux-64::gstreamer-1.14.0-h28cd5cc_2\n"," icu pkgs/main/linux-64::icu-58.2-he6710b0_3\n"," importlib-metadata pkgs/main/linux-64::importlib-metadata-4.11.3-py39h06a4308_0\n"," ipykernel pkgs/main/linux-64::ipykernel-6.15.2-py39h06a4308_0\n"," ipython pkgs/main/linux-64::ipython-8.7.0-py39h06a4308_0\n"," ipython_genutils pkgs/main/noarch::ipython_genutils-0.2.0-pyhd3eb1b0_1\n"," ipywidgets pkgs/main/noarch::ipywidgets-7.6.5-pyhd3eb1b0_1\n"," jedi pkgs/main/linux-64::jedi-0.18.1-py39h06a4308_1\n"," jinja2 pkgs/main/linux-64::jinja2-3.1.2-py39h06a4308_0\n"," jpeg pkgs/main/linux-64::jpeg-9e-h7f8727e_0\n"," json5 pkgs/main/noarch::json5-0.9.6-pyhd3eb1b0_0\n"," jsonschema pkgs/main/linux-64::jsonschema-4.16.0-py39h06a4308_0\n"," jupyter pkgs/main/linux-64::jupyter-1.0.0-py39h06a4308_8\n"," jupyter_client pkgs/main/linux-64::jupyter_client-7.4.7-py39h06a4308_0\n"," jupyter_console pkgs/main/noarch::jupyter_console-6.4.3-pyhd3eb1b0_0\n"," jupyter_core pkgs/main/linux-64::jupyter_core-4.11.2-py39h06a4308_0\n"," jupyter_server pkgs/main/linux-64::jupyter_server-1.18.1-py39h06a4308_0\n"," jupyterlab pkgs/main/linux-64::jupyterlab-3.5.0-py39h06a4308_0\n"," jupyterlab_pygmen~ pkgs/main/noarch::jupyterlab_pygments-0.1.2-py_0\n"," jupyterlab_server pkgs/main/linux-64::jupyterlab_server-2.16.3-py39h06a4308_0\n"," jupyterlab_widgets pkgs/main/noarch::jupyterlab_widgets-1.0.0-pyhd3eb1b0_1\n"," krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0\n"," lerc pkgs/main/linux-64::lerc-3.0-h295c915_0\n"," libclang pkgs/main/linux-64::libclang-10.0.1-default_hb85057a_2\n"," libdeflate pkgs/main/linux-64::libdeflate-1.8-h7f8727e_5\n"," libevent pkgs/main/linux-64::libevent-2.1.12-h8f2d780_0\n"," libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1\n"," libllvm10 pkgs/main/linux-64::libllvm10-10.0.1-hbcb73fb_5\n"," libpng pkgs/main/linux-64::libpng-1.6.37-hbc83047_0\n"," libpq pkgs/main/linux-64::libpq-12.9-h16c4e8d_3\n"," libsodium pkgs/main/linux-64::libsodium-1.0.18-h7b6447c_0\n"," libtiff pkgs/main/linux-64::libtiff-4.4.0-hecacb30_0\n"," libuuid pkgs/main/linux-64::libuuid-1.41.5-h5eee18b_0\n"," libwebp pkgs/main/linux-64::libwebp-1.2.4-h11a3e52_0\n"," libwebp-base pkgs/main/linux-64::libwebp-base-1.2.4-h5eee18b_0\n"," libxcb pkgs/main/linux-64::libxcb-1.15-h7f8727e_0\n"," libxkbcommon pkgs/main/linux-64::libxkbcommon-1.0.1-hfa300c1_0\n"," libxml2 pkgs/main/linux-64::libxml2-2.9.14-h74e7548_0\n"," libxslt pkgs/main/linux-64::libxslt-1.1.35-h4e12654_0\n"," lxml pkgs/main/linux-64::lxml-4.9.1-py39h1edc446_0\n"," lz4-c pkgs/main/linux-64::lz4-c-1.9.4-h6a678d5_0\n"," markupsafe pkgs/main/linux-64::markupsafe-2.1.1-py39h7f8727e_0\n"," matplotlib-inline pkgs/main/linux-64::matplotlib-inline-0.1.6-py39h06a4308_0\n"," mistune pkgs/main/linux-64::mistune-0.8.4-py39h27cfd23_1000\n"," nbclassic pkgs/main/linux-64::nbclassic-0.4.8-py39h06a4308_0\n"," nbclient pkgs/main/linux-64::nbclient-0.5.13-py39h06a4308_0\n"," nbconvert pkgs/main/linux-64::nbconvert-6.5.4-py39h06a4308_0\n"," nbformat pkgs/main/linux-64::nbformat-5.7.0-py39h06a4308_0\n"," nest-asyncio pkgs/main/linux-64::nest-asyncio-1.5.5-py39h06a4308_0\n"," notebook pkgs/main/linux-64::notebook-6.5.2-py39h06a4308_0\n"," notebook-shim pkgs/main/linux-64::notebook-shim-0.2.2-py39h06a4308_0\n"," nspr pkgs/main/linux-64::nspr-4.33-h295c915_0\n"," nss pkgs/main/linux-64::nss-3.74-h0370c37_0\n"," packaging pkgs/main/noarch::packaging-21.3-pyhd3eb1b0_0\n"," pandocfilters pkgs/main/noarch::pandocfilters-1.5.0-pyhd3eb1b0_0\n"," parso pkgs/main/noarch::parso-0.8.3-pyhd3eb1b0_0\n"," pcre pkgs/main/linux-64::pcre-8.45-h295c915_0\n"," pexpect pkgs/main/noarch::pexpect-4.8.0-pyhd3eb1b0_3\n"," pickleshare pkgs/main/noarch::pickleshare-0.7.5-pyhd3eb1b0_1003\n"," pluggy pkgs/main/linux-64::pluggy-1.0.0-py39h06a4308_1\n"," ply pkgs/main/linux-64::ply-3.11-py39h06a4308_0\n"," prometheus_client pkgs/main/linux-64::prometheus_client-0.14.1-py39h06a4308_0\n"," prompt-toolkit pkgs/main/noarch::prompt-toolkit-3.0.20-pyhd3eb1b0_0\n"," prompt_toolkit pkgs/main/noarch::prompt_toolkit-3.0.20-hd3eb1b0_0\n"," psutil pkgs/main/linux-64::psutil-5.9.0-py39h5eee18b_0\n"," ptyprocess pkgs/main/noarch::ptyprocess-0.7.0-pyhd3eb1b0_2\n"," pure_eval pkgs/main/noarch::pure_eval-0.2.2-pyhd3eb1b0_0\n"," pygments pkgs/main/noarch::pygments-2.11.2-pyhd3eb1b0_0\n"," pyparsing pkgs/main/linux-64::pyparsing-3.0.9-py39h06a4308_0\n"," pyqt pkgs/main/linux-64::pyqt-5.15.7-py39h6a678d5_1\n"," pyqt5-sip pkgs/main/linux-64::pyqt5-sip-12.11.0-py39h6a678d5_1\n"," pyrsistent pkgs/main/linux-64::pyrsistent-0.18.0-py39heee7806_0\n"," python-dateutil pkgs/main/noarch::python-dateutil-2.8.2-pyhd3eb1b0_0\n"," python-fastjsonsc~ pkgs/main/linux-64::python-fastjsonschema-2.16.2-py39h06a4308_0\n"," pytz pkgs/main/linux-64::pytz-2022.1-py39h06a4308_0\n"," pyzmq pkgs/main/linux-64::pyzmq-23.2.0-py39h6a678d5_0\n"," qt-main pkgs/main/linux-64::qt-main-5.15.2-h327a75a_7\n"," qt-webengine pkgs/main/linux-64::qt-webengine-5.15.9-hd2b0992_4\n"," qtconsole pkgs/main/linux-64::qtconsole-5.3.2-py39h06a4308_0\n"," qtpy pkgs/main/linux-64::qtpy-2.2.0-py39h06a4308_0\n"," qtwebkit pkgs/main/linux-64::qtwebkit-5.212-h4eab89a_4\n"," ruamel.yaml pkgs/main/linux-64::ruamel.yaml-0.17.21-py39h5eee18b_0\n"," ruamel.yaml.clib pkgs/main/linux-64::ruamel.yaml.clib-0.2.6-py39h5eee18b_1\n"," send2trash pkgs/main/noarch::send2trash-1.8.0-pyhd3eb1b0_1\n"," sip pkgs/main/linux-64::sip-6.6.2-py39h6a678d5_0\n"," sniffio pkgs/main/linux-64::sniffio-1.2.0-py39h06a4308_1\n"," soupsieve pkgs/main/linux-64::soupsieve-2.3.2.post1-py39h06a4308_0\n"," stack_data pkgs/main/noarch::stack_data-0.2.0-pyhd3eb1b0_0\n"," terminado pkgs/main/linux-64::terminado-0.13.1-py39h06a4308_0\n"," tinycss2 pkgs/main/linux-64::tinycss2-1.2.1-py39h06a4308_0\n"," toml pkgs/main/noarch::toml-0.10.2-pyhd3eb1b0_0\n"," tomli pkgs/main/linux-64::tomli-2.0.1-py39h06a4308_0\n"," toolz pkgs/main/linux-64::toolz-0.12.0-py39h06a4308_0\n"," tornado pkgs/main/linux-64::tornado-6.2-py39h5eee18b_0\n"," traitlets pkgs/main/linux-64::traitlets-5.7.1-py39h06a4308_0\n"," typing-extensions pkgs/main/linux-64::typing-extensions-4.4.0-py39h06a4308_0\n"," typing_extensions pkgs/main/linux-64::typing_extensions-4.4.0-py39h06a4308_0\n"," wcwidth pkgs/main/noarch::wcwidth-0.2.5-pyhd3eb1b0_0\n"," webencodings pkgs/main/linux-64::webencodings-0.5.1-py39h06a4308_1\n"," websocket-client pkgs/main/linux-64::websocket-client-0.58.0-py39h06a4308_4\n"," widgetsnbextension pkgs/main/linux-64::widgetsnbextension-3.5.2-py39h06a4308_0\n"," zeromq pkgs/main/linux-64::zeromq-4.3.4-h2531618_0\n"," zipp pkgs/main/linux-64::zipp-3.8.0-py39h06a4308_0\n"," zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0\n","\n","The following packages will be UPDATED:\n","\n"," ca-certificates 2020.12.8-h06a4308_0 --> 2022.10.11-h06a4308_0\n"," certifi 2020.12.5-py39h06a4308_0 --> 2022.9.24-py39h06a4308_0\n"," conda 4.9.2-py39h06a4308_0 --> 22.11.1-py39h06a4308_4\n"," libedit 3.1.20191231-h14c3975_1 --> 3.1.20221030-h5eee18b_0\n"," libgcc-ng 9.1.0-hdf63c60_0 --> 11.2.0-h1234567_1\n"," libstdcxx-ng 9.1.0-hdf63c60_0 --> 11.2.0-h1234567_1\n"," ncurses 6.2-he6710b0_1 --> 6.3-h5eee18b_3\n"," openssl 1.1.1i-h27cfd23_0 --> 1.1.1s-h7f8727e_0\n"," sqlite 3.33.0-h62c20be_0 --> 3.40.0-h5082296_0\n"," zlib 1.2.11-h7b6447c_3 --> 1.2.13-h5eee18b_0\n","\n","\n","Preparing transaction: ...working... done\n","Verifying transaction: ...working... done\n","Executing transaction: ...working... done\n","Collecting package metadata (current_repodata.json): ...working... done\n","Solving environment: ...working... done\n","\n","## Package Plan ##\n","\n"," environment location: /usr/local\n","\n"," added / updated specs:\n"," - google-colab\n","\n","\n","The following packages will be downloaded:\n","\n"," package | build\n"," ---------------------------|-----------------\n"," aiohttp-3.8.1 | py39hb9d737c_1 565 KB conda-forge\n"," aiosignal-1.3.1 | pyhd8ed1ab_0 12 KB conda-forge\n"," async-timeout-4.0.2 | pyhd8ed1ab_0 9 KB conda-forge\n"," ca-certificates-2022.12.7 | ha878542_0 143 KB conda-forge\n"," cachetools-5.2.0 | pyhd8ed1ab_0 13 KB conda-forge\n"," certifi-2022.12.7 | pyhd8ed1ab_0 147 KB conda-forge\n"," charset-normalizer-2.1.1 | pyhd8ed1ab_0 36 KB conda-forge\n"," conda-22.11.1 | py39hf3d152e_1 904 KB conda-forge\n"," frozenlist-1.3.3 | py39h5eee18b_0 45 KB\n"," google-auth-2.15.0 | pyh1a96a4e_0 95 KB conda-forge\n"," google-colab-1.0.0 | pyh44b312d_0 77 KB conda-forge\n"," libblas-3.9.0 |15_linux64_openblas 12 KB conda-forge\n"," libcblas-3.9.0 |15_linux64_openblas 12 KB conda-forge\n"," libgfortran-ng-12.2.0 | h69a702a_19 22 KB conda-forge\n"," libgfortran5-12.2.0 | h337968e_19 1.8 MB conda-forge\n"," liblapack-3.9.0 |15_linux64_openblas 12 KB conda-forge\n"," libopenblas-0.3.20 |pthreads_h78a6416_0 10.1 MB conda-forge\n"," multidict-6.0.2 | py39hb9d737c_1 51 KB conda-forge\n"," numpy-1.22.3 | py39hc58783e_2 6.8 MB conda-forge\n"," pandas-1.2.3 | py39hde0f152_0 12.1 MB conda-forge\n"," portpicker-1.5.2 | pyhd8ed1ab_0 17 KB conda-forge\n"," pyasn1-0.4.8 | py_0 53 KB conda-forge\n"," pyasn1-modules-0.2.7 | py_0 60 KB conda-forge\n"," python_abi-3.9 | 2_cp39 4 KB conda-forge\n"," pyu2f-0.1.5 | pyhd8ed1ab_0 31 KB conda-forge\n"," rsa-4.9 | pyhd8ed1ab_0 29 KB conda-forge\n"," yarl-1.7.2 | py39hb9d737c_2 132 KB conda-forge\n"," ------------------------------------------------------------\n"," Total: 33.1 MB\n","\n","The following NEW packages will be INSTALLED:\n","\n"," aiohttp conda-forge/linux-64::aiohttp-3.8.1-py39hb9d737c_1 \n"," aiosignal conda-forge/noarch::aiosignal-1.3.1-pyhd8ed1ab_0 \n"," async-timeout conda-forge/noarch::async-timeout-4.0.2-pyhd8ed1ab_0 \n"," cachetools conda-forge/noarch::cachetools-5.2.0-pyhd8ed1ab_0 \n"," charset-normalizer conda-forge/noarch::charset-normalizer-2.1.1-pyhd8ed1ab_0 \n"," frozenlist pkgs/main/linux-64::frozenlist-1.3.3-py39h5eee18b_0 \n"," google-auth conda-forge/noarch::google-auth-2.15.0-pyh1a96a4e_0 \n"," google-colab conda-forge/noarch::google-colab-1.0.0-pyh44b312d_0 \n"," libblas conda-forge/linux-64::libblas-3.9.0-15_linux64_openblas \n"," libcblas conda-forge/linux-64::libcblas-3.9.0-15_linux64_openblas \n"," libgfortran-ng conda-forge/linux-64::libgfortran-ng-12.2.0-h69a702a_19 \n"," libgfortran5 conda-forge/linux-64::libgfortran5-12.2.0-h337968e_19 \n"," liblapack conda-forge/linux-64::liblapack-3.9.0-15_linux64_openblas \n"," libopenblas conda-forge/linux-64::libopenblas-0.3.20-pthreads_h78a6416_0 \n"," multidict conda-forge/linux-64::multidict-6.0.2-py39hb9d737c_1 \n"," numpy conda-forge/linux-64::numpy-1.22.3-py39hc58783e_2 \n"," pandas conda-forge/linux-64::pandas-1.2.3-py39hde0f152_0 \n"," portpicker conda-forge/noarch::portpicker-1.5.2-pyhd8ed1ab_0 \n"," pyasn1 conda-forge/noarch::pyasn1-0.4.8-py_0 \n"," pyasn1-modules conda-forge/noarch::pyasn1-modules-0.2.7-py_0 \n"," python_abi conda-forge/linux-64::python_abi-3.9-2_cp39 \n"," pyu2f conda-forge/noarch::pyu2f-0.1.5-pyhd8ed1ab_0 \n"," rsa conda-forge/noarch::rsa-4.9-pyhd8ed1ab_0 \n"," yarl conda-forge/linux-64::yarl-1.7.2-py39hb9d737c_2 \n","\n","The following packages will be UPDATED:\n","\n"," ca-certificates pkgs/main::ca-certificates-2022.10.11~ --> conda-forge::ca-certificates-2022.12.7-ha878542_0 \n"," certifi pkgs/main/linux-64::certifi-2022.9.24~ --> conda-forge/noarch::certifi-2022.12.7-pyhd8ed1ab_0 \n","\n","The following packages will be SUPERSEDED by a higher-priority channel:\n","\n"," conda pkgs/main::conda-22.11.1-py39h06a4308~ --> conda-forge::conda-22.11.1-py39hf3d152e_1 \n","\n","\n","Preparing transaction: ...working... done\n","Verifying transaction: ...working... done\n","Executing transaction: ...working... done\n","Installed kernelspec py39 in /root/.local/share/jupyter/kernels/py39\n"]}],"source":["!wget -O mini.sh https://repo.anaconda.com/miniconda/Miniconda3-py39_4.9.2-Linux-x86_64.sh\n","!chmod +x mini.sh\n","!bash ./mini.sh -b -f -p /usr/local\n","!conda install -q -y jupyter\n","!conda install -q -y google-colab -c conda-forge\n","!python -m ipykernel install --name \"py39\" --user"]},{"cell_type":"code","execution_count":4,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":194951,"status":"ok","timestamp":1671494053444,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"wvVcJ-ftJ9Mr","outputId":"a7af336d-e882-4beb-81e6-89e7e42fbdef"},"outputs":[{"name":"stdout","output_type":"stream","text":["Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n","Collecting en_core_web_sm\n"," Downloading https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz (12.0 MB)\n","\u001b[K |████████████████████████████████| 12.0 MB 4.9 MB/s \n","\u001b[?25hCollecting overrides==3.1.0\n"," Downloading overrides-3.1.0.tar.gz (11 kB)\n","Collecting pandas==1.2.4\n"," Downloading pandas-1.2.4-cp39-cp39-manylinux1_x86_64.whl (9.7 MB)\n","\u001b[K |████████████████████████████████| 9.7 MB 4.5 MB/s \n","\u001b[?25hRequirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (1.22.3)\n","Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (2022.1)\n","Requirement already satisfied: python-dateutil>=2.7.3 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (2.8.2)\n","Collecting pytorch-crf==0.7.2\n"," Downloading pytorch_crf-0.7.2-py3-none-any.whl (9.5 kB)\n","Collecting spacy==2.3.5\n"," Downloading spacy-2.3.5-cp39-cp39-manylinux2014_x86_64.whl (10.3 MB)\n","\u001b[K |████████████████████████████████| 10.3 MB 64.1 MB/s \n","\u001b[?25hRequirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (51.0.0.post20201207)\n","Requirement already satisfied: requests<3.0.0,>=2.13.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (2.25.0)\n","Requirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (1.22.3)\n","Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (4.54.1)\n","Collecting tensorboard>=2.4\n"," Downloading tensorboard-2.11.0-py3-none-any.whl (6.0 MB)\n","\u001b[K |████████████████████████████████| 6.0 MB 64.9 MB/s \n","\u001b[?25hRequirement already satisfied: wheel>=0.26 in /usr/local/lib/python3.9/site-packages (from tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (0.36.1)\n","Requirement already satisfied: requests<3.0.0,>=2.13.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (2.25.0)\n","Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (51.0.0.post20201207)\n","Requirement already satisfied: google-auth<3,>=1.6.3 in /usr/local/lib/python3.9/site-packages (from tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (2.15.0)\n","Requirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (1.22.3)\n","Collecting tensorboardX==2.1\n"," Downloading tensorboardX-2.1-py2.py3-none-any.whl (308 kB)\n","\u001b[K |████████████████████████████████| 308 kB 67.2 MB/s \n","\u001b[?25hRequirement already satisfied: six in /usr/local/lib/python3.9/site-packages (from tensorboardX==2.1->-r ./src/requirements.txt (line 6)) (1.15.0)\n","Requirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (1.22.3)\n","Collecting torch>=1.7.1\n"," Downloading torch-1.13.1-cp39-cp39-manylinux1_x86_64.whl (887.4 MB)\n","\u001b[K |██████████████████████████████ | 834.1 MB 1.5 MB/s eta 0:00:37tcmalloc: large alloc 1147494400 bytes == 0x55a05534a000 @ 0x7f01f16fc615 0x559ff0b66226 0x559ff0bcd322 0x559ff0bcd46b 0x559ff0bcd4c9 0x559ff0bba883 0x559ff0b1ef88 0x559ff0bc904d 0x559ff0b1efc1 0x559ff0bc904d 0x559ff0b1f4fe 0x559ff0c612f5 0x559ff0bf1f07 0x559ff0c612f5 0x559ff0bf1f07 0x559ff0c612f5 0x559ff0bf1f07 0x559ff0bcf8f9 0x559ff0bcfcaa 0x559ff0bcfdc6 0x559ff0b6b69f 0x559ff0bf18b6 0x559ff0bc782a 0x559ff0bc8357 0x559ff0b1f4fe 0x559ff0bc782a 0x559ff0bc8357 0x559ff0b1f0f8 0x559ff0bc8603 0x559ff0b1ef88 0x559ff0bc904d\n","\u001b[K |████████████████████████████████| 887.4 MB 13 kB/s \n","\u001b[?25hRequirement already satisfied: typing-extensions in /usr/local/lib/python3.9/site-packages (from torch>=1.7.1->-r ./src/requirements.txt (line 7)) (4.4.0)\n","Collecting transformers>=4.6.1\n"," Downloading transformers-4.25.1-py3-none-any.whl (5.8 MB)\n","\u001b[K |████████████████████████████████| 5.8 MB 58.0 MB/s \n","\u001b[?25hRequirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (1.22.3)\n","Requirement already satisfied: requests<3.0.0,>=2.13.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (2.25.0)\n","Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (4.54.1)\n","Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.9/site-packages (from transformers>=4.6.1->-r ./src/requirements.txt (line 9)) (21.3)\n","Collecting absl-py>=0.4\n"," Downloading absl_py-1.3.0-py3-none-any.whl (124 kB)\n","\u001b[K |████████████████████████████████| 124 kB 42.1 MB/s \n","\u001b[?25hCollecting blis<0.8.0,>=0.4.0\n"," Downloading blis-0.7.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.2 MB)\n","\u001b[K |████████████████████████████████| 10.2 MB 63.2 MB/s \n","\u001b[?25hRequirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (1.22.3)\n","Collecting catalogue<1.1.0,>=0.0.7\n"," Downloading catalogue-1.0.2-py2.py3-none-any.whl (16 kB)\n","Collecting cymem<2.1.0,>=2.0.2\n"," Downloading cymem-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35 kB)\n","Collecting filelock\n"," Downloading filelock-3.8.2-py3-none-any.whl (10 kB)\n","Requirement already satisfied: cachetools<6.0,>=2.0.0 in /usr/local/lib/python3.9/site-packages (from google-auth<3,>=1.6.3->tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (5.2.0)\n","Requirement already satisfied: six in /usr/local/lib/python3.9/site-packages (from tensorboardX==2.1->-r ./src/requirements.txt (line 6)) (1.15.0)\n","Requirement already satisfied: rsa<5,>=3.1.4 in /usr/local/lib/python3.9/site-packages (from google-auth<3,>=1.6.3->tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (4.9)\n","Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.9/site-packages (from google-auth<3,>=1.6.3->tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (0.2.7)\n","Collecting google-auth-oauthlib<0.5,>=0.4.1\n"," Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)\n","Requirement already satisfied: google-auth<3,>=1.6.3 in /usr/local/lib/python3.9/site-packages (from tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (2.15.0)\n","Collecting grpcio>=1.24.3\n"," Downloading grpcio-1.51.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB)\n","\u001b[K |████████████████████████████████| 4.8 MB 69.1 MB/s \n","\u001b[?25hCollecting huggingface-hub<1.0,>=0.10.0\n"," Downloading huggingface_hub-0.11.1-py3-none-any.whl (182 kB)\n","\u001b[K |████████████████████████████████| 182 kB 70.7 MB/s \n","\u001b[?25hRequirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.9/site-packages (from transformers>=4.6.1->-r ./src/requirements.txt (line 9)) (21.3)\n","Requirement already satisfied: requests<3.0.0,>=2.13.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (2.25.0)\n","Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (4.54.1)\n","Requirement already satisfied: typing-extensions in /usr/local/lib/python3.9/site-packages (from torch>=1.7.1->-r ./src/requirements.txt (line 7)) (4.4.0)\n","Collecting markdown>=2.6.8\n"," Downloading Markdown-3.4.1-py3-none-any.whl (93 kB)\n","\u001b[K |████████████████████████████████| 93 kB 1.9 MB/s \n","\u001b[?25hRequirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.9/site-packages (from markdown>=2.6.8->tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (4.11.3)\n","Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.9/site-packages (from importlib-metadata>=4.4->markdown>=2.6.8->tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (3.8.0)\n","Collecting murmurhash<1.1.0,>=0.28.0\n"," Downloading murmurhash-1.0.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21 kB)\n","Collecting nvidia-cublas-cu11==11.10.3.66\n"," Downloading nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB)\n","\u001b[K |████████████████████████████████| 317.1 MB 32 kB/s \n","\u001b[?25hRequirement already satisfied: wheel>=0.26 in /usr/local/lib/python3.9/site-packages (from tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (0.36.1)\n","Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (51.0.0.post20201207)\n","Collecting nvidia-cuda-nvrtc-cu11==11.7.99\n"," Downloading nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB)\n","\u001b[K |████████████████████████████████| 21.0 MB 1.2 MB/s \n","\u001b[?25hCollecting nvidia-cuda-runtime-cu11==11.7.99\n"," Downloading nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB)\n","\u001b[K |████████████████████████████████| 849 kB 77.2 MB/s \n","\u001b[?25hRequirement already satisfied: wheel>=0.26 in /usr/local/lib/python3.9/site-packages (from tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (0.36.1)\n","Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (51.0.0.post20201207)\n","Collecting nvidia-cudnn-cu11==8.5.0.96\n"," Downloading nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB)\n","\u001b[K |████████████████████████████████| 557.1 MB 11 kB/s \n","\u001b[?25hRequirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.9/site-packages (from packaging>=20.0->transformers>=4.6.1->-r ./src/requirements.txt (line 9)) (3.0.9)\n","Collecting plac<1.2.0,>=0.9.6\n"," Downloading plac-1.1.3-py2.py3-none-any.whl (20 kB)\n","Collecting preshed<3.1.0,>=3.0.2\n"," Downloading preshed-3.0.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB)\n","\u001b[K |████████████████████████████████| 128 kB 76.2 MB/s \n","\u001b[?25hCollecting protobuf<4,>=3.9.2\n"," Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)\n","\u001b[K |████████████████████████████████| 1.0 MB 62.5 MB/s \n","\u001b[?25hRequirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /usr/local/lib/python3.9/site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (0.4.8)\n","Requirement already satisfied: six in /usr/local/lib/python3.9/site-packages (from tensorboardX==2.1->-r ./src/requirements.txt (line 6)) (1.15.0)\n","Collecting pyyaml>=5.1\n"," Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)\n","\u001b[K |████████████████████████████████| 661 kB 64.9 MB/s \n","\u001b[?25hCollecting regex!=2019.12.17\n"," Downloading regex-2022.10.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (769 kB)\n","\u001b[K |████████████████████████████████| 769 kB 61.3 MB/s \n","\u001b[?25hRequirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.13.0->spacy==2.3.5->-r ./src/requirements.txt (line 2)) (3.0.4)\n","Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.13.0->spacy==2.3.5->-r ./src/requirements.txt (line 2)) (2.10)\n","Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.13.0->spacy==2.3.5->-r ./src/requirements.txt (line 2)) (2022.12.7)\n","Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.13.0->spacy==2.3.5->-r ./src/requirements.txt (line 2)) (1.25.11)\n","Collecting requests-oauthlib>=0.7.0\n"," Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)\n","Requirement already satisfied: requests<3.0.0,>=2.13.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (2.25.0)\n","Collecting oauthlib>=3.0.0\n"," Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)\n","\u001b[K |████████████████████████████████| 151 kB 72.9 MB/s \n","\u001b[?25hRequirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /usr/local/lib/python3.9/site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (0.4.8)\n","Collecting srsly<1.1.0,>=1.0.2\n"," Downloading srsly-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (209 kB)\n","\u001b[K |████████████████████████████████| 209 kB 75.4 MB/s \n","\u001b[?25hCollecting tensorboard-data-server<0.7.0,>=0.6.0\n"," Downloading tensorboard_data_server-0.6.1-py3-none-manylinux2010_x86_64.whl (4.9 MB)\n","\u001b[K |████████████████████████████████| 4.9 MB 50.9 MB/s \n","\u001b[?25hCollecting tensorboard-plugin-wit>=1.6.0\n"," Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)\n","\u001b[K |████████████████████████████████| 781 kB 63.7 MB/s \n","\u001b[?25hCollecting thinc<7.5.0,>=7.4.1\n"," Downloading thinc-7.4.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)\n","\u001b[K |████████████████████████████████| 1.1 MB 61.9 MB/s \n","\u001b[?25hRequirement already satisfied: tqdm<5.0.0,>=4.38.0 in /usr/local/lib/python3.9/site-packages (from spacy==2.3.5->-r ./src/requirements.txt (line 2)) (4.54.1)\n","Requirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.9/site-packages (from pandas==1.2.4->-r ./src/requirements.txt (line 1)) (1.22.3)\n","Collecting tokenizers!=0.11.3,<0.14,>=0.11.1\n"," Downloading tokenizers-0.13.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.6 MB)\n","\u001b[K |████████████████████████████████| 7.6 MB 55.7 MB/s \n","\u001b[?25hCollecting wasabi<1.1.0,>=0.4.0\n"," Downloading wasabi-0.10.1-py3-none-any.whl (26 kB)\n","Collecting werkzeug>=1.0.1\n"," Downloading Werkzeug-2.2.2-py3-none-any.whl (232 kB)\n","\u001b[K |████████████████████████████████| 232 kB 73.6 MB/s \n","\u001b[?25hRequirement already satisfied: MarkupSafe>=2.1.1 in /usr/local/lib/python3.9/site-packages (from werkzeug>=1.0.1->tensorboard>=2.4->-r ./src/requirements.txt (line 8)) (2.1.1)\n","Building wheels for collected packages: en-core-web-sm, overrides\n"," Building wheel for en-core-web-sm (setup.py) ... \u001b[?25l\u001b[?25hdone\n"," Created wheel for en-core-web-sm: filename=en_core_web_sm-2.3.1-py3-none-any.whl size=12047107 sha256=19466519d049944b18f99c457b2a0f157c00b3e1ea869289bc6a4431665de650\n"," Stored in directory: /root/.cache/pip/wheels/19/d6/1c/5484b95647df5d7afaf74abde458c66c1cd427e69e801fe826\n"," Building wheel for overrides (setup.py) ... \u001b[?25l\u001b[?25hdone\n"," Created wheel for overrides: filename=overrides-3.1.0-py3-none-any.whl size=10174 sha256=7e73fa98f72561a9ab69fbde0dd03ce1a28aded313b227e2eb71d099669a9259\n"," Stored in directory: /root/.cache/pip/wheels/7d/11/0e/73fdcb3d71d97e33c230900efe85923ee9d49515d050503174\n","Successfully built en-core-web-sm overrides\n","Installing collected packages: murmurhash, cymem, wasabi, srsly, preshed, plac, oauthlib, catalogue, blis, thinc, requests-oauthlib, pyyaml, nvidia-cublas-cu11, filelock, werkzeug, tokenizers, tensorboard-plugin-wit, tensorboard-data-server, spacy, regex, protobuf, nvidia-cudnn-cu11, nvidia-cuda-runtime-cu11, nvidia-cuda-nvrtc-cu11, markdown, huggingface-hub, grpcio, google-auth-oauthlib, absl-py, transformers, torch, tensorboardX, tensorboard, pytorch-crf, pandas, overrides, en-core-web-sm\n"," Attempting uninstall: pandas\n"," Found existing installation: pandas 1.2.3\n"," Uninstalling pandas-1.2.3:\n"," Successfully uninstalled pandas-1.2.3\n","Successfully installed absl-py-1.3.0 blis-0.7.9 catalogue-1.0.2 cymem-2.0.7 en-core-web-sm-2.3.1 filelock-3.8.2 google-auth-oauthlib-0.4.6 grpcio-1.51.1 huggingface-hub-0.11.1 markdown-3.4.1 murmurhash-1.0.9 nvidia-cublas-cu11-11.10.3.66 nvidia-cuda-nvrtc-cu11-11.7.99 nvidia-cuda-runtime-cu11-11.7.99 nvidia-cudnn-cu11-8.5.0.96 oauthlib-3.2.2 overrides-3.1.0 pandas-1.2.4 plac-1.1.3 preshed-3.0.8 protobuf-3.20.3 pytorch-crf-0.7.2 pyyaml-6.0 regex-2022.10.31 requests-oauthlib-1.3.1 spacy-2.3.5 srsly-1.0.6 tensorboard-2.11.0 tensorboard-data-server-0.6.1 tensorboard-plugin-wit-1.8.1 tensorboardX-2.1 thinc-7.4.6 tokenizers-0.13.2 torch-1.13.1 transformers-4.25.1 wasabi-0.10.1 werkzeug-2.2.2\n","Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n","Collecting en_core_web_sm==2.3.1\n"," Downloading https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz (12.0 MB)\n","\u001b[K |████████████████████████████████| 12.0 MB 4.8 MB/s \n","\u001b[?25hRequirement already satisfied: spacy<2.4.0,>=2.3.0 in /usr/local/lib/python3.9/site-packages (from en_core_web_sm==2.3.1) (2.3.5)\n","Requirement already satisfied: blis<0.8.0,>=0.4.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (0.7.9)\n","Requirement already satisfied: thinc<7.5.0,>=7.4.1 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (7.4.6)\n","Requirement already satisfied: wasabi<1.1.0,>=0.4.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (0.10.1)\n","Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (2.0.7)\n","Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (4.54.1)\n","Requirement already satisfied: plac<1.2.0,>=0.9.6 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.1.3)\n","Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (3.0.8)\n","Requirement already satisfied: srsly<1.1.0,>=1.0.2 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.0.6)\n","Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (51.0.0.post20201207)\n","Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.0.9)\n","Requirement already satisfied: catalogue<1.1.0,>=0.0.7 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.0.2)\n","Requirement already satisfied: requests<3.0.0,>=2.13.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (2.25.0)\n","Requirement already satisfied: numpy>=1.15.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.22.3)\n","Requirement already satisfied: numpy>=1.15.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.22.3)\n","Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (2.0.7)\n","Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.0.9)\n","Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.13.0->spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (2022.12.7)\n","Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.13.0->spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.25.11)\n","Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.13.0->spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (2.10)\n","Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.13.0->spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (3.0.4)\n","Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (3.0.8)\n","Requirement already satisfied: blis<0.8.0,>=0.4.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (0.7.9)\n","Requirement already satisfied: wasabi<1.1.0,>=0.4.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (0.10.1)\n","Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (4.54.1)\n","Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (2.0.7)\n","Requirement already satisfied: srsly<1.1.0,>=1.0.2 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.0.6)\n","Requirement already satisfied: plac<1.2.0,>=0.9.6 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.1.3)\n","Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.0.9)\n","Requirement already satisfied: catalogue<1.1.0,>=0.0.7 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.0.2)\n","Requirement already satisfied: numpy>=1.15.0 in /usr/local/lib/python3.9/site-packages (from spacy<2.4.0,>=2.3.0->en_core_web_sm==2.3.1) (1.22.3)\n","\u001b[38;5;2m✔ Download and installation successful\u001b[0m\n","You can now load the model via spacy.load('en_core_web_sm')\n"]}],"source":["# Install all the dependencies:\n","! pip install -r ./src/requirements.txt\n","# Install the spacy dictionary \n","! python -m spacy download en_core_web_sm"]},{"cell_type":"code","execution_count":5,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":200,"status":"ok","timestamp":1671494159073,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"AJPYKjFsVczW","outputId":"d66d3fb7-63f8-422d-9861-327c98bfa7c9"},"outputs":[{"name":"stdout","output_type":"stream","text":["Python 3.9.1\n"]}],"source":["!python --version"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":244,"status":"ok","timestamp":1671451572774,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"FOTjD9F6-dvl","outputId":"269c9b26-efdf-4b85-ef42-c9468acf1404"},"outputs":[{"name":"stdout","output_type":"stream","text":["[Errno 2] No such file or directory: 'CookDial'\n","/content/CookDial\n"]}],"source":["# %cd CookDial"]},{"cell_type":"code","execution_count":null,"metadata":{"id":"KhP3bN3MRxp7"},"outputs":[],"source":["# !mkdir data/processed\n","# !touch data/processed/preprocess.log"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":653826,"status":"ok","timestamp":1671452326188,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"pQW06np5K0Yz","outputId":"b90655ae-c374-4e9f-b0f0-70a0125ad039"},"outputs":[{"name":"stdout","output_type":"stream","text":["File white list: ['000', '001', '002', '003', '004', '005', '006', '007', '008', '009', '010', '011', '012', '013', '014', '015', '016', '017', '018', '019', '020', '021', '022', '023', '024', '025', '026', '027', '028', '029', '030', '031', '032', '033', '034', '035', '036', '037', '038', '039', '040', '041', '042', '043', '044', '045', '046', '047', '048', '049', '050', '051', '052', '053', '054', '055', '056', '057', '058', '059', '060', '061', '062', '063', '064', '065', '066', '067', '068', '069', '070', '071', '072', '073', '074', '075', '076', '077', '078', '079', '080', '081', '082', '083', '084', '085', '086', '087', '088', '089', '090', '091', '092', '093', '094', '095', '096', '097', '098', '099', '100', '101', '102', '103', '104', '105', '106', '107', '108', '109', '110', '111', '112', '113', '114', '115', '116', '117', '118', '119', '120', '121', '122', '123', '124', '125', '126', '127', '128', '129', '130', '131', '132', '133', '134', '135', '136', '137', '138', '139', '140', '141', '142', '143', '144', '145', '146', '147', '148', '149', '150', '151', '152', '153', '154', '155', '156', '157', '158', '159', '160', '161', '162', '163', '164', '165', '166', '167', '168', '169', '170', '171', '172', '173', '174', '175', '176', '177', '178', '179', '180', '181', '182', '183', '184', '185', '186', '187', '188', '189', '190', '191', '192', '193', '194', '195', '196', '197', '198', '199', '200', '201', '202', '203', '204', '205', '206', '207', '208', '209', '210', '211', '212', '213', '214', '215', '216', '217', '218', '219', '220', '221', '222', '223', '224', '225', '226', '227', '228', '229', '230', '231', '232', '233', '234', '235', '236', '237', '238', '239', '240', '241', '242', '243', '244', '245', '246', '247', '248', '249', '250', '251', '252', '253', '254', '255', '256', '257', '258', '259']\n","File black list: {}\n","**********Preprocess starts***********\n","\n","Collate dialogue and recipe files\n","Start to shift agent action frames to user utterances...\n","\tFinish shifting agent action frames\n","Start to shift agent acts...\n","\tFinish shifting agent acts to user utterances.\n","Start to parse intents of user utterances...\n","\tFinish parsing intents\n","Start to add history (window=10) to each utterance...\n","\tFinish adding history.\n","Start to tokenize utterance (and history)...\n","\tFinish tokenization.\n","Build vocabularies from dialogues...\n","\tFinish building vocabs from dialogues: ['words', 'agent_acts', 'intent', 'section']\n","Recipe 009 has more than 512 tokens.\n","Recipe 160 has more than 512 tokens.\n","Build vocabularies from recipes...\n","\tFinish building vocabs from recipes.\n","\tVocab size: 2987\n"," There are multiple matches for span \"pan\"\n"," There are multiple matches for span \"bag\"\n"," There are multiple matches for span \"the pan\"\n"," There are multiple matches for span \"the pan\"\n"," There are multiple matches for span \"the foil\"\n"," There are multiple matches for span \"the foil\"\n"," There are multiple matches for span \"foil\"\n"," There are multiple matches for span \"foil\"\n","Start to integrate recipes into dialogues...\n","\tIntegrating recipes is done.\n","Start converting func-args to full_set pointer sequence...\n","/content/CookDial/src/scripts/preprocess.py:1162: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.\n","Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations\n"," gold_full_set_pointer_seq = np.zeros((SLOT_MATRIX_ROWS), dtype=np.int)\n","\tFinish full_set pointer sequence conversion.\n","Start to shift agent action frame args to user utterances...\n","\tFinish shifting agent action frame args\n","All data is merged into one file /content/CookDial/data/processed/dialog/cookdial_dialog_merged.json\n","**********Preprocess is finished. Elapsed time: 10.81 min**********\n"]}],"source":["! python src/scripts/preprocess.py -c \"./vocab_config.json\" --lowercase \"True\""]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":200,"status":"ok","timestamp":1671401517435,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"Y0JhVnR9SdNm","outputId":"df022e34-f889-45d9-f3c6-57d4590a6874"},"outputs":[{"name":"stdout","output_type":"stream","text":["/content/CookDial/src\n"]}],"source":["%cd content/CookDial/src"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":216,"status":"ok","timestamp":1671401543987,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"hdgeo7laQ3DM","outputId":"789d1145-412c-46e5-9249-bdf48e5fff5f"},"outputs":[{"name":"stdout","output_type":"stream","text":["config_agent_task.json\tlogger\t\t requirements.txt utils\n","config_gene_task.json\tmetrics\t\t scripts\t vocab_config.json\n","config_user_task.json\tmodels\t\t trainers\n","dataloaders\t\tmodules\t\t train.py\n","__init__.py\t\tparse_config.py train.sh\n"]}],"source":["!ls"]},{"cell_type":"code","execution_count":6,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":2580,"status":"ok","timestamp":1671494169457,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"kIJAY-fWU5oE","outputId":"e38c9746-207c-4f53-f9ac-45319f1e1f81"},"outputs":[{"name":"stdout","output_type":"stream","text":["Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n","Collecting sentencepiece\n"," Downloading sentencepiece-0.1.97-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)\n","\u001b[K |████████████████████████████████| 1.3 MB 4.4 MB/s \n","\u001b[?25hInstalling collected packages: sentencepiece\n","Successfully installed sentencepiece-0.1.97\n"]}],"source":["!pip install sentencepiece\n"]},{"cell_type":"code","execution_count":1,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":20,"status":"ok","timestamp":1671521123810,"user":{"displayName":"Mikołaj Krzymiński","userId":"01535337980860424008"},"user_tz":-60},"id":"wUibtU5RThxF","outputId":"dcddbf15-8caa-4710-bc0c-ea8de14372a0"},"outputs":[{"name":"stdout","output_type":"stream","text":["[Errno 2] No such file or directory: './src'\n","/content\n","chmod: cannot access 'train.sh': No such file or directory\n","/bin/bash: ./train.sh: No such file or directory\n"]}],"source":["%cd ./src\n","# Make sure train.sh is executable\n","!chmod 751 train.sh\n","!./train.sh --config ./config_user_task.json --mode \"train\""]}],"metadata":{"accelerator":"GPU","colab":{"authorship_tag":"ABX9TyNSNwyMdI1idTLH0c8HB9DF","mount_file_id":"1wY4y3knqDcirqSohbT8xf-ExehmzdZiq","provenance":[]},"gpuClass":"standard","kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"name":"python","version":"3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)]"},"vscode":{"interpreter":{"hash":"369f2c481f4da34e4445cda3fffd2e751bd1c4d706f27375911949ba6bb62e1c"}}},"nbformat":4,"nbformat_minor":0} diff --git a/ai_talks/AMUseBotBackend/utils/README.md b/ai_talks/AMUseBotBackend/utils/README.md new file mode 100644 index 0000000..f4ae786 --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/README.md @@ -0,0 +1,6 @@ +## NLU model tests + + NLU_Trainer.ipynb contains the instructions to train NLU model for cooking domain in Google Colab + +> All tools and the dataset are taken from: +> https://github.com/YiweiJiang2015/CookDial.git diff --git a/ai_talks/AMUseBotBackend/utils/chatbot_prototype.ipynb b/ai_talks/AMUseBotBackend/utils/chatbot_prototype.ipynb new file mode 100644 index 0000000..951688a --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/chatbot_prototype.ipynb @@ -0,0 +1,5420 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + }, + "gpuClass": "standard", + "accelerator": "GPU", + "widgets": { + "application/vnd.jupyter.widget-state+json": { + "16362f0d98b64c5795565889f10e0b8c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_4c3632e9677d47978b0e84cf3b59ade1", + "IPY_MODEL_0c537c762db644259239221bb5ed552a", + "IPY_MODEL_f4d578feff814384b5a3156825d9fef6" + ], + "layout": "IPY_MODEL_b82d1b601a434414a1845bbba6da2991" + } + }, + "4c3632e9677d47978b0e84cf3b59ade1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f40a17458d704cd2a8fbf68729a4198a", + "placeholder": "​", + "style": "IPY_MODEL_49606632a7054f55b2ffa7afbe90a00d", + "value": "Downloading: 100%" + } + }, + "0c537c762db644259239221bb5ed552a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ce3f68b81ed34c5e8bfc41bd2a7ad263", + "max": 28, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_388864342bf0439f8e16639bf53b7efe", + "value": 28 + } + }, + "f4d578feff814384b5a3156825d9fef6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_c7773a01e08e49ddb45e596726132756", + "placeholder": "​", + "style": "IPY_MODEL_da2ff64e5e784bd286ffe2facd29204e", + "value": " 28.0/28.0 [00:00<00:00, 909B/s]" + } + }, + "b82d1b601a434414a1845bbba6da2991": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f40a17458d704cd2a8fbf68729a4198a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "49606632a7054f55b2ffa7afbe90a00d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ce3f68b81ed34c5e8bfc41bd2a7ad263": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "388864342bf0439f8e16639bf53b7efe": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "c7773a01e08e49ddb45e596726132756": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "da2ff64e5e784bd286ffe2facd29204e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "c8b4feb673cd4f1bbbdbabf6d37b0686": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_673b0dccf94f472082a3006c35faba52", + "IPY_MODEL_d231efd5a8f54d3cbe985b3a8588242b", + "IPY_MODEL_db874ddc16524189a8e4a6e552b62f52" + ], + "layout": "IPY_MODEL_bede7c9024aa4989bb4b7157ef6624ac" + } + }, + "673b0dccf94f472082a3006c35faba52": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ddd2dfc1b7734da2ab93f5edf70e12fa", + "placeholder": "​", + "style": "IPY_MODEL_0dbbf79ec8cd4a1ea0a4428b3484fdc7", + "value": "Downloading: 100%" + } + }, + "d231efd5a8f54d3cbe985b3a8588242b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d16a8b662678426881b3e9b2d5334a23", + "max": 483, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_34b007b8c9644ae38da3a014e3bfa948", + "value": 483 + } + }, + "db874ddc16524189a8e4a6e552b62f52": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b5833deeac4042fba6a3b694cc130f9b", + "placeholder": "​", + "style": "IPY_MODEL_b3f47c9c5e3241d18dcf4d5d69f909b1", + "value": " 483/483 [00:00<00:00, 24.1kB/s]" + } + }, + "bede7c9024aa4989bb4b7157ef6624ac": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ddd2dfc1b7734da2ab93f5edf70e12fa": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0dbbf79ec8cd4a1ea0a4428b3484fdc7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "d16a8b662678426881b3e9b2d5334a23": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "34b007b8c9644ae38da3a014e3bfa948": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "b5833deeac4042fba6a3b694cc130f9b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b3f47c9c5e3241d18dcf4d5d69f909b1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "0fc939f7fe4a4d13a97b6193966bbcb6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_c6999da9584646cca047c66d7fb29a1c", + "IPY_MODEL_32c2b5e82b804b0ea951ab616dc0c816", + "IPY_MODEL_a83c5449e8d74461b04426af67d84bbd" + ], + "layout": "IPY_MODEL_712a0fa0de944866929f7b0e4c72f983" + } + }, + "c6999da9584646cca047c66d7fb29a1c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a6b69b8ebcbc4ce9ac81644760fe803f", + "placeholder": "​", + "style": "IPY_MODEL_ccf402ccd11e4bd5a7122140bccf557a", + "value": "Downloading: 100%" + } + }, + "32c2b5e82b804b0ea951ab616dc0c816": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8c16b604a3064738b6ad39636bbc631a", + "max": 231508, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_e8ee382869754cba926e6449205a5664", + "value": 231508 + } + }, + "a83c5449e8d74461b04426af67d84bbd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f700f2a9f0b243e08a47ed8b63e6c559", + "placeholder": "​", + "style": "IPY_MODEL_63b832e3fd544cbbbabe6a6244ac2370", + "value": " 232k/232k [00:03<00:00, 298B/s]" + } + }, + "712a0fa0de944866929f7b0e4c72f983": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a6b69b8ebcbc4ce9ac81644760fe803f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ccf402ccd11e4bd5a7122140bccf557a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8c16b604a3064738b6ad39636bbc631a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e8ee382869754cba926e6449205a5664": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "f700f2a9f0b243e08a47ed8b63e6c559": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "63b832e3fd544cbbbabe6a6244ac2370": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ff55840fe82b43bfa926e023f08b80ba": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_f58cc893695147e9b5846a36989f922e", + "IPY_MODEL_9cc14543b8cf43679ed0f687cb003d5a", + "IPY_MODEL_e739a07d19c64267a31b0cd1e6a719ea" + ], + "layout": "IPY_MODEL_0625902116e742d48274242c38ab2fef" + } + }, + "f58cc893695147e9b5846a36989f922e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_70916aa418bd4a36ac09e7ad04806dec", + "placeholder": "​", + "style": "IPY_MODEL_b4e64b250fbc44aca8ec694804cbaf49", + "value": "Downloading: 100%" + } + }, + "9cc14543b8cf43679ed0f687cb003d5a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_71f9ea49ec4c42f08d2ab6e7c28900ee", + "max": 466062, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_ce15c858df694a46b4ec35533447b087", + "value": 466062 + } + }, + "e739a07d19c64267a31b0cd1e6a719ea": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3eff74ecc5084695920dce706c01511b", + "placeholder": "​", + "style": "IPY_MODEL_6a80b108f8af49fdbf504f7c7b305a99", + "value": " 466k/466k [00:00<00:00, 732kB/s]" + } + }, + "0625902116e742d48274242c38ab2fef": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "70916aa418bd4a36ac09e7ad04806dec": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b4e64b250fbc44aca8ec694804cbaf49": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "71f9ea49ec4c42f08d2ab6e7c28900ee": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ce15c858df694a46b4ec35533447b087": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "3eff74ecc5084695920dce706c01511b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "6a80b108f8af49fdbf504f7c7b305a99": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "fc3173dcfe2848f2957e3677ffd07f84": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_6e7bbc64b2a1465586ce2a43ba4b22fa", + "IPY_MODEL_134e5052c9da476fba4d6029da3d85db", + "IPY_MODEL_952ed3c3a0094bb5abfea63b43dcaad8" + ], + "layout": "IPY_MODEL_6c1d6efa8be14080845e3321e0f0c188" + } + }, + "6e7bbc64b2a1465586ce2a43ba4b22fa": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_bc8dc1bfa9124c1db3e738e0385cb8b5", + "placeholder": "​", + "style": "IPY_MODEL_e3eff38137554e318822ac8973f2f915", + "value": "100%" + } + }, + "134e5052c9da476fba4d6029da3d85db": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_b8afd916d93142ddb949630bbd382800", + "max": 4, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_97fdc3080b40458c9986ac61bb94a98e", + "value": 4 + } + }, + "952ed3c3a0094bb5abfea63b43dcaad8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d658a5fcbc60462ebfc383e7003b52ce", + "placeholder": "​", + "style": "IPY_MODEL_0acf000f9e384831aa4edca59abbf10e", + "value": " 4/4 [00:01<00:00, 3.73ba/s]" + } + }, + "6c1d6efa8be14080845e3321e0f0c188": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "bc8dc1bfa9124c1db3e738e0385cb8b5": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e3eff38137554e318822ac8973f2f915": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "b8afd916d93142ddb949630bbd382800": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "97fdc3080b40458c9986ac61bb94a98e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "d658a5fcbc60462ebfc383e7003b52ce": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0acf000f9e384831aa4edca59abbf10e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "58883bf03b554d37abd656a35fa86db3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_5bc293602e704324a39df56dd3c3e96e", + "IPY_MODEL_3d9cc746e07c4def8f74158ac94c6063", + "IPY_MODEL_ba077267515f4182bfcbc587fa08aed2" + ], + "layout": "IPY_MODEL_2fbeedcd09264f8bb9d9868e79d35370" + } + }, + "5bc293602e704324a39df56dd3c3e96e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_735d50fd6d7940bb8cd777b8b81f5b54", + "placeholder": "​", + "style": "IPY_MODEL_9d21df9b173247808c912105c15ba8ff", + "value": "100%" + } + }, + "3d9cc746e07c4def8f74158ac94c6063": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2de2842792574204814e9a7b297c68da", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_44670957fddd457a9ae0aa5995fada74", + "value": 1 + } + }, + "ba077267515f4182bfcbc587fa08aed2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_6958744e38ca4d16a2fa124311702539", + "placeholder": "​", + "style": "IPY_MODEL_a3c21cde1af94715a1bd4e0d210f2062", + "value": " 1/1 [00:00<00:00, 2.38ba/s]" + } + }, + "2fbeedcd09264f8bb9d9868e79d35370": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "735d50fd6d7940bb8cd777b8b81f5b54": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9d21df9b173247808c912105c15ba8ff": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "2de2842792574204814e9a7b297c68da": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "44670957fddd457a9ae0aa5995fada74": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "6958744e38ca4d16a2fa124311702539": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a3c21cde1af94715a1bd4e0d210f2062": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "b4a54a4d93634b91aefa01776c400173": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_637a668c4ff845648d08729e20f8d7f0", + "IPY_MODEL_d0704b2725be49f3a079734173086f85", + "IPY_MODEL_86549aa685e84d39a906ed93742d66f9" + ], + "layout": "IPY_MODEL_6c0d510901ec428d8440030c6434839d" + } + }, + "637a668c4ff845648d08729e20f8d7f0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_172aa9e4059448e7b6a64e034e1cf171", + "placeholder": "​", + "style": "IPY_MODEL_05c7bab10ade4f048b6ff37e17e61238", + "value": "Downloading: 100%" + } + }, + "d0704b2725be49f3a079734173086f85": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1de2aaab2df74709a7ddd83deab322a8", + "max": 267967963, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_667bcef6967c4a01850e1c7f3d402848", + "value": 267967963 + } + }, + "86549aa685e84d39a906ed93742d66f9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d5b5277e37d4467290abb401fc47ae80", + "placeholder": "​", + "style": "IPY_MODEL_0922ba7734df437c9a3417d45c5274da", + "value": " 268M/268M [00:07<00:00, 45.6MB/s]" + } + }, + "6c0d510901ec428d8440030c6434839d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "172aa9e4059448e7b6a64e034e1cf171": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "05c7bab10ade4f048b6ff37e17e61238": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "1de2aaab2df74709a7ddd83deab322a8": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "667bcef6967c4a01850e1c7f3d402848": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "d5b5277e37d4467290abb401fc47ae80": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0922ba7734df437c9a3417d45c5274da": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "c42dd35421e842699a76a38d9b4c6124": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_7ae1af56270b476e9c84ec9381dbfe7f", + "IPY_MODEL_9680cdca7afe4f81a8aa6c1f6ed48f18", + "IPY_MODEL_dbc2571f8320465f8c9860963d8b2290" + ], + "layout": "IPY_MODEL_41ae6d24c1f64db890c959634b613f29" + } + }, + "7ae1af56270b476e9c84ec9381dbfe7f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f02ca95e42654721aedc22d5d617e601", + "placeholder": "​", + "style": "IPY_MODEL_c1423b8980b64f45b9a815a866ba260c", + "value": "Downloading builder script: " + } + }, + "9680cdca7afe4f81a8aa6c1f6ed48f18": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_9117cc650dc04ed68ce67872291f2f6c", + "max": 1652, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_00cf005090ec4a0abc33e683fabb65a0", + "value": 1652 + } + }, + "dbc2571f8320465f8c9860963d8b2290": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_fa4c644c022a4a99bb9b709bada15f84", + "placeholder": "​", + "style": "IPY_MODEL_99588acc00a54035a17790b2e7d18651", + "value": " 4.21k/? [00:00<00:00, 101kB/s]" + } + }, + "41ae6d24c1f64db890c959634b613f29": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f02ca95e42654721aedc22d5d617e601": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c1423b8980b64f45b9a815a866ba260c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9117cc650dc04ed68ce67872291f2f6c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "00cf005090ec4a0abc33e683fabb65a0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "fa4c644c022a4a99bb9b709bada15f84": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "99588acc00a54035a17790b2e7d18651": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "5234189fff004658bc07ba90639eb762": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_ce744f6d339e4ffdaf2a5c7d8445a9de", + "IPY_MODEL_3c0679a3691046eda0a0508c55116a7d", + "IPY_MODEL_198aabca329a43b49bb11937be109137" + ], + "layout": "IPY_MODEL_65bdd85904ab44ab835eb8d7e28db4ac" + } + }, + "ce744f6d339e4ffdaf2a5c7d8445a9de": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1f785cff415b4f81af18b87622eb620a", + "placeholder": "​", + "style": "IPY_MODEL_fc4cb3050dc34f7bab7339f3043456c1", + "value": "100%" + } + }, + "3c0679a3691046eda0a0508c55116a7d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_628d5b7bfb2449788e54c68093fca6ed", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_165f3401fae843ab9158e6ebbbf58c84", + "value": 1 + } + }, + "198aabca329a43b49bb11937be109137": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_187067e48e4b41b0844d4e77ff9a5014", + "placeholder": "​", + "style": "IPY_MODEL_27daf9a6b18b4e2d86c40ed900fcef09", + "value": " 1/1 [00:00<00:00, 51.08ex/s]" + } + }, + "65bdd85904ab44ab835eb8d7e28db4ac": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1f785cff415b4f81af18b87622eb620a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "fc4cb3050dc34f7bab7339f3043456c1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "628d5b7bfb2449788e54c68093fca6ed": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "165f3401fae843ab9158e6ebbbf58c84": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "187067e48e4b41b0844d4e77ff9a5014": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "27daf9a6b18b4e2d86c40ed900fcef09": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "e9113237710c4692a4a7ab64a6793220": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_ae1ba4d0e7304a93b60e9249bc65e009", + "IPY_MODEL_37f3ac59e9414797a531cbd7ad8a4ee6", + "IPY_MODEL_8cbdc0c1ff074a21b12b65437c6f81e5" + ], + "layout": "IPY_MODEL_c1847c02356f4341a91c061ab96313e9" + } + }, + "ae1ba4d0e7304a93b60e9249bc65e009": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5b64f35757df4f70acc6d1a42e3e9083", + "placeholder": "​", + "style": "IPY_MODEL_201eea97897649a3ab7ad114ff8c7b6f", + "value": "100%" + } + }, + "37f3ac59e9414797a531cbd7ad8a4ee6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ffdf6b640a1840e491a5ef281d10774a", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_ee3c98646dd6402680287e3fc1086a2b", + "value": 1 + } + }, + "8cbdc0c1ff074a21b12b65437c6f81e5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8812dac4c9ce49e8a8e0b90372016262", + "placeholder": "​", + "style": "IPY_MODEL_9063989066d24362b0f49189c32b70b9", + "value": " 1/1 [00:00<00:00, 40.80ex/s]" + } + }, + "c1847c02356f4341a91c061ab96313e9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5b64f35757df4f70acc6d1a42e3e9083": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "201eea97897649a3ab7ad114ff8c7b6f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ffdf6b640a1840e491a5ef281d10774a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ee3c98646dd6402680287e3fc1086a2b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "8812dac4c9ce49e8a8e0b90372016262": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9063989066d24362b0f49189c32b70b9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + } + } + } + }, + "cells": [ + { + "cell_type": "markdown", + "source": [ + "## Download CookDial from git" + ], + "metadata": { + "id": "PXzanHU0dk5B" + } + }, + { + "cell_type": "code", + "source": [ + "! git clone https://github.com/YiweiJiang2015/CookDial.git" + ], + "metadata": { + "id": "7WD7dXWLdohP" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "## Or download CookDial from Google Drive" + ], + "metadata": { + "id": "JcGaYbYZbBiM" + } + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "a7gr9prdwinA", + "outputId": "f3e595eb-0755-47f5-eb34-ba6638fa3450" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Mounted at /content/drive\n" + ] + } + ], + "source": [ + "# Load the Drive helper and mount\n", + "from google.colab import drive\n", + "drive.mount('/content/drive')" + ] + }, + { + "cell_type": "code", + "source": [ + "path_to_file = \"/content/CookDial\"\n", + "path_to_output = \"/content/drive/MyDrive/CookDial\"" + ], + "metadata": { + "id": "n1Gxyyd6wySX" + }, + "execution_count": 3, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "## CookDial from MyDrive" + ], + "metadata": { + "id": "KpwW6KpjdvWs" + } + }, + { + "cell_type": "code", + "source": [ + "import zipfile\n", + "with zipfile.ZipFile(path_to_output + \".zip\",\"r\") as zip_ref:\n", + " zip_ref.extractall(path_to_file)" + ], + "metadata": { + "id": "_wtHpzYcwzE2" + }, + "execution_count": 4, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "## CookDial to MyDrive" + ], + "metadata": { + "id": "J1wZS4UQd12C" + } + }, + { + "cell_type": "code", + "source": [ + "import shutil\n", + "\n", + "shutil.make_archive(path_to_output, 'zip', path_to_file)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 35 + }, + "id": "K-xDfMvidcNK", + "outputId": "ff3aa1b3-443e-4daf-abbe-cb870501ccd0" + }, + "execution_count": 71, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "'/content/drive/MyDrive/CookDial.zip'" + ], + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "string" + } + }, + "metadata": {}, + "execution_count": 71 + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "## Get dialogues number" + ], + "metadata": { + "id": "cF2OEPch0w77" + } + }, + { + "cell_type": "code", + "source": [ + "import os\n", + "APP_FOLDER = '/content/CookDial/data/dialog'\n", + "totalFiles = 0\n", + "for base, _, files in os.walk(APP_FOLDER):\n", + " print('Searching in : ',base)\n", + " for File in files:\n", + " totalFiles += 1\n", + "\n", + "print('Total number of files',totalFiles)\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "LXmFpKPdyMBL", + "outputId": "57aa1d85-1f64-4ed1-f40e-0bb8f858c751" + }, + "execution_count": 5, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Searching in : /content/CookDial/data/dialog\n", + "Total number of files 260\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "## Read content of data" + ], + "metadata": { + "id": "hC8lWFZ93puq" + } + }, + { + "cell_type": "code", + "source": [ + "import re \n", + "\n", + "pattern = re.compile(r\"\\\"intent\\\": \\\"([^\\\"]*)\", re.IGNORECASE)\n", + "\n", + "def parse_annotation(annotation):\n", + " # print(annotation)\n", + " result = re.search(pattern, annotation)\n", + " value = result.group(1)\n", + " value = value.replace(\";\", \"\")\n", + " value = value.replace(\" \", \"#\")\n", + " return value" + ], + "metadata": { + "id": "FOhsU_mT7DIh" + }, + "execution_count": 6, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "import json\n", + "import pandas as pd\n", + "\n", + "utt_dict = {'label': [], 'sentence': []}\n", + "\n", + "for number in range(totalFiles):\n", + " with open(APP_FOLDER + \"/\" + f\"{number:03d}\" + \".1.json\") as f:\n", + "\n", + " data = json.load(f)\n", + " for row in data['messages']:\n", + " if False == row[\"bot\"]:\n", + " parsed_ann = parse_annotation(row[\"annotations\"])\n", + " if \"\" != parsed_ann:\n", + " utt_dict[\"label\"].append(parsed_ann)\n", + " utt_dict[\"sentence\"].append(row[\"utterance\"].lower())\n", + "\n", + "IntentDataFrame = pd.DataFrame(utt_dict)" + ], + "metadata": { + "id": "GVRy6RzT3pWz" + }, + "execution_count": 8, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "IntentDataFrame.sample(n=5)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 206 + }, + "id": "Kx_SQpsG--jO", + "outputId": "5c975894-b980-423f-a530-bdcbb66c2819" + }, + "execution_count": 43, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " label sentence\n", + "2260 10 ok good! i am ready to start now.\n", + "4431 17 great. the chicken are added back. can i eat it?\n", + "4425 19 ok. done. how long to wait from now?\n", + "2246 29 ok nice, for how long should they cook?\n", + "141 5 ok. i have added the baking powder to the bowl." + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
labelsentence
226010ok good! i am ready to start now.
443117great. the chicken are added back. can i eat it?
442519ok. done. how long to wait from now?
224629ok nice, for how long should they cook?
1415ok. i have added the baking powder to the bowl.
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 43 + } + ] + }, + { + "cell_type": "code", + "source": [ + "print(\"There are {} rows and {} columns\".format(IntentDataFrame.shape[0], IntentDataFrame.shape[1]))" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "JQTPn9LlGyso", + "outputId": "4336aebe-3a98-4bf5-d365-7ac488393876" + }, + "execution_count": 10, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "There are 4610 rows and 2 columns\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "# explore unique labels\n", + "print(IntentDataFrame.label.unique())" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "hI50lziHG2de", + "outputId": "a673d3d1-929d-4ee6-d4ac-ae10cf6cf7fc" + }, + "execution_count": 11, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "['greeting#req_start' 'req_temperature' 'thank#req_instruction'\n", + " 'confirm#req_instruction' 'req_repeat' 'confirm' 'confirm#req_repeat'\n", + " 'negate#thank' 'negate' 'req_amount' 'req_instruction'\n", + " 'confirm#req_parallel_action' 'req_amount#req_ingredient' 'thank#confirm'\n", + " 'req_use_all' 'thank' 'other' 'confirm#req_is_recipe_finished' 'req_tool'\n", + " 'confirm#req_duration' 'confirm#thank' 'affirm#req_instruction'\n", + " 'req_repeat#confirm' 'confirm#req_temperature'\n", + " 'confirm#req_is_recipe_ongoing' 'req_ingredient' 'confirm#req_amount'\n", + " 'thank#confirm#req_instruction' 'thank#req_repeat' 'req_duration'\n", + " 'thank#req_duration' 'confirm#thank#req_instruction'\n", + " 'thank#confirm#req_is_recipe_finished' 'req_repeat#thank'\n", + " 'greeting#req_title' 'req_start' 'confirm#other' 'affirm'\n", + " 'confirm#req_start' 'confirm#req_duration#req_is_recipe_finished'\n", + " 'affirm#req_amount' 'req_ingredient_list' 'thank#goodbye'\n", + " 'req_parallel_action' 'confirm#goodbye' 'affirm#req_ingredient'\n", + " 'thank#req_ingredient' 'thank#confirm#req_ingredient'\n", + " 'req_ingredient_list_length' 'other#req_instruction' 'affirm#req_start'\n", + " 'thank#req_is_recipe_ongoing' 'req_is_recipe_ongoing' 'goodbye'\n", + " 'req_ingredient_list#confirm' 'affirm#thank#other'\n", + " 'req_repeat#req_amount' 'other#req_repeat' 'confirm#req_tool'\n", + " 'req_is_recipe_finished' 'thank#req_parallel_action'\n", + " 'affirm#req_ingredient_list' 'confirm#req_ingredient' 'affirm#confirm'\n", + " 'confirm#req_ingredient_list_ends' 'req_title' 'req_ingredient_list_ends'\n", + " 'req_substitute' 'negate#req_instruction' 'thank#req_is_recipe_finished'\n", + " 'thank#req_ingredient_list' 'affirm#thank' 'thank#req_tool'\n", + " 'affirm#req_ingredient_list_length' 'confirm#req_substitute'\n", + " 'affirm#other' 'confirm#req_instruction#req_duration'\n", + " 'req_ingredient_list#req_ingredient_list_length' 'confirm#affirm'\n", + " 'affirm#thank#req_ingredient' 'confirm#req_use_all'\n", + " 'req_amount#req_substitute' 'req_instruction#req_duration'\n", + " 'negate#confirm#req_instruction' 'thank#other' 'greeting'\n", + " 'other#req_temperature' 'req_ingredient_list_length#confirm'\n", + " 'thank#confirm#req_duration' 'greeting#req_ingredient_list'\n", + " 'thank#req_amount']\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "# explore which labels are the most and least common\n", + "IntentDataFrame.label.value_counts()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "psWrXfoiG7FT", + "outputId": "30f87dba-7389-48fe-b2a1-260f49c7dccd" + }, + "execution_count": 12, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "confirm#req_instruction 1222\n", + "confirm 407\n", + "req_instruction 320\n", + "thank 225\n", + "greeting#req_title 216\n", + " ... \n", + "other#req_instruction 1\n", + "req_repeat#thank 1\n", + "confirm#req_start 1\n", + "confirm#goodbye 1\n", + "thank#req_amount 1\n", + "Name: label, Length: 91, dtype: int64" + ] + }, + "metadata": {}, + "execution_count": 12 + } + ] + }, + { + "cell_type": "code", + "source": [ + "# drop rows with multiple labels\n", + "# df = df[df[\"label\"].str.contains(\"#\")==False]\n", + "# df.label.value_counts()" + ], + "metadata": { + "id": "DrWLIe2XG_Lc" + }, + "execution_count": 13, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "## Preprocessing\n" + ], + "metadata": { + "id": "NPRJeAp0HMeD" + } + }, + { + "cell_type": "code", + "source": [ + "!pip install datasets" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "hKxs9_1hJAkX", + "outputId": "04df77b3-70ed-4023-dcb9-b78025c2a960" + }, + "execution_count": 14, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", + "Collecting datasets\n", + " Downloading datasets-2.8.0-py3-none-any.whl (452 kB)\n", + "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/452.9 KB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━\u001b[0m \u001b[32m286.7/452.9 KB\u001b[0m \u001b[31m8.6 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m452.9/452.9 KB\u001b[0m \u001b[31m9.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: fsspec[http]>=2021.11.1 in /usr/local/lib/python3.8/dist-packages (from datasets) (2022.11.0)\n", + "Requirement already satisfied: pandas in /usr/local/lib/python3.8/dist-packages (from datasets) (1.3.5)\n", + "Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.8/dist-packages (from datasets) (6.0)\n", + "Requirement already satisfied: dill<0.3.7 in /usr/local/lib/python3.8/dist-packages (from datasets) (0.3.6)\n", + "Requirement already satisfied: aiohttp in /usr/local/lib/python3.8/dist-packages (from datasets) (3.8.3)\n", + "Collecting xxhash\n", + " Downloading xxhash-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (213 kB)\n", + "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/213.0 KB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m213.0/213.0 KB\u001b[0m \u001b[31m27.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: packaging in /usr/local/lib/python3.8/dist-packages (from datasets) (21.3)\n", + "Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.8/dist-packages (from datasets) (1.21.6)\n", + "Requirement already satisfied: requests>=2.19.0 in /usr/local/lib/python3.8/dist-packages (from datasets) (2.25.1)\n", + "Collecting responses<0.19\n", + " Downloading responses-0.18.0-py3-none-any.whl (38 kB)\n", + "Requirement already satisfied: pyarrow>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from datasets) (9.0.0)\n", + "Requirement already satisfied: tqdm>=4.62.1 in /usr/local/lib/python3.8/dist-packages (from datasets) (4.64.1)\n", + "Collecting huggingface-hub<1.0.0,>=0.2.0\n", + " Downloading huggingface_hub-0.11.1-py3-none-any.whl (182 kB)\n", + "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/182.4 KB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m182.4/182.4 KB\u001b[0m \u001b[31m23.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hCollecting multiprocess\n", + " Downloading multiprocess-0.70.14-py38-none-any.whl (132 kB)\n", + "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/132.0 KB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m132.0/132.0 KB\u001b[0m \u001b[31m18.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from aiohttp->datasets) (1.3.1)\n", + "Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from aiohttp->datasets) (1.3.3)\n", + "Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /usr/local/lib/python3.8/dist-packages (from aiohttp->datasets) (4.0.2)\n", + "Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.8/dist-packages (from aiohttp->datasets) (6.0.4)\n", + "Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /usr/local/lib/python3.8/dist-packages (from aiohttp->datasets) (2.1.1)\n", + "Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.8/dist-packages (from aiohttp->datasets) (1.8.2)\n", + "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.8/dist-packages (from aiohttp->datasets) (22.2.0)\n", + "Requirement already satisfied: filelock in /usr/local/lib/python3.8/dist-packages (from huggingface-hub<1.0.0,>=0.2.0->datasets) (3.9.0)\n", + "Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.8/dist-packages (from huggingface-hub<1.0.0,>=0.2.0->datasets) (4.4.0)\n", + "Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging->datasets) (3.0.9)\n", + "Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.19.0->datasets) (2.10)\n", + "Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.8/dist-packages (from requests>=2.19.0->datasets) (4.0.0)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.19.0->datasets) (2022.12.7)\n", + "Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.19.0->datasets) (1.24.3)\n", + "Collecting urllib3<1.27,>=1.21.1\n", + " Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB)\n", + "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/140.6 KB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m140.6/140.6 KB\u001b[0m \u001b[31m21.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.8/dist-packages (from pandas->datasets) (2022.7)\n", + "Requirement already satisfied: python-dateutil>=2.7.3 in /usr/local/lib/python3.8/dist-packages (from pandas->datasets) (2.8.2)\n", + "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.8/dist-packages (from python-dateutil>=2.7.3->pandas->datasets) (1.15.0)\n", + "Installing collected packages: xxhash, urllib3, multiprocess, responses, huggingface-hub, datasets\n", + " Attempting uninstall: urllib3\n", + " Found existing installation: urllib3 1.24.3\n", + " Uninstalling urllib3-1.24.3:\n", + " Successfully uninstalled urllib3-1.24.3\n", + "Successfully installed datasets-2.8.0 huggingface-hub-0.11.1 multiprocess-0.70.14 responses-0.18.0 urllib3-1.26.14 xxhash-3.2.0\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "!pip install transformers" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "78woLKRZJQuM", + "outputId": "237c4aeb-631e-4192-f9ab-95e07ff0ee79" + }, + "execution_count": 15, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", + "Collecting transformers\n", + " Downloading transformers-4.25.1-py3-none-any.whl (5.8 MB)\n", + "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/5.8 MB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[91m━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.4/5.8 MB\u001b[0m \u001b[31m12.2 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.1/5.8 MB\u001b[0m \u001b[31m48.5 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m5.8/5.8 MB\u001b[0m \u001b[31m64.9 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.8/5.8 MB\u001b[0m \u001b[31m46.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.8/dist-packages (from transformers) (6.0)\n", + "Requirement already satisfied: tqdm>=4.27 in /usr/local/lib/python3.8/dist-packages (from transformers) (4.64.1)\n", + "Collecting tokenizers!=0.11.3,<0.14,>=0.11.1\n", + " Downloading tokenizers-0.13.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.6 MB)\n", + "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/7.6 MB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.9/7.6 MB\u001b[0m \u001b[31m120.5 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m7.6/7.6 MB\u001b[0m \u001b[31m137.2 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.6/7.6 MB\u001b[0m \u001b[31m86.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: filelock in /usr/local/lib/python3.8/dist-packages (from transformers) (3.9.0)\n", + "Requirement already satisfied: huggingface-hub<1.0,>=0.10.0 in /usr/local/lib/python3.8/dist-packages (from transformers) (0.11.1)\n", + "Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.8/dist-packages (from transformers) (2022.6.2)\n", + "Requirement already satisfied: requests in /usr/local/lib/python3.8/dist-packages (from transformers) (2.25.1)\n", + "Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.8/dist-packages (from transformers) (1.21.6)\n", + "Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.8/dist-packages (from transformers) (21.3)\n", + "Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.8/dist-packages (from huggingface-hub<1.0,>=0.10.0->transformers) (4.4.0)\n", + "Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=20.0->transformers) (3.0.9)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests->transformers) (2022.12.7)\n", + "Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests->transformers) (2.10)\n", + "Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests->transformers) (1.26.14)\n", + "Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.8/dist-packages (from requests->transformers) (4.0.0)\n", + "Installing collected packages: tokenizers, transformers\n", + "Successfully installed tokenizers-0.13.2 transformers-4.25.1\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "# This Python 3 environment comes with many helpful analytics libraries installed\n", + "# It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python\n", + "# For example, here's several helpful packages to load\n", + "\n", + "import numpy as np # linear algebra\n", + "import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)\n", + "import json\n", + "import datasets #Hugging Face library\n", + "from transformers import DataCollatorWithPadding\n", + "from transformers import AutoTokenizer\n", + "from transformers import AutoModelForSequenceClassification, TrainingArguments, Trainer\n", + "# Input data files are available in the read-only \"../input/\" directory\n", + "# For example, running this (by clicking run or pressing Shift+Enter) will list all files under the input directory\n", + "\n", + "import os\n", + "#for dirname, _, filenames in os.walk(ModelPath):\n", + "# for filename in filenames:\n", + "# print(os.path.join(dirname, filename))\n", + "\n", + "# You can write up to 20GB to the current directory (/kaggle/working/) that gets preserved as output when you create a version using \"Save & Run All\" \n", + "# You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session" + ], + "metadata": { + "id": "7XuHyqLlItUN" + }, + "execution_count": 16, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "# replace the labels strings by label numbers \n", + "unique_labels = IntentDataFrame.label.unique()\n", + "LabelToIndex = {}\n", + "\n", + "for i in range(len(unique_labels)):\n", + " LabelToIndex[unique_labels[i]] = i\n", + "\n", + "IntentDataFrame[\"label\"]=IntentDataFrame[\"label\"].map(LabelToIndex)" + ], + "metadata": { + "id": "tBSmKYURJ24M" + }, + "execution_count": 17, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "train_data = IntentDataFrame.sample(frac=0.8, random_state=25)\n", + "test_data = IntentDataFrame.drop(train_data.index)\n", + "\n", + "train_data = datasets.Dataset.from_pandas(train_data)\n", + "test_data = datasets.Dataset.from_pandas(test_data)\n", + "\n", + "print(f\"No. of training examples: {train_data.shape[0]}\")\n", + "print(f\"No. of testing examples: {test_data.shape[0]}\")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "ui6NutubLmKy", + "outputId": "8eb6adec-63c0-4fdb-a670-8dc29c51569f" + }, + "execution_count": 18, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "No. of training examples: 3688\n", + "No. of testing examples: 922\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "# Import AutoTokenizer with checkpoint\"distilbert-base-uncased\"\n", + "\n", + "tokenizer = AutoTokenizer.from_pretrained(\"distilbert-base-uncased\")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 145, + "referenced_widgets": [ + "16362f0d98b64c5795565889f10e0b8c", + "4c3632e9677d47978b0e84cf3b59ade1", + "0c537c762db644259239221bb5ed552a", + "f4d578feff814384b5a3156825d9fef6", + "b82d1b601a434414a1845bbba6da2991", + "f40a17458d704cd2a8fbf68729a4198a", + "49606632a7054f55b2ffa7afbe90a00d", + "ce3f68b81ed34c5e8bfc41bd2a7ad263", + "388864342bf0439f8e16639bf53b7efe", + "c7773a01e08e49ddb45e596726132756", + "da2ff64e5e784bd286ffe2facd29204e", + "c8b4feb673cd4f1bbbdbabf6d37b0686", + "673b0dccf94f472082a3006c35faba52", + "d231efd5a8f54d3cbe985b3a8588242b", + "db874ddc16524189a8e4a6e552b62f52", + "bede7c9024aa4989bb4b7157ef6624ac", + "ddd2dfc1b7734da2ab93f5edf70e12fa", + "0dbbf79ec8cd4a1ea0a4428b3484fdc7", + "d16a8b662678426881b3e9b2d5334a23", + "34b007b8c9644ae38da3a014e3bfa948", + "b5833deeac4042fba6a3b694cc130f9b", + "b3f47c9c5e3241d18dcf4d5d69f909b1", + "0fc939f7fe4a4d13a97b6193966bbcb6", + "c6999da9584646cca047c66d7fb29a1c", + "32c2b5e82b804b0ea951ab616dc0c816", + "a83c5449e8d74461b04426af67d84bbd", + "712a0fa0de944866929f7b0e4c72f983", + "a6b69b8ebcbc4ce9ac81644760fe803f", + "ccf402ccd11e4bd5a7122140bccf557a", + "8c16b604a3064738b6ad39636bbc631a", + "e8ee382869754cba926e6449205a5664", + "f700f2a9f0b243e08a47ed8b63e6c559", + "63b832e3fd544cbbbabe6a6244ac2370", + "ff55840fe82b43bfa926e023f08b80ba", + "f58cc893695147e9b5846a36989f922e", + "9cc14543b8cf43679ed0f687cb003d5a", + "e739a07d19c64267a31b0cd1e6a719ea", + "0625902116e742d48274242c38ab2fef", + "70916aa418bd4a36ac09e7ad04806dec", + "b4e64b250fbc44aca8ec694804cbaf49", + "71f9ea49ec4c42f08d2ab6e7c28900ee", + "ce15c858df694a46b4ec35533447b087", + "3eff74ecc5084695920dce706c01511b", + "6a80b108f8af49fdbf504f7c7b305a99" + ] + }, + "id": "uNtrv_OjL_tl", + "outputId": "f196dbee-db87-42a6-930d-29fa5092e403" + }, + "execution_count": 19, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + "Downloading: 0%| | 0.00/28.0 [00:00:2: FutureWarning: load_metric is deprecated and will be removed in the next major version of datasets. Use 'evaluate.load' instead, from the new library 🤗 Evaluate: https://huggingface.co/docs/evaluate\n", + " metric = load_metric('accuracy')\n" + ] + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "Downloading builder script: 0%| | 0.00/1.65k [00:00" + ], + "text/html": [ + "\n", + "
\n", + " \n", + " \n", + " [9220/9220 10:23, Epoch 20/20]\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
EpochTraining LossValidation LossAccuracy
1No log1.1743540.822126
20.0661001.3922800.784165
30.0619001.2462370.823210
40.0569001.3241160.813449
50.0898001.3040540.819957
60.1032001.2127490.818872
70.0936001.2295010.819957
80.0980001.2794890.817787
90.0837001.1881510.821041
100.0689001.2745770.816703
110.0631001.2757920.824295
120.0637001.2638340.825380
130.0637001.3232400.812364
140.0556001.2669730.825380
150.0492001.2955900.824295
160.0496001.2885140.829718
170.0446001.2825280.824295
180.0412001.2858150.823210
190.0502001.2909500.821041
200.0421001.2889920.819957

" + ] + }, + "metadata": {} + }, + { + "output_type": "stream", + "name": "stderr", + "text": [ + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-500\n", + "Configuration saved in /content/results/checkpoint-500/config.json\n", + "Model weights saved in /content/results/checkpoint-500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-1000\n", + "Configuration saved in /content/results/checkpoint-1000/config.json\n", + "Model weights saved in /content/results/checkpoint-1000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-1000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-1000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-1500\n", + "Configuration saved in /content/results/checkpoint-1500/config.json\n", + "Model weights saved in /content/results/checkpoint-1500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-1500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-1500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-2000\n", + "Configuration saved in /content/results/checkpoint-2000/config.json\n", + "Model weights saved in /content/results/checkpoint-2000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-2000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-2000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-2500\n", + "Configuration saved in /content/results/checkpoint-2500/config.json\n", + "Model weights saved in /content/results/checkpoint-2500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-2500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-2500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-3000\n", + "Configuration saved in /content/results/checkpoint-3000/config.json\n", + "Model weights saved in /content/results/checkpoint-3000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-3000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-3000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-3500\n", + "Configuration saved in /content/results/checkpoint-3500/config.json\n", + "Model weights saved in /content/results/checkpoint-3500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-3500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-3500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-4000\n", + "Configuration saved in /content/results/checkpoint-4000/config.json\n", + "Model weights saved in /content/results/checkpoint-4000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-4000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-4000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-4500\n", + "Configuration saved in /content/results/checkpoint-4500/config.json\n", + "Model weights saved in /content/results/checkpoint-4500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-4500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-4500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-5000\n", + "Configuration saved in /content/results/checkpoint-5000/config.json\n", + "Model weights saved in /content/results/checkpoint-5000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-5000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-5000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-5500\n", + "Configuration saved in /content/results/checkpoint-5500/config.json\n", + "Model weights saved in /content/results/checkpoint-5500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-5500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-5500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-6000\n", + "Configuration saved in /content/results/checkpoint-6000/config.json\n", + "Model weights saved in /content/results/checkpoint-6000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-6000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-6000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-6500\n", + "Configuration saved in /content/results/checkpoint-6500/config.json\n", + "Model weights saved in /content/results/checkpoint-6500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-6500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-6500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-7000\n", + "Configuration saved in /content/results/checkpoint-7000/config.json\n", + "Model weights saved in /content/results/checkpoint-7000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-7000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-7000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-7500\n", + "Configuration saved in /content/results/checkpoint-7500/config.json\n", + "Model weights saved in /content/results/checkpoint-7500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-7500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-7500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-8000\n", + "Configuration saved in /content/results/checkpoint-8000/config.json\n", + "Model weights saved in /content/results/checkpoint-8000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-8000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-8000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-8500\n", + "Configuration saved in /content/results/checkpoint-8500/config.json\n", + "Model weights saved in /content/results/checkpoint-8500/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-8500/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-8500/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "Saving model checkpoint to /content/results/checkpoint-9000\n", + "Configuration saved in /content/results/checkpoint-9000/config.json\n", + "Model weights saved in /content/results/checkpoint-9000/pytorch_model.bin\n", + "tokenizer config file saved in /content/results/checkpoint-9000/tokenizer_config.json\n", + "Special tokens file saved in /content/results/checkpoint-9000/special_tokens_map.json\n", + "The following columns in the evaluation set don't have a corresponding argument in `DistilBertForSequenceClassification.forward` and have been ignored: __index_level_0__, sentence. If __index_level_0__, sentence are not expected by `DistilBertForSequenceClassification.forward`, you can safely ignore this message.\n", + "***** Running Evaluation *****\n", + " Num examples = 922\n", + " Batch size = 8\n", + "\n", + "\n", + "Training completed. Do not forget to share your model on huggingface.co/models =)\n", + "\n", + "\n" + ] + }, + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "TrainOutput(global_step=9220, training_loss=0.06487055326490754, metrics={'train_runtime': 624.1342, 'train_samples_per_second': 118.18, 'train_steps_per_second': 14.772, 'total_flos': 869726868928704.0, 'train_loss': 0.06487055326490754, 'epoch': 20.0})" + ] + }, + "metadata": {}, + "execution_count": 33 + } + ] + }, + { + "cell_type": "code", + "source": [ + "def SentenceClassifier(InputSentence):\n", + " \"\"\" Take a sentence as input, return the corresponding label\n", + " \n", + " dependencies : tokenizer, trainer\n", + " \"\"\"\n", + " \n", + " def preprocess_function(examples):\n", + " return tokenizer(examples[\"sentence\"], truncation=True, padding=True)\n", + " \n", + " # here, we are keeping the input as a Dataset, which could allow us to reuse the code\n", + " # to answer many questions at once\n", + " InputSentenceDFData = {'sentence' : [InputSentence]}\n", + " InputSentenceDataFrame = pd.DataFrame(data = InputSentenceDFData)\n", + " InputSentenceDataset = datasets.Dataset.from_pandas(InputSentenceDataFrame)\n", + " Tokenised_InputSentence = InputSentenceDataset.map(preprocess_function,batched=False)\n", + " \n", + " LabelScores = trainer.predict(Tokenised_InputSentence)\n", + " BestLabel = LabelScores.predictions.argmax(1)\n", + " \n", + " OutputLabelName = list(LabelToIndex.keys())[list(LabelToIndex.values()).index(BestLabel[0])]\n", + " \n", + " return OutputLabelName" + ], + "metadata": { + "id": "VayZySKQXGA3" + }, + "execution_count": 36, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "InputSentence = \"yes please\".lower()\n", + "OutputLabel = SentenceClassifier(InputSentence)\n", + "print(f'Your question was : \"{InputSentence}\" it was classified as : \"{OutputLabel}\"')" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 156, + "referenced_widgets": [ + "5234189fff004658bc07ba90639eb762", + "ce744f6d339e4ffdaf2a5c7d8445a9de", + "3c0679a3691046eda0a0508c55116a7d", + "198aabca329a43b49bb11937be109137", + "65bdd85904ab44ab835eb8d7e28db4ac", + "1f785cff415b4f81af18b87622eb620a", + "fc4cb3050dc34f7bab7339f3043456c1", + "628d5b7bfb2449788e54c68093fca6ed", + "165f3401fae843ab9158e6ebbbf58c84", + "187067e48e4b41b0844d4e77ff9a5014", + "27daf9a6b18b4e2d86c40ed900fcef09" + ] + }, + "id": "QUrDRrYoXNZI", + "outputId": "1d0cdec9-63b3-4502-fff2-dd32f00e79b8" + }, + "execution_count": 62, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + " 0%| | 0/1 [00:00" + ], + "text/html": [] + }, + "metadata": {} + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Your question was : \"yes please\" it was classified as : \"affirm\"\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "# Save the model and tokenizer locally\n", + "!mkdir /content/CookDial/working\n", + "!mkdir /content/CookDial/working/model/\n", + "!mkdir /content/CookDial/working/tokenizer/\n", + "\n", + "ModelPath = \"/content/CookDial/working/model/\"\n", + "TokenizerPath = \"/content/CookDial/working/tokenizer/\"\n", + "\n", + "if os.path.isdir(ModelPath):\n", + " model.save_pretrained(ModelPath)\n", + " print(\"model ok\")\n", + "if os.path.isdir(TokenizerPath):\n", + " tokenizer.save_pretrained(TokenizerPath)\n", + " print(\"tokenizer ok\")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "7B_sHJY8XQ5r", + "outputId": "bf75ca90-ea8c-4b05-c0bc-f9e14cbaeea7" + }, + "execution_count": 65, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "Configuration saved in /content/CookDial/working/model/config.json\n", + "Model weights saved in /content/CookDial/working/model/pytorch_model.bin\n", + "tokenizer config file saved in /content/CookDial/working/tokenizer/tokenizer_config.json\n", + "Special tokens file saved in /content/CookDial/working/tokenizer/special_tokens_map.json\n" + ] + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + "model ok\n", + "tokenizer ok\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "# Load the model and tokenizer from a local path\\\n", + "LocalModel = AutoModelForSequenceClassification.from_pretrained(ModelPath,num_labels=len(unique_labels))\n", + "LocalTokenizer = AutoTokenizer.from_pretrained(TokenizerPath)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "g63HNXuHZhCC", + "outputId": "519f7abc-7bf0-44bb-9b89-d19f252c5a43" + }, + "execution_count": 66, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "loading configuration file /content/CookDial/working/model/config.json\n", + "Model config DistilBertConfig {\n", + " \"_name_or_path\": \"/content/CookDial/working/model/\",\n", + " \"activation\": \"gelu\",\n", + " \"architectures\": [\n", + " \"DistilBertForSequenceClassification\"\n", + " ],\n", + " \"attention_dropout\": 0.1,\n", + " \"dim\": 768,\n", + " \"dropout\": 0.1,\n", + " \"hidden_dim\": 3072,\n", + " \"id2label\": {\n", + " \"0\": \"LABEL_0\",\n", + " \"1\": \"LABEL_1\",\n", + " \"2\": \"LABEL_2\",\n", + " \"3\": \"LABEL_3\",\n", + " \"4\": \"LABEL_4\",\n", + " \"5\": \"LABEL_5\",\n", + " \"6\": \"LABEL_6\",\n", + " \"7\": \"LABEL_7\",\n", + " \"8\": \"LABEL_8\",\n", + " \"9\": \"LABEL_9\",\n", + " \"10\": \"LABEL_10\",\n", + " \"11\": \"LABEL_11\",\n", + " \"12\": \"LABEL_12\",\n", + " \"13\": \"LABEL_13\",\n", + " \"14\": \"LABEL_14\",\n", + " \"15\": \"LABEL_15\",\n", + " \"16\": \"LABEL_16\",\n", + " \"17\": \"LABEL_17\",\n", + " \"18\": \"LABEL_18\",\n", + " \"19\": \"LABEL_19\",\n", + " \"20\": \"LABEL_20\",\n", + " \"21\": \"LABEL_21\",\n", + " \"22\": \"LABEL_22\",\n", + " \"23\": \"LABEL_23\",\n", + " \"24\": \"LABEL_24\",\n", + " \"25\": \"LABEL_25\",\n", + " \"26\": \"LABEL_26\",\n", + " \"27\": \"LABEL_27\",\n", + " \"28\": \"LABEL_28\",\n", + " \"29\": \"LABEL_29\",\n", + " \"30\": \"LABEL_30\",\n", + " \"31\": \"LABEL_31\",\n", + " \"32\": \"LABEL_32\",\n", + " \"33\": \"LABEL_33\",\n", + " \"34\": \"LABEL_34\",\n", + " \"35\": \"LABEL_35\",\n", + " \"36\": \"LABEL_36\",\n", + " \"37\": \"LABEL_37\",\n", + " \"38\": \"LABEL_38\",\n", + " \"39\": \"LABEL_39\",\n", + " \"40\": \"LABEL_40\",\n", + " \"41\": \"LABEL_41\",\n", + " \"42\": \"LABEL_42\",\n", + " \"43\": \"LABEL_43\",\n", + " \"44\": \"LABEL_44\",\n", + " \"45\": \"LABEL_45\",\n", + " \"46\": \"LABEL_46\",\n", + " \"47\": \"LABEL_47\",\n", + " \"48\": \"LABEL_48\",\n", + " \"49\": \"LABEL_49\",\n", + " \"50\": \"LABEL_50\",\n", + " \"51\": \"LABEL_51\",\n", + " \"52\": \"LABEL_52\",\n", + " \"53\": \"LABEL_53\",\n", + " \"54\": \"LABEL_54\",\n", + " \"55\": \"LABEL_55\",\n", + " \"56\": \"LABEL_56\",\n", + " \"57\": \"LABEL_57\",\n", + " \"58\": \"LABEL_58\",\n", + " \"59\": \"LABEL_59\",\n", + " \"60\": \"LABEL_60\",\n", + " \"61\": \"LABEL_61\",\n", + " \"62\": \"LABEL_62\",\n", + " \"63\": \"LABEL_63\",\n", + " \"64\": \"LABEL_64\",\n", + " \"65\": \"LABEL_65\",\n", + " \"66\": \"LABEL_66\",\n", + " \"67\": \"LABEL_67\",\n", + " \"68\": \"LABEL_68\",\n", + " \"69\": \"LABEL_69\",\n", + " \"70\": \"LABEL_70\",\n", + " \"71\": \"LABEL_71\",\n", + " \"72\": \"LABEL_72\",\n", + " \"73\": \"LABEL_73\",\n", + " \"74\": \"LABEL_74\",\n", + " \"75\": \"LABEL_75\",\n", + " \"76\": \"LABEL_76\",\n", + " \"77\": \"LABEL_77\",\n", + " \"78\": \"LABEL_78\",\n", + " \"79\": \"LABEL_79\",\n", + " \"80\": \"LABEL_80\",\n", + " \"81\": \"LABEL_81\",\n", + " \"82\": \"LABEL_82\",\n", + " \"83\": \"LABEL_83\",\n", + " \"84\": \"LABEL_84\",\n", + " \"85\": \"LABEL_85\",\n", + " \"86\": \"LABEL_86\",\n", + " \"87\": \"LABEL_87\",\n", + " \"88\": \"LABEL_88\",\n", + " \"89\": \"LABEL_89\",\n", + " \"90\": \"LABEL_90\"\n", + " },\n", + " \"initializer_range\": 0.02,\n", + " \"label2id\": {\n", + " \"LABEL_0\": 0,\n", + " \"LABEL_1\": 1,\n", + " \"LABEL_10\": 10,\n", + " \"LABEL_11\": 11,\n", + " \"LABEL_12\": 12,\n", + " \"LABEL_13\": 13,\n", + " \"LABEL_14\": 14,\n", + " \"LABEL_15\": 15,\n", + " \"LABEL_16\": 16,\n", + " \"LABEL_17\": 17,\n", + " \"LABEL_18\": 18,\n", + " \"LABEL_19\": 19,\n", + " \"LABEL_2\": 2,\n", + " \"LABEL_20\": 20,\n", + " \"LABEL_21\": 21,\n", + " \"LABEL_22\": 22,\n", + " \"LABEL_23\": 23,\n", + " \"LABEL_24\": 24,\n", + " \"LABEL_25\": 25,\n", + " \"LABEL_26\": 26,\n", + " \"LABEL_27\": 27,\n", + " \"LABEL_28\": 28,\n", + " \"LABEL_29\": 29,\n", + " \"LABEL_3\": 3,\n", + " \"LABEL_30\": 30,\n", + " \"LABEL_31\": 31,\n", + " \"LABEL_32\": 32,\n", + " \"LABEL_33\": 33,\n", + " \"LABEL_34\": 34,\n", + " \"LABEL_35\": 35,\n", + " \"LABEL_36\": 36,\n", + " \"LABEL_37\": 37,\n", + " \"LABEL_38\": 38,\n", + " \"LABEL_39\": 39,\n", + " \"LABEL_4\": 4,\n", + " \"LABEL_40\": 40,\n", + " \"LABEL_41\": 41,\n", + " \"LABEL_42\": 42,\n", + " \"LABEL_43\": 43,\n", + " \"LABEL_44\": 44,\n", + " \"LABEL_45\": 45,\n", + " \"LABEL_46\": 46,\n", + " \"LABEL_47\": 47,\n", + " \"LABEL_48\": 48,\n", + " \"LABEL_49\": 49,\n", + " \"LABEL_5\": 5,\n", + " \"LABEL_50\": 50,\n", + " \"LABEL_51\": 51,\n", + " \"LABEL_52\": 52,\n", + " \"LABEL_53\": 53,\n", + " \"LABEL_54\": 54,\n", + " \"LABEL_55\": 55,\n", + " \"LABEL_56\": 56,\n", + " \"LABEL_57\": 57,\n", + " \"LABEL_58\": 58,\n", + " \"LABEL_59\": 59,\n", + " \"LABEL_6\": 6,\n", + " \"LABEL_60\": 60,\n", + " \"LABEL_61\": 61,\n", + " \"LABEL_62\": 62,\n", + " \"LABEL_63\": 63,\n", + " \"LABEL_64\": 64,\n", + " \"LABEL_65\": 65,\n", + " \"LABEL_66\": 66,\n", + " \"LABEL_67\": 67,\n", + " \"LABEL_68\": 68,\n", + " \"LABEL_69\": 69,\n", + " \"LABEL_7\": 7,\n", + " \"LABEL_70\": 70,\n", + " \"LABEL_71\": 71,\n", + " \"LABEL_72\": 72,\n", + " \"LABEL_73\": 73,\n", + " \"LABEL_74\": 74,\n", + " \"LABEL_75\": 75,\n", + " \"LABEL_76\": 76,\n", + " \"LABEL_77\": 77,\n", + " \"LABEL_78\": 78,\n", + " \"LABEL_79\": 79,\n", + " \"LABEL_8\": 8,\n", + " \"LABEL_80\": 80,\n", + " \"LABEL_81\": 81,\n", + " \"LABEL_82\": 82,\n", + " \"LABEL_83\": 83,\n", + " \"LABEL_84\": 84,\n", + " \"LABEL_85\": 85,\n", + " \"LABEL_86\": 86,\n", + " \"LABEL_87\": 87,\n", + " \"LABEL_88\": 88,\n", + " \"LABEL_89\": 89,\n", + " \"LABEL_9\": 9,\n", + " \"LABEL_90\": 90\n", + " },\n", + " \"max_position_embeddings\": 512,\n", + " \"model_type\": \"distilbert\",\n", + " \"n_heads\": 12,\n", + " \"n_layers\": 6,\n", + " \"pad_token_id\": 0,\n", + " \"problem_type\": \"single_label_classification\",\n", + " \"qa_dropout\": 0.1,\n", + " \"seq_classif_dropout\": 0.2,\n", + " \"sinusoidal_pos_embds\": false,\n", + " \"tie_weights_\": true,\n", + " \"torch_dtype\": \"float32\",\n", + " \"transformers_version\": \"4.25.1\",\n", + " \"vocab_size\": 30522\n", + "}\n", + "\n", + "loading weights file /content/CookDial/working/model/pytorch_model.bin\n", + "All model checkpoint weights were used when initializing DistilBertForSequenceClassification.\n", + "\n", + "All the weights of DistilBertForSequenceClassification were initialized from the model checkpoint at /content/CookDial/working/model/.\n", + "If your task is similar to the task the model of the checkpoint was trained on, you can already use DistilBertForSequenceClassification for predictions without further training.\n", + "loading file vocab.txt\n", + "loading file tokenizer.json\n", + "loading file added_tokens.json\n", + "loading file special_tokens_map.json\n", + "loading file tokenizer_config.json\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "def LocalSentenceClassifier(InputSentence):\n", + " \"\"\" Take a sentence as input, return the corresponding label\n", + " \n", + " dependencies : LocalTokenizer, LocalModel\n", + " We use tokenizer2 and trainer2 instead of tokeninzer and trainer\n", + " to be sure that this function works with the data saved and load locally\n", + " \"\"\"\n", + " \n", + " trainer = Trainer(\n", + " model=LocalModel,\n", + " args=training_args,\n", + " train_dataset=tokenize_train,\n", + " #eval_dataset=tokenize_test, Here, we work with the entire dataset as training data\n", + " #compute_metrics=compute_metrics,\n", + " tokenizer=tokenizer,\n", + " data_collator=data_collator,\n", + " )\n", + " \n", + " def preprocess_function(examples):\n", + " return LocalTokenizer(examples[\"sentence\"], truncation=True, padding=True)\n", + " \n", + " # here, we are keeping the input as a Dataset, which could allow us to reuse the code\n", + " # to answer many questions at once\n", + " InputSentenceDFData = {'sentence' : [InputSentence]}\n", + " InputSentenceDataFrame = pd.DataFrame(data = InputSentenceDFData)\n", + " InputSentenceDataset = datasets.Dataset.from_pandas(InputSentenceDataFrame)\n", + " Tokenised_InputSentence = InputSentenceDataset.map(preprocess_function,batched=False)\n", + " \n", + " LabelScores = trainer.predict(Tokenised_InputSentence)\n", + " BestLabel = LabelScores.predictions.argmax(1)\n", + " \n", + " OutputLabelName = list(LabelToIndex.keys())[list(LabelToIndex.values()).index(BestLabel[0])]\n", + " \n", + " return OutputLabelName" + ], + "metadata": { + "id": "9Vuln6gdaVGY" + }, + "execution_count": 69, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "InputSentence = \"ok next step\"\n", + "OutputLabel = LocalSentenceClassifier(InputSentence)\n", + "print(f'Your question was : \"{InputSentence}\" it was classified as : \"{OutputLabel}\"')" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 156, + "referenced_widgets": [ + "e9113237710c4692a4a7ab64a6793220", + "ae1ba4d0e7304a93b60e9249bc65e009", + "37f3ac59e9414797a531cbd7ad8a4ee6", + "8cbdc0c1ff074a21b12b65437c6f81e5", + "c1847c02356f4341a91c061ab96313e9", + "5b64f35757df4f70acc6d1a42e3e9083", + "201eea97897649a3ab7ad114ff8c7b6f", + "ffdf6b640a1840e491a5ef281d10774a", + "ee3c98646dd6402680287e3fc1086a2b", + "8812dac4c9ce49e8a8e0b90372016262", + "9063989066d24362b0f49189c32b70b9" + ] + }, + "id": "WR2fmxg_aXS8", + "outputId": "fa18f374-90e4-4e83-c632-a4d7b139f928" + }, + "execution_count": 70, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + " 0%| | 0/1 [00:00" + ], + "text/html": [] + }, + "metadata": {} + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Your question was : \"ok next step\" it was classified as : \"req_instruction\"\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "# used train script: https://www.kaggle.com/code/philanoe/intent-classifier-training" + ], + "metadata": { + "id": "_vGry77OdDyg" + }, + "execution_count": null, + "outputs": [] + } + ] +} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/utils/convlab_install.txt b/ai_talks/AMUseBotBackend/utils/convlab_install.txt new file mode 100644 index 0000000..b073c44 --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/convlab_install.txt @@ -0,0 +1,11 @@ +conda create -n convlab3 python=3.8 +conda activate convlab3 +git clone --depth 1 https://github.com/ConvLab/ConvLab-3.git +cd ConvLab-3 +pip install -e . +pip install allennlp==0.9.0 +pip install overrides==4.1.2 + +conda install notebook +cd tutorials +jupyter-notebook Getting-Started.ipynb diff --git a/ai_talks/AMUseBotBackend/utils/intent_dict.json b/ai_talks/AMUseBotBackend/utils/intent_dict.json new file mode 100644 index 0000000..9587ac5 --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/intent_dict.json @@ -0,0 +1 @@ +{"0": "affirm", "1": "choose_recipe", "2": "confirm", "3": "goodbye", "4": "greeting", "5": "negate", "6": "other", "7": "req_amount", "8": "req_duration", "9": "req_ingredient", "10": "req_ingredient_list", "11": "req_ingredient_list_ends", "12": "req_ingredient_list_length", "13": "req_instruction", "14": "req_is_recipe_finished", "15": "req_is_recipe_ongoing", "16": "req_parallel_action", "17": "req_repeat", "18": "req_start", "19": "req_substitute", "20": "req_temperature", "21": "req_title", "22": "req_tool", "23": "req_use_all", "24": "thank"} \ No newline at end of file diff --git a/ai_talks/AMUseBotBackend/utils/main.ipynb b/ai_talks/AMUseBotBackend/utils/main.ipynb new file mode 100644 index 0000000..4374514 --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/main.ipynb @@ -0,0 +1,220 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "from os import walk\n", + "import random \n", + "import json" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "path = 'C:/Users/User/VisualStudio/UserSimulater/AMUseBot'" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "class NLGRule():\n", + " def __init__(self,recipe,seed=100) -> None:\n", + " self.recipe = recipe\n", + " self.seed = seed\n", + "\n", + "\n", + " def respond(self,intent,value):\n", + " answer= ''\n", + " recipe= next(walk(f'{path}/recipe'), (None, None, []))[2] \n", + " step = 0\n", + " if not self.recipe:\n", + " if intent=='req_title':\n", + " answer +=f'I recomend {self.recomendRecipe()} or {self.recomendRecipe()}, tell me what you choose?'\n", + " else:\n", + " if intent=='req_start':\n", + " if value=='next':\n", + " answer+=f'{self.instructionFromRecipe(step)}'\n", + " if value=='':\n", + " answer+=f'First step:{self.instructionFromRecipe(0)}'\n", + " if intent =='req_ingredient':\n", + " answer+=f'{self.ingredientFromRecipe(step)}'\n", + " if intent=='req_ingredient_list':\n", + " answer+=f\"Ingredient list:\\n{self.ingredientFromRecipe(-1)}\"\n", + " if intent == 'goodbye':\n", + " answer+='Bye!'\n", + " if intent =='greating':\n", + " answer+='Hi. '\n", + " if intent == 'req_duration':\n", + " answer +='DURATION'\n", + " if intent =='req_amount':\n", + " answer +='AMOUNT'\n", + " \n", + " return answer\n", + "\n", + " def ingredientFromRecipe(self,step):\n", + " recipe= next(walk(f'{path}/recipe'), (None, None, []))[2][self.recipe]\n", + " f = open(f'{path}/recipe/{recipe}','r',encoding='utf-8')\n", + " dict = json.loads(f.read())\n", + " ans = ''\n", + " for x in dict['content']:\n", + " if x['type'] == 'ingredient':\n", + " if step == -1:\n", + " ans+= x['text']+'\\n'\n", + " elif int(x['id'].split('-')[1])==int(step):\n", + " return x['text']\n", + " \n", + " f.close()\n", + " return ans\n", + "\n", + " def instructionFromRecipe(self,step):\n", + " recipe= next(walk(f'{path}/recipe'), (None, None, []))[2][self.recipe]\n", + " f = open(f'{path}/recipe/{recipe}','r',encoding='utf-8')\n", + " dict = json.loads(f.read())\n", + " for x in dict['content']:\n", + " if x['type'] == 'instruction':\n", + " if int(x['text'][0])==step:\n", + " return x['text'].split(')')[1]\n", + " f.close()\n", + " return ''\n", + " \n", + " def recomendRecipe(self):\n", + " rand1 = random.randint(0, 259)\n", + " recipe= next(walk(f'{path}/recipe'), (None, None, []))[2] \n", + " r1 = recipe[rand1].split('_')[1:]\n", + " r=''\n", + " for i in r1[:-1]:\n", + " r+=i+' '\n", + " r += r1[-1].split('.')[0]\n", + " return r\n" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Ingredient list:\n", + "2 1/2 cups all-purpose flour\n", + "1/2 cup white sugar\n", + "1 tablespoon baking powder\n", + "1/2 teaspoon salt\n", + "1 teaspoon ground cinnamon\n", + "1/4 teaspoon ground nutmeg\n", + "1 cup milk\n", + "1 egg, beaten\n", + "1/4 cup butter, melted and cooled\n", + "2 teaspoons vanilla extract\n", + "2 quarts oil for deep frying\n", + "1/2 teaspoon ground cinnamon\n", + "1/2 cup white sugar\n", + "\n" + ] + } + ], + "source": [ + "NLG =NLGRule(recipe=2)\n", + "print(NLG.respond('req_ingredient_list',''))" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2 1/2 cups all-purpose flour\n" + ] + } + ], + "source": [ + "print(NLG.respond('req_ingredient',''))" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "First step: In a large bowl, stir together the flour, 1/2 cup sugar, baking powder, salt, 1 teaspoon of cinnamon and nutmeg.\n" + ] + } + ], + "source": [ + "\n", + "print(NLG.respond('req_start',''))" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "I recomend Chocolate Cheesecake II or Figs with Goat Cheese Pecans and Bacon, tell me what you choose?\n" + ] + } + ], + "source": [ + "NLG =NLGRule(recipe=None)\n", + "print(NLG.respond('req_title',''))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)]" + }, + "orig_nbformat": 4, + "vscode": { + "interpreter": { + "hash": "369f2c481f4da34e4445cda3fffd2e751bd1c4d706f27375911949ba6bb62e1c" + } + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ai_talks/AMUseBotBackend/utils/preprocess_data.py b/ai_talks/AMUseBotBackend/utils/preprocess_data.py new file mode 100644 index 0000000..de43888 --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/preprocess_data.py @@ -0,0 +1,46 @@ +import glob +import sys +import json +import pandas as pd + +dataset_path = sys.argv[1] # Path to CookDial's dialog subdirectory + +# 1st pass - create intent->integer and integer->intent dicts, save the second one for NLU use +all_intents = set() + +for file in list(glob.glob(f'{dataset_path}/*.json')): + with open(file, encoding='utf-8') as dial_file: + dial_data = json.load(dial_file) + for message in dial_data['messages']: + if message['bot'] == False: + intents = json.loads(message['annotations'])['intent'] + for intent in [intent.strip() for intent in intents.split(';')]: + if intent != '': + all_intents.add(intent) + +all_intents.add('choose_recipe') # Add special intent for recipe title recognition + +intent2int = dict(zip(sorted(list(all_intents)), range(len(all_intents)))) +int2intent = {v: k for k, v in intent2int.items()} +with open('intent_dict.json', 'w', encoding='utf-8') as f: + json.dump(int2intent, f) + + +# 2nd pass - preprocess dialogue data for training +preprocessed_data = [] + +for file in list(glob.glob(f'{dataset_path}/*.json')): + with open(file, encoding='utf-8') as dial_file: + dial_data = json.load(dial_file) + for message in dial_data['messages']: + if message['bot'] == False: + annotations = json.loads(message['annotations']) + intents = [intent.strip() for intent in annotations['intent'].split(';')] + intents.remove('') + intents_multi_hot = [0] * len(all_intents) + for intent in intents: + intents_multi_hot[intent2int[intent]] = 1 + preprocessed_data.append([message['utterance'], intents_multi_hot]) + +preprocessed_data_df = pd.DataFrame(preprocessed_data) +preprocessed_data_df.to_csv('preprocessed_data.csv', header = ['utterance', 'intents'], index=False, sep=';') diff --git a/ai_talks/AMUseBotBackend/utils/preprocessed_data.csv b/ai_talks/AMUseBotBackend/utils/preprocessed_data.csv new file mode 100644 index 0000000..59d2b81 --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/preprocessed_data.csv @@ -0,0 +1,4611 @@ +utterance;intents +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! How many ingredients does it have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Should it be a large bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok no problem! Could you tell me which ingredients should I put in the bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good they are are ready, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I use sunflower oil instead?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, what should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, I did that, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, good. For how long should I refrigerate it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it's ready now? Smells great!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What ingredients do I need?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's a lot. I have the first two ingredients. What are the next ones?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the first one please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have that. Continue please.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them all. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have the medium bowl and the grill is preheating.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the four ingredients to the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes done. What should I do now?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have cooked all the fillets 6 minutes in total. 3 minutes on each side.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. thank you for the instructions!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! Can I have all the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok! how big should the spinach packages be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, what are the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! which are the next ones?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, which are the next ones?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! I have those ready. Is there any more ingredient?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have those ready! what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + Okay, good! I have them ready. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, good! Can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I have done that. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I've done that. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay it's done. What is the Next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I did that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, can I also add cilantro to it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I placed it in the pans! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok i did that! what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I did so, can I use margarine instead?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, no problem, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, how do I see if it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, no juices now! what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks smooth now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's thick and bubbly now! What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's melted now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yummy! thanks for the recipe bot! Enjoy your day too.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what is the first step to make the tarts?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. the water is boiling. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I add the almonds to the water?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. the almonds are all drained and peeled. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. in the oven right?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. thanks. And how long should I bake them?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. it looks they are now completely dry. What should I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. alright. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that, it is boiling now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat what I should add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. It's syrupy now. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have done that, thanks. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have put it aside as well. Where do we continue with?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I took the bowl. Can you repeat the ingredients again?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. sorry I hear salt two times. Is that correct?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. and two cups with?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ah Ok. Thanks. now I got it. Thanks I added it to the bowl. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I'm ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are added, what is the next ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I mixed everything with my fingers. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. the dough is soft now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have divided the dough. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What should I do with the almonds?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are grinded. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I placed them into the bowl. What should I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What should I add next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. Should I add more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I got a paste like mixture. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. Yes I took the 4 portions. What should I do with that?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. what should I sprinkle, can you repeat that again?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. thanks. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I cut the circles. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. It's facing down. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. can you repeat the last phrase once more?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I removed the extra dough. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have filled it with the almond filling. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have baked them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did so. Are there still more steps now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. It looks good. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done they are drained now. Thanks. it looks good.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Nice, I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I have them ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how large should the containers be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Should I put it on high heat?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is boiling.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are in as well. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I have done that.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds good, yes I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. Should I do something with the chicken? Prepare?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, Ok I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I also use fresh rosemary instead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok thanks, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok how big should the can be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok are there more ingredients left?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good yes let's start!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks ok now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the garlic is in the skillet. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how do I know when it is done?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks ok now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok for how long should I cook it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, I have let it simmer for 25 minutes. Is it ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good it tasted good now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks it looks cool!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello!;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I like it. What ingredients do I need?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes. What do I need to do first.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay. The chicken breast halves are cut and browned.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Everything is seasoned.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Do I need to chop the bell peppers first?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the mixture is done with the diced bell peppers. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The water has evaporated. I think it's done now. What do I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the cans be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large does the can have to be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay. Finished. How do I proceed from here?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay. What now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the can of tomato paste be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It has simmered for 30 minutes and is thickened. What do I need to do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, all finished! Looks great! Thanks.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot! Any ideas for fish recipes?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Mmmh great sounds smelly but good!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I'd like so!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So the first is butter and the third is also butter?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can you tell me more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Top, I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got those cans, are there any other ingredients left?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, thanks! What's the plan now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Butter is melted, should I put something inside the pan?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They look tender now, how should I proceed?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok also this butter is melted.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I out the crawfish aside.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, could I add olive oil?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Cool, did it. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok pepper is in.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I left it simmer for 5 minutes. Is there some way I can see that it's ready to eat?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No worries! Is it ready now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok good! Can I have all the ingredients first? So I can prepare them already!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, could I ask you how much is 1 gallon in liters?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh no problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good can I use stevia instead of sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Can I have the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I am ready to start then!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes maybe :).;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok perfect! Now I am actually ready to start.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's done! can I also add some milk?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I remove it from heat and let it cool, what now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great! I cannot really say that it looks delicious, but I trust you :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I like to make some chicken again. Do you have a nice recipe for me?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes sounds good indeed. How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok good idea. Ok I have them ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what kind of mushrooms should I use?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good thanks. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok the onion is diced and I have the dries basil. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have all of them prepared in my kitchen.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice are there more ingredients to prepare still?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +A. Ah yes of course. Ok I have all the ingredients prepared in my kitchen. I'm ready to start.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes of course I grew up with the Dutch oven. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the olive oil is heated. What should I add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how long will that take?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, I have done that. The chicken is on paper towels. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice for how long should I do that?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. The onions are soft now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the mixture is in the medium bowl. What is following step? Ok I collected the herbs and added them in the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks like a nice mixture. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry what should I stir in?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. I have stirred in the wine. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the chicken is back in the Dutch oven. For how long should it be in there?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice, the chicken is covered and now it looks ok. The meat began to fall of the bone. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I will start eating. Thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What can I eat for breakfast?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Mmmh I loove them, it's like you read my mind!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ahah I hope I'll be dead by then! Yes I'd like to prepare the ingredients first!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, can I use stevia instead of white sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, I have baking powder and salt ready, what should I prepare next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, oil and chocolate chip are also ready on my counter. Are there any more ingredients? And if so how many?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, do you think it's ok if I replace the milk with coconut milk?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, no problem! So we can start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I use all the flour?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok I made a hole in the center, what should I put inside it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it looks kinda foamy now, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I add those to the bowl?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the the mixture are stirred together. what now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the muffin cups have the mixture inside. should I bake now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, They've been in for 20 minutes, but they don't look golden brown... should I wait a bit more?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I took them out then.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I will, thanks for the recipe!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. What ingredients do I need to prepare this recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, one by one please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many skinless chicken breasts?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay. And how many people can eat from this meal?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Never mind. Anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I got the ingredients. What is your first instruction for me?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I got those. Anything else I need?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many heating oil do I need to put in it?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, they are sauteed now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oven is preheated and the breasts are set aside. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have unrolled the four rolls.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How thin do the slices of Brie need to be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Got it. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have finished placed the cooked chicken breast in the center of the dough. How do I proceed from here?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are fully enclosed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It has finished baking. Is there anything left to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you very much. It looks good!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! What are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! Sounds nice and healthy. How many ingredients does this recipe have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Could I have the ingredients right away so I can prepare them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand the first ingredient.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Is that broccoli? I can't hear well. Could you maybe spell it for me?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks! You pronounce it in a funny way. Can I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Great! They are ready! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. They are ready! Can we start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, it's boiling! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are drained and rinsed. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I combined the ingredients. Should I use all the dressing that I have?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok. Great. I put all of it!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I put it in the oven first?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. No problem. I can eat it now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Great! Tasty. Thank you bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. That sounds good. What are the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I put them in a bowl or just put them ready?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have put them ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should the package contain frozen broccoli and sour cream?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. And how much sour cream do I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah ok, sure! What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For how long should I cook the potatoes and onion?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are lightly brown now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. It looks nice.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ah nice, yeah I can eat them any time. How should I start the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok how many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have both the sauces, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. can I also use whiskey instead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok No problem. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, can I use brown sugar instead as well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have the wings and honey.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes they are all mixed together. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I let them in the bowl overnight. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I do something in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have oiled the grill.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. How long should they grill?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have turned them. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, it looks they are ready now. Can I eat them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Haha you are a funny bot. Too bad you cannot eat. Thanks for your instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +That sounds good! What's the first step I need to take?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have taken the crepes and the hazelnut spread.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have sliced all the bananas into little pieces. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat that please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you. that's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +For how many minutes?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. everything is done now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. They look delicious.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. have a nice day too.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok good what should I do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what a great recipe. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! how many ingredients do I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I'd like that!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! They are ready. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. They are ready! Can I have more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, can I use brown sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem, could you give me more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I have them all ready! How should I start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I did that! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the butter is now melted, what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added flour and salt. What should i do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it looks like a stiff ball now. Should I put it in the oven now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I beat the eggs before or after adding them?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added all the eggs. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Of course I have a pastry bag! Should I go and grab it?;[1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good I have it now!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the dough is on the cookie sheet. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are in now for 15 mins. How do I see if they are ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do now? Since they are in for 15 minutes.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! 20 minutes passed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It sounds hollow! What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! What else should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The cream should be ready. Should I mix pudding and cream?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added sugar and vanilla. And now added to the pudding mix. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand. Can you repeat the instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks for that. Now it's clear! I did that now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. They are full of pudding now :). What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The chocolate is melted. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added sugar and vanilla. Could I replace sugar with stevia?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. no problem! Is there something else I should do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I use all the hot water?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok good. The icing mixture looks nice now. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The eclairs have the icing on now. Can I eat it right away?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great! Do you know for how long should I refrigerate?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. Thank you. They taste amazing.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Nice, what should I do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok what are the first two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. What are the next ones?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have prepared the biscuits according the package directions.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok for how long should I let it cool?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they look tinder. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have combined all of them. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how do I know if it is done?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. It looks nice, was that all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. What are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok nice. How should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. What are the first two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them ready. What are the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It has been in the refrigerator for two hours now. Is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks for the instructions. It looks nice!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes sure! Sounds good. What is a fake steak?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh! I guess it is vege-food. So could I ask the first two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I took them! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I don't have onion powder. Can I use onions.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem! Are there more ingredients that I should prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Is it ok if I use whole grain flour?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I took them. Can I also have the last two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Could I have the quantities for the packages?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! Which tools do I need for the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok good! How should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did it! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I did it. Can I also add a bit of oil?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem! What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I pressed the beef inside! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I'll go to sleep then. Good morning, I took it out of the fridge now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I preheat the oven. What should I do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I coated it onto wax paper and rubbed flour. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. How big should the pieces be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. So what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I heated the oil.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I put the meat inside?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did it. How long should I cook it for?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I cook it a bit more? I like it crunchy.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didnt understand the second part of the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I did it. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed them. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's cool enough now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the next step? Is the dish ready? Ok I will! I baked it for one hour in the oven. Should I take it out??;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmh looks very good! thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great, I love cookies. Yes please I would like to.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok cool. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have them now, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is light and fluffy. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will do that!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, is there something I can do in the meatnime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how do I know when it is done?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, thanks I will!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. sounds nice. What is the first step I have to take?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have prepared the bag. Which ingredients should I add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them to the bag. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Could you repeat the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I added all of them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I took the shallow bowl. What should I do with the milk? I didn't understand that part.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks now it is clear. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. what do you mean with prepare? What should I do with them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. I have done that now! What should I do with the chicken?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that is ready. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I shook the chicken in the bag again. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the 5 minutes have passed. What should I do with it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I heated the oil. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have fried all the chicken. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. It looks good. Thanks for the instructions!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, do you have a nice recipe with potatoes?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok sounds like a nice potato recipe. How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok I have peeled and cubed the potatoes. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. How many more ingredients are left?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. I have both tablespoons ready. What are the last ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok nice I might use another type of cheese is that ok?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok thank you bot. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have done that. Should I boil them?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +For how long should I boil them?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok is there some temperature or setting I need to use for the broiler?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok no problem, what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have added the ingredients. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright the baking dish is filled. Is it time to put in the oven broiler now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that and the cheese is melted. Is there something else I should still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok cool, thanks I will !;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Good how many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! Could you tell me the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them ready, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can we start with the recipe now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok goo! What can I use this sauce for?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I'll try it with pasta! Thanks bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I want a dessert. What are we making today.;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm that sounds perfect.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How should I start? Yes, give me the ingredients.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Could I also use normal sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, could you repeat them once one by one.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. How large should the container be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. I have both of them. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. How large should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have all the ingredients. Yes I'm ready.;[1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's crumbly now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Do you also have the temperature in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. No worries. It's cooling down now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The cream is smooth. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Is there more to do or can I eat it already?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 2 minutes has passed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. It looks delicious. Thank you!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making this morning?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Nice, yes I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the oven is preheating. What can I do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +I have the bowl. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry could you repeat the first part, in this bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. alright, I added both and stirred. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah that is true. What are those?;[1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks I still added a bit to make it right. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I stirred everything. Is there more to add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I did that. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. done. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I baked the mixture for about 20 minutes now. How do I know it is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. is there something else I should do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make baked spaghetti squash lasagna style?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. that would be nice. What is the first ingredient?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks I have it here. What is the next ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should the two cans of stewed tomatoes be big or small or with some specific measurements?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I have them now. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have those as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks I will chop them now in advance. What is the next ingredient?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I shredded both the cheeses. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. nice I have them all ready. What is the first step now to take in order to cook the dish?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the oven is starting to preheat. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the baking sheet is prepared. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's 35 minutes now. I guess it is ready. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how long should it cool down?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. no problem. What can I do in the meantime when it's cooling down?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the pan is ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it looks fine, what should I add now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added al those ingredients and stirred them. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the sauce looks Ok. now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do with both?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added all those things on top. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The shells are full now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's all topped now with the Parmesan. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. great. I baked all the shells and they look really nice. Is there anything else I should still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks a lot. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi Bot, What do we make today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great. How many ingredients do I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is a bit long. I prefer you tell me when I need them. How should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Can you repeat the first tool?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Now I have both.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I have 3 now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I lined the pan. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes. What to combine in the bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I add it.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks. What is next.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. Can you give me two more?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I add them all. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I toss them. So now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes. I manage to buy the last one from the grocery.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you tell me the temperature in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Thanks. 45 minutes passed. Is it done?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ohh. thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +What am I having for lunch?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Okay, what is the first thing I have to do?.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +No. I want you to specify them when you are giving me the instructions.;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Finished. They are rinsed and dried now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I seasoned them with garlic. What's coming up?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done and placed them into a small bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much flour and how many breadcrumbs?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Got it. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay. The skillet is heated over medium temperature.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +With candela cooking spray? Can you repeat the last part of the instruction please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Got it. It's topped. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They appeard to be well-brown by now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They have been baking for one hour now. Is the dish finished?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I combined them. Anything else left to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are covered now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. Thank you very much.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes. how should I start?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. done. what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much vanilla extract should I add?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that is done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. added as well. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry can you repeat the last part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. Everything is stirred.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. done. What should I do with the dough?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added on the one half on the dough. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I let it rest for a couple hours. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will do that. What should I do afterwards?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I rolled out both. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +In what shape should I cut it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I baked them for 10 minutes now. When are they ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I add to the center of each heart?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that. How long should they cool, or is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. they look good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, I am. What is the first step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many salt and pepper do I need to use?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's done now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oil is heated now. Should I add the chicken breasts now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the 4 breasts are brown now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many tomatoes, peppers and onions do I need to add?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you for the clarification. What's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +One minute has passed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added it.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So only the hearts of an artichoke?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thank you. I have added them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I have added the chicken again. For how long should I cook it?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The chicken is ready now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. it is really good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! Do you have a recipe to suggest today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds great , I am a burrito lover. How many ingredients are there in this recipe?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, could we prepare them before we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I have three more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how big should the tomato sauce be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, are there any more ingredients left to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok could you tell me the next 3?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them in the slices rack. Which ingredients are left?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how big should the olive can be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, nice, I wanna start then!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the burrito are on the dish. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok butter is melted!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I add all of the water?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok it looks fairly quick now, what should I do? ( looks fairly thick).;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I added those. Should I stir?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I poured the mixture into the burritos.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I added cheese olive and onions.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, could I have the temperature in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok great! 40 Minutes passed, what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it looks like so!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Noyce!! They look amazing.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi.;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes I'm ready. What's the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have the large bowl. How should I start making the batter?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. I have added the all-purpose flour to the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I have added the white sugar. Could you repeat the second ingredient please?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you for repeating it. What's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I didn't understand the last ingredient, could you repeat it please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you. What is the next instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I have added the nutmeg.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I put in the well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have poured the milk in the well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I didn't understand the first part of the sentence, could you repeat it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh now it is clear. I have beaten an egg and should I add it to the well now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the batter seems to be well-blended. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have waited for one hour. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What did you say after deep heavy skillet?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh now it is clear. Yes I have a deep fryer.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the fryer is now heated to 185 degrees.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I have put some flour on my cutting board.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I knead the flour into the dough?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you for the clarification. The dough is now rolled out to one inch thickness.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have cut out all the donuts.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have cut out all circles with the three inch round cutter.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the diameter of the inner hole?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have cut out everything then.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have fried all the donuts. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have combined everything in the bag.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you for the instructions. The doughnuts are delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds good. What's the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many chicken breasts do I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oven is preheating. Can I do anything in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +For how long should I bake them?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. when do I know they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the cups be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the 5 minutes have passed. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The chicken broth is boiling now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done that. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. is it done now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat that please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have baked it for 45 minutes.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks good. Thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make British bread pudding?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +I have set the oven to 190 degrees Celsius. What can I do while the oven is preheating?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the cubed bread and milk into the bowl. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should I do something else during the five minutes?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the 5 minutes have passed and the eggs and butter are added. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's a lot. Can you repeat the last ingredient?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Yes everything is added. Continue please.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +For how long should I mix it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should I heat the pan now?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes what's the next instruction?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have set the timer on 45 minutes. Can I do something while waiting.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have adjusted it to 35 minutes.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The 35 minutes have passed now. What's the next instruction?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. They are delicious. Bye!;[0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hi bot, do you have a nice fish recipe for me?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds cool! How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok alright I have them ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will prepare them. How many more ingredients are left?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice I will take some halibut fish, my favourite.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice bot. Ok I have the pineapple and onion. How should I start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have done that. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use all of it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok 7 minutes have passed. It looks thick. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK nice. 30 minutes have passed. Can I eat it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No that seems like a bad idea indeed. Ok they are on some skewers.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice I grilled the fish and it looks ok now. Can I eat it now? Or should I still do something?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice thanks I will do that.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sure, what should I do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat what kind of sauce I need to boil please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. what size should the cup be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the sauce is boiling. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much gelatin should I add?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I added and stirred. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. what size do they need to have?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I added both. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I will do that. Was that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the instructions. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yay! Sounds delicious. Can you give me the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! More ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good! Can I use sugar instead of sugar substitute?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. No problem. Can I have more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the second ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. good. Can I have the remaining three ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. I'm ready to start with the recipe now!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. good, should I use all the flour?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Good! What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I mixed them! What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The dough looks good now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Sure. I did as you say! What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand the instruction.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. good, Thanks. I took the fruit out. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that, should I put them in the oven?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the tart pans are sealed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I am baking it, how do I see that it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I cooked it for 20 more minutes. Can I put sugar on top?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I let the tarts cool! Can I eat them now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmh yummy they look very tasty!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes I'm ready, what's the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have taken a small bowl, what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the mustard and onions to the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How long do the sheets need to be or does it not matter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. I have two long sheets now, what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have taken the five pound beef but could you repeat the last part please?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Thank you. that's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The roast is all covered now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I have some charcoal. The grill is now ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Does the roast need to be on the side above the charcoal or on the other side of the grill?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's clear. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have cooked the roast for two hours now and I have turned the roast regularly.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes the internal temperature is about 65 degrees celsius.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I placed it on a deep serving plate. What's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done it. Thank you for the instructions.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, that sounds tasty. Could you give me the ingredients so I can prepare them?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have both of them. What are the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could I also use a red bell pepper?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Could I also use a different type of cheese?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them as well. Are there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. I have all the ingredients prepared. How do I start making the dish?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are all in the large bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's all covered. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The glass is there.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. It looks like the sun indeed, beautiful.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do with the sheet?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The rolls are golden brown now. Should I take it out?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. It looks very delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I would like to make a soup. Do you have a nice recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Omg you are such a funny bot, I love cooking with you. Yes it sounds good.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I had those already at home. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I chopped the onions and the water is ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them and both chopped.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have prepared the asperges. Could I also use brown rice instead?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Are there more ingredients left?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I got it. All the ingredients are ready to go. Can we start making the French soup?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand the beginning of your instruction. Could you repeat it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. I did that, the butter is melted.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok for how many minutes should I do that?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are tender now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use all the water?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok good. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got it. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Are there many more steps to take?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I let it simmer for 30 minutes. Everything looks tender now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice it became really creamy, thanks it looks delicious.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, I'd like to cook but I have no ideas.... Can you help me out?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Mmmh sounds good actually!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have brandy and orange juice!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +And do you think bluebbery juice will be nice instead of cranberriies one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +That's ok, no worries! There is 3 more ingredients right?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok, ehich kind of carbonated beverage should it be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I've got coke then! What do I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oooh ok, then I've got sprite! My coke was not lime flavoured, thanks!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I've got it!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +One night has passed and the brady mixture is frozen, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh, it looks great! Should I wait until it melts or should I eat it with a spoon?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I'll figure that out! Thanks for the idea, way better having a drink then cooking!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! What would you like to prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes that sounds great! Can we start with preparing the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have sugar and milk ready. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No I have enough thanks!;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok, good! Could I use gummy bear instead of marshmellows?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, good i'll try that, are there more ingredients to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I've got them!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, shouldI use all the butter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok, good! what is next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good. It's boiling, what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, so I stir in all of the other ingredients?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! all of the ingredients are in.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I bake it in the oven after?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good I let it cool! Can I eat it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, thanks!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. can you tell me the name of recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Good. Where should I start from?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +How long?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, just tell me the details when it is needed. What is the first step I can do?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Is it an electrical one or just a normal bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. What should I add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It is added. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It is done. Should I add flour now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, egg is added.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It seems well mixed. Please continue.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +8 ingredients? What do you mean specifically?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I add the flour now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yeah, what are the rest? I think I can add them together.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Stir all of them, right?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks good. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The sheet is greased. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The balls are all rolled. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you tell me the temperature in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. The cookies are baked very well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks! Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! I am hungry, can you suggest me a tasty recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I do!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! I'd like to prepare them right away!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the bowl!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, avocado and garlic are in!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I added both of them, I am big fan of cream.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mashed the mixture. It's smooth now. Are there any other ingredients which I should add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I added red peppers and cilantro!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, do you think I can also add some paprika?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I waited one hour, is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! Could I have the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how big are the packages supposed to be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, how big should the can be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good I have those ready. Should we start with the preparations?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that! I used all the pineapple juice, is that ok?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok it looks good now, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice! Can I add ice to it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, no preoblem thanks for the recipe!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. Great. yes!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. how many ingredients should I add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how much flour and sugar should I add?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the second type of flour I should add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What kind of seeds? I couldn't understand.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ah Ok. thanks. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. something else to add still?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. could you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I added all and I am stirring. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the mixture into the cups. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. when do I know that they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it looks good. Is there something else I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. it looks nice!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Bot what are we going to cook today?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great, how many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, great, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hey, good, what next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, can I use sunflower oil to fry?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay no problem, are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Cool, can I have the size of the eggroll package?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, great. Can we start with the recipe now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I did that, what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, it looks smooth now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I did that. Should I put the cabbage mixture in the wok?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, do you know how much should a batch weight?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I mixed pork and vegetables in a bowl. What should I do with these mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, I didn't understand the instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Okay, thanks for that. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Okay, I did that. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, done. What is the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I folded the wraps. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I made the egg rolls. Should I put them in the fryer?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, how long will it take?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hey, they are golden brown now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, good. Is it ready to eat?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what do we make today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +A pie, not bad. How many ingredients do I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can you give them 2 by 2?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The next two?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The last two are?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What shall I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How long shall I microwave it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I added the milk. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is folded. What shall I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. How to continue?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Just cool it down for 15 minutes, right?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. Can I eat it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Thanks bot!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello. What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I am ready and looking very forward!! Which are the ingredients that I should prepare?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Which is the size of the egg I should use?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. Could I have the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Is it ok if I use brown sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Can I have the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I've prepared them, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I've got them. Which ingredients should I prepare next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. Is that it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I have one at home! What is the first step of the recipe?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I put them in.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I add them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! Which program should I use on the machine?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I selected the dough program and turned on the machine. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I use margarine instead of butter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. I melted butter in the saucepan.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I've done that. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I've poured the caramel. Is the recipe over?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Do you know on which program I should preheat the oven?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. The oven is nicely heated now. What is the next step of the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand correctly I think. Should I remove the dough from the bread machine?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I put the dough out. How should I continue?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will. Do you know what should I use to cut it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no worries. I just cut the dough into a rectangle. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I sprinkled cinnamon. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I've crumbled sugar. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How wide should the rolls be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I cut it into 12 rolls. What should I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 45 mins have passed and the rolls doubled in size. Should I put them in the oven?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How do I see that they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok perfect. They are now golden brown. Should I take them out?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmh they smell great. Thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yay! I am ready to start! Could you give me the ingredients first?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I have them ready. What are the next two ingredients_.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't' understand the quantities.;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I have them ready. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I prepared them. Are there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I have them. Can I have the last 2?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Can I use white pepper instead of black pepper?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I am ready to start! What is the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the beans are in the pan with the water. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are boiling a bit now. What should I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did it. They feel tender now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They cooled down and they are in a large bowl. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I added the ingredients and blended them! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did it! Smells nice. Can I use mayonnaise as a dressing?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok good. I did it. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 5 minutes passed, but it looks a bit too liquid. Can I keep it a bit longer?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is cool now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 1 hour passed. Is the dish ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes! It looks amazing.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi there. How do I make barbecued shredded beef?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes please. What are the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What size should the cans be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, is there any indication of what the size or brand should be of the bottle?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them ready. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What can I do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok ready, what should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, all of it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I pour in all of the beer?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok, is there anything I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks good now, I have done with you said. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it smells great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. can you tell me the name of today's recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. What ingredients do I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +You are right. Just tell me when I need them. So where should I start from?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How long should I drain the artichokes?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is done now. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Easy job. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have to heat the skillet, right?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The marinade is tender enough now. What shall I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes. I have the bowl now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have mixed them. That's all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. A lot of things, I add them as you said. Ohh, wait. I forgot the onions. You mentioned that I should put them in the skillet, right?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Alright, my fault. How many onions do I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. It is done. Let's continue with the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. It's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So shall I add all the onion mixture into the bowl?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yeah, I filled 20 cups. Shall I put them in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the temperature in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Good. I set the temperature and time. What can I do while waiting?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Cool. Good job, bot. Bye!;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, do you have a nice guacamole recipe for me?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +It sounds like it.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have prepared the ingredients. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them all ready. Is that all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. I will put it ready in case.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I stirred everything together. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will give it a try.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will do that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks it looks great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot! I'd like to learn how to prepare some funky dip. Ideas?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds interesting! Let's do it!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I'd like that!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK, and which should be the size of the can?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I've got it!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alrighty, done!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have them!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Do you think I can use chips instead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, I'll use chips then! Should we start with the preparation?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I put them in a particular order?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it's in a serving bowl now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did that! And it's amazing with chips!!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh sure! I did that and it's even better! Thanks a lot!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok sounds good, yes!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the definition of French bread? Is it a baguette?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them both. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I use brown sugar in stead as well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok thanks : ) What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok good I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks smooth now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks golden brown, what should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, I will do that! Thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What is the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have preheated the oven. How large should the pan be?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Thank you. I have greased it in. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +For how long should I bake the onions?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are soft now. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. I have added it. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +That's done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have a large bowl in front of me. What should I add to this bowl?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much ground black pepper?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you for repeating it. What can I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The mixture is in the pie pan now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have set the oven timer on 40 minutes. Can I do something in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it has cooled down now. Thank you for the instructions. It looks good.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! Do you have a recipe suggestion for tody?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds good to me! How do I prepare that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Cool! I have mushrooms and chicken ready, can you tell me which are the next ingredients'.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I've got them!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have al of those in my cupboard, are there other ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! what now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how much rice do I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I do.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are in!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I added them, should I stir the mixture?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I am cooking now for 4 hours, is it ok if I stop?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I think it's ok!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I removed chicken and vegetables, is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I am cooking the juices now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I added the thickening to the juices, for how long should I cook now?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I think now it's thick enough.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmh, I love it already, thank you!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what do we do today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. Hope it is not too fatty. What shall I prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +How much flour?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Fine. Continue, please.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much bread crumbs?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I mix them. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you specify how many eggs and water I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks! What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Wait. What kind of chicken? Chicken wings?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks for clarification. I coat them all. Shall I fry them now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The chicken are golden brown now. What do I need to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I want to know the exact amout of each. Could you tell me that?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. Thanks for that. What about the others?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. Next is?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! See you!;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oven is preheating. Should I heat the skillet on low or high heat?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +2 teaspoons of what?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The potatoes are cut in wedges. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How do I know when they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them for 22 minutes and they are golden brown. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are brown on all sides. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They look good. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hello! I want cake. Do you have a recipe for that?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Tremendous name, makes me hungry! Are there many ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I already had cherry pie filling in my kitchen, great! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how big should the can be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, could you tell me which are the last ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have evrything here! Should we start to make the cake?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I turned the oven on. Is there something I can do while the oven heats up?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] + ok the dish is ready. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I dumped the cherry pie filling in the dish. What can I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok so I added the cherries to the cherry pie filling.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, thanks for stressing that. what now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Okay, I have sprinkled with nuts. Is it time to bake?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hey, the butter is in.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, goo. 45 minutes passe. 45 minutes passed. Is there a way I can see it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, then should I take it out?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good! It looks like a great dump cake! Thank you :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok nice. I happen to love swordfish and eat it a lot. How many ingredients does the recipe contain?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No. It's ok. Just guide me through the recipe and announce the ingredients then.;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have added all of them to the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hm it looks amazing, I love swordfish. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot I would like to prepare a fish for Christmas. do you have a nice recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Haha, oh that sounds just like the jolly holiday recipe I was looking for.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes how many ingredients are there?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them prepared. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok easy I have them here in my kitchen already. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I use some cherry tomatoes in stead as well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok thanks I will try. What are the last ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok nice what are the last two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice. What size should the steaks be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. So can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I am preheating the oven and I greases he baking dish.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok sure, it looks tender now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that, so I should leave it in the pot without heat?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I arranged the steaks. Should I put them in the oven now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I have done that. What else should I still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, I have baked the fish in the oven and it seems good now. Is there something else I should do or can I serve it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks it smells great, I am sure it will be a feast.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot! I am bored and I'd like to make bread. Can you help me with that?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds yummy!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes thank you!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Good, I have butter, water and honey. Could you tell me three more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have them, do you think it's okay to add chickpea flour?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok that's cool. Can you tell me which are the last ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice, are we set to cook then?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I put everything but the seeds in the bread machine.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the cycle started, is there something I can do while the machine works?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Cool, then that's it? When I hear the sound I add the seeds and then it's done?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Thanks :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna do today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I love ice cream! I scream ice cream! Which ingredients should I prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I use whole milk?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. No problem. What are the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. They are ready! Can I have the last two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the second ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. good! Can we start then?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. good I did so!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's in the freezer now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. tasty! Thank you bot!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Incredible, I can always eat some pollito. Yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how large should the chicken be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have it. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the size of the can?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I also use brown rice?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is the size of the can?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can it also be a green bell pepper?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +True, thanks for the reminder. Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how long will it take?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the chicken is lightly browned.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok in the same pan?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Yes I have done that. The onion, garlic and green bell pepper are soft.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the rice looks tinder now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. It looks great! Thanks.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello, do you have any good cake recipe to suggest?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds delicious! Let's do it!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Took them from the spice rack! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Top! Can you give me three more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I prepared maragine cocoa and eggs!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Cool, I have those here already.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, I've got them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have cinnamon and sugar now. Is there more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Perfect! How do I start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I've mixed those!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It's boiling now, what sould I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, now I made it into a mixure.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, and should I meat the eggs before I put them in?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem, I added those ingredients now!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the mixture is in the pan!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, 20 minutes passed, should I take it out of the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it was clean so I took it out, Is there a filling or a topping to prepare?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I put the pan on the fire?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, looks good now, what should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I think it's smooth enough!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Top! Walnuts are in!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I spread the frosting on top of the cake, it looks kinda ok. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Noyce! It's cool now! I had a slice, it tastes amazing!!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello, what are we gonna cook today.;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great, I love tuna! What are the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I have them!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I seasoned the tuna. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. oil and butter are heated, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The tuna steaks are in the pan. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are blackened now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How long should I cook them for them to be very done inside?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. I cooked them for 4 minutes. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Gracias!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello bot! What are we going to prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I'm very ready! How many ingredients are there?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + I'd like to prepare them first thank you.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Sorry I didn't understand the first ingredient :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh ok sure, thanks! What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Okay, good! What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good they are ready what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oven is preheated. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, 7 hours passed, how do I see that it is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that! what should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I removed bones and fat, is it time to serve it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that! what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok! I did that! Should I use all the honey?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that! should the oven keep the same temperature then before?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! I did that. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! is there something else I should do? it looks great?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmh noyce! thank you I'll do that!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +How do I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I have the bowl. What are the ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added both. What is the last one?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I also added that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. there are none left. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. all of the mixture is consumed now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have stirred the water in. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have also added the two ingredients. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have shaped the mixture. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have placed the balls. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will do that. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I like to make some biscuits.can you help me out?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I don't know them but I trust you on that!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I'd like that.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Took them!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +And is it okay if I use Stevia instead of white sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Right, could you tell me more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Which kind of syrup should I use?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I don't know what that is....;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh, thanks a lot! Should we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I use ta bowl for that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Okay I mixed them. Should I set them aside and keep on cooking?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Syrup and butter are melted! What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I added baking soda and water to the syrup and butter mixture.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +To the ones that we prepared at the very beginning?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Cool! I did that. What should I do with this mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I spooned the mixture in in cookie shapes!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! 12 minutes passed, is there a way I can notice that the cookies are ready just by looking at them?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I took them out then. Is the recipe all good?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks bot!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what do we make today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. how do I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should I dip all of the eggplant?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do with it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. it looks nice.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. sounds good. Does it contain many ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. sounds good. What is the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. the chicken is brown. now What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I put the chicken aside. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. can I do something in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the onions are Ok. now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I'm ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added. What are the next ones?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Both a can? I didn't understand that part.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What size do they have?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added both. Is there more to add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. added as well. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that! Is there something else to do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. could you repeat the second ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. added as well. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. What am I going to make?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Okay, please list me the ingredients one by one together with the necessary amount.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Is that all?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, got it. Any other ingredients I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Found them all. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, they are here. What is your first instruction for me?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have combined them all. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The other bowl is also combined and ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are stirred in the egg mixture. What do I need to do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The mixture is spread over the muffin halves and are placed onto the baking sheets.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It is likley brown now. Anything else I need to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks! It looks great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make the potato soup?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. Thanks. I took the pan and I am ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. should they cubes be big or small or it doesn't matter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. thanks I have added the potato mix. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I added the chicken broth. Should I add more to the mix?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I cooked the mixture. What should I do with it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much cream do I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. and should I add it into the pan?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good. Have a nice day.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am. What's the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I have one. What should I do with it?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. I have added it to the blender. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +How large should the can of peaches be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have added the hony. Can I blend everything now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks good. Thank you for the instructions!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm that sounds delicious. How many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, they are in the saucepan. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, ten minutes has passed. Is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. How long should it cool?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, is there something else I should do still, or can I eat it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks! It looks nice and healthy.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +No problem. What are the 9 ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have both of them. What are the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will prepare them already. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have all the ingredients. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many ingredients should go into the bowl?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed them in the bowl. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I stirred them together. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. I will serve it right away.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make Alaskan Halibut Lasagna?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +I have put the skillet on the stove. How many butter do I need to melt?;[0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's Done. what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added the Halibut steaks. For how long do I need to bake them?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The ten minutes have passed now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it is.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I refilled the skillet with butter. What should I cook in it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The flour and salt mixture is golden-brown now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's Done. what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The mixture is thick now. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have the 13 inch baking dish.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many ounces of lasagna noodles?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. I added them to the baking dish.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Can you repeat the first ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh Thank you. I understand it. It is done now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I added the shredded swiss cheese. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I made a second layer. Should I make another one?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I baked it for 20 minutes. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Another 20 minutes have passed. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it looks bubbly.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. it looks delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes it does. How do I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok I cored and cubed the apples and took the lime juice. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I like it spicy. What is next.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got it. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have prepared them. Are there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have all the ingredients ready. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have stirred the appels and lime juice together. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have stirred them in as well. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are all inside the mixture.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hm it looks yummy. Thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. how do I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I have the large pot.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how large should the chick breast halves be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added these ingredients. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the tomato paste. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. is there something I can still do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great!! Is it a long recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! Can you start to tell me which ingredients I should prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Could I use white sugar instead of brown sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. I have them ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Is the second ingredient old fashion oats? Is that a brand?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good. Can I have more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. good! What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand the second ingredient.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good, thanks for that. So we can start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok, I am heating those ingredients in the saucepan. For how long should I do that?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I mixed all the ingredients! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the mixture is in the casserole.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I baked it for 45 minutes. How do I see that it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem! 45 minutes passed! Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good it looks great. Thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Nice!! Are there a lot of ingredients in this recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I'd like that!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them ready. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I also have them ready. What are the next one's?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, is that all with the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, I have them ready! Should we start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oven is heated, what should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the butter is melted, what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I out it in the bowl, what should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what should I do with the mixture?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did that. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did that, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, 12 minutes passed but they are not browning yet, should I keep them a bit more?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no probs, I took them out. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that! Should I use all of the sugar?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok good, are the crisps ready?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello. What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I am ready! Could I have all the ingredients to prepare two by two?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I took them. Is it ok if I use margarine instead of butter?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Could I have the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. What are the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How much is 14.5 ounces in grams?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What are the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I use white pepper instead of black pepper?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I don't know what browning sauce is. Can you tell me what it is?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done that! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are tender now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I've put the mushrooms aside and heated oil and butter. Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I whisked in all the flour. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I've done that! What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. How should I go on?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I cooked the chicken until browned. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I bake it a little bit more?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. It's done. Should I take it out from the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thank you. It looks great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! I love black beans. Are there a lot of ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes that would be good!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are ready! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them ready what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I did it! Can I use red beans instead?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Oh. What is the size of the bean cans? Could I have that in grams?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok could I ask the weight in grams?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem! Are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! They are ready. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Can I use gouda instead of cheddar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok can we start with the recipe or are there still some ingredients to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oil is warm. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good it is now tender. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I added beans and broth. Can I add also parsley?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are smooth now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed it in the pot! What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the soup is boiling now!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I reduced the heat to low!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use all the ham?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed it in! What now? Can I eat it? I am hungry.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice it smells great!! Thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what do we do today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +How many ingredients do I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +A bit long. Could you tell me the details in the instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The oven is preheated up. What to do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. Done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, I need to know the amount of cream and butter.;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Next thing?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much flour for this?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I mixed them. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many exactly?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks! What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I poured into the muffin cups. What to do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 25 minutes passed. Is it done?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will share with my families.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks! Bot! The last goodbye!;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Good morning, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok yeah. I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, what are the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I have one.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are in. On which program should I set the microwave?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it has melted. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have tossed them. It looks ok now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how long should I let it cool?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, it looks nice. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. how do I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +What should I do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How do I prepare it? In a pan?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how large should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah thanks good to know! What is the next ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have also added them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. is there something I should do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's tender now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have stirred the parsley in. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the instructions. It looks nice. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot! what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I am ready, and I love mushrooms. Could I have a list of the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That is ok with me! What is the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I add the ingredients to the pan?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added onions and mushrooms to the pan. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I transferred the mixture into a medium bowl. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I am gonna do that. What should I do with the crab meat before I add it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok perfect, so I add cheese and crab to the bowl?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How big should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I've done that. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I've done that. Can I ask how much in centimeters?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Never mind. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I've done that. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I've done that. Should I put in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How warm should the oven be?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok good. 20 minutes passed. Should I take them out?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, they are!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello, what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, I am ready! Which ingredients should I prepare?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How big should the corn bread mix package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. And what is 8.5 ounces in grams?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. No problem. Can I have two more ingredients please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have skimmed milk, is that ok?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. No problem. Can I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Could you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Great, sounds delicious. What are the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, that would be good thanks.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I drained them. Are the ingredients over?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is sloppy joe mix?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. What is the first step of the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. And should I use all the milk?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok. That's good. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How long should I cook them for?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The meat is no longer pink and I drained the liquid out. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's boiling now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I let it simmer for 10 minutes. Can I add some pepper?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I cooked for one minute, but the cheese doesn't look ready. Can I leave it one more minute?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. The cheese is nicely melted now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Then I cut it in 12 pieces?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have 12 pieces of bread. How should I continue?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. Is the food ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Great. I am very hungry.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am. What's the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done the first two ingredients, what is the third one?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I add all of the egg?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem, what's the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many cups all-purpose flour?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. What are the other two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +What's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will do that. Can I do anything in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have rolled the mixture into one inch balls and I have placed them on baking sheets. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How do I know when they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are ready now. Should I do anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you for the instructions. They look good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Nice. How do I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. when do I know when they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are ready now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will do that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that as well. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how do I know when it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. for how long should I puree it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there something else to do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the last part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that as well. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I'm ready. How many ingredients are there?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How big should the chicken and the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, and the chicken breasts?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have both.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry could you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok thanks, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have all 3 of them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok when do I know if it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are all in the pan. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For how long should I do that?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is warm now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I use a large bowl for that?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. I added them in a bowl. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks it is indeed a fiesta. It looks delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi Bot! Do you have suggestion for a dessert recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Mmmh, I think I'll try that! Is it a long recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! Can I prepare the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I have them in my cupboard. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! I took them, can we start now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +SOrry, in which order should I put them? can you remind me of that?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! Can you repeat the ingredients in the order?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok thanks!! What is the rest?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Great! They are in the jar now!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I attached the tag on the jar, that's it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I am a bit disappointed, but maybe it's better like that for my diet! :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I would like to make some bread. Do you have a good recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds just like it. How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok good. I have the first two ingredients ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have those all in my place. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got it, what are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok could you repeat the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I have all the ingredients ready. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. On which program should I press?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. Is there something else I should still do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok easy, thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Sounds good. What's the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's the next instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I added the softened butter. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is smooth now. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What's the next one?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added that. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last sentence?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Done. what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I placed it on cooking sheets. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 11 minutes have passed now and they look good. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have let them cool down for 2 minutes.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They look delicious, thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, do you know how I can make the best tuna salad ever? I bet you do.;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +It's going to be great, it will be amazing, I just know it, in fact it will be. I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have both ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I use light mayonnaise in stead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok ready as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I'm ready to start making the best salad ever.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I removed it from heat. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are good now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I peeled the eggs.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I chop them into small pieces?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I will do that. What should I do after?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it is. That is a fact. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! I have a party tomorrow, and I'd like to prepare a ssalad, ideas for that?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +No, I love meat, but thanks for asking! Could you tell me the ingredients so i can prepare them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Allright! Can you tell me two more?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +And is it ok if I use white vinagre?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, I'll try then. There is 2 more ingredients which I should put in the bowl now, right?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! I put them in the bowl! Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, can you tell me which kind of chicken should it be and how cooked?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's ok! How should I start to prepare then?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, I didn't understand the first ingredient.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Good! So that is it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Me too!! Thanks bot you always have a great recipe for me!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok nice, yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, they are ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first ingredient ?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok great thanks for the clarification. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have them as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok ready, can we start with the recipe now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I do something in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Is there something I can do or wait 1,5 hour?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I strained it through a fine sieve.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is boiling.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I added them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok is there still something I can do in that hour?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks tinder now. Is it ready to be eaten?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I have done that. What should I do with the meat?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that as well. Ok it looks tender.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks, it looks great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make basic syrup for sunset cooler?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +I have the deep saucepan. What should I add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the sugar and water to the pan. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What kind of leaves?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are added.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the sugar is dissolved. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I removed them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the syrup is strained and cooled. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks good. Thank you for the instructions.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Nice, is it a long recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No it sounds like a medium recipe. Could I have all the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them ready, What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What kind of rice should I use?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have them what is next? Hi, good morning, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, so I should choose myself which fresh herbs I can use?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah yes I missed that, thanks. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have all the ingredients. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok i think it is well incorporated now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok for how long should I leave it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks cooked now and I stirred in the salt and pepper.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks it smells good!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I would like to make some type of sweet bread for tomorrow's breakfast. Do you have a recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds nice!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. I have them ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK easy I have them here already. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ah ok thanks. What about the size of the jars?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok nice I have them ready in the kitchen. How many ingredients are left still?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what are the next ones?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I also use fresh apricots in stead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok thanks I will try. What are the last ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok easy I have all of them ready. Can we start baking now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice, ok everything is combined. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I put it in another bowl. What should I do with that?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright I stirred in the mixture. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are in the mixture. What is the next thing I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good the mixture is in the loaf pan. Should I bake it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok sure. Could you give me the temperature in degrees Celsius? Since my oven is set on degrees Celsius I want to know if I chose the right temperature.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok thanks. The toothpick came out clean. So should I take it out?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Is it ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah yes. Ok I have combine them. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks it looks good. I will tomorrow morning!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +What are we going to cook today?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. What is the first step to prepare chicken fried chops?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Which ingredients should I have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, that would be nice.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Are these all the ingredients I need for the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. So what is the first step ?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Is it ok if I use whole grain flour?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. I have the flour and the salt. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the ideal temperature for the chops to be mixed?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. Good. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How much oil should I use?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For how long should I brown the chops?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is a slow cooker?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the exact temperature I should have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. Thanks. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Sorry, I didn't understand. Could you repeat the first part of the sentence?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Perfect. Is the recipe over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes. What are the first two ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them as well. What are the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what kind of milk should I use?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. No problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the last part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. Are there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. What are the last two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have all of them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For how long should it stay? On the heat?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I reduced the heat to low now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Is there anything I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is 2, 1/2 cups now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's melted now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Added. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 3 minutes have passed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It's well blended now! Ok. I have stirred in the broth mixture. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How long should I do that?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is thick now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added all of them. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is in the dish. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The pastry is on top. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done all of that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 30 minutes have passed. What is next? It is golden brown now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. It looks nice!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hallo hallo! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, I am ready! Could you tell me which ingredients and which tools I will need first?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I have no butter and I'll use margarine is it ok?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok good. Then could I have the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. they are ready, could you tell me the next two?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good. They are ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have the mixing bowl. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the ingredients are in the bowl. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. I did it now! What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I use to grease the sheets?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Oh ok good. What next? I placed the cookies on the sheets.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. When do I see that they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great. They are lightly brown. Should I take them out of the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good. I removed them. Can I eat them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Just over half of the cookies?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good. Thanks. Smells great!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make baked aloha chicken?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. what can I do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How many ingredients?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added both. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. also added. What should I do with it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat what comes after stir?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ah ok. It's added. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. Something else I should add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 30 minutes haves passed. Is there something else I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. when do I know it's done.;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. is there something else still?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. thanks it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello Bot! What do we have for today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, I like! What's the ingridents?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK, tell me pls.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much oil?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +And next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What do you mean `some salt`? Can you quantify pls :).;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK, I'll go half table spoon! What is next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Wait wait wait... wait 10 mins :0. Next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I do with oil?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Next step pls.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Melt butte... hmmmm Ok then?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Vinegar and hot sauce added.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat this step pls?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +OK. Next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +High heat?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok ok ok.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I put it in sauce for 5 hours? I want it really hot!!;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How long should I put it in the sauce to make it really hot?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK, next.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Is it finished?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks bot! enjoy sunny day.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make Asian ginger dressing?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +I have a pint jar. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you. What's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Both added. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added the soy sauce and the water. How much honey do I need to add?;[0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have shaken it well. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it seems so.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it looks good. Thank you for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook? do you have proposals?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I love barbecue! I also have an outdoor grill, so it sounds great! Could I ask you to list all the ingredients before we start to prepare the dish?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, got it! Can I have the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I prepared those. Which other ingredients should I prepare?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sure, is that 50cl? that's what I assumed.;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok,I'll take a can then. Is that it for the ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I've got them. Are there any other ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, nice! Can we start with the recipe now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have a large bowl now, what should I put inside?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I mix the content?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it is smoothly mixed now, what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, now 6 hours passed. I tried to turn it every 2 hours. Should I cook it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How should I cook the marinade?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I poured the marinade in the saucepan. What do you want me to do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, now it looks less liquid, should I take it out from the fire?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, 5 minutes passed. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, is now time for the grill?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, for how long shoud I roast it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, 2 hours passed. Is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how do I check the internal temperature?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem. Is the recipe over now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, thanks! Smells delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. sounds good. How should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What can I do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I also added them both. What should I add more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. could you repeat the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. It is crumbly. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I sprinkle over the apples?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. when do I know when it will be done?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it looks good now. Is there something else I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks nice!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Helo! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I love thai food! Do you?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have those ready, can I have the next two?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I also have those ready, can I have the next two?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I use green pepper instead of red pepper?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Can I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! What are the next two?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are ready! Can we start to prepare the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oil is warm. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. The onions are translucent now, what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 8 minutes passed and it looks good! What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I am stirring it. How long should I stir it for?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, how do I see that it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, 30 minutes passed, is the dish ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmmh looking forward, Thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. nice, what is the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. What should I add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have both added them. What are the next two?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I also added them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added into the mixture. What are the next dry ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I also added them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. added as well. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. on what heat should it be?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. When do I know if they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have baked them for 30 minutes. Is there something else I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them in the bowl. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added as well. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's smooth now. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks nice.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! Sounds delicious! Could you tell me the ingredients to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, I have them ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good. which are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good! Can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good the oven is warm now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the bacon is browned now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What shall I do with the remaining grease?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are tender now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have it now. What shall I do with the bowl?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much milk should I add?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks. Shall I put the onions and mushrooms into the bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok, I add them as well. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, how much cheese? Could you repeat that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ohh, thanks. I add it and the bacon. What shall I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I think it is well blended now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, I don't have that kind of pan. Can I just use a normal pan?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Never mind. Continue please.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 1 hour is gone and I have taken it out. Is it over?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is done. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, thank you bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Bye!;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hi bot! Ideas for a dessert?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +That sounds just tremendous! How do I prepare them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes I'd like that!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I'll take them! What should I prepare afterwards?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, I've got it! What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Sorry, I still don't understant...;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ooooh, ok thanks!! How should I go on?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Perfect! I'll get also the walnuts, when I do something I like to go all in!! Should we start with the preparation?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, I put it on now! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the mixture is smooth now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I added eggs and vanilla. Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I use all of the cream of tartar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Great! How should I proceed now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, chips and walnuts are in! Is there something I should do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I made some shapes like that, should I put the cooki sheets in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, good. Can you remind me how warm should the oven be?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Okay, perfect. I now baked it for 15 minutes.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, they look nicely browned.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I transferred them and now they are completely cold. Is the recipe over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Wow! They are delicious! Thanks for the recipe.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I would love to make some cookies. Do you know how?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yeah sounds nice.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice, I have them ready. How many ingredients are left?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok could I use walnuts instead as well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok sure I will try. What are the last ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have all of them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I'm ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have preheated the oven. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I put in the loaf pan?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have stirred in those ingredients. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have creamed them together. It looks smooth. What should I do with it.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the egg and vanilla are inside as well. Should I add other ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. The dough looks stiff. What is next now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright. What should I do with the dough?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how large should the circles be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah ok. I have them ready now. Should I put them in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the cookies are arranged and overlapping now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have baked them for 10 minutes. The cookies look firm. Should I take them out?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. Can I eat them afterwards?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. Ok I have removed it from the cookie structure. Something else to do still?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I will use some toppings. Thanks it looks yummy.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What ingredients do I need?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes go ahead.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have both ingredients. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What is the last ingredient?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I am heating the shortening.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The two coated chicken pieces are in the skillet. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. all the chicken is in the skillet now. For how long should I bake it.;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +All the chicken pieces are brown on both sides. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I do anything else during these 25 minutes?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the 25 minutes have passed. Is it done?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +For how long should I continue frying?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you for the instructions. It looks good. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ah yummy I think it's the right time of the day to start with a cosmopolitan.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How should I prepare it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry could you repeat both ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +What is one jigg?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah yes of course. Ok. what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have it as well. Can we make the cocktail now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should the shaker be completely filled?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the cocktail glass is filled. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Was that all? Can I drink it now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I will, thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello what are we gonna make today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I love them, they remind me of home! Are we gonna make handmade gnocchi?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, can you tell me the ingredients first?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. What are the next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good the ingredients are ready. Can we start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's boiling!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 15 mins passed and I think they are ok. Should I take them out?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good they are peeled now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did it! Should I use all the salt?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok can I also add butter?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! Ok the flour is in. Should I use all of it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I'll keep some then! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How should I roll the dough? I didn't understand.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good, now I get it. Thanks! So I cut the rope in to 1 inch pieces. What should I do now? Can I eat them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok good, the water is boiling now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! How long will it take?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great they are floating on the water now. Should I take them out of the pot?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Looks good! But what do you mean with pasta sauce?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem! Smells great. Thank you :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hallo! I'd like to prepare a sauce for my barbecue of sunday, do you have ideas about a nice sauce I can prepare?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great!! sounds like the deal! Can you list the ingredients before we start with the recipe?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good! Could you tell me which are the next two ingredients that I should prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, is it ok if I use oyster sauce instead of the soy sauce?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, I'll try it! Are there more ingredients to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, I didn't understand the first ingredient.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok great, is that all for the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes! It sound like it's gonna be tremendous! How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the pan is warm, what should I put inside?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +O. Ok, everything at the same time?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, 30 minutes passed. Is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice! And is it awesome?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ahah I didn't thank you yet, but thanks anyways!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes ready to start.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Should I already beat the eggs?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Are there more ingredients left?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oven is preheating. What can I do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use a large bowl for that?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have mixed them in. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are also stirred in.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the mixture is in the pan.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok is there a way to see if it's done?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I took it out of the oven and let it cool. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hm thanks I will.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes let's start.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok cool, can we make the cookies now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use another bowl for that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok I mixed all the mixtures and mixed it well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat that, I didn't really understand.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok thanks for the clarification. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks I have done that. Thanks!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds great! How many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Can I hear them 2 by 2 so I prepare them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I use lentil flour instead of the all-purpose one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Could I ask the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, could I have the next two?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many cups of red wine sorry?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +"Sorry I don't understand ""one stroke 4 cups"". Did you mean one fourth of a cup?";[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, what are the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, is it ok if I use a chicken bouillon cube?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. Can I ask for two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Can I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are ready, can I have two more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, can I use crushed garlic instead of garlic powder?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem! Can I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! What is Worchester sauce?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem, I will google it myself! Can I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I was born ready! What should I start with?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that it's now evenly coated! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the beef is nicely browned now. Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done that. The onions are tender. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok onions and beef are in, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I poured the boullion in the slow cooker. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is seasoned now! Is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I added them! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are not completely covered, I'll add a bit more thanks! What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I'll do that. Ok. 7 hours passed. How do I see if it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. I'll wait one more hour. Ok it looks ready, what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice, it looks amazing!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot! I just woke up and I love coffee, do you have suggestions for something to prepare?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Mmmh shounds great!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I've got them!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I've also got those. Is that it for the ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are now in the jar.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it seems not bad. Anything to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Perfect! Smells great, I'll get some cookies and enjoy my coffee!!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hi. What are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. Sure how should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. Could you repeat the first ingredient again?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ah ok thanks I have it. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what kind of mushrooms should I use?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have both of them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I both the cups of rice. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I have all of them ready. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the bread and water are inside the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For how long should I stir?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are tender. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. all of it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Do you also have the temperature in degrees Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Alright, 30 minutes has passed. How do I know if it is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it looks nice and ready. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. sounds nice. What is the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should it be large ?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how much butter and sugar should I add?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's boiling now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. Should I leave the mixture in the pan and put it in the oven?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. and then put it in the oven?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. now it's clear. Ok. the mixture is heating. Is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. the mixture is on the given temperature. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it does.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I sprinkled them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hallo Hallo! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! How many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, could I have them first so I can prepare them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, can I use Solo instead of butter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Yes I'd like that please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I use lentil flour instead of the all-purpose one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, no problem, are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good should we start then?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good it looks smooth now, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's in the fridge now. Good night.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good morning, can I take it out?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! I took the dough out and the oven is heated, what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I put the jam and moistened the edges with water. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the next step? Ok 20 minutes passed, how do I see that they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I used confectionate sugar, I felt kind of funky. Is the recipe over?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice, thanks!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. nice. Is it a large recipe?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many ingredients does it have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the first step I should take?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +With what should I grease it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should I use all of the beaten eggs?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok. what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added both. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added all of them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. which kind of apples should it be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added them as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +When do I know if it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it looks ready. Is there something else I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. is there anything still to do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks good, is there anything I should still do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the instructions. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes that sounds delicious.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes thanks. What are the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok what is the size of the can?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thank you. What else do I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Could you also give me the sizes of these cans?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks I have both of them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I prepared the crawfish. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how long does that take?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I added them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 20 minutes have passed. How do I know that it is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. It tastes very good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! Can I have a chicken recipe to surprise my girlfriend?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds great! Are there a lot of ingredients in this dish?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Could I prepare them as a first thing?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have chicken and soy sauce!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Cool! I have vinagre and garlic on my kitchen counter.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, these spices are ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have a Flemish oven is that ok?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, no problem, I'll ask my neighbour. Ok I have a Dutch oven, what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + ok, I mixed those ingredients and put them in the dutch oven.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it's boiling!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 30 minutes passed, is that it woth the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, it now looks like there is way less liquid. What should I do with this mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice, the chicken is on a plate and the liquid is on the side.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Wow, it looks good like that! Thanks bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ah sounds great, I love Italian recipes.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have all of them ready. Easy.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the ingredients are inside. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks smooth now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the sauce became thicker. Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice I will eat it with some spaghetti and ketchup. Thank you bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Good! Can I have the ingredients? Is it a long recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, that would be great!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! Can I have the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Could you repeat the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good. Can I have more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How big should the vanilla pudding mix packages be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Is Mars ok as chocolate candy?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. Are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I did it! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did so! Is there a way I can see that they are ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I let them cool down! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I combined the ingredients. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they looked melted, so I poured them into the crust. Is the recipe over? Can I eat the cake?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. One hour passed. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I arranged the bananas. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The pudding is ready. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Done! Can I add cocoa powder to it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I grated the chocolate bar! Is it all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmmh ok. It looks delicious. I'll try to wait! Thank you bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, I am ready I love bacon!! Could I ask you to tell me the ingredients first?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, could I ask how many grams is 1 pound?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. No problem. Could you tell me the last two ingredients please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I ask how big should the package of wieners be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. And can I use stevia instead of brown sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. Good. I'll get it. Could I ask you also which tools I need for the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. Good. I don't have a slow cooker. Is there something else I can use instead?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. No problem. I'll go and buy it. Ok. I bought the slow cooker. How should I start to prepare the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I refrigerate all the bacon strips?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Cool the oven is preheated and the bacon is in the fridge. How long should it stay in the fridge?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it! Is that it? Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done! Should I cook them in the oven?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. They stayed in the oven for 40 minutes. How do I see that they are ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They look good now. Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah right, cool! I did it. For how long should it stay?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, cool. How do I see that they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. Can I eat them now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great!! Smells delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot! I'd like to make a soup tonight! Do you have ideas for me?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +It sounds amazing! Will I need a lot of ingredients for that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, that's fine! Could you list the ingredients for me?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have oil and cut tortillas!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! I have vegetable broth at home, can I use that one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok I'll use that one then, can you tell me which are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I have the size of the can?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Top! Can we keep on going with the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Perfect! WHat next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Salsa and cilantro are on the table! How should I start?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oil is warm now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they look crunchy now, should I take them out?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Goos they are dry now, should I also to cook the other half?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I cooked the other half of the tortilla and set them aside!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I added broth and spices to the pan, what can I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It's boiling now!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are in!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, two minutes passed, is that it with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it's white inside so it's ok right?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Cilantro and half of the tortillas are in the soup. Can I also add some pepper?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Well I'll add some pepper then! I put the soup in the bowls and added the tortilla strips, can I eat it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you!!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ah yes sounds great! How should I start.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok how many are there in total? I got the first two ingredients.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, sounds like a party. How should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use all of it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Alright, what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK nice. I hope all my guest will like it, thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello, what are we going to cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yay! I love candies! How many ingredients does this recipe have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, could I use brown sugar instead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Okay, are there any other ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I got them from the cupboard. Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great. Now I have all the ingredients. should we start to cook?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, is there something I can do while the oven heats up?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's very fluffy now. What should I do with this mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed it well! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok! flour, baking soda and salt are in.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I stirred the candies in. How much of them should I put aside?;[0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I've got it! What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok! Can I bake it a little longer then that?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it looks nicely brown now. Is it ready to eat?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + ok, how big should the squares be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, is the recipe over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you bot!!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What's the first step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have set the oven to 220 degrees celsius. How should I prepare the chicken?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should it be a large or a small saucepan?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. what ingredients should I add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the carrots. What was the second ingredient?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added it now. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should I do something else during these 15 minutes?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have chopped one onion. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done. What should I do with the other saucepan?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's Done. they look ready. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added the flour, can you repeat the quantity of salt?;[0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you. What's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I have added the two. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How long should I stir?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is thick now. What's the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do with the two pie crusts?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I poured over the mixture. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's Done. can I now put it in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 35 minutes have passed now and everything looks good. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it looks delicious. Thank you for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. How do I make chicken eileen?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large is the package? And can I use scamorza in stead of mozzarella.;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there anything I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes ready. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I put them in the oven now?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks fine now. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah yes of course. The cheese is melted on top. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I love them too! Are there many ingredients to prepare them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Yes, I like to prepare my ingredients right away!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Can I use almond flour instead of all purpose flour?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Can I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I have 2 more?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I have them, is there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand this ingredient.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh Ok thanks! I love lard. So can I start with the recipe now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok good. I did that! They boiled for 25 minutes. How do I see that they are ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, it's peeled and on a floured surface now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks smooth! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is rolled now, is it ready to eat?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I made little strips! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I rolled them out! They look good. And I put them aside. Is there something I can do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that. The lard is nicely melted. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are golden brown now! Can I cook them a bit more?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, no problem. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great!!! Can I eat them with tomato sauce?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. They taste great!! Thank you bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, bot, what do we make today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Good. Is it a long recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you tell me the ingredients I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I got 4 chicken halves and remove the bones.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many onions?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +A lot of peppers. Ok. I have them all.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Of course. What should I do first.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +All the chicken halves?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok. I made them strips. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. Shall I keep it in the fridge?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 30 minutes passed. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oven is preheated. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What to do with the oil?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +For how long?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Emm. It smells good now. So next thing is?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Then keep sauting them or is there more to add?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ohh. I add tomatoes. Can you give me two more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I like spicy things! What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good. So what should I do with the mixture in the skillet?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I should also add some water, I think. Ok. I let them simmer for 30 minutes. Can I eat them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have my own choice in this. Never mind. The broth mix is totally cooked now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I will let them cool for a while. ok. It is shredded now.;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hard to measure this. I did it. Next is?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are in bowl now. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Any thing else to add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, many things on the board now. Shall I move the dish to the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I heat the cream. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Coat them completely?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem. We can continue, bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice combination. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What kind of cheese? I don't remember its name.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks! Can I eat the rolls now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I will follow you, boss.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thanks! Now I understand it. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Emm. It looks nice. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So after 25 minutes, I can eat them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. Thank you!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds good. What is the first step I need to take?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +That's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I sliced the breast of the turkey. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done that. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have spreaded the guacamole over the turkey. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have put the salad greens on the turkey. Can you repeat the other ingredients please?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Yes, could you specify the quantity of each of these ingredients?;[1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you to specify that. I have put everything on the turkey now. What's the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I have done that. It looks good!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No everything is fine. Thank you for the instructions.;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Oh wow that sounds great. I think Dutch cuisine is just great.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sure, what are the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok could I use almond meal/flour instead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem bot. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 1 minute has passed. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, it looks smooth now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright I folded it into the batter.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks great! thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hallo hallo, what are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great. I love fruit dip. Which are the ingredients that I have to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. Could I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand the first ingredient.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. What is the first step of the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I use a bowl for it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I blended all the ingredients apart from the pineapple. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added some, happy with the consistency now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Thank you. It's delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok cool, yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is the size of the cans?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice. Ok I have done that. What is a Dutch oven?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok thanks I didn't know. The garlic looks ok now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the sauce looks thick enough now. Is there something else I should still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks for the instructions!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I would like to eat some chicken again. Do you a have recipe for me?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok sounds great. How many ingredients does the recipe have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will do that. Can I also use almond milk instead?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have all 3 of them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I took all the ingredients and prepared them. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I still had some Grand Marnier at home.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I made the 12 chicken filets. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I poured milk over them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I stirred them together. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the olive oil is heated.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok i. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yummy yes I have moved them to the baking dish.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks good. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oven is preheated. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oil is now reduced by half. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have done that. I reduced it again by half.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks good, is it time to eat already?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 25 minutes have passed. How do I know if it is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, it looks very tasty! Thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What ingredients do I need?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have the bag in front of me. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the last one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Yes both added. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the second ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should the eggplant be peeled?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I do anything in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done that so 12 minutes in total. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes they are tender. Thank you for the instructions.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes I'm ready. What's the first step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the oven is at 170 degrees Celsius.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The leaf pan is greased with some butter. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What kind of flour should it be? Is all-purpose flour good?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the baking powder to the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's Done. what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added the salt and butter milk. What's the quantity of the vegetable oil again?;[0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I added the eggs and vanilla extract to the mix.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have beaten it for three minutes and it looks good.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added the white sugar. Can you repeat the other two ingredients please?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. that's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The crumble looks good. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have sprinkled it on the batter. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have baked it for 15 minutes now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh I misunderstood it. I have baked it now for 50 minutes.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It seems to be ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you for the instructions!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make Atomic Canuck Chili?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +I have the large skillet. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat what I should add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +That's done. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added the first two. What is the last one?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I placed it in a slow cooker without the fat.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I am ready. What's the first ingredient?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the cans be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's added, anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is the third one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have add these three ingredients. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's done. Are there any other ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added the Canadian beer. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. can I do something else during these 4 to 5 hours?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have cooked it for 5 hours now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks good. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hi I would love to make some chicken. Do you have a good recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok great, it does! How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok I have prepared the first two ingredients. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could I use a fat cream instead? I like my food creamy.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I got it.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have all the ingredients ready. Can we make the chicken?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done it for 13 minutes, is it ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I leave it for later?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok but what should I do with the discarded tablespoon of drippings?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah ok I have done that. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are back in the skillet.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have sprinkled it with the onions and dille. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks done now. Is it ready to eat now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok for how long should I do that?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK thanks for the instructions. It smells amazing.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, what's the first thing I have to do?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +I would like to skip that.;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I got the blender here. What do I combine first?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh that was to much. How many eggs?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, salt and eggs are in the blender.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Wasn't there a third ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +So I only have to combine eggs and salt?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +How much flour and water?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I got all 4 ingredients in the blender. Whats next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I blended everything. Can I do some thing in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Oh, your going to fast. I got the butter and onions here. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much butter and onions do I need? Do I chop the onions or slice them into rings?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I mixed the onions, butter and flour in the pan. Its on medium heat.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I added the milk.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, its boiling.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, heat is turned down.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have to add cheese and mustard to the onion mixture?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +1 table spoon of mustard and 1 cup of cheddar cheese?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thanks, done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok, I seasoned the mixture.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I will keep it warm.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand that.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +The skillet is hot.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the butter is melting.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, are we going to cook the pancakes now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I know how to bake pancakes. I will finish all of the batter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok, i wil follow your steps.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +To a what?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok, the first pancake is resting on the wire rack.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So now I can continue baking until the pancake batter is finished?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I have a heap of pancakes on the wire rack.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I filled the crepes and rolled them up.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, do I have to preheat the oven?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, whats next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how much cheddar cheese should I sprinkle on them?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, thanks bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes that sounds good. I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes sure, what are the first two ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them, what are the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I crush the noodles myself?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I do with the carrots?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. Are there more ingredients left?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright, I have all the ingredients ready. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do after?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, is there something else I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have stirred them in. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I have done that. Is there anything else I should still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. I will! See you next time.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes from time to time. Let's do it! How many ingredients are there?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. What are the first two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks! Should I prepare the asparagus already?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok good, I also have the next ingredients ready.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, everything is prepared. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got it. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it became a nice little sauce. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I like mayonaise, can I spread them with a bit more?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +O. Ok no problem. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hm it looks very good. Was that all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have placed it on the roasting pan. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how long should it be in the oven?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's 1,5 hours later now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we going to cook?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, I like mango very much! What ingredients do I need?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What exactly do you mean? I understood that I need 8 ingredients in total, right? What are the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, are there more ingredients? what do I need to do with these ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what else do we need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have got that, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what do I do with these ingredients, do I mix them now? I have them on the different plates now.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I just combined them: 1 table spoon minced fresh mint and 1 table spoon minced minced ginger root, 1/2 tea spoon olive oil and 1/4 tea spoon salt, is this correct?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what ingredients do I miss in my bowl?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So one mango and one onion, correct?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, do I have to chop them before putting in the bowl?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, they are already in the bowl, what else do I have to put in the bowl?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So 1/4 cup minced celery and 1/4 cup limon juice, right?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I understood 1/4 cup of minced cilantro, right?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +And then 1/4 cup of limon juice?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK! they are in the bowl. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, do I have to mix the ingredients in the bowl?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, great, done, thanks!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I have a blender. What should I add?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the ice-cream and buttermilk.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What's the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you. I have added both now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. it is smooth now. Thank you for the instructions, it looks great!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I would like to prepare some chicken again. I love chicken. Do you have another nice recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ah that sounds great! Then I can enjoy all week. How many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. Yes what are the first two ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the chicken and onion. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the celery and carrot. Should I already cut them?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have the salt. And 3 whole cloves of what?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I found them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok so should the 6 cups be warm water?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. I hope so. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the large soup pot and added the ingredients. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is boiling. What should I add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do with the chicken and vegetables?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will keep it for my cats. Ok I have done that. What else should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good to know. I have done that and reserved the shell. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it inside the small bowl. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is boiling. Should I let it simmer now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok sure. I have strained it again. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I will do that. Thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what is the first step to bake basil burgers?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I preheated the outdoor grill to a high heat temperature. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should it be a large bowl or it doesn't matter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. I took a large bowl. How do we proceed?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added the beef to the bowl. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added the sauce and dry basil. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added the garlic salt and black pepper to the mix. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I made 4 patties from the mixture. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I oiled the grill. How long should I cook the burgers?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks I did that and the burgers are cooked. Is there a next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I served the burgers on the buns. It looks good, thank you.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, I would like to prepare some cookies for a Christmas party this week. Do you have a recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm that sounds perfect.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should the sugar be white or brown?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could I use honey instead of molasses?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok thanks! What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok nice I have everything ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have performed the first step. What now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice the mixture is creamy now. Should I add more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have a lot of balls. What should I do with them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have done that. The balls are on the sheet. What now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will do that. Could you give me the degrees in Celsius as well? So I am sure that I have the right setting.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ah true thanks for the tip. Ok 12 minutes have passed. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Thanks my friends will be delighted.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi I would love to make an ice cream cake. Do you know how?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +That sounds just great. I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How large should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I already heat the hot fudge topping?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I got it! Can we start preparing the ice cream cake?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I crushed half of the cookies. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are combined and pressed in the bottom of the plate. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what is the following step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 15 minutes have passed. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the ice cream is soft. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is it ready to be eaten now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. Ok 30 minutes have passed. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I arranged the ice cream balls. What is the following thing to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I want to eat it still today. 4 hours have passed. What should I do with the cake?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hm nice. Was that all?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks it looks amazing.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What's the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Go ahead.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have chopped two red bell peppers. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Do the tomatoes need to be peeled before cutting it into pieces?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem, what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ten minutes have passed now. How do I know when they are ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are translucent now. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added it. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Both added. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the cans be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What's the volume of 1 cup chicken broth?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it is boiling and I have a blender.;[1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. For how long should I blend it?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I do with the mixture in the blender?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last part, in what?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you for repeating it. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +It looks good. Thank you for the instructions!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. What are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, that sounds perfect! I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I hear the ingredients two by two so I can prepare them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the steaks be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I also use another type of pepper?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I took the butter and garlic. Are there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Is there any clarification of what kind of red wine I need?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. What are the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could I use another type of sugar as well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do after that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The butter is melted. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 1 minute has passed. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the steaks are done now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How long should I let it burn?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done all of that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is hot now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The sauce is over the meat. Is there something to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks. It looks tasty!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. can you tell me how to make Churros?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. done. What are the ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What are the other two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is boiling now and I removed it from the heat.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oil in the deep fryer is now at 190 degrees Celsius. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. For how long should I fry them?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are all drained now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's done. Are they ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. thank you for the instructions!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I like cake just as much as pies. How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Good how many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have the first two ingredients. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I prepared the teaspoons.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok could I use a cup of brown sugar instead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok good then I will prepare the white sugar. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I already beat the eggs?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok let's start.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what can I do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Should I mix in more?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok everything is in the bowl. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the batter is in the pan. Is it ready to be baked?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks good now. Was that all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks, smells delish.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! I'd like to cook something today and I have some fish and some rice in my kitchen. Do you have a recipe that I can prepare with those?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes it sounds like what I was looking for! How many ingredients does this recipe have?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice, I have chicken broth and rice here. Could you tell me the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, what is italian seasoning?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, no worries! What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, here they go! What else shoud I prepare?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh, yes that would be good.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, what is the size of the onion can?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Should we start to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I combine broth, rice, seasoning and garlic powder in the greased baking dish?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, could you tell me how much is 375 F into celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok, great! What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I added broccoli, parmesand and half of the onions. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, should I use all the paprika?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +All right. Is that it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK, I baked it for 25 minutes, can I bake it a bit longer?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I think it's good now! Is it ready to eat?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, cheese and onions are in, should I put the baking dish back in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, it's nicely melted!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you! I will :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +What's the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's Done. what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I added the creme cheese to the bowl. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks fluffy now, what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you. that's done now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have added the eggs, what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's Done. everything is well mixed now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should I put them in the oven now?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The 20 minutes passed, it is finished now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have a small bowl. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the first ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the sour cream and the sugar now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So I should turn the oven off before placing them in the oven?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The 15 minutes have passed now, what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I'm back. Are they ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's done. It looks good.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds good. How do I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry what should I cut into large cubes?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. what should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. they became brown. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. What should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. alright, I did that. Is there a next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm that sounds good. How do I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +How many minutes I have to cook them?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah Ok. I will take a look thanks. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I put the two types of cheese together. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. it's well stirred. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I putted the cheese mixture on the each side of the lasagna noodles. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I rolled up all the noodles. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I put the noodles on the baking dish.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +350 degrees Fahrenheit right?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. that is done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. What are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. That sounds nice. What is the first step I should take?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should it be a large bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have mixed the all purpose flour and salt and added it to the mixture.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. they are golden brown. Is there something else I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the candy bars be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I spread the chocolate evenly. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. Thanks for the instructions. It looks good!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +HI! I'd like to prepare chicken stuffed buns, do you have a recipe for that?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I do!! How many ingredients in this recipe?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I do!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I've got it! Can you give me two more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, how big should the package be?;[0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! Are there other ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, those are on my kitchen counter. What is the last ingredient?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, great! I am ready to start then!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, the oven is warm, what now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I sliced the buns! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I hollowed them, what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I prepared that, should I mix it.;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I spreaded it inside the buns and closed them. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +In which kind of foil should I wrap them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok, I used alluminum foil then. I baked for 20 minutes now, are they ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I've done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmmh they look great, thank you!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! I love wings. Are there a lot of ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I'd like to prepare them beforehand, thanks!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok good. What are the next two?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I diced garlic and ginger, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the mix looks smooth now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, should I put them in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oven is warm and a night passed. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, how do I see that they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, can I eat the wings now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I will, thanks!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how should I start making the Roasted Butterflied Leg of Lamb?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. should I mix it in a pan or a bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Alright I made the mixture. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the second part? I added the mixture to the lamb.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. the lamb is on room temperature.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I preheated the oven. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I covered the roasting pan with foil. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I placed the lamb in the oven. Can you repeat the last phrase?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. the side of the lamb is facing upwards. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. The entire surface is brown. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. The other side also turned out ok.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the lamb rested for 10 minutes. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the oven is heated.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did. What should be the temperature?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. the temperature shows 140 degrees. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. How to finish it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have served it on a platter. Something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm nice, yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I use brown sugar as well?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I have them. What are the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Could I also use another type of syrup?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. I have them. How do I start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Do you know how much that is in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. Thanks for the clarification. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's in the pan. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. When do I know that it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 5 minutes have passed now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it for 3 minutes. Is it enough?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next? How long should I let it cool?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have poured over the melted chocolate. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +For how long should I let it chil?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have cut it into squares. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. It looks tasty!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I didn't know bots like cabbage. I like it a lot. Does the recipe have many ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, that sounds good.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many eggs?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them ready as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I use white sugar instead as well?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok hm I like Worchester sauce. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's boiling. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have boiled and drained them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok all the ingredients are in the bowl. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the meat is inside the leaves.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice, for how long should they cook?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have combined the ingredients.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have poured it over. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how do I know when it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks, they look amazing!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make baked chicken breasts supreme?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I took the large bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I'm ready what is the first ingredient?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done what is the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added both. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I also added that. Now what should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. all added.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. all of the chicken is coated with the mixture. What should I do with it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I just let it marinate this night. What should I do today?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Thanks. Sorry can you repeat the second part with the crumbs?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1] +Ok. I have coated each piece of chicken with crumbs. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have put the chicken in the pan. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I bake the chicken for 45 minutes. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you for the instructions. It looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have them both. What should I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I place the mayonnaise and the sour creme also in the blender?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the other three ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is smooth. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you. It looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what do we do today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Chicken soup. How should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. The oil is hot now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The chicken are browned now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Still with medium heat, right?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +2 minutes passed. Shall I add water into it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The water boils now. What else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ohh. I need to find my lid. Ok. I let it simmer for 45 minutes.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I shall add these to the pot, right?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. How long to wait from now?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The chicken are out of the pot. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Pour the meat?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks! I remove the bones.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +What is the amount of the noodles?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks. I add it. How long shall I cook the noodles?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Great. The chicken are added back. Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. What's the first step I need to take?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Are the degrees in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. thank you. What's the next instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I did it. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the last ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you. What is the next instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +That's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what shall I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it worked.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes the oven is preheated and I have put the filling in a pie shell.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have baked the cake for 10 minutes. Can you repeat the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you for the clarification. What's the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +It's ready now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No everything is fine. Thank you for the instructions.;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +What should I grab?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have it now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added the mayonnaise and milk. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added these two, what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done it! Thank you. it tastes good.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello Bot, what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, I am ready! Could I have all the ingredients first so I can prepare them?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good. They are ready. Could I have the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok, how big the package should be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok perfect. Could I have the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How big should the can be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. good. Are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. The oven is 175 degrees now,what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, I didn't understand. Which kind of casserole should I use?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Sorry, I didn't understand the size of the casserole.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. Thank you. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok, 30 minutes passed. How do I see that it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ook good. Is that it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna make today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! Are there many ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good. I'd like to prepare them beforehand.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have those ready, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I also have those ready. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them! Should we start to cook?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oven is warm now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the pan is greased and floured. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 15 minutes passed, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, should I mix?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I did that. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 45 minutes passed, how do I it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good it's baked now, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! Looks great!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm I love cookies. I wish they will be ready very quickly. How should I start the recipe?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Let me know the ingredients so I can prepare them.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them both. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the beginning please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks for the clarification. What kind of sugar should it be?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1] +Ok. Thanks, and should I use all of the eggs or only the yellow or white?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I'm ready for the next ingredients.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I also use brown sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. No problem. Yes, I would love to start and make those cookies!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Do I need a large bowl for that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. I have creamed it together. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I use all of the eggs?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +OK. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are inside of the batter as well. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It has all been absorbed. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 1 hour has passed. What should I do with the dough?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I use all the sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. Something else to do still before putting them in the oven?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks ready now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks they look amazing. I'm not sure if I can do that. I might just eat all of them right away. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what do we make today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hi, that sounds nice. How should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +In which way should I slice the apples?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +In which oven should I place them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ah ok. Thanks for the clarification. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The 30 minutes have passed. I have presses it through the food mill.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I put it in a bowl or in the mixture?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The ingredients are in the mixture. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The sugar has dissolved. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks ok now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For how long should it be in the refrigerator?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! I have a lot of apples which will go bad, do you have any suggestions on how to use them?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, cool! Let's do that!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Could you tell them to me beforehand?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I've got those. Could you tell me 3 more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, good. Are there any other spices that I should use?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, cool! So now there are 4 ingredients left?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I beat the egg?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Everything is ready now! How do we start?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oven is getting warm! Is there something I can do while I wait?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +How long should i let it rest?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's ok, no problem! the crust is on the pan now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +And should I put all the cinnamon I prepared?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright! I mixed the filling and the spices together, should I stir it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They looked well combined, so I spread it on the pie dough. Is it time to bake it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok this looks creamy! What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It does look smooth now!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the pie is closed now! Should I make cuts in the top part?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, but if that's ok I'd not put sugar, I am on diet...;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I didn't put it then! Is it time to bake?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, 25 minuted passed! Is there a way I can see that the pie is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it does, should I take it out?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! And when it's cool I can eat it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you!!! I'll give the apples to the dog!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I love Italian cuisine I think it's the best in the world. How many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I'd like to prepare them first, thank you!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Yes please I'd like beef in the lasagna. I got these ingredients ready, what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good, can I use margarine instead of butter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Okay no problem, could I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, could I have the exact weight of the cans please?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good. Thank you. Are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Okay good, I prepared. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good. How big should the can of cream be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good. Thanks. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Okay good. I have them ready. Can we start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay it is boiling. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I cooked it for six minutes because I like it al dente. Is that okay with you?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, it is drained now. What is the next step to follow?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good, for how long should I cook the beef?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, done. The meat is in the bowl. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay the onions are now tender. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I added all of that. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, is there something about that I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, the oven is not warm and 10 minutes passed. What is the next step to follow?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I did that, should I put the mixture in the pan?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I will try to change it and vegetable and beef mixture. Should I put another layer now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I added cheddar and mozzarella. What a great cheese combination. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I made another layer. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, good. I poured the soup and broth on the lasagna. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I sprinkled the Parmesan. Should I now put the lasagna in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, how do I see that it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good. Can I eat it now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmh, it smells great. I love authentic Italian cuisine! Thank you for this recipe bot :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. sounds nice. I like salmon. What are the first two ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't get the first ingredient. Could you repeat it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I have both ingredients ready. What are the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have the oil and chopped the onion. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For how long should it be in?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The outdoor grill is on high heat.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. How long should it be there?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is dry now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's on medium heat. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I use all the olive oil or leave some for later?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok. No problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have topped the salmon. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It seems to fine now. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. It smells good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What ingredients do I need?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What are the others?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have the vanilla extract and all-purpose flour. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last two?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you. What is the first step I need to do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +All of the egg or only the yolk?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have add everything to the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the first part please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +How many degrees are that in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. Thanks. How do I know it is ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. 12 minutes have passed. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. thank you for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, could you give me a recipe for a chocolate cheesecake?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes sounds great.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good plan.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have all the ingredients ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What about the sizes of the packages?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks good to know I wouldn't want to over cream it. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok nice I have them here in my kitchen. How many ingredients are left still?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Let's do two by two.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice can I replace the chocolate chips with salty chocolate chips?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Alrighty then. What are the last two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok sounds good. I have all the ingredients ready. Can we start?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright I have preheated the oven. What can I do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I have greases the pan. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have made the mix. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Is there something else to prepare still?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 10 minutes have passed. How do I know if it is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have set the temperature lower. For how long should it cool?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. What is the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, the chips look melted now. Should I stop stirring?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I took the other bowl and the mixture is smooth now. Should I combine them?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed it well. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I added the eggs as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I stirred in the vanilla. It looks ok. Should I add more ingredients in the mixture?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +A. Alright I poured the filling over the crust. What is the next step ?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice, 50 minutes have passed and the center is almost set. Can I take it out and eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok too bad. Ok it is just not boiling yet. Should I take it off heat now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I am stirring and have the chocolate chips ready. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have mixed the chocolate chips with the hot cream. I spread it over the cheesecake. It is the next day now. Is there still something I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Amazing, I will. It looks nice, thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. where do we start with?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that, what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I also added that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added both, what are the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added as well. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The tomatoes are tender. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +5 what?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. It is being seasoned. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How big should the chicken be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the chicken as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. For how long should I continue to cook?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's 45 minutes later. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the rice is boiling. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +You mean to add 4 ingredients in the skillet with the chicken?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What are the other 2 ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I also added both. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks to clarify. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have done that. Is that all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello, what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready! Which ingredients do I need to prepare?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. could I ask the complete list of ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Yes that would be nice thanks.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok thanks! Could I ask also the other ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. thanks. Can I have two more?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I don't have black pepper. Could I use also white pepper?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. no problem. Can I have two more ingredients.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. Can I have two more?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I didn't understand the second ingredient, sorry.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good. Is that all with the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, thanks.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. The oven is warm. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. Can I leave it 10 more minutes?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. For how long should i cool it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, no problem. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. Can I ask how big the bowl should be?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1] +Ok which ingredients should I mix?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I use all the eggs?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I mixed the 5 ingredients. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. I put them in. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. Should I put it in the oven?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How warm should the oven be?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok I'll put it in. It's done. I took it out and I keep the door closed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's done. Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. It smells delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, do you have a nice apple cake recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Haha yes better not to confuse indeed. What should I do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK yes that sounds like a good plan.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have these 3 ingredients ready. What are the next ones?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I have the. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok those I have all in my kitchen closet and fridge. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice, I like apple butter. Are there more ingredients left?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have all the ingredients prepared. Can we start making the cake?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is the in degrees Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok nice, what can I do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed them together. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I put it aside. What should I do with this other mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I add that in the mixture?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem my dear bot. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is all mixed together. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that alternating with sour cream.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good to know. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. 40 minutes have passed. How do I know if it is good to go?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. What should I do now? Can I eat it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the topping is on top. It looks great! Thanks for the instruction.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make the California chicken dish?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. the oven is heating up. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the oil is getting warm, what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I add first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the chicken is brown now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added the spices. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do with them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. I added all to the breast. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. the cheese is melted now. Should I take it out?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the instructions, it looks nice.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, how do I make dads flatbread?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got it. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the salt and flower. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have all the ingredients. Can we make dads flatbread?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks pretty smooth now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do with the soft dough?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have waited 8 minutes. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got it. What should I do afterwards?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I think it is ok. How do I know?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks fine now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have divided in half. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that several times.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 30 minutes has passed. It looks nearly doubled. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how much is that in Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok thanks it looks good now. Was that all?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok thanks I will!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds good, yes i'm ready!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks the is a good plan. Ok I have both ingredients. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks, I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I got it.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I have all the ingredients ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with the pepper?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I save the seeds and pulp?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok sorry I missed that part. Ok I discarded it. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have mixed all in the medium bowl. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use all the cubes?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I couldn't understand in which way should I shape them?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +A bowl shape?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ah ok, so I should make balls?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, I got it now and have done that. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got it. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are lightly browned now. Should I take them out?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks for the instructions, it smells great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello hello! I am hungry, do you have an idea for what I can cook?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds exactly like what I was looking for! How do I prepare it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +I have that! Yes cool you can give me the ingredients, how many of them are there?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have cabbage and potatoes. What is the next thing to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good! Onions, salt and pepper are ready! Which are the next one's?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok! How big should the can be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I do!!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I combined those. For how long should I slow cook them?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok broth and sausage are in! What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 8 hours pssed, is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Not yet I think I'll wait one more hour. Ok it looks good now! Are there any more steps in the recipe?;[0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello, what are we cooking today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great I am looking so forward!! What are the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. Can I use white sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. Good. Are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I wrapped the bacon around the hotdogs. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I've done that. Should I put them in the oven now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I do! Should I take it?;[1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. Should I use all the sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok. Good. I waited six hours. How do I see if the hot dogs are ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The bacon is cooked. Is the dish ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, I love bacon.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. Nice. Is it a long recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Nice. What are the first two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. I have them. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What should I do now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there some temperature indication?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have arranged them on the sheet. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks ready now. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks for the instructions. It looks nice!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, what do we make today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds great. How many ingredients do I need to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Just tell me one by one pls.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I got the potatoes. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How large is the can?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks. The next ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. Anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. I have them all. How should I start?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did it. Then?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How big should the chunk be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Easy job. What to do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I add the three to the skillet. Shall I keep heating it?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Do you have a specific time for me to wait?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I think it is done. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Fine! Goodbye!;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +That sounds good. What is the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +That's done. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the quantities please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. Something else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. it seems good. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +When do I know it is ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I do something else during these hours?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +I have the whipping creme. How many sugar do I need to add?;[0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. The whipping creme is ready now. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Can you repeat the last sentence please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you. Anything else I need to do for serving?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Thank you for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm I think it will fill up my belly and warm me up from inside.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the squash and the curry powder. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the butter. Can I also use ahorn syrup instead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok I will try it out. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the ingredients. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That sounds like a nice addition. Are there any ingredients left?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes indeed that will be tasty. Ok sounds good. Yes I have one next to me.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have combined them in the bowl. What should I do with the mixture ?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. On how much Watt should I set the microwave?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem! The mixture looks heated thorough now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I have done that. Thanks it looks tasty and exotic indeed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello what are we going to prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +That's great! How many ingredients are there in this recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that! what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I just have lemon and not lime, is that ok?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem can I have two more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I have more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how big should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I have the quantities of these ingredients?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good should we start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, should I use all the lime?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 20 minutes passed, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes that's it! what next?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, for how long should I warm the tortillas in the oven?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, the tortillas are warm and the chicken is on a serving bowl, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Noyce! so is that it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. nice. What is the first step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done it. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have let it chill overnight. Is there something else to do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I stirred in both. What are the next ones?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added both. What are the next ones?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. I added it as well. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. Thanks. it looks nice. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi Bot! Do you have a recipe with snails?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +MMMH Sounds delicious!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK! Can I use margarine instead of butter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Okay, no problem. Which are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I've got them from my spice rack. Are there other ingredients left?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Got them!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have prepared them. Do you know which kind of mushrooms should I use?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I will take my Italian porcini. How should I start to prepare the food?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice! What should I do with the escargots?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have rinsed them two times, is that enough?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I mix then with other ingredients?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, thanks for that. I mixed those ingredientsù.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Good, the pastry shells are filled now. What can I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done that! Is it time to put them in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + Okay, eight minutes passed. Is there a way I can see when it's time to take them out?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I think they are brown enough now, I took them out then. Is that it with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Merci, I love your french accent!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am. What's the first step I need to do?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. go ahead. What are the first ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What's the quantity of the turkey?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have that. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Into four what?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you. What should I do with the patties?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +For how long should I cook them?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. can I do anything else in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the turkey is not pink anymore. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you for the instructions. They look delicious!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I am ready! What is the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what is a madeleine pan?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. Good. The oven is heated and the pan is buttered. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could I use brown flour instead of all purpose flour?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. I mixed flour and cocoa powder. What is the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. I also mixed them. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Can I use stevia instead of sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. I've mixed those ingredients. What should i do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Which ingredients should I add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them to the mix. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is the temperature still 190C?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. Good. They are inside. And they baked for 12 mins. How do I see if they look ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry what should I do after removing them? I didn't understand.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good. Is that it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I sprinkled them, are they ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice!!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. What are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. nice. How many ingredients does the recipe have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes it would be good to prepare. What are the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have both of them. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I make the flakes myself?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. no problem, that sounds good. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have all of them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what can I do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that. What else can I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have stirred it. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It is well blended now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. They looks great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sure sounds great. How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok that is quite a lot. Maybe you can give them to me beforehand. Alright, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok easy I have all of them already here. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I already prepare the eggs in some way?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have the carrots, walnuts and flaked coconut. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sure. What are the sizes of the can and package?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. Are there more ingredients left?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks I have all the ingredients ready. How should I start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. What should I do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Should I put in the mixture now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. I have added the ingredients in the well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks smooth now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok i. Ok I have stirred in all the ingredients. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. The pan is filled with the mixture. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I preheated the oven on 175 degrees Celsius. Is that still fine?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 45 minutes have passed. Is it ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks good to know. SUre.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have creamed them until smooth. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice it became creamy. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah ok what should I do with the frosting?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will put it on top of the cake then. Thanks for the instructions, looks great!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +See you.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hello, what are we going to cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, I have them, which are the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, could you tell me the other ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, could I use Allmond milk instead?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Okay, good. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good! Is there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good I did that, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it looks moistened evenly now, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok 30 minutes passed, ehat should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the milk is bubbling, what should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The egg is mixed well, I think. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did that, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, i think it's thich enough now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it's cool enough now, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, done! should I put the mixture in the pan?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it it rolled, what should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that! Should I put it in the oven?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I am baking it, how do I see that it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I think it's good now! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's cool now. Is it ready to eat?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I am doing that, how do I see it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's cool now! Is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yess, it's great thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. Could you repeat the recipe name for me?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. What about the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I prefer you tell me when it is needed. How should I start?;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Shall I use all the oil?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Good. I heated the oil. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +You mean cook until onions become soft?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +OK. That's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The beans are added now. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much sugar?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I add them. Is that all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +3 minutes? I think it needs more time.;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okkk. I will follow your order, sir.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The butter is melted now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I add the beans to the skillet. I should continue cooking them, right?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I add some salt?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. Thanks! Is it done? I am going to remove it from the pan.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Thanks!! Bye.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What's the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. what's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the water. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the can be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the package of vegetables be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you anything else?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Can you repeat the first ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you I have them now. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have added them both. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you for the instructions. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make Frosted Ruby Punch?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I have the mould. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is the next day now and the cranberry juice is frozen. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have the punch bowl. What should I add?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I add next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat that please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you for repeating it. I added the ginger ale soda now. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. I added the raspberry sherbet. Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Thank you. it looks delicious!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! I don't know what to cook today... ideas?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds great! how do I make that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes I'd like that!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, is it ok if I use normal milk?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, I went and bought it then! Could you tell me the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Is the first ingredient egg substitute?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok, and could you tell me what that is?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, thanks. How should I continue?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Alright! I took them. Is that it for the ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes that would be nice.;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! Could I have the last ingredients now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, which kind of mushrooms shouldI use?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, thank you! How can I start with the cooking?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Should I beat just the cream cheese?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright! Looks smooth to me!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, all of the other ingredients are in the mixture, what should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done that! Is it time to cook it on the stove?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! It's been 45 minutes since I put the pan in the oven, but it doesn't look ready... Should I wait 10 more minutes?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did it now and it looks ok! Should I take the quiche out?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I hope so too! Thank you bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. How do I make crab and lobster stuffed mushrooms?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Sure. How many ingredients do I need?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What are the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. Thank you. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Could you repeat the third ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +And the ingredient after that?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. The oven is preheating. Is there something I can do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will take the bowl. Yes, that would help thanks.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many crushed croutons do I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have put them ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much lobster and garlic do I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok now I understand. They are the ingredients I already put ready in the beginning. Is there something else I should add to the bowl?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do with the content of the bowl? I didn't understand.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. It is light brown on the top. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks for the instructions. It looks very good!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Cool, I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah thanks for the clarification! I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok great I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should the endives leaves be Belgian?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great I have them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. Are there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have all of them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have combined all of them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I still do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Ok it looks nice. Was that all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make fancy Brussels sprouts?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added them as well. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. Is there more to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. when do I know if it's finished?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there something else I should do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it looks good, thanks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Alright, what is the first step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that is done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should it be big or it doesn't matter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. I have it. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. Should I add more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added. What should I do with it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is bubbly now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how long should I shake it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that is done now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. all of it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. I will do that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I took another bowl again.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I put them both in the bowl. Should I add more?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's all melted. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. It looks great!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes go ahead!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have cut the eggplant into slices. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the French baguette be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What kind of tapenade should I use?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you. What should I do with these three ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Can you repeat the last word?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have placed them on the baking sheet. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. when do I know it is ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they seem ready. What can I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done that. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Both done. Is that all?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. thank you for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am. What ingredients do I need?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. go ahead.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good I have them all in front of me now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the last one please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Thank you. I think I have everything. What is the first step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Done. Can I do something while waiting?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have sliced them. What should I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I stir everything?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What is the next instruction?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How do I know when it is ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +One hour has passed and the crust is golden brown and the filling is bubbly.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks good, thank you. Bye.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am ready. What is the first step I need to take?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I take in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them. What should I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What's the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added the maple syrup. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Done. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. I have drizzled the mixture over the apples.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What kind of foil do I need to use?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +I have baked it for 20 minutes in the preheated oven. How do I know whether it is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. another 10 minutes have passed now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, they are tender.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. Thank you for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, I like chocolate but I want to make something special. Do you have a recipe?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm sounds yummy.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, what are the sizes of the packages?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok nice. When should I stop?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have dipped them in. Should I use all the pretzels?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok nice. Is there something I should still to do after cooling.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks, I will, it looks great!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make chili for two?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. should it be small or large?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the other 2 ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added both. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the meat is no longer pink. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added both. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have also added these ingredients. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's boiling. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the 15 minutes have passed. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks it looks nice.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes I am! How many ingredients are there?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how big should the carrot package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, can I have the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I prepared them. What are the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I use also oat milk?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, can I have the next two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I start with the recipe now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! I am ready to start now.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The oven is heated up.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's boiling now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 5 minutes passed. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! What then?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did it! Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I use all the flour?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I poured the mixture! Should I put it in the fridge?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did it. What should I do with this mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! How do I see that it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I take it out and eat? It looks great!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I hope so too, it smells delicious.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello bot! What are we going to prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Of course I am!! How many ingredients does this recipe have?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Wow! Could you tell me the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK good, what are the next ones?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good I have those ready. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK good, I also have those ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, what next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good, could I use margarine instead of butter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Okay no problem, tell me the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, are the ingredients over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good, how big should be cream cheese package?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good, what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I did that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hey, I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, good.should I use all the flour?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, good. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, the chocolate looks smooth, and I removed it from the heat. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, it looks fluffy now. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, the chocolate is in. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I am adding flour mixture and sour cream. Should I put them together at the same time?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the water is inside now, what should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hey, I put it in.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, 30 minutes past. How do I see that it is ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, now it looks good! Is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's cool now! Is it ready to eat?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, what is the next step then?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the chocolate looks smooth now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I did that. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I love ganesh, how should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay the chocolate looks smooth. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok there is ganesh on the bottom. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I minutes past. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I did that. Is it ready now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I love it!!! I love chocolate :-) thank you for the recipe bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello. What are we going to prepare?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Can you please list all the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much of the green cheese do we need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What are the other ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, anything else required?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Got all ingredients. What do I have to start with now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay. It's well blended. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How many flour do I have to add again?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks. I did it. What's coming next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Done. Is there anything else I need to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It's placed over medium heat now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much milk do I have to add again?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay. Got it. Done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Added them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It seems to be of good consistency now. Something else that needs to be done?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The dough is rolled out. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Completed.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are cut in halves and are placed on the sheets.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay the rolls are cut now. What else do I need to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It's done. It seems baked.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It's sprinkled and cooling down. Is it finished now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are cut and put into the freezer. What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I sprinkled it. Can I serve it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks! See you.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I love tea as well. How should I make it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I have the cranberries and water. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should it be fresh juice?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. No problem. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Could I use brown sugar instead as well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok. Are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, could you repeat the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Now I could understand, thanks. How should I make the tea?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 5 minutes have passed. Could you repeat that part again of the berries? What should happen?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. They popped. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok.It is cold now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I do with the cranberries?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that and added the ingredients you mentioned. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added them as well. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done it. It is very tasty. Thanks.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes that sounds like a funky mix of two different places. How many ingredients does the recipe have?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have both of them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What kind of rum should I use.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I have both of them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, could you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +8 chicken fillets right? What should be the size of them?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I cannot understand what you are saying.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok thanks for the clarification. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have them combined. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I will wait overnight.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I'm back. Ok I will preheat the oven. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are in the oven. How do I know when it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks like the chicken is tender and ready. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Both sides are brown. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks, I'm happy it's finally done. It looks funky.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, lets start cooking.;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sure, what do do first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +No, I already have all the ingredients here. Just start with the first instruction.;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how hot should the grill be?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +No worries, what should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I got a big bowl over here.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How much cheese again?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the cheddar and parmesan are in the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +The whole egg or only the yolk?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I will add the complete egg. Can you quickly repeat the ingredients that should now be in the bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Great, I got them all in the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I seasoned the cheese mixture.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I mixed in the beef.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I finished the paties. Can I cook them on the grill?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, wrapped the bacon. Can I start grilling them?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, done that. How many steps are there still to go? I'm getting hungry!;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What do I do after securing the bacon with the toothpicks.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the hamburgers are done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thank you bot. I can't wait to eat them!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds good! I am ready! Are there many ingredients? Can I have the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! Can I have more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I prepared them. Can I have the next two?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are ready! Can we start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The oven is warm. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did it! What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The eggs look good. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added the sugar! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. How long will it take before it's thick and glossy?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok now it should be ok! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added vanilla, lemon juice and corn starch. Can I also add some butter?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did so! What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. So a small hole in the center?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 1 hour passed. How do I see that it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand the instruction.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good. For how long should I let it cool for?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. Is the recipe over?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I did so. It smells great! Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I use brown sugar to sweeten?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem. Is there a next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I put some fruits! Can I eat it now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I will. Thank you!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello!! What are we gonna prepare today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Mmmh I love fig bars!! How many ingredients do I have to prepare for this recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I'd like so. Thank you!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Good! I have large eggs. Is that ok?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok! I prepared them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, also those are ready, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What are the next 2?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! I also have pine nuts. Can I add those?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added some then, I love pine nuts.;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can I have two more ingredients? Oh ok. I added that! Can we start with the recipe now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! Do you know which program should I use on the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem! What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, it looks good now. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can I eat it now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I chop them before I put them inside?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good I chop them and I added them. What is the next step to follow ?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. So I should spread the mixture in the pan?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. I baked for 25 mins! How do I see that it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks a bit toasted now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's cool now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I am wondering how big the squares should be?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will make some squares then! I did them. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Mmmh I'll get at that right away! Thank you bot.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello bot, what is the recipe of the day?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I do! Let's do it! Can we first prepare the ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I have them ready, what are the next ones?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, should I use skimmed milk?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's ok! Can you tell me more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I have them in my baking shelf! Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! I have water baking powder and vanilla exctract!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! I look forward to start then!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, for how long should I cook them i the microwave?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oook, it should be ok. What can I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I made the mixture, what should I do with it.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I beat the egg before I add it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No worries! What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I am doing that. Should I use all the chips?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Tremendous! Can I tell me what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, one hour passed!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I am rolling the dough.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok, I cut it!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +They are on the baking sheets now, should I bake them in the oven?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, 7 minutes passed. Should I wait until they look nicely brown?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are cool I think. Can I eat them now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I am mixing now, what should I do with this mixture'.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I add all of the sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +And what should I do after?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +So what should I do after i make a hole in the plastic bag?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good so I did that rght I think! What now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I smoothed them out. Are they ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the frosting black is in the bag!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did that. I think it doesn't look that great but that's my fault probably...;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I piped a mouth on each player. They are smiling. Is it normal that they look creepy?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh nice, I used yellow and purple like LA Lakers.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ahah lol! Thanks for that, I'll keep it in mind.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot! DO you have some Italian recipe for me? I think italian food is the best in the world!;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds great!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Allright, should the oil be extra-virgin?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + ok, no problem! Could you tell me the last ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand the first ingredient...;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh ok, how should they be ripened?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ook, I guess I'll grab some tomatoes. Is that it for the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, to which temperature should I preheat it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] + ok, so I put the bread in the broiler?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the tomatoes are finely diced now!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I am mixing it now! I think it's enough. What should I do with this mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I made a layer of bread, is it ok if they slices touch?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! The bread is now nice and oily.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + ok, looks brown now!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice! I put the tomato mixture on top, is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yummy! it tastes amazing. Grazie bot!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make best macaroni salad?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How big should the package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next one?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have that as well. Are there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have all the ingredients. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How long should I cook it?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. is there any indication of how many minutes you need to cook until you reach al dente?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have stirred those ingredients in the bowl. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. Is there something else I should still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello. I'm all set to make the gingerbread men, tell me what to do!;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. I'll do that, but could you first guide me through the ingredients, so I can gather everything I need? I've taken the bowl by the way.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's fine, thanks. Let's get on with it. How long will it take do you think?;[1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +All right thanks. So what do I do with the bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +You mean with a mixer?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Er... What I meant is - do I need to cream it with a beater or with an electric mixer? The margarine is quite hard.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. done! What's up next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +All right, what do I do with the egg-white? Do I keep it?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No problem, yes, please, let's continue.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I'm waiting.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What was the third ingredient, and how much do I need?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +OK?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry, what kind of cloves?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh, I don't have that, I'll just leave it out. Could you repeat the first two items, please?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Yes, sure, how much exactly?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, I added them. I used a bit less cinnamon, because I don't really like it..;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. finished! Do I stir it all together now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +All right, that's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +All right, I'll put it in the fridge. Hello. I'm back, so, what now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Er.. what's that in Celcius? Sorry, my oven doesn't indicate Fahrenheit.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Thanks! All right, the oven is heating.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Sorry, I already left the dough to chill in the fridge for an hour, is that what you meant?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay, that's done.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great. that was fun. Anything else, or do I put them into the oven?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah, all right, I though we needed to do something else first. They're baking now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +No, I think they worked out perfectly, I'll add the toppings, thanks!;[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! I'd like to prepare a French toast!;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! How many ingredients does this recipe have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That would be nice yes?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, here are bread and eggs! What else should I prepare?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes I have a big load, thank you for asking!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have those! Could you tell me which are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good! Is it ok if I use butter replacement instead of butter?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, good! So is that it with the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I didn't understand which kind of Syrup I should use.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good! Do you want to start then?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I buttered the dish up!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I put the slices on!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the ingredients are in the bowl, what now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good I'll wait for the night then! Ok a night passed, what now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, is there something that I can do while the oven heats up?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it's bubbling noe. *now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the bread is soaked now! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did bake it for 40 minutes. Can I bake it for a little longer to make the bread more crunchy?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. Should I take the breads out of the oven now?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! They taste amazing!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. How do I make garlic butter?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +OK I have the bowl. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok so I can season it as desired? Or should I add all the teaspoons?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. What should I do next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great, yes I'm ready for some brownies.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok can I use brown sugar instead as well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok easy I have them as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them all.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how long should it be there?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how do I know if it is ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem , what should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. Anything I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What else should I still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. Can I eat them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great, they look amazing. Thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make fried beef ribs?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. the peanut oil is now at 190 degrees Celsius. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Which ingredients should I add?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have done that. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added the last ingredients and mixed everything together.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's done. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last part?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. I whisked the eggs and added them to the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have dipped each rib in both the egg and flour mixture. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I repeated the dipping.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I fried all the ribs in the peanut oil. Are there other steps to take?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you for the instructions. They look good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. nice yes I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what can I do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added both. Is there more to add?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. both added. What are the other 3 ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. all added as well. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. they are mixed together now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. nice, I made some dough balls. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. when do I know that they are ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have baked them for 10 minutes. Is there something else I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that! Is it done now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello Hello, what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! I love cookies! Are there many ingredients in this recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good could you tell me the ingredients first then?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, can you tell me more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, what is the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok great! Can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I placed the cookies on the tray. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good I am doing that, the mixture looks good now. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how long will that take?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, the caramel is set now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, what is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the chocolate looks nicely melted now, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, should I use all of the chocolate mixture?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok good, what next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, they are resting now. What now? is there something else I should do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Great! they look delicious :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Thanks bot, see you next week, enjoy your weekend! :).;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make the bakers secret pie crust?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +5 tablespoons of what? Could you repeat that again?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the clarification. I put everything in the freezer for 20 minutes. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I have the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them to the bowl. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. added as well. Should I add more still?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added the baking powder. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Should I mix it with the machine?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks. Done. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. I took them out. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the last part once, what should I make sure of?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the clarification. What should I do now with the mixture?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. done. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What should I add besides the two teaspoons of stilled white vinegar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. now I understood thanks. Ok. they are both in the measuring cup. Should I add more?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. done. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's cooled down now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the first mixture is in a large mixing bowl. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. could you repeat only the last part? I couldn't follow that, thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1] +Ok. thanks. It's all added now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. it's in the fridge. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. in which shape should I roll it out, or it doesn't matter?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. it looks nice.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. that's good. What's the first step I need to take?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have heated the oil in a large skillet. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What are the other two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +How large should the bunch of onions be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. what's the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the first part please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +The onions are translucent now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Three minutes have passed. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the last ingredient please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. what are the other three ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have added them all. What should I do know?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have the bowl.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. that's a lot. What is the last ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh thank you I have added the cornstarch. Anything else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Done. What's next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes everything is coated now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thank you for the instructions! It looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Hm, yes I love salads. Is it a long recipe?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, yes what are the first two ingredients?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok how big should the chicken be? Ok thanks. I got them, what is next.;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks. I got them, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok I have them ready. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok could I use English mustard as well?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright, I got it. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I prepared both ingredients. Are there more ingredients left?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good, I have all the ingredients prepared.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oil is heated, what should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok for how long should I fry them?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the chicken looks good now. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK I have diced the chicken. What is the next step ?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that, it looks nice. Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It looks even better with the chicken. Thanks for the instructions.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, that sounds very good. How many ingredients does the recipe have?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sure let me know.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. I have all of them. What are the next ones?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have them prepared. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have all of them. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What can I do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have greased the pan. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I sift them together.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks blended now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have added them as well. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I stirred it in. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks incorporated now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +In the bowl as well?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It's inside of the pan.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +OK. How do I know when it's done?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks ready now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How many holes should I make?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have combined them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. How long should I let it boil?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I let it cook for 5 minutes. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. It looks tasty!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot I would like to make a nice sauce for my fish tacos. Do you have something?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes that sounds just perfect. How should I start?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have both ingredients ready. What are the other two?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice. So how should I make the sauce?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks well blended now. Should I add the other ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice I will do that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah nice, it looks good now. Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice thanks it will be great with my fish tacos.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! I am hungry, do you have ideas for something to eat?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds good to me! Are there a lot of ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I'd like that please!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I took the out of the fridge. Can you tell me the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I also took those. What are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, do you know if I can use gouda instead of cheddar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok, no worries. Are there other ingredients left to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, could I use brown bread?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem, can we start to cook now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the broiler is warm now! What can I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I stirred in the ingredients. what would you like me to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I've placed them in the broiler, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did spread the mixture. Is there anything else to do before I bake them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, good, 5 minutes passed, are the toasts ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + yes, it looks nicely melted.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good, I love cheeese!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +OK. Sounds nice. Yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I have them. What are the next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the second ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ah ok, alright. I have them ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I'm ready.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. Can I do something in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. They are back inside. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The cheese is melted. Is there something else to do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I will add the bacon. Thanks. It looks nice.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Good, yes I like especially apple pies. How should I start?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok good, what are the first two ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +O I got it.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I prepare the appels already?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have both ingredients. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I dice them in some specific size?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it became a thick apple sauce now. What is the following step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use all of it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Should I use all of the shortening?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0] +Ok good. What should I do now?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks fine now. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ah ok, yes I have done that.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok is it ready to bake now?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Aha, ok the oil is heated. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes they reached a golden brown colour. Is there anything else I should still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks! It looks great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hallo, what are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. Great! What are the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. How big should the cheese package be?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Sorry I didn't understand which bread I should use.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. I spread the mixture on the bread. Is the recipe over?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I cut the cucumber and placed on the bread. Is that it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +It's very tasty! Thank you.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today.;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Sounds awesome, yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could I use almond meal flour instead?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what are the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice I have all of them.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do with the candies? Eat them ?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I will do that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what should I do with it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok are they ready to be baked?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I baked for 10 minutes. Are they ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks they looks just great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make the cold cocoa smoothie?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes I have!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. how much should I add?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I add both. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is smooth now. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. What should I still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks. it looks good.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great!! Can you tell me the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! Can I have two more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok good! I have them ready. What are the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, should I use white vinegar?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem. Are these all of the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, they are ready. Can I have the last two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good then! Can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! Should I beat the eggs before I put them in?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, all the stuff is in the bowl now! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I took the saucepan.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, how long is it gonna take before it becomes thick?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, it looks kind of thick now. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is cool now. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed it, is it ready?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice, can I eat it?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, how do I see it's ready?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem! Smells great thank you :).;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello, what are we cooking today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +I love German pastry! How many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good. Could you give me the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good. Can I use Stevia instead of brown sugar?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Okay no problem. Can I have the next ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Okay good. Can I have more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good. Can I use whole-wheat flour instead of the all-purpose one?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Okay no problem. Can you tell me two more ingredients please?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Can I use brown sugar instead of white sugar?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem! Are there more ingredients to prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, eggs and vanilla extract are ready! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the first ingredient?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Oh Ok good! Then we can start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I did that! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I added them! Should I put them one by one?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! What is the next step to follow?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I combined them! Should I use all the salt?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. It's creamy now. I love creamy. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, the chocolate chips are in! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I mixed the mixtures! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did that. Should I repeat that more times?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. The mix is finished! Should I bake them now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! How warm should the oven be?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. I guess I will follow my heart :). They are cool now, is the recipe over?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I mixed the ingredients. What should I do with them?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, I did that. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I frosted them with the mixture once it cooled. Is the recipe over?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I love them! Thank you!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hello! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! Is it a long recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Could I prepare the ingredients first?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, I have them ready. Could I use margarine instead of butter?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok could you tell me which other ingredients should I prepare?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them, what next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, are there more ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them ready now! Can we start with the recipe?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good I am doing that! For how long should I keep them in the saucepan?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, it's ok now I think. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that, what should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I beat them inside the mixture?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, chocolate and vanilla are in. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good I did that now I just have one mixture right?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I did blend it! What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they are on the cookie sheet now. Should I put it in the oven now?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, 14 minutes passed. Is there a way I can see that it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok for how long should I cool them?;[0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok no problem, they are cool now. Is the recipe over?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot, what are we gonna do today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yummy yes, I am ready. What is the first step?;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. should it be a big bowl?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0] +Ok. I added the cream cheese and the egg. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. Which are the next ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Did it. Should I mix the ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Good. Is it ok if I use ground chicken instead of the beef?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +That's no problem, i'll use beef. Ok. I mixed well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I do it with my hands or use a tool?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. No problem. I did it with my hands.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +What next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Perfect. Thank you. It smells great.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +See you tomorrow bot.;[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hi. What are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Ok. Great. What should I do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok. alright. I have them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have both of them as well.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Should I do something with the egg already?;[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have combined them. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. It looks smooth now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is there something I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I will let it rise. Is there something else I can do in the meantime?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. 1 hour passed. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have divided it into two halves. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have done that. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, is there anything I can do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright. I have done that. It is golden brown now. Anything else I should still do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks I will!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi! What are we gonna cook today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great! Is it a long recipe? How many ingredients does it have?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I'd like to prepare them first!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them ready. Which are the next ones?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I also have those ready. What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good! Can I use margarine instead of butter?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Ok no problem! Are the ingredients over? Can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok should I use all the dates?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good done! What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is dry now. What should I do with the mixture?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok done! What next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I am doing that. Is there a way to see that it's ready?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. They are golden brown, but I like them a bit more brown. Can I leave it a bit more?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good. Should I take it out from the oven?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good it's cool now! Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Nice!! Thank you!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi bot! My friends are coming for dinner tonight! Can you suggest me a nice recipe to impress them?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Yes, sounds exactly like what I was looking for.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes, I like to have the ingredients ready before I start!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I shredded the chicken!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Perfect, I've got onions and celery! Why are the next two ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Been there done that!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +All right! Is that it for the ingredients?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them in my spice rack!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I have iceberg salad, is it ok if use it to replace the lettuce?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0] +Great!! Thanks, can we start with the recipe?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I mixed those!;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I made this kind of sauce, what should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I mixed the contents of the two bowls together.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Oh yes like that it looks good!;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +I will, thanks for taking care of me not, it looks delicious!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi. how do I make the deep fried turkey?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Yes I have a turkey fryer.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. is that Fahrenheit or Celsius?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0] +Ok. Thanks. done. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ah, thanks for letting me know there is enough room now for the turkey.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. done. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. can you repeat the first part before drying it with paper towels?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the clarification. What is the next step?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Ok. done. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the whole is at least 2 inches. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Done. I put it in the fryer. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it is. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. the turkey is in the fryer. How long should it stay?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. it's now 45 minutes later. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I let the turkey drain. What is the next step?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Yes the temperature is 80 degrees Celsius. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. done. Is there another step to take?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. thanks for the explanation.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi how do I make biga?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0] +Ok yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have them, what is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok alright I have them all ready.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok, what is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it looks ok now. What should I do?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I think it looks like your instructions.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok thanks for the instructions!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi, what is today's recommendation?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +Great. What shall I prepare for this salad?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Can you tell me its weight?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Anything else? Like any sauce?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Good. Also 11 ounce?;[0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Thanks. Next thing is?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +I got that. Next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Is it all?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I have it now. Go on, pls.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. A lot of things on board. Can I start now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. I add them to the bowl. What else?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ohh. 1 hour passed. Can I eat it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok. Thanks!;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] +Hi what are we making today?;[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0] +It does indeed. How many ingredients are there?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok yes please.;[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have those at home already. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good I have them. Can I use more wine as well?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. W. What is next?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I got them. Are there more ingredients?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok good, I have prepared all 3 of them. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice, yes. What can I do in the meantime?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0] +Could you repeat the second part of the instruction?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0] +Ok I sliced the top of the garlic. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is in the oven. For how long should I do this?;[0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok they look ok now. Can I take it out?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok what else can I do?;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the oven is set. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I have done that. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the chicken looks good now. What should I do now?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Alright. it is warm now.;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have stirred in the flour and cheese. What should I do with it?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok I have done that. What should I do next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok nice I added them to the sauce. What should I do with the sauce?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok it is nearly boiling. Should I leave it for a while?;[0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Ok the thickening is inside. What is next?;[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] +Hm it looks great! Thanks for the recipe.;[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1] diff --git a/ai_talks/AMUseBotBackend/utils/roberta_nlu_training.ipynb b/ai_talks/AMUseBotBackend/utils/roberta_nlu_training.ipynb new file mode 100644 index 0000000..b04fcc3 --- /dev/null +++ b/ai_talks/AMUseBotBackend/utils/roberta_nlu_training.ipynb @@ -0,0 +1,8983 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + }, + "accelerator": "GPU", + "gpuClass": "standard", + "widgets": { + "application/vnd.jupyter.widget-state+json": { + "694d7bfbd87e4f33a4daa40430cc94d2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_1fd07cd761e7434d85c1d8c49c3f45c1", + "IPY_MODEL_620871da669b40738224ff69d538187b", + "IPY_MODEL_b84e764ef62b437e87a781f16247fd03" + ], + "layout": "IPY_MODEL_d77be9f7427d4ad2a1dfea71a81ae94b" + } + }, + "1fd07cd761e7434d85c1d8c49c3f45c1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_4d8ed96b126f428cb2f9d5c87a0a1734", + "placeholder": "​", + "style": "IPY_MODEL_db1e8202e91f4ca89b208f427e667aad", + "value": "Downloading: 100%" + } + }, + "620871da669b40738224ff69d538187b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8b9a439c743f41b1a246f73b57ce7f7a", + "max": 481, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_ce3f97321e6344759fc1677ae1f6d000", + "value": 481 + } + }, + "b84e764ef62b437e87a781f16247fd03": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5aeace3378f8478f955e68008942ef8e", + "placeholder": "​", + "style": "IPY_MODEL_75877749fad44f8289e0d9dbec9f56ea", + "value": " 481/481 [00:00<00:00, 25.0kB/s]" + } + }, + "d77be9f7427d4ad2a1dfea71a81ae94b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "4d8ed96b126f428cb2f9d5c87a0a1734": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "db1e8202e91f4ca89b208f427e667aad": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8b9a439c743f41b1a246f73b57ce7f7a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ce3f97321e6344759fc1677ae1f6d000": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "5aeace3378f8478f955e68008942ef8e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "75877749fad44f8289e0d9dbec9f56ea": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "e165e4e93a2d47e1950a24a9cacc9c2c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_e8878d5aee0b4dc7a2d746098f1f59b1", + "IPY_MODEL_084461e6ab544a6583c65f8525a000fb", + "IPY_MODEL_09e3bdf1dd704536a221c45cb83153fb" + ], + "layout": "IPY_MODEL_80bd7745299741379eb6e217e59b25a4" + } + }, + "e8878d5aee0b4dc7a2d746098f1f59b1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8fcbe8d444604329885793af296e6e20", + "placeholder": "​", + "style": "IPY_MODEL_23420c2b8abf4856b7271d973fca60dc", + "value": "Downloading: 100%" + } + }, + "084461e6ab544a6583c65f8525a000fb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3eee21d29d46400fa138b4f7abda88b6", + "max": 501200538, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_a315824e6c82410aa6a18728ee47c90c", + "value": 501200538 + } + }, + "09e3bdf1dd704536a221c45cb83153fb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_187aa680575b481391fc5659c09713d0", + "placeholder": "​", + "style": "IPY_MODEL_6e1391b14f9b4d1796b136f108263d2a", + "value": " 501M/501M [00:12<00:00, 27.0MB/s]" + } + }, + "80bd7745299741379eb6e217e59b25a4": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8fcbe8d444604329885793af296e6e20": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "23420c2b8abf4856b7271d973fca60dc": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "3eee21d29d46400fa138b4f7abda88b6": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a315824e6c82410aa6a18728ee47c90c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "187aa680575b481391fc5659c09713d0": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "6e1391b14f9b4d1796b136f108263d2a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "652cb1eeb61841e0b9369aa1d431997d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_52381344c6dd4c4fa7968f8883e49181", + "IPY_MODEL_d72ba453917349a99e55c3683f0c2ec2", + "IPY_MODEL_afe596a4072040fb9f8207c93b19cf5d" + ], + "layout": "IPY_MODEL_8cb75dde2d2b45fa970abd5d990d2163" + } + }, + "52381344c6dd4c4fa7968f8883e49181": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_109065eef9564ea5a878149a278b11bf", + "placeholder": "​", + "style": "IPY_MODEL_a308679f644f401ba5a1f747e350eced", + "value": "Downloading: 100%" + } + }, + "d72ba453917349a99e55c3683f0c2ec2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_37f2ce644b8348338d3b523f215401dc", + "max": 898823, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_c308fb7e86574aeeb1d0a3f466e258f4", + "value": 898823 + } + }, + "afe596a4072040fb9f8207c93b19cf5d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_dbf8829907284c8a8183b017c2aae8e3", + "placeholder": "​", + "style": "IPY_MODEL_ba1d21be483447c2b4153ae47b5e8ef7", + "value": " 899k/899k [00:00<00:00, 8.09MB/s]" + } + }, + "8cb75dde2d2b45fa970abd5d990d2163": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "109065eef9564ea5a878149a278b11bf": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a308679f644f401ba5a1f747e350eced": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "37f2ce644b8348338d3b523f215401dc": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c308fb7e86574aeeb1d0a3f466e258f4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "dbf8829907284c8a8183b017c2aae8e3": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ba1d21be483447c2b4153ae47b5e8ef7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "6a97d164c0c2422e9088fc8593395849": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_c73360ec684f4fc7ab4c6a7feedbe869", + "IPY_MODEL_de2ced951f0c42b9a6825ec1eaf929d1", + "IPY_MODEL_ffc643f758bc4de88afe065299d4e088" + ], + "layout": "IPY_MODEL_6bc3f90d7e5e4e88ba3d311a8a567c47" + } + }, + "c73360ec684f4fc7ab4c6a7feedbe869": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_fddba07539ca410fa0a01a507a552163", + "placeholder": "​", + "style": "IPY_MODEL_66b5a099a2014851888bbdeeae52f321", + "value": "Downloading: 100%" + } + }, + "de2ced951f0c42b9a6825ec1eaf929d1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_921073a913b645c09c729ea53652692e", + "max": 456318, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_8c7eb08b18404d17a03de30a3ccbfbdb", + "value": 456318 + } + }, + "ffc643f758bc4de88afe065299d4e088": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e71aedf9bd0242588fb1f5b8ad0cf959", + "placeholder": "​", + "style": "IPY_MODEL_35c34efd9ed74315aa59cb65089ad273", + "value": " 456k/456k [00:00<00:00, 6.39MB/s]" + } + }, + "6bc3f90d7e5e4e88ba3d311a8a567c47": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "fddba07539ca410fa0a01a507a552163": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "66b5a099a2014851888bbdeeae52f321": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "921073a913b645c09c729ea53652692e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8c7eb08b18404d17a03de30a3ccbfbdb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "e71aedf9bd0242588fb1f5b8ad0cf959": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "35c34efd9ed74315aa59cb65089ad273": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "cbcfd38560aa42229b38646589a21443": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_2988c068984e4b339dec5babd2bc428a", + "IPY_MODEL_bdbdaabdb6f446e0bf16a93c6a5661c8", + "IPY_MODEL_618fee944a154711829a04e1086dcd32" + ], + "layout": "IPY_MODEL_31eb343b909e44edab6cc1d2459e48f7" + } + }, + "2988c068984e4b339dec5babd2bc428a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_dcb3b61dd4024b8e9bf79fbb2d30e3e6", + "placeholder": "​", + "style": "IPY_MODEL_c152415760654b2ea94f7f6d3e198b0f", + "value": " 0%" + } + }, + "bdbdaabdb6f446e0bf16a93c6a5661c8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "danger", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_01d120e68e6848f1ae13894efed8c0cd", + "max": 4149, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_7623b401609c44c9baa0fffd565150c3", + "value": 9 + } + }, + "618fee944a154711829a04e1086dcd32": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_54b99e52fe6747d2a6bd680e03500f95", + "placeholder": "​", + "style": "IPY_MODEL_658dbaa9b27749ffa888b63d4218ba80", + "value": " 9/4149 [00:01<10:58, 6.29it/s]" + } + }, + "31eb343b909e44edab6cc1d2459e48f7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "dcb3b61dd4024b8e9bf79fbb2d30e3e6": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c152415760654b2ea94f7f6d3e198b0f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "01d120e68e6848f1ae13894efed8c0cd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7623b401609c44c9baa0fffd565150c3": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "54b99e52fe6747d2a6bd680e03500f95": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "658dbaa9b27749ffa888b63d4218ba80": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "95e8017e96c4499d9faf11436ce71581": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_a322b6988052406bb8d62d511ec78d58", + "IPY_MODEL_1ea5dd4200a24965a42bc5785cfdcdef", + "IPY_MODEL_43d27ee537c54d6c876d1a6c9fafa7f2" + ], + "layout": "IPY_MODEL_bb500c6318a64d1c87897d757a7e3525" + } + }, + "a322b6988052406bb8d62d511ec78d58": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2a8b1e7791ea4ae3ada6d1b30e08fa36", + "placeholder": "​", + "style": "IPY_MODEL_85cd6a13086a4710af1a7b2314677764", + "value": "Epoch 5 of 5: 100%" + } + }, + "1ea5dd4200a24965a42bc5785cfdcdef": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d56b160bb1024fcc8c809f39473c2dd9", + "max": 5, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_52805e8b234b4fc192f6699f0717ebc2", + "value": 5 + } + }, + "43d27ee537c54d6c876d1a6c9fafa7f2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_c356e4700b234ebaa31f281b8433f450", + "placeholder": "​", + "style": "IPY_MODEL_d4bc8a7cffd14ff6af8dc511a3e1286d", + "value": " 5/5 [05:55<00:00, 71.02s/it]" + } + }, + "bb500c6318a64d1c87897d757a7e3525": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2a8b1e7791ea4ae3ada6d1b30e08fa36": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "85cd6a13086a4710af1a7b2314677764": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "d56b160bb1024fcc8c809f39473c2dd9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "52805e8b234b4fc192f6699f0717ebc2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "c356e4700b234ebaa31f281b8433f450": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d4bc8a7cffd14ff6af8dc511a3e1286d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9cb9941639294bc487b94539741c951e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_c915e102526f43bfbd8bbf6a3b4874ea", + "IPY_MODEL_3929a2b624dd4c4b91dcbcadd3447a26", + "IPY_MODEL_c478faf64a7743dab416dda9751afbcf" + ], + "layout": "IPY_MODEL_13b4e4d45ae4424cb701b1dcb642c072" + } + }, + "c915e102526f43bfbd8bbf6a3b4874ea": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a00fc08b2866432db04b36f8dea396d8", + "placeholder": "​", + "style": "IPY_MODEL_612648114ecd42ae845991d0dc8a2f67", + "value": "Epochs 0/5. Running Loss: 0.0897: 100%" + } + }, + "3929a2b624dd4c4b91dcbcadd3447a26": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5a35d02849a24439baa29ce67f4757ac", + "max": 519, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_262d009d7d734579830af0df2c8a1c1f", + "value": 519 + } + }, + "c478faf64a7743dab416dda9751afbcf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_209f48a1eef94af19724c0be26836726", + "placeholder": "​", + "style": "IPY_MODEL_3337ee5a59e04e89bc91b9de496dd903", + "value": " 519/519 [01:07<00:00, 8.12it/s]" + } + }, + "13b4e4d45ae4424cb701b1dcb642c072": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a00fc08b2866432db04b36f8dea396d8": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "612648114ecd42ae845991d0dc8a2f67": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "5a35d02849a24439baa29ce67f4757ac": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "262d009d7d734579830af0df2c8a1c1f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "209f48a1eef94af19724c0be26836726": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "3337ee5a59e04e89bc91b9de496dd903": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8567db17d900457b8e86d9403f0d2cc5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_1346b9eddb434601b9874cd97dfe7196", + "IPY_MODEL_517afe6a17874decbd47de3ce72a9404", + "IPY_MODEL_5aa2fdba1c904950bc54b262ab555034" + ], + "layout": "IPY_MODEL_33d451cac4544bf19944d7baff4ea2af" + } + }, + "1346b9eddb434601b9874cd97dfe7196": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_ed501e110f7c464d9da1907f466436fc", + "placeholder": "​", + "style": "IPY_MODEL_596887ed71ed4e8d8f86d7734ed2fdbf", + "value": "Epochs 1/5. Running Loss: 0.0671: 100%" + } + }, + "517afe6a17874decbd47de3ce72a9404": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_457d3bb22439443996def7ddb5297b48", + "max": 519, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_378911c7a7c748aab5791d9e8b9dcab2", + "value": 519 + } + }, + "5aa2fdba1c904950bc54b262ab555034": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3cf76806441945a6951232fa2f904e51", + "placeholder": "​", + "style": "IPY_MODEL_8b35ab0a9e8e4fc09ab0957d38dff455", + "value": " 519/519 [01:03<00:00, 8.48it/s]" + } + }, + "33d451cac4544bf19944d7baff4ea2af": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ed501e110f7c464d9da1907f466436fc": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "596887ed71ed4e8d8f86d7734ed2fdbf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "457d3bb22439443996def7ddb5297b48": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "378911c7a7c748aab5791d9e8b9dcab2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "3cf76806441945a6951232fa2f904e51": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8b35ab0a9e8e4fc09ab0957d38dff455": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "b6aeb792e88547f696ce89811ec4c0c4": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_703d9c03faff4184b99b44e52f8a7530", + "IPY_MODEL_c87c7d421cc246ec92b051dd47db68bb", + "IPY_MODEL_d44a2e32cd3246668c319b8c9fb38723" + ], + "layout": "IPY_MODEL_60f9c4d6d962480e99fda68ad3338fbe" + } + }, + "703d9c03faff4184b99b44e52f8a7530": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1dfed9b17fec435fa99ca991bdf9d4bc", + "placeholder": "​", + "style": "IPY_MODEL_b3eb3d4141a34504995d3759a41b3d29", + "value": "Epochs 2/5. Running Loss: 0.0194: 100%" + } + }, + "c87c7d421cc246ec92b051dd47db68bb": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_88bd3b36bdb04847b7d5282ba620510b", + "max": 519, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_c8fc8ab7d55e4718a3acea17aa37857f", + "value": 519 + } + }, + "d44a2e32cd3246668c319b8c9fb38723": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_5064b361a71c4be29c4862a1a4c47378", + "placeholder": "​", + "style": "IPY_MODEL_2c1b299e71874916829e1e043ddf3c1c", + "value": " 519/519 [01:03<00:00, 8.33it/s]" + } + }, + "60f9c4d6d962480e99fda68ad3338fbe": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1dfed9b17fec435fa99ca991bdf9d4bc": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b3eb3d4141a34504995d3759a41b3d29": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "88bd3b36bdb04847b7d5282ba620510b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c8fc8ab7d55e4718a3acea17aa37857f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "5064b361a71c4be29c4862a1a4c47378": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2c1b299e71874916829e1e043ddf3c1c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "55ce5188abeb4321915dc969b167bf75": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_7d37faa109f643a69c7d1feaee525905", + "IPY_MODEL_716e1d0285474c5e9749774df0f611dd", + "IPY_MODEL_70b8d9006e944deea30410b9f9dc717f" + ], + "layout": "IPY_MODEL_19d4f2ef89cc4ef68f8b5f397c855b53" + } + }, + "7d37faa109f643a69c7d1feaee525905": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e0e84118789940189951a941c5c395a9", + "placeholder": "​", + "style": "IPY_MODEL_d5c09b96d2ff44d49e1eb874c7a7af27", + "value": "Epochs 3/5. Running Loss: 0.0139: 100%" + } + }, + "716e1d0285474c5e9749774df0f611dd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2fb5100d5e1d439292d3eee2e53a6e35", + "max": 519, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_2fd9974744834e0eb6cc9b423d3ae735", + "value": 519 + } + }, + "70b8d9006e944deea30410b9f9dc717f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8de4005d69d34b2eb1bb4a3416a06f11", + "placeholder": "​", + "style": "IPY_MODEL_33190fe607074346bc9c7bde56972182", + "value": " 519/519 [01:08<00:00, 8.51it/s]" + } + }, + "19d4f2ef89cc4ef68f8b5f397c855b53": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e0e84118789940189951a941c5c395a9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d5c09b96d2ff44d49e1eb874c7a7af27": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "2fb5100d5e1d439292d3eee2e53a6e35": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2fd9974744834e0eb6cc9b423d3ae735": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "8de4005d69d34b2eb1bb4a3416a06f11": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "33190fe607074346bc9c7bde56972182": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "b1f76457fb7148198dea00c00413f0ce": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_58f3511e743240c7989c4647c6ea0b75", + "IPY_MODEL_8ca46bdbb56c4532a6875a30066b2b98", + "IPY_MODEL_4392df5c458d426e9ce9ccff9c716862" + ], + "layout": "IPY_MODEL_cc1540722a554c6986970b59575704ca" + } + }, + "58f3511e743240c7989c4647c6ea0b75": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_0dd0a4cae3c54cc8b3bd84ed00fc7271", + "placeholder": "​", + "style": "IPY_MODEL_1a4f2b73114c4c5f89a689408382606d", + "value": "Epochs 4/5. Running Loss: 0.0237: 100%" + } + }, + "8ca46bdbb56c4532a6875a30066b2b98": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_2fd632ca734f4c14b9afbed0f84fa6c9", + "max": 519, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_3c20fdd236754831a25e34165cdd7e83", + "value": 519 + } + }, + "4392df5c458d426e9ce9ccff9c716862": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8a72eddabde64d9d9ac1e0c00dda2d45", + "placeholder": "​", + "style": "IPY_MODEL_67a557d13a5f4085a171b30df2d3d1fa", + "value": " 519/519 [01:03<00:00, 8.30it/s]" + } + }, + "cc1540722a554c6986970b59575704ca": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0dd0a4cae3c54cc8b3bd84ed00fc7271": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1a4f2b73114c4c5f89a689408382606d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "2fd632ca734f4c14b9afbed0f84fa6c9": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "3c20fdd236754831a25e34165cdd7e83": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "8a72eddabde64d9d9ac1e0c00dda2d45": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "67a557d13a5f4085a171b30df2d3d1fa": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "a40161360f63496d986c238f4737d18d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_3adadf95aa2b476c8d7fbae28e7601d2", + "IPY_MODEL_7b14c35716e24020b8d958d2eec87a1d", + "IPY_MODEL_cdfa3d0b37a84ded886daf1b3fbb40c8" + ], + "layout": "IPY_MODEL_b0cb60bba68743fd921d9bd89592bbc4" + } + }, + "3adadf95aa2b476c8d7fbae28e7601d2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_79d01d6cc0d2495da6500d47a74907de", + "placeholder": "​", + "style": "IPY_MODEL_5bf59986c355418d9927965555b5d5ee", + "value": " 0%" + } + }, + "7b14c35716e24020b8d958d2eec87a1d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "danger", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_54b37c9fbcf943b28662d0bce70f9597", + "max": 461, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_b9f4a2396f64412aa5ef5a1b3f54b188", + "value": 1 + } + }, + "cdfa3d0b37a84ded886daf1b3fbb40c8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_761b316c638b4dd6bb961806c4c976db", + "placeholder": "​", + "style": "IPY_MODEL_664f9ce06b7741c08de1a9606011ba21", + "value": " 1/461 [00:00<02:08, 3.58it/s]" + } + }, + "b0cb60bba68743fd921d9bd89592bbc4": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "79d01d6cc0d2495da6500d47a74907de": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "5bf59986c355418d9927965555b5d5ee": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "54b37c9fbcf943b28662d0bce70f9597": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b9f4a2396f64412aa5ef5a1b3f54b188": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "761b316c638b4dd6bb961806c4c976db": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "664f9ce06b7741c08de1a9606011ba21": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "5749137c204647e891ba9ba9de89f6a8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_7d24fe9ca6c448c29c80973d69920604", + "IPY_MODEL_fc3f1b4a874d4e2bb8ce6acc1a19434c", + "IPY_MODEL_c5079621e5524474a1d9e3e82b0dcca8" + ], + "layout": "IPY_MODEL_b1055daab78d424294b58b1409fd6817" + } + }, + "7d24fe9ca6c448c29c80973d69920604": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a6a46c330e7e4299b3e3780da4bd4b14", + "placeholder": "​", + "style": "IPY_MODEL_825ff8fbc7f3491cb99285387866b8ab", + "value": "Running Evaluation: 100%" + } + }, + "fc3f1b4a874d4e2bb8ce6acc1a19434c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_717e22a6ed844d83af0aea0c58bd1395", + "max": 58, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_0f68e5e4378f4f6e98a05d3130bdb88a", + "value": 58 + } + }, + "c5079621e5524474a1d9e3e82b0dcca8": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_c8e1d4c758214a75be5b9b09da28d048", + "placeholder": "​", + "style": "IPY_MODEL_c7cc3813cc4943859c74c2b7d793391f", + "value": " 58/58 [00:01<00:00, 50.94it/s]" + } + }, + "b1055daab78d424294b58b1409fd6817": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a6a46c330e7e4299b3e3780da4bd4b14": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "825ff8fbc7f3491cb99285387866b8ab": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "717e22a6ed844d83af0aea0c58bd1395": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "0f68e5e4378f4f6e98a05d3130bdb88a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "c8e1d4c758214a75be5b9b09da28d048": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "c7cc3813cc4943859c74c2b7d793391f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ca75853b847d4c26ba9081195457e546": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_ad8888a4bf44462c8466c5421c38b76d", + "IPY_MODEL_61cd5772e5d7480c9ae11d583a1e5f96", + "IPY_MODEL_f7203a68fc7945cd916c61a6d8667ba6" + ], + "layout": "IPY_MODEL_c1626c6c0b6c49be9b95e384bf5346eb" + } + }, + "ad8888a4bf44462c8466c5421c38b76d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_55d25ed4b2ec4297837d1c2c5e141aa1", + "placeholder": "​", + "style": "IPY_MODEL_1a66f9166d704867bc92b457d5ab9050", + "value": "100%" + } + }, + "61cd5772e5d7480c9ae11d583a1e5f96": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7be6544b702242f485be17cccadc5034", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_06cfc310c9e94e8ab2098ddd953ef85b", + "value": 1 + } + }, + "f7203a68fc7945cd916c61a6d8667ba6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_20a94b2e13144f4ab38657f545001df6", + "placeholder": "​", + "style": "IPY_MODEL_f5534224d9dd48eeab4151ba3110b018", + "value": " 1/1 [00:00<00:00, 5.31it/s]" + } + }, + "c1626c6c0b6c49be9b95e384bf5346eb": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "55d25ed4b2ec4297837d1c2c5e141aa1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1a66f9166d704867bc92b457d5ab9050": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "7be6544b702242f485be17cccadc5034": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "06cfc310c9e94e8ab2098ddd953ef85b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "20a94b2e13144f4ab38657f545001df6": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "f5534224d9dd48eeab4151ba3110b018": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "26837e0c63ad4468839adbf3c5ccfe28": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_20a177d69b504547a1a49082e29fc252", + "IPY_MODEL_58668d1b860c45e68aafa1cb06af5d57", + "IPY_MODEL_f593b878de3447b5a56f50ade60da25a" + ], + "layout": "IPY_MODEL_d1751d196076460eb776e2f27af76643" + } + }, + "20a177d69b504547a1a49082e29fc252": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_9032298d1ea740979d350a957b674595", + "placeholder": "​", + "style": "IPY_MODEL_a6533c2007514642b5f6467744f5ee92", + "value": "100%" + } + }, + "58668d1b860c45e68aafa1cb06af5d57": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a51baee026f244e9bce7a3a3188eca77", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_9e07260bf54949efb72ec25faf59d3cf", + "value": 1 + } + }, + "f593b878de3447b5a56f50ade60da25a": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7bcba5bf416b415fbb73dccf3fd507af", + "placeholder": "​", + "style": "IPY_MODEL_e49581ef991240afa972c5cfab36a25c", + "value": " 1/1 [00:00<00:00, 14.57it/s]" + } + }, + "d1751d196076460eb776e2f27af76643": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9032298d1ea740979d350a957b674595": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "a6533c2007514642b5f6467744f5ee92": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "a51baee026f244e9bce7a3a3188eca77": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9e07260bf54949efb72ec25faf59d3cf": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "7bcba5bf416b415fbb73dccf3fd507af": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e49581ef991240afa972c5cfab36a25c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9372adc2459543509b610cec3e36039f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_a613e08ca2964f64a5ffd505d53569c2", + "IPY_MODEL_6c5b677ea14c4019b0b33ff783080953", + "IPY_MODEL_d0f0a26936f042968b8150913a797d82" + ], + "layout": "IPY_MODEL_cbd4129f662f49febf069a8fc1fd175a" + } + }, + "a613e08ca2964f64a5ffd505d53569c2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_57162ef437a54a45b779fa51fe897fd5", + "placeholder": "​", + "style": "IPY_MODEL_b3ec0ea34c564d6d8c026814966cf6e7", + "value": "100%" + } + }, + "6c5b677ea14c4019b0b33ff783080953": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_420b4a540e0441dc972c1027b956cdde", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_7822880d3b4c4a19be418485d7c95fca", + "value": 1 + } + }, + "d0f0a26936f042968b8150913a797d82": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_0c5a986943ab4bf8bee298d0a3641524", + "placeholder": "​", + "style": "IPY_MODEL_3cfd837c1733416abe37b231da42112f", + "value": " 1/1 [00:00<00:00, 6.03it/s]" + } + }, + "cbd4129f662f49febf069a8fc1fd175a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "57162ef437a54a45b779fa51fe897fd5": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b3ec0ea34c564d6d8c026814966cf6e7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "420b4a540e0441dc972c1027b956cdde": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "7822880d3b4c4a19be418485d7c95fca": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "0c5a986943ab4bf8bee298d0a3641524": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "3cfd837c1733416abe37b231da42112f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "187cc4f565244303826c10ae6da9681f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_4c3e5791243c463686a8b9b8baa1f8b1", + "IPY_MODEL_5d47f42e102b43d6bc7a463dc2f732b6", + "IPY_MODEL_0a7766770bca4c78b6ae55bfdc0366a5" + ], + "layout": "IPY_MODEL_cf2e094493e04c8485fc7a26eaf5f6d3" + } + }, + "4c3e5791243c463686a8b9b8baa1f8b1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_6721f2af0b4f432fac02b18377fee537", + "placeholder": "​", + "style": "IPY_MODEL_2ed779782954467aa8d6a320ceb2fc86", + "value": "100%" + } + }, + "5d47f42e102b43d6bc7a463dc2f732b6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_08329a3fbfcf4503860e4fa1cb9111bd", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_8749576a6c9448199143a17726b8ff2d", + "value": 1 + } + }, + "0a7766770bca4c78b6ae55bfdc0366a5": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_52f0d1035f75481385cad38d7dbad38a", + "placeholder": "​", + "style": "IPY_MODEL_baa300a48c544551877e1cd704a35108", + "value": " 1/1 [00:00<00:00, 25.39it/s]" + } + }, + "cf2e094493e04c8485fc7a26eaf5f6d3": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "6721f2af0b4f432fac02b18377fee537": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2ed779782954467aa8d6a320ceb2fc86": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "08329a3fbfcf4503860e4fa1cb9111bd": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "8749576a6c9448199143a17726b8ff2d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "52f0d1035f75481385cad38d7dbad38a": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "baa300a48c544551877e1cd704a35108": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "9d280ea1ca2b4f30b5bb454be96d42f7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_0fa079e84a9b4648aae5016947e486c0", + "IPY_MODEL_20e39fe8a6ee4a78af65529a8e60eb16", + "IPY_MODEL_e671d201a585429e92ac91af9c230d1c" + ], + "layout": "IPY_MODEL_dcca85d2b6554d11a45bb06b4c12b21c" + } + }, + "0fa079e84a9b4648aae5016947e486c0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_1b12c66998284b90b513c7ab5711af8c", + "placeholder": "​", + "style": "IPY_MODEL_6360c3334e6b4a55aaf351b8c4dd3955", + "value": "100%" + } + }, + "20e39fe8a6ee4a78af65529a8e60eb16": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8ab72fc5e7854fcca99b955e2b63894c", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_757096478d02425fa41a16ddc66f42ca", + "value": 1 + } + }, + "e671d201a585429e92ac91af9c230d1c": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_7ba583f0df844f7cb6a53a254059469b", + "placeholder": "​", + "style": "IPY_MODEL_9f5c144485e9466bbda7b84384a48a86", + "value": " 1/1 [00:00<00:00, 6.06it/s]" + } + }, + "dcca85d2b6554d11a45bb06b4c12b21c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "1b12c66998284b90b513c7ab5711af8c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "6360c3334e6b4a55aaf351b8c4dd3955": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "8ab72fc5e7854fcca99b955e2b63894c": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "757096478d02425fa41a16ddc66f42ca": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "7ba583f0df844f7cb6a53a254059469b": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9f5c144485e9466bbda7b84384a48a86": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "dc112e20be69412c98b713ce7247c44d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_bcd88b4374d348b9996c780cfe97c4da", + "IPY_MODEL_6e278dc98df14e30a19b96a333d585e0", + "IPY_MODEL_c5bdc560b4584e8ca76facd69ec7f195" + ], + "layout": "IPY_MODEL_32b2282f617a4f4cb6f0cb704fd03f98" + } + }, + "bcd88b4374d348b9996c780cfe97c4da": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_035ba397cc79465db6174a19c5f8bc8e", + "placeholder": "​", + "style": "IPY_MODEL_ec243823528340d3a1acc6aaac0d9415", + "value": "100%" + } + }, + "6e278dc98df14e30a19b96a333d585e0": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_a98d11f506db45ccaa862ea7b490591e", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_b6dfe4ea1f2347189684b9518e1efe9b", + "value": 1 + } + }, + "c5bdc560b4584e8ca76facd69ec7f195": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_075c6e16692149dbb47df39f3f60c3f7", + "placeholder": "​", + "style": "IPY_MODEL_9c5918f0798a483cb779229955db1b2f", + "value": " 1/1 [00:00<00:00, 22.63it/s]" + } + }, + "32b2282f617a4f4cb6f0cb704fd03f98": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "035ba397cc79465db6174a19c5f8bc8e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ec243823528340d3a1acc6aaac0d9415": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "a98d11f506db45ccaa862ea7b490591e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "b6dfe4ea1f2347189684b9518e1efe9b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "075c6e16692149dbb47df39f3f60c3f7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9c5918f0798a483cb779229955db1b2f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "ea24ff8a47c545dfae022e5e67ab1a65": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_a45bcc53795a4e31b224fd9e27a1713e", + "IPY_MODEL_821c192863e14c71bef9326875df173f", + "IPY_MODEL_5e13708e52244efe9c434bbe64ee2c20" + ], + "layout": "IPY_MODEL_94293b3a51be47d6a0ff017dfbe81bf1" + } + }, + "a45bcc53795a4e31b224fd9e27a1713e": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_da3758aa45ae42b19686ea7a95708ace", + "placeholder": "​", + "style": "IPY_MODEL_94ee8eb28cd84f57871ba58e09a6d84d", + "value": "100%" + } + }, + "821c192863e14c71bef9326875df173f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_e5c530919bda468ba266fbb4ed4d7d98", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_e66cbdddfdbe4623b8b89619aeaab18f", + "value": 1 + } + }, + "5e13708e52244efe9c434bbe64ee2c20": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_71d23493705945a8b658be8c1df4a06f", + "placeholder": "​", + "style": "IPY_MODEL_ed4f6e2ad91e49e391663e924f5463ef", + "value": " 1/1 [00:00<00:00, 5.51it/s]" + } + }, + "94293b3a51be47d6a0ff017dfbe81bf1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "da3758aa45ae42b19686ea7a95708ace": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "94ee8eb28cd84f57871ba58e09a6d84d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "e5c530919bda468ba266fbb4ed4d7d98": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e66cbdddfdbe4623b8b89619aeaab18f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "71d23493705945a8b658be8c1df4a06f": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "ed4f6e2ad91e49e391663e924f5463ef": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "1b10baa20723485dad5344d3f74df9fa": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_1cd88659f97c437f9b5282f24f1d7b53", + "IPY_MODEL_a79591e41c974845bbfd9e59b823a9d2", + "IPY_MODEL_e926b2ee8a3346509f5404a9a54a0ac1" + ], + "layout": "IPY_MODEL_ba8a6723dd624d1498e5b360f54bfbdf" + } + }, + "1cd88659f97c437f9b5282f24f1d7b53": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_143021ec42f249e09f7037d94adf22fa", + "placeholder": "​", + "style": "IPY_MODEL_424dd159d443423ca909c2c035276f19", + "value": "100%" + } + }, + "a79591e41c974845bbfd9e59b823a9d2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f435065167b14102bd248989fb347cda", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_9725415659e94cb4afcc1f9f81c070cc", + "value": 1 + } + }, + "e926b2ee8a3346509f5404a9a54a0ac1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_3865f24aa3474aa49e137760ad5d9c3e", + "placeholder": "​", + "style": "IPY_MODEL_e9652b051e7f41e4af765381f18b13d2", + "value": " 1/1 [00:00<00:00, 21.02it/s]" + } + }, + "ba8a6723dd624d1498e5b360f54bfbdf": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "143021ec42f249e09f7037d94adf22fa": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "424dd159d443423ca909c2c035276f19": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "f435065167b14102bd248989fb347cda": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "9725415659e94cb4afcc1f9f81c070cc": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "3865f24aa3474aa49e137760ad5d9c3e": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "e9652b051e7f41e4af765381f18b13d2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "021496b1d4ac43a196410cd4bd395af7": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_014059d474384988a4c617586d6ca3c1", + "IPY_MODEL_2c1fc349da2442829dafcb9f43cde72f", + "IPY_MODEL_0c6ee26be277487db4b9106cbbf0b091" + ], + "layout": "IPY_MODEL_b78bc2a940844cee894227d10fe81955" + } + }, + "014059d474384988a4c617586d6ca3c1": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_d8e642c472ff4b52a5efb88a016e828d", + "placeholder": "​", + "style": "IPY_MODEL_826b3831185f484c8b5323a9cdd98103", + "value": "100%" + } + }, + "2c1fc349da2442829dafcb9f43cde72f": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_92999a999e16495db31a157725f0a050", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_75336b38163c4e678fda3bbb64edfb61", + "value": 1 + } + }, + "0c6ee26be277487db4b9106cbbf0b091": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_95e69c94c41142798c0336cc3f126917", + "placeholder": "​", + "style": "IPY_MODEL_35b9f9a1195c4d729fb8491e651f6a8d", + "value": " 1/1 [00:00<00:00, 5.85it/s]" + } + }, + "b78bc2a940844cee894227d10fe81955": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "d8e642c472ff4b52a5efb88a016e828d": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "826b3831185f484c8b5323a9cdd98103": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "92999a999e16495db31a157725f0a050": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "75336b38163c4e678fda3bbb64edfb61": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "95e69c94c41142798c0336cc3f126917": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "35b9f9a1195c4d729fb8491e651f6a8d": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "78f63b1d1c6947f785a6340b20cadaf2": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HBoxModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HBoxModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HBoxView", + "box_style": "", + "children": [ + "IPY_MODEL_19353964c84244d6aa1ca18ffb0d5fdd", + "IPY_MODEL_70718360090e43ac8b0b125c9bc114a6", + "IPY_MODEL_2526005d8d5a4feca2edaa8e457cf2a9" + ], + "layout": "IPY_MODEL_ad79d062d48c48fb9426b25e6baaf935" + } + }, + "19353964c84244d6aa1ca18ffb0d5fdd": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_91c1360a960c4e0da2a6853edb166ac6", + "placeholder": "​", + "style": "IPY_MODEL_54d1c4099ada40b2b3c72146497c3601", + "value": "100%" + } + }, + "70718360090e43ac8b0b125c9bc114a6": { + "model_module": "@jupyter-widgets/controls", + "model_name": "FloatProgressModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "FloatProgressModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "ProgressView", + "bar_style": "success", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_f4363d761f97492a9d51a82a8136a5f7", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_4bae933436e940369684c8327f706b86", + "value": 1 + } + }, + "2526005d8d5a4feca2edaa8e457cf2a9": { + "model_module": "@jupyter-widgets/controls", + "model_name": "HTMLModel", + "model_module_version": "1.5.0", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_8b8124e325904e0fa52f5b0c8290cfd1", + "placeholder": "​", + "style": "IPY_MODEL_2630dc50e32d4472a16cfb4eb17e097b", + "value": " 1/1 [00:00<00:00, 17.65it/s]" + } + }, + "ad79d062d48c48fb9426b25e6baaf935": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "91c1360a960c4e0da2a6853edb166ac6": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "54d1c4099ada40b2b3c72146497c3601": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "f4363d761f97492a9d51a82a8136a5f7": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "4bae933436e940369684c8327f706b86": { + "model_module": "@jupyter-widgets/controls", + "model_name": "ProgressStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "ProgressStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "bar_color": null, + "description_width": "" + } + }, + "8b8124e325904e0fa52f5b0c8290cfd1": { + "model_module": "@jupyter-widgets/base", + "model_name": "LayoutModel", + "model_module_version": "1.2.0", + "state": { + "_model_module": "@jupyter-widgets/base", + "_model_module_version": "1.2.0", + "_model_name": "LayoutModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "LayoutView", + "align_content": null, + "align_items": null, + "align_self": null, + "border": null, + "bottom": null, + "display": null, + "flex": null, + "flex_flow": null, + "grid_area": null, + "grid_auto_columns": null, + "grid_auto_flow": null, + "grid_auto_rows": null, + "grid_column": null, + "grid_gap": null, + "grid_row": null, + "grid_template_areas": null, + "grid_template_columns": null, + "grid_template_rows": null, + "height": null, + "justify_content": null, + "justify_items": null, + "left": null, + "margin": null, + "max_height": null, + "max_width": null, + "min_height": null, + "min_width": null, + "object_fit": null, + "object_position": null, + "order": null, + "overflow": null, + "overflow_x": null, + "overflow_y": null, + "padding": null, + "right": null, + "top": null, + "visibility": null, + "width": null + } + }, + "2630dc50e32d4472a16cfb4eb17e097b": { + "model_module": "@jupyter-widgets/controls", + "model_name": "DescriptionStyleModel", + "model_module_version": "1.5.0", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "DescriptionStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + } + } + } + }, + "cells": [ + { + "cell_type": "markdown", + "source": [ + "# Process dataset" + ], + "metadata": { + "id": "3U_WUpdO6TZu" + } + }, + { + "cell_type": "code", + "source": [ + "!pip -q install simpletransformers" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "S0Uf9Z51mR0z", + "outputId": "de71467d-fc80-4ff4-9122-815bcdd6f54c" + }, + "execution_count": 1, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m250.5/250.5 KB\u001b[0m \u001b[31m18.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.6/7.6 MB\u001b[0m \u001b[31m105.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.0/2.0 MB\u001b[0m \u001b[31m81.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m452.9/452.9 KB\u001b[0m \u001b[31m47.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.3/1.3 MB\u001b[0m \u001b[31m78.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m43.6/43.6 KB\u001b[0m \u001b[31m5.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.8/5.8 MB\u001b[0m \u001b[31m93.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m9.3/9.3 MB\u001b[0m \u001b[31m108.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m182.4/182.4 KB\u001b[0m \u001b[31m22.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m184.0/184.0 KB\u001b[0m \u001b[31m829.4 kB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m177.4/177.4 KB\u001b[0m \u001b[31m20.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m132.0/132.0 KB\u001b[0m \u001b[31m16.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m213.0/213.0 KB\u001b[0m \u001b[31m25.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.7/4.7 MB\u001b[0m \u001b[31m92.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m164.8/164.8 KB\u001b[0m \u001b[31m22.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m79.0/79.0 KB\u001b[0m \u001b[31m11.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m238.9/238.9 KB\u001b[0m \u001b[31m26.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.7/62.7 KB\u001b[0m \u001b[31m8.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m140.6/140.6 KB\u001b[0m \u001b[31m18.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m84.5/84.5 KB\u001b[0m \u001b[31m12.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25h Building wheel for seqeval (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + " Building wheel for validators (setup.py) ... \u001b[?25l\u001b[?25hdone\n", + " Building wheel for pathtools (setup.py) ... \u001b[?25l\u001b[?25hdone\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "import os \n", + "import glob\n", + "import json\n", + "from simpletransformers.classification import (\n", + " MultiLabelClassificationModel, MultiLabelClassificationArgs\n", + ")\n", + "import pandas as pd\n", + "from sklearn.model_selection import train_test_split" + ], + "metadata": { + "id": "vDokRpXPdLlI" + }, + "execution_count": 2, + "outputs": [] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "-DYdAH_PZ7kq", + "outputId": "c2f83ee0-0313-445c-f19d-36a104e93547" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Cloning into 'CookDial'...\n", + "remote: Enumerating objects: 596, done.\u001b[K\n", + "remote: Counting objects: 100% (596/596), done.\u001b[K\n", + "remote: Compressing objects: 100% (89/89), done.\u001b[K\n", + "remote: Total 596 (delta 507), reused 585 (delta 501), pack-reused 0\u001b[K\n", + "Receiving objects: 100% (596/596), 1.23 MiB | 23.30 MiB/s, done.\n", + "Resolving deltas: 100% (507/507), done.\n" + ] + } + ], + "source": [ + "!git clone https://github.com/YiweiJiang2015/CookDial.git" + ] + }, + { + "cell_type": "code", + "source": [ + "# 1st pass - get all possible intents, create translation dict\n", + "all_intents = set()\n", + "\n", + "for file in list(glob.glob('CookDial/data/dialog/*.json')): \n", + " with open(file, encoding='utf-8') as dial_file:\n", + " dial_data = json.load(dial_file)\n", + " for message in dial_data['messages']: \n", + " if message['bot'] == False:\n", + " intents = json.loads(message['annotations'])['intent']\n", + " for intent in [intent.strip() for intent in intents.split(';')]:\n", + " if intent != '':\n", + " all_intents.add(intent)\n", + "\n", + "intent2int = dict(zip(sorted(list(all_intents)), range(len(all_intents))))\n", + "intent2int" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "vXXaLkirc9Ql", + "outputId": "bfd5f631-2d2f-4da2-8061-0415e50472d0" + }, + "execution_count": 4, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "{'affirm': 0,\n", + " 'confirm': 1,\n", + " 'goodbye': 2,\n", + " 'greeting': 3,\n", + " 'negate': 4,\n", + " 'other': 5,\n", + " 'req_amount': 6,\n", + " 'req_duration': 7,\n", + " 'req_ingredient': 8,\n", + " 'req_ingredient_list': 9,\n", + " 'req_ingredient_list_ends': 10,\n", + " 'req_ingredient_list_length': 11,\n", + " 'req_instruction': 12,\n", + " 'req_is_recipe_finished': 13,\n", + " 'req_is_recipe_ongoing': 14,\n", + " 'req_parallel_action': 15,\n", + " 'req_repeat': 16,\n", + " 'req_start': 17,\n", + " 'req_substitute': 18,\n", + " 'req_temperature': 19,\n", + " 'req_title': 20,\n", + " 'req_tool': 21,\n", + " 'req_use_all': 22,\n", + " 'thank': 23}" + ] + }, + "metadata": {}, + "execution_count": 4 + } + ] + }, + { + "cell_type": "code", + "source": [ + "# 2nd pass - append utterance + intent multi-hot vectors to processed data\n", + "processed_data = []\n", + "\n", + "for file in list(glob.glob('CookDial/data/dialog/*.json')): \n", + " with open(file, encoding='utf-8') as dial_file:\n", + " dial_data = json.load(dial_file) \n", + " for message in dial_data['messages']:\n", + " if message['bot'] == False:\n", + " annotations = json.loads(message['annotations'])\n", + " intents = [intent.strip() for intent in annotations['intent'].split(';')]\n", + " intents.remove('')\n", + " intents_multi_hot = [0] * len(all_intents)\n", + " for intent in intents:\n", + " intents_multi_hot[intent2int[intent]] = 1\n", + " processed_data.append([message['utterance'], intents_multi_hot])\n", + "\n", + "processed_data[:5]" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "g0gS47sAmQ1y", + "outputId": "dff4c4eb-b8fa-41a4-aef6-37233a14a621" + }, + "execution_count": 5, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "[['Hi what are we making today?',\n", + " [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]],\n", + " ['Yes. What are the first two ingredients?',\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]],\n", + " ['Ok. I have them. What are the next ingredients?',\n", + " [0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]],\n", + " ['Ok. I have them as well. What are the next?',\n", + " [0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]],\n", + " ['Ok. what kind of milk should I use?',\n", + " [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]]" + ] + }, + "metadata": {}, + "execution_count": 5 + } + ] + }, + { + "cell_type": "code", + "source": [ + "processed_data_df = pd.DataFrame(processed_data)\n", + "train_data, test_data = train_test_split(processed_data_df, test_size=0.1, random_state=42, shuffle=True)" + ], + "metadata": { + "id": "yJ_Ht32Cv_Q2" + }, + "execution_count": 6, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "# Train NLU model" + ], + "metadata": { + "id": "itzBiH4D6Wq6" + } + }, + { + "cell_type": "code", + "source": [ + "# Very simple model definition, optimal epoch number is something between 5 and 10\n", + "model_args = MultiLabelClassificationArgs(num_train_epochs=5, overwrite_output_dir=True)\n", + "model = MultiLabelClassificationModel(\n", + " 'roberta',\n", + " 'roberta-base',\n", + " num_labels=len(all_intents),\n", + " args=model_args,\n", + ")\n", + "\n", + "# Very simple training (run with GPU runtime!)\n", + "model.train_model(train_data)\n", + "\n", + "# Very simple evaluation\n", + "result, model_outputs, wrong_predictions = model.eval_model(\n", + " test_data\n", + ")\n", + "\n", + "# Evaluation returns LRAP score - \"The obtained score is always strictly greater than 0 and the best value is 1\"\n", + "# From: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_average_precision_score.html\n", + "print(result)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 627, + "referenced_widgets": [ + "694d7bfbd87e4f33a4daa40430cc94d2", + "1fd07cd761e7434d85c1d8c49c3f45c1", + "620871da669b40738224ff69d538187b", + "b84e764ef62b437e87a781f16247fd03", + "d77be9f7427d4ad2a1dfea71a81ae94b", + "4d8ed96b126f428cb2f9d5c87a0a1734", + "db1e8202e91f4ca89b208f427e667aad", + "8b9a439c743f41b1a246f73b57ce7f7a", + "ce3f97321e6344759fc1677ae1f6d000", + "5aeace3378f8478f955e68008942ef8e", + "75877749fad44f8289e0d9dbec9f56ea", + "e165e4e93a2d47e1950a24a9cacc9c2c", + "e8878d5aee0b4dc7a2d746098f1f59b1", + "084461e6ab544a6583c65f8525a000fb", + "09e3bdf1dd704536a221c45cb83153fb", + "80bd7745299741379eb6e217e59b25a4", + "8fcbe8d444604329885793af296e6e20", + "23420c2b8abf4856b7271d973fca60dc", + "3eee21d29d46400fa138b4f7abda88b6", + "a315824e6c82410aa6a18728ee47c90c", + "187aa680575b481391fc5659c09713d0", + "6e1391b14f9b4d1796b136f108263d2a", + "652cb1eeb61841e0b9369aa1d431997d", + "52381344c6dd4c4fa7968f8883e49181", + "d72ba453917349a99e55c3683f0c2ec2", + "afe596a4072040fb9f8207c93b19cf5d", + "8cb75dde2d2b45fa970abd5d990d2163", + "109065eef9564ea5a878149a278b11bf", + "a308679f644f401ba5a1f747e350eced", + "37f2ce644b8348338d3b523f215401dc", + "c308fb7e86574aeeb1d0a3f466e258f4", + "dbf8829907284c8a8183b017c2aae8e3", + "ba1d21be483447c2b4153ae47b5e8ef7", + "6a97d164c0c2422e9088fc8593395849", + "c73360ec684f4fc7ab4c6a7feedbe869", + "de2ced951f0c42b9a6825ec1eaf929d1", + "ffc643f758bc4de88afe065299d4e088", + "6bc3f90d7e5e4e88ba3d311a8a567c47", + "fddba07539ca410fa0a01a507a552163", + "66b5a099a2014851888bbdeeae52f321", + "921073a913b645c09c729ea53652692e", + "8c7eb08b18404d17a03de30a3ccbfbdb", + "e71aedf9bd0242588fb1f5b8ad0cf959", + "35c34efd9ed74315aa59cb65089ad273", + "cbcfd38560aa42229b38646589a21443", + "2988c068984e4b339dec5babd2bc428a", + "bdbdaabdb6f446e0bf16a93c6a5661c8", + "618fee944a154711829a04e1086dcd32", + "31eb343b909e44edab6cc1d2459e48f7", + "dcb3b61dd4024b8e9bf79fbb2d30e3e6", + "c152415760654b2ea94f7f6d3e198b0f", + "01d120e68e6848f1ae13894efed8c0cd", + "7623b401609c44c9baa0fffd565150c3", + "54b99e52fe6747d2a6bd680e03500f95", + "658dbaa9b27749ffa888b63d4218ba80", + "95e8017e96c4499d9faf11436ce71581", + "a322b6988052406bb8d62d511ec78d58", + "1ea5dd4200a24965a42bc5785cfdcdef", + "43d27ee537c54d6c876d1a6c9fafa7f2", + "bb500c6318a64d1c87897d757a7e3525", + "2a8b1e7791ea4ae3ada6d1b30e08fa36", + "85cd6a13086a4710af1a7b2314677764", + "d56b160bb1024fcc8c809f39473c2dd9", + "52805e8b234b4fc192f6699f0717ebc2", + "c356e4700b234ebaa31f281b8433f450", + "d4bc8a7cffd14ff6af8dc511a3e1286d", + "9cb9941639294bc487b94539741c951e", + "c915e102526f43bfbd8bbf6a3b4874ea", + "3929a2b624dd4c4b91dcbcadd3447a26", + "c478faf64a7743dab416dda9751afbcf", + "13b4e4d45ae4424cb701b1dcb642c072", + "a00fc08b2866432db04b36f8dea396d8", + "612648114ecd42ae845991d0dc8a2f67", + "5a35d02849a24439baa29ce67f4757ac", + "262d009d7d734579830af0df2c8a1c1f", + "209f48a1eef94af19724c0be26836726", + "3337ee5a59e04e89bc91b9de496dd903", + "8567db17d900457b8e86d9403f0d2cc5", + "1346b9eddb434601b9874cd97dfe7196", + "517afe6a17874decbd47de3ce72a9404", + "5aa2fdba1c904950bc54b262ab555034", + "33d451cac4544bf19944d7baff4ea2af", + "ed501e110f7c464d9da1907f466436fc", + "596887ed71ed4e8d8f86d7734ed2fdbf", + "457d3bb22439443996def7ddb5297b48", + "378911c7a7c748aab5791d9e8b9dcab2", + "3cf76806441945a6951232fa2f904e51", + "8b35ab0a9e8e4fc09ab0957d38dff455", + "b6aeb792e88547f696ce89811ec4c0c4", + "703d9c03faff4184b99b44e52f8a7530", + "c87c7d421cc246ec92b051dd47db68bb", + "d44a2e32cd3246668c319b8c9fb38723", + "60f9c4d6d962480e99fda68ad3338fbe", + "1dfed9b17fec435fa99ca991bdf9d4bc", + "b3eb3d4141a34504995d3759a41b3d29", + "88bd3b36bdb04847b7d5282ba620510b", + "c8fc8ab7d55e4718a3acea17aa37857f", + "5064b361a71c4be29c4862a1a4c47378", + "2c1b299e71874916829e1e043ddf3c1c", + "55ce5188abeb4321915dc969b167bf75", + "7d37faa109f643a69c7d1feaee525905", + "716e1d0285474c5e9749774df0f611dd", + "70b8d9006e944deea30410b9f9dc717f", + "19d4f2ef89cc4ef68f8b5f397c855b53", + "e0e84118789940189951a941c5c395a9", + "d5c09b96d2ff44d49e1eb874c7a7af27", + "2fb5100d5e1d439292d3eee2e53a6e35", + "2fd9974744834e0eb6cc9b423d3ae735", + "8de4005d69d34b2eb1bb4a3416a06f11", + "33190fe607074346bc9c7bde56972182", + "b1f76457fb7148198dea00c00413f0ce", + "58f3511e743240c7989c4647c6ea0b75", + "8ca46bdbb56c4532a6875a30066b2b98", + "4392df5c458d426e9ce9ccff9c716862", + "cc1540722a554c6986970b59575704ca", + "0dd0a4cae3c54cc8b3bd84ed00fc7271", + "1a4f2b73114c4c5f89a689408382606d", + "2fd632ca734f4c14b9afbed0f84fa6c9", + "3c20fdd236754831a25e34165cdd7e83", + "8a72eddabde64d9d9ac1e0c00dda2d45", + "67a557d13a5f4085a171b30df2d3d1fa", + "a40161360f63496d986c238f4737d18d", + "3adadf95aa2b476c8d7fbae28e7601d2", + "7b14c35716e24020b8d958d2eec87a1d", + "cdfa3d0b37a84ded886daf1b3fbb40c8", + "b0cb60bba68743fd921d9bd89592bbc4", + "79d01d6cc0d2495da6500d47a74907de", + "5bf59986c355418d9927965555b5d5ee", + "54b37c9fbcf943b28662d0bce70f9597", + "b9f4a2396f64412aa5ef5a1b3f54b188", + "761b316c638b4dd6bb961806c4c976db", + "664f9ce06b7741c08de1a9606011ba21", + "5749137c204647e891ba9ba9de89f6a8", + "7d24fe9ca6c448c29c80973d69920604", + "fc3f1b4a874d4e2bb8ce6acc1a19434c", + "c5079621e5524474a1d9e3e82b0dcca8", + "b1055daab78d424294b58b1409fd6817", + "a6a46c330e7e4299b3e3780da4bd4b14", + "825ff8fbc7f3491cb99285387866b8ab", + "717e22a6ed844d83af0aea0c58bd1395", + "0f68e5e4378f4f6e98a05d3130bdb88a", + "c8e1d4c758214a75be5b9b09da28d048", + "c7cc3813cc4943859c74c2b7d793391f" + ] + }, + "id": "Ru6qXPQJwcD1", + "outputId": "2e31cc79-4035-42d5-e223-d484aae002be" + }, + "execution_count": 7, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + "Downloading: 0%| | 0.00/481 [00:00