[Condition] RobotNear_, On__, Holding_, Exists_, IsClean_, Active_, Closed_, Low_ [Object] =['Coffee', 'Water', 'Dessert', 'Softdrink', 'BottledDrink', 'Yogurt', 'ADMilk', 'MilkDrink', 'Milk', 'VacuumCup','Chips', 'NFCJuice', 'Bernachon', 'ADMilk', 'SpringWater', 'Apple', 'Banana', 'Mangosteen', 'Orange','Kettle', 'PaperCup', 'Bread', 'LunchBox','Teacup', 'Chocolate', 'Sandwiches', 'Mugs','Watermelon', 'Tomato', 'CleansingFoam','CocountMilk','SugarlessGum', 'MedicalAdhensiveTape', 'SourMilkDrink', 'PaperCup','Tissue', 'YogurtDrink', 'Newspaper', 'Box','PaperCupStarbucks', 'CoffeeMachine', 'Straw', 'Cake','Tray', 'Bread','Glass', 'Door','Mug', 'Machine','PackagedCoffee', 'CubeSugar','Apple', 'Spoon','Drinks', 'Drink','Ice', 'Saucer','TrashBin', 'Knife','Cube'] =['Bar', 'Bar2', 'WaterStation', 'CoffeeStation', 'Table1', 'Table2', 'Table3', 'WindowTable6','WindowTable4', 'WindowTable5','QuietTable1', 'QuietTable2', 'QuietTable3', 'ReadingNook', 'Entrance', 'Exit', 'LoungeArea', 'HighSeats','VIPLounge', 'MerchZone'] =+ =['Table1','Floor','Chairs'] =['AC','TubeLight','HallLight'] =['Curtain'] =['ACTemperature'] [Examples] Instruction: "Would you be able to provide some chips at the third table?" Goal: On_Chips_Table3 Instruction: If you have time, could you please hold the milk for me, or pull the curtains, or perhaps switch on the AC? Closed_Curtain | Active_AC | Holding_Milk Instruction: Please turn up the air conditioning and come to the bar counter. RobotNear_Bar & ~Low_ACTemperature Instruction: Please ensure the water is ready for service, and deliver the yogurt to table number one. Exists_Water & On_Yogurt_Table1 Instruction: Let's not have the AC too cold. Could you turn off these tube lights and open the curtains for some natural light? ~Low_ACTemperature & ~Active_TubeLight & ~Closed_Curtain [Prompt] [Condition] Lists all predicates representing conditions and their optional parameter sets. [Object] Lists all parameter sets. [Examples] Provide several examples of Instruction to Goal mapping.