task
stringlengths 4
41
| assumptions
list | substeps
list | dependencies
list |
---|---|---|---|
make a candy lei | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Purchase some individually wrapped candy."
},
{
"stepId": 2,
"step": "Make a lot of long curling ribbon pieces."
},
{
"stepId": 3,
"step": "Tie a long curling ribbon around one end of the candy."
},
{
"stepId": 4,
"step": "Continue tying the ribbon to the candy until you run out."
},
{
"stepId": 5,
"step": "Make a long, wide ribbon piece."
},
{
"stepId": 6,
"step": "Begin by tying tight, double-knots on the candy wide ribbon."
},
{
"stepId": 7,
"step": "Make a loop by tying the ends of the wide ribbon together."
},
{
"stepId": 8,
"step": "Curl the curling ribbon ends."
}
]
| [
{
"subtask1": "Purchase some individually wrapped candy.",
"relation": "Must be done before",
"subtask2": "Make a lot of long curling ribbon pieces."
},
{
"subtask1": "Purchase some individually wrapped candy.",
"relation": "Must be done before",
"subtask2": "Make a long, wide ribbon piece."
},
{
"subtask1": "Make a lot of long curling ribbon pieces.",
"relation": "Must be done before",
"subtask2": "Tie a long curling ribbon around one end of the candy."
},
{
"subtask1": "Make a long, wide ribbon piece.",
"relation": "Must be done before",
"subtask2": "Tie a long curling ribbon around one end of the candy."
},
{
"subtask1": "Tie a long curling ribbon around one end of the candy.",
"relation": "Must be done before",
"subtask2": "Begin by tying tight, double-knots on the candy wide ribbon."
},
{
"subtask1": "Begin by tying tight, double-knots on the candy wide ribbon.",
"relation": "Must be done before",
"subtask2": "Curl the curling ribbon ends."
},
{
"subtask1": "Curl the curling ribbon ends.",
"relation": "Must be done before",
"subtask2": "Continue tying the ribbon to the candy until you run out."
},
{
"subtask1": "Continue tying the ribbon to the candy until you run out.",
"relation": "Must be done before",
"subtask2": "Make a loop by tying the ends of the wide ribbon together."
}
]
|
connect alexa to wifi | [
{
"assumptionId": 1,
"assumption": "Connect alexa to wifi with app."
}
]
| [
{
"stepId": 1,
"step": "Download the alexa app on your phone."
},
{
"stepId": 2,
"step": "Open the alexa app."
},
{
"stepId": 3,
"step": "Sign in with your details."
},
{
"stepId": 4,
"step": "Select devices from the bottom toolbar."
},
{
"stepId": 5,
"step": "Click on echo and alexa."
},
{
"stepId": 6,
"step": "Choose the device to which you want to connect."
},
{
"stepId": 7,
"step": "Click on wifi network."
},
{
"stepId": 8,
"step": "Select your wifi network."
},
{
"stepId": 9,
"step": "Enter your wifi password."
},
{
"stepId": 10,
"step": "Connect alexa to your wifi."
}
]
| [
{
"subtask1": "Download the alexa app on your phone.",
"relation": "Must be done before",
"subtask2": "Open the alexa app."
},
{
"subtask1": "Download the alexa app on your phone.",
"relation": "Must be done before",
"subtask2": "Sign in with your details."
},
{
"subtask1": "Open the alexa app.",
"relation": "Must be done before",
"subtask2": "Select devices from the bottom toolbar."
},
{
"subtask1": "Sign in with your details.",
"relation": "Must be done before",
"subtask2": "Select devices from the bottom toolbar."
},
{
"subtask1": "Select devices from the bottom toolbar.",
"relation": "Must be done before",
"subtask2": "Click on echo and alexa."
},
{
"subtask1": "Click on echo and alexa.",
"relation": "Must be done before",
"subtask2": "Choose the device to which you want to connect."
},
{
"subtask1": "Choose the device to which you want to connect.",
"relation": "Must be done before",
"subtask2": "Click on wifi network."
},
{
"subtask1": "Choose the device to which you want to connect.",
"relation": "Must be done before",
"subtask2": "Select your wifi network."
},
{
"subtask1": "Click on wifi network.",
"relation": "Must be done before",
"subtask2": "Enter your wifi password."
},
{
"subtask1": "Select your wifi network.",
"relation": "Must be done before",
"subtask2": "Enter your wifi password."
},
{
"subtask1": "Enter your wifi password.",
"relation": "Must be done before",
"subtask2": "Connect alexa to your wifi."
}
]
|
make a margarita | [
{
"assumptionId": 1,
"assumption": "Make limeade margarita."
}
]
| [
{
"stepId": 1,
"step": "Fill the blender halfway with crushed ice."
},
{
"stepId": 2,
"step": " Pour limeade concentrate, tequila, triple sec into the blender."
},
{
"stepId": 3,
"step": "Blend until completely smooth."
},
{
"stepId": 4,
"step": "Pour into the glasses."
},
{
"stepId": 5,
"step": "Garnish with a wedge of lime."
}
]
| [
{
"subtask1": "Fill the blender halfway with crushed ice.",
"relation": "Must be done before",
"subtask2": " Pour limeade concentrate, tequila, triple sec into the blender."
},
{
"subtask1": " Pour limeade concentrate, tequila, triple sec into the blender.",
"relation": "Must be done before",
"subtask2": "Blend until completely smooth."
},
{
"subtask1": "Blend until completely smooth.",
"relation": "Must be done before",
"subtask2": "Pour into the glasses."
},
{
"subtask1": "Pour into the glasses.",
"relation": "Must be done before",
"subtask2": "Garnish with a wedge of lime."
}
]
|
calculate gross profit | [
{
"assumptionId": 1,
"assumption": "Calculate the gross profit in a trading account."
}
]
| [
{
"stepId": 1,
"step": "Note down the net sales."
},
{
"stepId": 2,
"step": "Note down the cost of goods sold."
},
{
"stepId": 3,
"step": "Subtract the cost of goods sold from the net sales."
},
{
"stepId": 4,
"step": "Determined amount is considered as the gross profit in a trading account."
}
]
| [
{
"subtask1": "Note down the net sales.",
"relation": "Must be done before",
"subtask2": "Note down the cost of goods sold."
},
{
"subtask1": "Note down the cost of goods sold.",
"relation": "Must be done before",
"subtask2": "Subtract the cost of goods sold from the net sales."
},
{
"subtask1": "Subtract the cost of goods sold from the net sales.",
"relation": "Must be done before",
"subtask2": "Determined amount is considered as the gross profit in a trading account."
}
]
|
add signature in gmail | [
{
"assumptionId": 1,
"assumption": "Add signature in gmail using android phone."
}
]
| [
{
"stepId": 1,
"step": "Open the gmail app in your android phone."
},
{
"stepId": 2,
"step": "Click on menu."
},
{
"stepId": 3,
"step": "Select settings."
},
{
"stepId": 4,
"step": "Select the google account to which you want to add a signature."
},
{
"stepId": 5,
"step": "Tap the mobile signature button on the new page."
},
{
"stepId": 6,
"step": "Enter the text for your signature."
},
{
"stepId": 7,
"step": "Click on ok."
}
]
| [
{
"subtask1": "Open the gmail app in your android phone.",
"relation": "Must be done before",
"subtask2": "Click on menu."
},
{
"subtask1": "Click on menu.",
"relation": "Must be done before",
"subtask2": "Select settings."
},
{
"subtask1": "Select settings.",
"relation": "Must be done before",
"subtask2": "Select the google account to which you want to add a signature."
},
{
"subtask1": "Select the google account to which you want to add a signature.",
"relation": "Must be done before",
"subtask2": "Tap the mobile signature button on the new page."
},
{
"subtask1": "Tap the mobile signature button on the new page.",
"relation": "Must be done before",
"subtask2": "Enter the text for your signature."
},
{
"subtask1": "Enter the text for your signature.",
"relation": "Must be done before",
"subtask2": "Click on ok."
}
]
|
make fluffy slime | [
{
"assumptionId": 1,
"assumption": "Make fluffy slime with borax."
}
]
| [
{
"stepId": 1,
"step": "Mix borax powder with warm water."
},
{
"stepId": 2,
"step": "Stir everything together thoroughly."
},
{
"stepId": 3,
"step": "Put the glue in a mixing bowl."
},
{
"stepId": 4,
"step": "Mix food color with the glue."
},
{
"stepId": 5,
"step": "Add the shaving cream to the bowl."
},
{
"stepId": 6,
"step": "Stir the glue thoroughly by adding the borax mixture."
},
{
"stepId": 7,
"step": "Continue to add the mixture little by little. "
},
{
"stepId": 8,
"step": "Keep the slime in a tightly sealed container."
}
]
| [
{
"subtask1": "Mix borax powder with warm water.",
"relation": "Must be done before",
"subtask2": "Put the glue in a mixing bowl."
},
{
"subtask1": "Mix borax powder with warm water.",
"relation": "Must be done before",
"subtask2": "Mix food color with the glue."
},
{
"subtask1": "Put the glue in a mixing bowl.",
"relation": "Must be done before",
"subtask2": "Add the shaving cream to the bowl."
},
{
"subtask1": "Mix food color with the glue.",
"relation": "Must be done before",
"subtask2": "Add the shaving cream to the bowl."
},
{
"subtask1": "Add the shaving cream to the bowl.",
"relation": "Must be done before",
"subtask2": "Stir the glue thoroughly by adding the borax mixture."
},
{
"subtask1": "Add the shaving cream to the bowl.",
"relation": "Must be done before",
"subtask2": "Continue to add the mixture little by little. "
},
{
"subtask1": "Stir the glue thoroughly by adding the borax mixture.",
"relation": "Must be done before",
"subtask2": "Stir everything together thoroughly."
},
{
"subtask1": "Continue to add the mixture little by little. ",
"relation": "Must be done before",
"subtask2": "Stir everything together thoroughly."
},
{
"subtask1": "Stir everything together thoroughly.",
"relation": "Must be done before",
"subtask2": "Keep the slime in a tightly sealed container."
}
]
|
make potato salad | [
{
"assumptionId": 1,
"assumption": "Making corn potato salad."
}
]
| [
{
"stepId": 1,
"step": "Take a bowl onto the stove."
},
{
"stepId": 2,
"step": "Fill the basin with water."
},
{
"stepId": 3,
"step": "Add potatoes into the water."
},
{
"stepId": 4,
"step": "Add a teaspoon of salt into the water."
},
{
"stepId": 5,
"step": "Combine sugar into the water."
},
{
"stepId": 6,
"step": "Add apple cider into the water."
},
{
"stepId": 7,
"step": "boil the potatoes on the medium heat for 10 minutes."
},
{
"stepId": 8,
"step": "Transfer the potatoes to the bowl."
},
{
"stepId": 9,
"step": "Combine corn and potatoes."
},
{
"stepId": 10,
"step": "Add dressing ingredients."
},
{
"stepId": 11,
"step": "Toss the salad."
}
]
| [
{
"subtask1": "Take a bowl onto the stove.",
"relation": "Must be done before",
"subtask2": "Fill the basin with water."
},
{
"subtask1": "Fill the basin with water.",
"relation": "Must be done before",
"subtask2": "Add potatoes into the water."
},
{
"subtask1": "Fill the basin with water.",
"relation": "Must be done before",
"subtask2": "Add a teaspoon of salt into the water."
},
{
"subtask1": "Fill the basin with water.",
"relation": "Must be done before",
"subtask2": "Combine sugar into the water."
},
{
"subtask1": "Fill the basin with water.",
"relation": "Must be done before",
"subtask2": "Add apple cider into the water."
},
{
"subtask1": "Add potatoes into the water.",
"relation": "Must be done before",
"subtask2": "boil the potatoes on the medium heat for 10 minutes."
},
{
"subtask1": "Add a teaspoon of salt into the water.",
"relation": "Must be done before",
"subtask2": "boil the potatoes on the medium heat for 10 minutes."
},
{
"subtask1": "Combine sugar into the water.",
"relation": "Must be done before",
"subtask2": "boil the potatoes on the medium heat for 10 minutes."
},
{
"subtask1": "Add apple cider into the water.",
"relation": "Must be done before",
"subtask2": "boil the potatoes on the medium heat for 10 minutes."
},
{
"subtask1": "boil the potatoes on the medium heat for 10 minutes.",
"relation": "Must be done before",
"subtask2": "Transfer the potatoes to the bowl."
},
{
"subtask1": "Transfer the potatoes to the bowl.",
"relation": "Must be done before",
"subtask2": "Combine corn and potatoes."
},
{
"subtask1": "Combine corn and potatoes.",
"relation": "Must be done before",
"subtask2": "Add dressing ingredients."
},
{
"subtask1": "Add dressing ingredients.",
"relation": "Must be done before",
"subtask2": "Toss the salad."
}
]
|
fold a shirt | [
{
"assumptionId": 1,
"assumption": "Fold a long sleeve shirt."
}
]
| [
{
"stepId": 1,
"step": "Straighten the shirt."
},
{
"stepId": 2,
"step": "Place the shirt on a flat surface."
},
{
"stepId": 3,
"step": "Fold the left long sleeve in toward the shirt's center."
},
{
"stepId": 4,
"step": "Bring the right sleeve across the left sleeve to form a rectangle."
},
{
"stepId": 5,
"step": "Begin by folding the shirt in thirds from the bottom."
},
{
"stepId": 6,
"step": "Reverse the shirt."
},
{
"stepId": 7,
"step": "Make any necessary collar adjustments."
}
]
| [
{
"subtask1": "Place the shirt on a flat surface.",
"relation": "Must be done before",
"subtask2": "Straighten the shirt."
},
{
"subtask1": "Straighten the shirt.",
"relation": "Must be done before",
"subtask2": "Fold the left long sleeve in toward the shirt's center."
},
{
"subtask1": "Fold the left long sleeve in toward the shirt's center.",
"relation": "Must be done before",
"subtask2": "Bring the right sleeve across the left sleeve to form a rectangle."
},
{
"subtask1": "Bring the right sleeve across the left sleeve to form a rectangle.",
"relation": "Must be done before",
"subtask2": "Begin by folding the shirt in thirds from the bottom."
},
{
"subtask1": "Begin by folding the shirt in thirds from the bottom.",
"relation": "Must be done before",
"subtask2": "Reverse the shirt."
},
{
"subtask1": "Reverse the shirt.",
"relation": "Must be done before",
"subtask2": "Make any necessary collar adjustments."
}
]
|
write a blog | [
{
"assumptionId": 1,
"assumption": "Writing a blog in linkedin."
}
]
| [
{
"stepId": 1,
"step": "Open linkedin."
},
{
"stepId": 2,
"step": "Brainstorm blog topics."
},
{
"stepId": 3,
"step": "Refine your topic with keyword research."
},
{
"stepId": 4,
"step": "Identify your target market."
},
{
"stepId": 5,
"step": "Create an organized outline."
},
{
"stepId": 6,
"step": "Create interesting material."
},
{
"stepId": 7,
"step": "Craft an irresistible headline."
},
{
"stepId": 8,
"step": "Pick a blog template."
},
{
"stepId": 9,
"step": "Pick a domain name for your blog."
},
{
"stepId": 10,
"step": "Select pertinent photographs."
},
{
"stepId": 11,
"step": "Implement calls-to-action."
},
{
"stepId": 12,
"step": "Publish your blog post on linkedin."
},
{
"stepId": 13,
"step": "Promote the final article."
}
]
| [
{
"subtask1": "Open linkedin.",
"relation": "Must be done before",
"subtask2": "Refine your topic with keyword research."
},
{
"subtask1": "Brainstorm blog topics.",
"relation": "Must be done before",
"subtask2": "Refine your topic with keyword research."
},
{
"subtask1": "Refine your topic with keyword research.",
"relation": "Must be done before",
"subtask2": "Create an organized outline."
},
{
"subtask1": "Refine your topic with keyword research.",
"relation": "Must be done before",
"subtask2": "Create interesting material."
},
{
"subtask1": "Create an organized outline.",
"relation": "Must be done before",
"subtask2": "Craft an irresistible headline."
},
{
"subtask1": "Create interesting material.",
"relation": "Must be done before",
"subtask2": "Craft an irresistible headline."
},
{
"subtask1": "Craft an irresistible headline.",
"relation": "Must be done before",
"subtask2": "Pick a blog template."
},
{
"subtask1": "Craft an irresistible headline.",
"relation": "Must be done before",
"subtask2": "Pick a domain name for your blog."
},
{
"subtask1": "Pick a blog template.",
"relation": "Must be done before",
"subtask2": "Select pertinent photographs."
},
{
"subtask1": "Pick a blog template.",
"relation": "Must be done before",
"subtask2": "Implement calls-to-action."
},
{
"subtask1": "Pick a domain name for your blog.",
"relation": "Must be done before",
"subtask2": "Implement calls-to-action."
},
{
"subtask1": "Implement calls-to-action.",
"relation": "Must be done before",
"subtask2": "Identify your target market."
},
{
"subtask1": "Identify your target market.",
"relation": "Must be done before",
"subtask2": "Publish your blog post on linkedin."
},
{
"subtask1": "Identify your target market.",
"relation": "Must be done before",
"subtask2": "Promote the final article."
}
]
|
make black coffee | [
{
"assumptionId": 1,
"assumption": "Making black coffee with bru."
}
]
| [
{
"stepId": 1,
"step": "Place a bowl on the stove."
},
{
"stepId": 2,
"step": "Fill the bowl with water."
},
{
"stepId": 3,
"step": "Boil the water."
},
{
"stepId": 4,
"step": "Add bru coffee powder into a cup."
},
{
"stepId": 5,
"step": "Add a little water first."
},
{
"stepId": 6,
"step": "Stir the coffee."
},
{
"stepId": 7,
"step": "Pour the remaining hot water."
},
{
"stepId": 8,
"step": "Mix the coffee until the bru coffee powder dissolves in the water."
}
]
| [
{
"subtask1": "Place a bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Fill the bowl with water."
},
{
"subtask1": "Fill the bowl with water.",
"relation": "Must be done before",
"subtask2": "Boil the water."
},
{
"subtask1": "Fill the bowl with water.",
"relation": "Must be done before",
"subtask2": "Add bru coffee powder into a cup."
},
{
"subtask1": "Add bru coffee powder into a cup.",
"relation": "Must be done before",
"subtask2": "Add a little water first."
},
{
"subtask1": "Add a little water first.",
"relation": "Must be done before",
"subtask2": "Stir the coffee."
},
{
"subtask1": "Stir the coffee.",
"relation": "Must be done before",
"subtask2": "Pour the remaining hot water."
},
{
"subtask1": "Pour the remaining hot water.",
"relation": "Must be done before",
"subtask2": "Mix the coffee until the bru coffee powder dissolves in the water."
}
]
|
make tiramisu | [
{
"assumptionId": 1,
"assumption": "Make tiramisu with rum."
}
]
| [
{
"stepId": 1,
"step": "Apply oil to a baking dish."
},
{
"stepId": 2,
"step": "Place a bowl over a saucepan of simmering water to make a double boiler."
},
{
"stepId": 3,
"step": "Combine egg yolks with sugar in a bowl."
},
{
"stepId": 4,
"step": "Continue to whisk until the sugar is completely dissolved."
},
{
"stepId": 5,
"step": "Add rum to the mixture."
},
{
"stepId": 6,
"step": "Stir continuously to mix all the ingredients."
},
{
"stepId": 7,
"step": "Take the bowl out of the double boiler."
},
{
"stepId": 8,
"step": "Allow the bowl to cool."
},
{
"stepId": 9,
"step": "Use a stand mixer to beat the mascarpone."
},
{
"stepId": 10,
"step": "Add the cream to the mixture."
},
{
"stepId": 11,
"step": "Prepare the coffee dipping sauce for the ladyfingers."
},
{
"stepId": 12,
"step": "Arrange the dipped ladyfingers in rows on the baking dish's bottom."
},
{
"stepId": 13,
"step": "Refrigerate the tiramisu for 8 hours."
}
]
| [
{
"subtask1": "Place a bowl over a saucepan of simmering water to make a double boiler.",
"relation": "Must be done before",
"subtask2": "Combine egg yolks with sugar in a bowl."
},
{
"subtask1": "Place a bowl over a saucepan of simmering water to make a double boiler.",
"relation": "Must be done before",
"subtask2": "Continue to whisk until the sugar is completely dissolved."
},
{
"subtask1": "Place a bowl over a saucepan of simmering water to make a double boiler.",
"relation": "Must be done before",
"subtask2": "Add rum to the mixture."
},
{
"subtask1": "Combine egg yolks with sugar in a bowl.",
"relation": "Must be done before",
"subtask2": "Stir continuously to mix all the ingredients."
},
{
"subtask1": "Continue to whisk until the sugar is completely dissolved.",
"relation": "Must be done before",
"subtask2": "Stir continuously to mix all the ingredients."
},
{
"subtask1": "Add rum to the mixture.",
"relation": "Must be done before",
"subtask2": "Stir continuously to mix all the ingredients."
},
{
"subtask1": "Stir continuously to mix all the ingredients.",
"relation": "Must be done before",
"subtask2": "Take the bowl out of the double boiler."
},
{
"subtask1": "Take the bowl out of the double boiler.",
"relation": "Must be done before",
"subtask2": "Allow the bowl to cool."
},
{
"subtask1": "Allow the bowl to cool.",
"relation": "Must be done before",
"subtask2": "Use a stand mixer to beat the mascarpone."
},
{
"subtask1": "Use a stand mixer to beat the mascarpone.",
"relation": "Must be done before",
"subtask2": "Add the cream to the mixture."
},
{
"subtask1": "Add the cream to the mixture.",
"relation": "Must be done before",
"subtask2": "Prepare the coffee dipping sauce for the ladyfingers."
},
{
"subtask1": "Prepare the coffee dipping sauce for the ladyfingers.",
"relation": "Must be done before",
"subtask2": "Apply oil to a baking dish."
},
{
"subtask1": "Apply oil to a baking dish.",
"relation": "Must be done before",
"subtask2": "Arrange the dipped ladyfingers in rows on the baking dish's bottom."
},
{
"subtask1": "Arrange the dipped ladyfingers in rows on the baking dish's bottom.",
"relation": "Must be done before",
"subtask2": "Refrigerate the tiramisu for 8 hours."
}
]
|
make garlic bread | [
{
"assumptionId": 1,
"assumption": "Make garlic bread in the oven."
}
]
| [
{
"stepId": 1,
"step": "Preheat the oven."
},
{
"stepId": 2,
"step": "Melt butter in a small saucepan over medium heat."
},
{
"stepId": 3,
"step": "Mix in the garlic powder and dried parsley in the butter."
},
{
"stepId": 4,
"step": "Arrange the bread slices on a medium baking sheet."
},
{
"stepId": 5,
"step": "Brush the melted butter mixture liberally onto the bread."
},
{
"stepId": 6,
"step": "Bake in the hot oven until just lightly browned."
},
{
"stepId": 7,
"step": "Add mozzarella cheese and any leftover butter mixture to the bread."
},
{
"stepId": 8,
"step": "Bake the bread for an additional few minutes until the cheese melts."
}
]
| [
{
"subtask1": "Preheat the oven.",
"relation": "Must be done before",
"subtask2": "Melt butter in a small saucepan over medium heat."
},
{
"subtask1": "Melt butter in a small saucepan over medium heat.",
"relation": "Must be done before",
"subtask2": "Mix in the garlic powder and dried parsley in the butter."
},
{
"subtask1": "Mix in the garlic powder and dried parsley in the butter.",
"relation": "Must be done before",
"subtask2": "Arrange the bread slices on a medium baking sheet."
},
{
"subtask1": "Mix in the garlic powder and dried parsley in the butter.",
"relation": "Must be done before",
"subtask2": "Brush the melted butter mixture liberally onto the bread."
},
{
"subtask1": "Arrange the bread slices on a medium baking sheet.",
"relation": "Must be done before",
"subtask2": "Bake in the hot oven until just lightly browned."
},
{
"subtask1": "Brush the melted butter mixture liberally onto the bread.",
"relation": "Must be done before",
"subtask2": "Bake in the hot oven until just lightly browned."
},
{
"subtask1": "Bake in the hot oven until just lightly browned.",
"relation": "Must be done before",
"subtask2": "Add mozzarella cheese and any leftover butter mixture to the bread."
},
{
"subtask1": "Add mozzarella cheese and any leftover butter mixture to the bread.",
"relation": "Must be done before",
"subtask2": "Bake the bread for an additional few minutes until the cheese melts."
}
]
|
melt chocolate | [
{
"assumptionId": 1,
"assumption": "Melt chocolate in the microwave."
}
]
| [
{
"stepId": 1,
"step": "Cut the chocolate into pieces in a bowl."
},
{
"stepId": 2,
"step": "Place the chocolate bowl in the microwave."
},
{
"stepId": 3,
"step": "Bake for 30 seconds."
},
{
"stepId": 4,
"step": "Stir the melted chocolate."
},
{
"stepId": 5,
"step": "Repeat until almost everything has melted."
}
]
| [
{
"subtask1": "Cut the chocolate into pieces in a bowl.",
"relation": "Must be done before",
"subtask2": "Place the chocolate bowl in the microwave."
},
{
"subtask1": "Place the chocolate bowl in the microwave.",
"relation": "Must be done before",
"subtask2": "Bake for 30 seconds."
},
{
"subtask1": "Bake for 30 seconds.",
"relation": "Must be done before",
"subtask2": "Stir the melted chocolate."
},
{
"subtask1": "Stir the melted chocolate.",
"relation": "Must be done before",
"subtask2": "Repeat until almost everything has melted."
}
]
|
thread a sewing machine | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Place your thread spool on top of the sewing machine."
},
{
"stepId": 2,
"step": "Pull the thread out."
},
{
"stepId": 3,
"step": "Insert the thread end in the bobbin hole."
},
{
"stepId": 4,
"step": "Place the bobbin on the bobbin pin."
},
{
"stepId": 5,
"step": "Begin the bobbin winding process."
},
{
"stepId": 6,
"step": "Complete the bobbin winding."
},
{
"stepId": 7,
"step": "Take out the bobbin."
}
]
| [
{
"subtask1": "Take out the bobbin.",
"relation": "Must be done before",
"subtask2": "Insert the thread end in the bobbin hole."
},
{
"subtask1": "Insert the thread end in the bobbin hole.",
"relation": "Must be done before",
"subtask2": "Begin the bobbin winding process."
},
{
"subtask1": "Begin the bobbin winding process.",
"relation": "Must be done before",
"subtask2": "Complete the bobbin winding."
},
{
"subtask1": "Complete the bobbin winding.",
"relation": "Must be done before",
"subtask2": "Place the bobbin on the bobbin pin."
},
{
"subtask1": "Place the bobbin on the bobbin pin.",
"relation": "Must be done before",
"subtask2": "Place your thread spool on top of the sewing machine."
},
{
"subtask1": "Place your thread spool on top of the sewing machine.",
"relation": "Must be done before",
"subtask2": "Pull the thread out."
}
]
|
calculate standard deviation | [
{
"assumptionId": 1,
"assumption": "Calculating the mean standard deviation."
}
]
| [
{
"stepId": 1,
"step": "Calculate the mean of all data points."
},
{
"stepId": 2,
"step": "Determine each data point's variance."
},
{
"stepId": 3,
"step": "Square the variance of each data point."
},
{
"stepId": 4,
"step": "Total variance values needed to be squared."
},
{
"stepId": 5,
"step": "Divide the total squared variance values by the total number of data points."
},
{
"stepId": 6,
"step": "Take the square root of the quotient."
}
]
| [
{
"subtask1": "Calculate the mean of all data points.",
"relation": "Must be done before",
"subtask2": "Determine each data point's variance."
},
{
"subtask1": "Determine each data point's variance.",
"relation": "Must be done before",
"subtask2": "Square the variance of each data point."
},
{
"subtask1": "Square the variance of each data point.",
"relation": "Must be done before",
"subtask2": "Total variance values needed to be squared."
},
{
"subtask1": "Total variance values needed to be squared.",
"relation": "Must be done before",
"subtask2": "Divide the total squared variance values by the total number of data points."
},
{
"subtask1": "Divide the total squared variance values by the total number of data points.",
"relation": "Must be done before",
"subtask2": "Take the square root of the quotient."
}
]
|
calculate net worth | [
{
"assumptionId": 1,
"assumption": "Calculate net worth for the financial year."
}
]
| [
{
"stepId": 1,
"step": "Calculate all the assets for the financial year."
},
{
"stepId": 2,
"step": "Calculate all the liabilities."
},
{
"stepId": 3,
"step": "Note down the formula of net worth."
},
{
"stepId": 4,
"step": "Deduct assets from liabilities."
},
{
"stepId": 5,
"step": "Get the net worth for the financial year."
}
]
| [
{
"subtask1": "Calculate all the assets for the financial year.",
"relation": "Must be done before",
"subtask2": "Note down the formula of net worth."
},
{
"subtask1": "Calculate all the liabilities.",
"relation": "Must be done before",
"subtask2": "Note down the formula of net worth."
},
{
"subtask1": "Note down the formula of net worth.",
"relation": "Must be done before",
"subtask2": "Deduct assets from liabilities."
},
{
"subtask1": "Deduct assets from liabilities.",
"relation": "Must be done before",
"subtask2": "Get the net worth for the financial year."
}
]
|
fold a fitted sheet | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Spread out the fitted sheet."
},
{
"stepId": 2,
"step": "Insert the bottom corners into the top corners."
},
{
"stepId": 3,
"step": "Fold into a long rectangle."
},
{
"stepId": 4,
"step": "Fold the rectangle inside."
},
{
"stepId": 5,
"step": "Place the folded sheet on the bed."
}
]
| [
{
"subtask1": "Spread out the fitted sheet.",
"relation": "Must be done before",
"subtask2": "Insert the bottom corners into the top corners."
},
{
"subtask1": "Insert the bottom corners into the top corners.",
"relation": "Must be done before",
"subtask2": "Fold into a long rectangle."
},
{
"subtask1": "Fold into a long rectangle.",
"relation": "Must be done before",
"subtask2": "Fold the rectangle inside."
},
{
"subtask1": "Fold the rectangle inside.",
"relation": "Must be done before",
"subtask2": "Place the folded sheet on the bed."
}
]
|
clean grill grates | [
{
"assumptionId": 1,
"assumption": "Clean grill gates with vinegar."
}
]
| [
{
"stepId": 1,
"step": "Mix vinegar with baking soda in a garbage bag."
},
{
"stepId": 2,
"step": "Place the grates in the garbage bag."
},
{
"stepId": 3,
"step": "Allow the grates to soak overnight."
},
{
"stepId": 4,
"step": "Remove the grates from the bag."
},
{
"stepId": 5,
"step": "Wash the grates with cool water."
},
{
"stepId": 6,
"step": "Allow the grates to dry."
}
]
| [
{
"subtask1": "Mix vinegar with baking soda in a garbage bag.",
"relation": "Must be done before",
"subtask2": "Allow the grates to soak overnight."
},
{
"subtask1": "Place the grates in the garbage bag.",
"relation": "Must be done before",
"subtask2": "Allow the grates to soak overnight."
},
{
"subtask1": "Allow the grates to soak overnight.",
"relation": "Must be done before",
"subtask2": "Remove the grates from the bag."
},
{
"subtask1": "Remove the grates from the bag.",
"relation": "Must be done before",
"subtask2": "Wash the grates with cool water."
},
{
"subtask1": "Wash the grates with cool water.",
"relation": "Must be done before",
"subtask2": "Allow the grates to dry."
}
]
|
make a protein shake | [
{
"assumptionId": 1,
"assumption": "Make protein shake with milk."
}
]
| [
{
"stepId": 1,
"step": "Remove the lid from the shaker."
},
{
"stepId": 2,
"step": "Fill your shaker halfway with milk."
},
{
"stepId": 3,
"step": "Add protein powder into the milk."
},
{
"stepId": 4,
"step": "Cover the lid."
},
{
"stepId": 5,
"step": "Shake the entire thing vigorously."
}
]
| [
{
"subtask1": "Remove the lid from the shaker.",
"relation": "Must be done before",
"subtask2": "Fill your shaker halfway with milk."
},
{
"subtask1": "Fill your shaker halfway with milk.",
"relation": "Must be done before",
"subtask2": "Add protein powder into the milk."
},
{
"subtask1": "Add protein powder into the milk.",
"relation": "Must be done before",
"subtask2": "Cover the lid."
},
{
"subtask1": "Cover the lid.",
"relation": "Must be done before",
"subtask2": "Shake the entire thing vigorously."
}
]
|
pair apple watch to new phone | [
{
"assumptionId": 1,
"assumption": "Pair apple watch to new iphone 12."
}
]
| [
{
"stepId": 1,
"step": "Unpair the apple watch from the old phone."
},
{
"stepId": 2,
"step": "Activate the new iphone 12."
},
{
"stepId": 3,
"step": "Log in to iCloud."
},
{
"stepId": 4,
"step": "Open the apple watch application on the new iphone 12."
},
{
"stepId": 5,
"step": "Connect the watch to the new iphone 12."
},
{
"stepId": 6,
"step": "Try recovering data from a backup."
}
]
| [
{
"subtask1": "Activate the new iphone 12.",
"relation": "Must be done before",
"subtask2": "Log in to iCloud."
},
{
"subtask1": "Log in to iCloud.",
"relation": "Must be done before",
"subtask2": "Open the apple watch application on the new iphone 12."
},
{
"subtask1": "Open the apple watch application on the new iphone 12.",
"relation": "Must be done before",
"subtask2": "Unpair the apple watch from the old phone."
},
{
"subtask1": "Unpair the apple watch from the old phone.",
"relation": "Must be done before",
"subtask2": "Connect the watch to the new iphone 12."
},
{
"subtask1": "Connect the watch to the new iphone 12.",
"relation": "Must be done before",
"subtask2": "Try recovering data from a backup."
}
]
|
make naan bread | [
{
"assumptionId": 1,
"assumption": "Make naan bread in the oven."
}
]
| [
{
"stepId": 1,
"step": "Add the dry yeast and sugar to the warm water."
},
{
"stepId": 2,
"step": "Leave aside for a few minutes until the mixture begins to froth."
},
{
"stepId": 3,
"step": "Mix the flour and salt to taste in a bowl."
},
{
"stepId": 4,
"step": "Add the yeast mixture, and ghee."
},
{
"stepId": 5,
"step": "Create a soft dough by combining everything with your fingertips."
},
{
"stepId": 6,
"step": "Cover the dough with cling wrap."
},
{
"stepId": 7,
"step": "Allow to rest for a few minutes."
},
{
"stepId": 8,
"step": "Divide the dough in half."
},
{
"stepId": 9,
"step": "Roll each piece between your palms."
},
{
"stepId": 10,
"step": "Create a circle by spreading each ball out."
},
{
"stepId": 11,
"step": "Preheat the oven."
},
{
"stepId": 12,
"step": "Place some aluminum foil on a baking pan."
},
{
"stepId": 13,
"step": "Apply a few drops of vegetable oil to lightly coat it."
},
{
"stepId": 14,
"step": "Place the dough balls on the tray without letting them touch one another."
},
{
"stepId": 15,
"step": "Brush each dough ball lightly with ghee."
},
{
"stepId": 16,
"step": "Sprinkle a pinch of onion seeds evenly over the surface."
},
{
"stepId": 17,
"step": "Bake until the naan puffs up and starts to turn gently golden."
},
{
"stepId": 18,
"step": "Serve hot in a basket coated with foil."
}
]
| [
{
"subtask1": "Add the dry yeast and sugar to the warm water.",
"relation": "Must be done before",
"subtask2": "Leave aside for a few minutes until the mixture begins to froth."
},
{
"subtask1": "Leave aside for a few minutes until the mixture begins to froth.",
"relation": "Must be done before",
"subtask2": "Mix the flour and salt to taste in a bowl."
},
{
"subtask1": "Leave aside for a few minutes until the mixture begins to froth.",
"relation": "Must be done before",
"subtask2": "Add the yeast mixture, and ghee."
},
{
"subtask1": "Add the yeast mixture, and ghee.",
"relation": "Must be done before",
"subtask2": "Create a soft dough by combining everything with your fingertips."
},
{
"subtask1": "Add the yeast mixture, and ghee.",
"relation": "Must be done before",
"subtask2": "Cover the dough with cling wrap."
},
{
"subtask1": "Create a soft dough by combining everything with your fingertips.",
"relation": "Must be done before",
"subtask2": "Allow to rest for a few minutes."
},
{
"subtask1": "Cover the dough with cling wrap.",
"relation": "Must be done before",
"subtask2": "Allow to rest for a few minutes."
},
{
"subtask1": "Allow to rest for a few minutes.",
"relation": "Must be done before",
"subtask2": "Divide the dough in half."
},
{
"subtask1": "Allow to rest for a few minutes.",
"relation": "Must be done before",
"subtask2": "Roll each piece between your palms."
},
{
"subtask1": "Allow to rest for a few minutes.",
"relation": "Must be done before",
"subtask2": "Create a circle by spreading each ball out."
},
{
"subtask1": "Create a circle by spreading each ball out.",
"relation": "Must be done before",
"subtask2": "Preheat the oven."
},
{
"subtask1": "Preheat the oven.",
"relation": "Must be done before",
"subtask2": "Place some aluminum foil on a baking pan."
},
{
"subtask1": "Place some aluminum foil on a baking pan.",
"relation": "Must be done before",
"subtask2": "Apply a few drops of vegetable oil to lightly coat it."
},
{
"subtask1": "Apply a few drops of vegetable oil to lightly coat it.",
"relation": "Must be done before",
"subtask2": "Place the dough balls on the tray without letting them touch one another."
},
{
"subtask1": "Apply a few drops of vegetable oil to lightly coat it.",
"relation": "Must be done before",
"subtask2": "Brush each dough ball lightly with ghee."
},
{
"subtask1": "Place the dough balls on the tray without letting them touch one another.",
"relation": "Must be done before",
"subtask2": "Sprinkle a pinch of onion seeds evenly over the surface."
},
{
"subtask1": "Brush each dough ball lightly with ghee.",
"relation": "Must be done before",
"subtask2": "Sprinkle a pinch of onion seeds evenly over the surface."
},
{
"subtask1": "Sprinkle a pinch of onion seeds evenly over the surface.",
"relation": "Must be done before",
"subtask2": "Bake until the naan puffs up and starts to turn gently golden."
},
{
"subtask1": "Bake until the naan puffs up and starts to turn gently golden.",
"relation": "Must be done before",
"subtask2": "Serve hot in a basket coated with foil."
}
]
|
declutter your home | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Create a schedule and goals."
},
{
"stepId": 2,
"step": "Make a system for sorting."
},
{
"stepId": 3,
"step": "Donate your unused clothing."
},
{
"stepId": 4,
"step": "Make a list of things to clean up."
},
{
"stepId": 5,
"step": "Empty the box into storage containers after you complete each space."
},
{
"stepId": 6,
"step": "Get rid of the clutter in your home."
}
]
| [
{
"subtask1": "Create a schedule and goals.",
"relation": "Must be done before",
"subtask2": "Make a system for sorting."
},
{
"subtask1": "Make a system for sorting.",
"relation": "Must be done before",
"subtask2": "Make a list of things to clean up."
},
{
"subtask1": "Make a list of things to clean up.",
"relation": "Must be done before",
"subtask2": "Donate your unused clothing."
},
{
"subtask1": "Make a list of things to clean up.",
"relation": "Must be done before",
"subtask2": "Empty the box into storage containers after you complete each space."
},
{
"subtask1": "Donate your unused clothing.",
"relation": "Must be done before",
"subtask2": "Get rid of the clutter in your home."
},
{
"subtask1": "Empty the box into storage containers after you complete each space.",
"relation": "Must be done before",
"subtask2": "Get rid of the clutter in your home."
}
]
|
get a replacement social security card | [
{
"assumptionId": 1,
"assumption": "Replacing social security card online."
}
]
| [
{
"stepId": 1,
"step": "Visit www.ssa.gov/ssnumber."
},
{
"stepId": 2,
"step": "Answer a few questions online."
},
{
"stepId": 3,
"step": "Determine the best method for applying."
},
{
"stepId": 4,
"step": "Request for a replacement card."
},
{
"stepId": 5,
"step": "Submit the necessary paperwork."
},
{
"stepId": 6,
"step": "Complete the social security card application."
},
{
"stepId": 7,
"step": "Take the copy to the local social security office."
}
]
| [
{
"subtask1": "Determine the best method for applying.",
"relation": "Must be done before",
"subtask2": "Visit www.ssa.gov/ssnumber."
},
{
"subtask1": "Visit www.ssa.gov/ssnumber.",
"relation": "Must be done before",
"subtask2": "Answer a few questions online."
},
{
"subtask1": "Answer a few questions online.",
"relation": "Must be done before",
"subtask2": "Request for a replacement card."
},
{
"subtask1": "Request for a replacement card.",
"relation": "Must be done before",
"subtask2": "Submit the necessary paperwork."
},
{
"subtask1": "Request for a replacement card.",
"relation": "Must be done before",
"subtask2": "Complete the social security card application."
},
{
"subtask1": "Submit the necessary paperwork.",
"relation": "Must be done before",
"subtask2": "Take the copy to the local social security office."
},
{
"subtask1": "Complete the social security card application.",
"relation": "Must be done before",
"subtask2": "Take the copy to the local social security office."
}
]
|
make shredded chicken | [
{
"assumptionId": 1,
"assumption": "Make shredded chicken in the oven."
}
]
| [
{
"stepId": 1,
"step": "Place chicken breasts on a cookie sheet."
},
{
"stepId": 2,
"step": "Season the chicken with avocado oil, salt, etc."
},
{
"stepId": 3,
"step": "Cook the chicken in the oven for 20 minutes."
},
{
"stepId": 4,
"step": "Allow the chicken to cool."
},
{
"stepId": 5,
"step": "Shred with a high-powered stand mixer."
},
{
"stepId": 6,
"step": "Move the shredded chicken to a container."
},
{
"stepId": 7,
"step": "Place the container in the refrigerator for future use."
}
]
| [
{
"subtask1": "Move the shredded chicken to a container.",
"relation": "Must be done before",
"subtask2": "Season the chicken with avocado oil, salt, etc."
},
{
"subtask1": "Move the shredded chicken to a container.",
"relation": "Must be done before",
"subtask2": "Shred with a high-powered stand mixer."
},
{
"subtask1": "Season the chicken with avocado oil, salt, etc.",
"relation": "Must be done before",
"subtask2": "Place chicken breasts on a cookie sheet."
},
{
"subtask1": "Shred with a high-powered stand mixer.",
"relation": "Must be done before",
"subtask2": "Place chicken breasts on a cookie sheet."
},
{
"subtask1": "Place chicken breasts on a cookie sheet.",
"relation": "Must be done before",
"subtask2": "Cook the chicken in the oven for 20 minutes."
},
{
"subtask1": "Cook the chicken in the oven for 20 minutes.",
"relation": "Must be done before",
"subtask2": "Allow the chicken to cool."
},
{
"subtask1": "Allow the chicken to cool.",
"relation": "Must be done before",
"subtask2": "Place the container in the refrigerator for future use."
}
]
|
vacuum a pool | [
{
"assumptionId": 1,
"assumption": "Vacuuming the pool with a hose."
}
]
| [
{
"stepId": 1,
"step": "Turn the hose."
},
{
"stepId": 2,
"step": "Set the filter setting to vacuum."
},
{
"stepId": 3,
"step": "Scoop out the debris from the pool."
},
{
"stepId": 4,
"step": "Empty your skimmer baskets."
},
{
"stepId": 5,
"step": "Point the line jets in the direction of the pool's bottom."
},
{
"stepId": 6,
"step": "Put the vacuum hose together."
},
{
"stepId": 7,
"step": "Submerge the hose in the pool"
},
{
"stepId": 8,
"step": "Submerge the vacuum in water."
},
{
"stepId": 9,
"step": "Start the vacuum."
},
{
"stepId": 10,
"step": "Disassemble the vacuum when the pool is clean."
}
]
| [
{
"subtask1": "Turn the hose.",
"relation": "Must be done before",
"subtask2": "Set the filter setting to vacuum."
},
{
"subtask1": "Set the filter setting to vacuum.",
"relation": "Must be done before",
"subtask2": "Submerge the hose in the pool"
},
{
"subtask1": "Submerge the hose in the pool",
"relation": "Must be done before",
"subtask2": "Submerge the vacuum in water."
},
{
"subtask1": "Submerge the vacuum in water.",
"relation": "Must be done before",
"subtask2": "Put the vacuum hose together."
},
{
"subtask1": "Put the vacuum hose together.",
"relation": "Must be done before",
"subtask2": "Start the vacuum."
},
{
"subtask1": "Start the vacuum.",
"relation": "Must be done before",
"subtask2": "Point the line jets in the direction of the pool's bottom."
},
{
"subtask1": "Point the line jets in the direction of the pool's bottom.",
"relation": "Must be done before",
"subtask2": "Scoop out the debris from the pool."
},
{
"subtask1": "Scoop out the debris from the pool.",
"relation": "Must be done before",
"subtask2": "Empty your skimmer baskets."
},
{
"subtask1": "Empty your skimmer baskets.",
"relation": "Must be done before",
"subtask2": "Disassemble the vacuum when the pool is clean."
}
]
|
calculate variance | [
{
"assumptionId": 1,
"assumption": "Calculating variance in the excel sheet."
}
]
| [
{
"stepId": 1,
"step": "Open the excel sheet."
},
{
"stepId": 2,
"step": "Find the mean using average function."
},
{
"stepId": 3,
"step": "Determine the variance of each score."
},
{
"stepId": 4,
"step": "Square every difference from the mean."
},
{
"stepId": 5,
"step": "Find the sum of squares."
},
{
"stepId": 6,
"step": "Divide the sum of squares by the number of items minus 1."
}
]
| [
{
"subtask1": "Open the excel sheet.",
"relation": "Must be done before",
"subtask2": "Find the mean using average function."
},
{
"subtask1": "Find the mean using average function.",
"relation": "Must be done before",
"subtask2": "Square every difference from the mean."
},
{
"subtask1": "Square every difference from the mean.",
"relation": "Must be done before",
"subtask2": "Find the sum of squares."
},
{
"subtask1": "Find the sum of squares.",
"relation": "Must be done before",
"subtask2": "Divide the sum of squares by the number of items minus 1."
},
{
"subtask1": "Divide the sum of squares by the number of items minus 1.",
"relation": "Must be done before",
"subtask2": "Determine the variance of each score."
}
]
|
add fractions with different denominators | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Verify the fractions denominators."
},
{
"stepId": 2,
"step": "Make the denominators of the fractions by finding the lcm."
},
{
"stepId": 3,
"step": "Add the fractional numerators together."
},
{
"stepId": 4,
"step": "Keep the denominator common."
},
{
"stepId": 5,
"step": "Simplify the fraction to get final sum."
}
]
| [
{
"subtask1": "Verify the fractions denominators.",
"relation": "Must be done before",
"subtask2": "Make the denominators of the fractions by finding the lcm."
},
{
"subtask1": "Make the denominators of the fractions by finding the lcm.",
"relation": "Must be done before",
"subtask2": "Add the fractional numerators together."
},
{
"subtask1": "Add the fractional numerators together.",
"relation": "Must be done before",
"subtask2": "Keep the denominator common."
},
{
"subtask1": "Keep the denominator common.",
"relation": "Must be done before",
"subtask2": "Simplify the fraction to get final sum."
}
]
|
cook kale | [
{
"assumptionId": 1,
"assumption": "Cook kale salad with lemon."
}
]
| [
{
"stepId": 1,
"step": "Wash the kale."
},
{
"stepId": 2,
"step": "Destem the kale."
},
{
"stepId": 3,
"step": "Make fine chops out of the kale."
},
{
"stepId": 4,
"step": "Make a paste of garlic using a knife blade."
},
{
"stepId": 5,
"step": "Add salt and briskly shave the blade over the garlic until a paste forms."
},
{
"stepId": 6,
"step": "Mix the lemon, olive oil, Parmesan cheese, and red pepper flakes with the garlic paste."
},
{
"stepId": 7,
"step": "Add the dressing, then sprinkle lemon zest on top."
}
]
| [
{
"subtask1": "Wash the kale.",
"relation": "Must be done before",
"subtask2": "Destem the kale."
},
{
"subtask1": "Destem the kale.",
"relation": "Must be done before",
"subtask2": "Make fine chops out of the kale."
},
{
"subtask1": "Make a paste of garlic using a knife blade.",
"relation": "Must be done before",
"subtask2": "Add salt and briskly shave the blade over the garlic until a paste forms."
},
{
"subtask1": "Add salt and briskly shave the blade over the garlic until a paste forms.",
"relation": "Must be done before",
"subtask2": "Mix the lemon, olive oil, Parmesan cheese, and red pepper flakes with the garlic paste."
},
{
"subtask1": "Make fine chops out of the kale.",
"relation": "Must be done before",
"subtask2": "Add the dressing, then sprinkle lemon zest on top."
},
{
"subtask1": "Mix the lemon, olive oil, Parmesan cheese, and red pepper flakes with the garlic paste.",
"relation": "Must be done before",
"subtask2": "Add the dressing, then sprinkle lemon zest on top."
}
]
|
mince garlic | [
{
"assumptionId": 1,
"assumption": "Mince garlic with the knife."
}
]
| [
{
"stepId": 1,
"step": "Take the garlic's head off."
},
{
"stepId": 2,
"step": "Take the skin off the garlic."
},
{
"stepId": 3,
"step": "Crush the peeled garlic using the flat side of the knife."
},
{
"stepId": 4,
"step": "Cut the crushed garlic into tiny pieces with the knife tip on the cutting board."
}
]
| [
{
"subtask1": "Take the garlic's head off.",
"relation": "Must be done before",
"subtask2": "Take the skin off the garlic."
},
{
"subtask1": "Take the skin off the garlic.",
"relation": "Must be done before",
"subtask2": "Crush the peeled garlic using the flat side of the knife."
},
{
"subtask1": "Crush the peeled garlic using the flat side of the knife.",
"relation": "Must be done before",
"subtask2": "Cut the crushed garlic into tiny pieces with the knife tip on the cutting board."
}
]
|
make cream | [
{
"assumptionId": 1,
"assumption": "Make heavy cream from milk."
}
]
| [
{
"stepId": 1,
"step": "Put the unsalted butter in a pan and heat it slowly."
},
{
"stepId": 2,
"step": "Mix 1 tablespoon of the melted butter into the cold milk."
},
{
"stepId": 3,
"step": "Add the milk to the remaining butter."
},
{
"stepId": 4,
"step": "Cook it on a low heat."
},
{
"stepId": 5,
"step": "Mix the cream in the blender until it thickens."
},
{
"stepId": 6,
"step": "Allow the mixture to cool."
}
]
| [
{
"subtask1": "Put the unsalted butter in a pan and heat it slowly.",
"relation": "Must be done before",
"subtask2": "Mix 1 tablespoon of the melted butter into the cold milk."
},
{
"subtask1": "Mix 1 tablespoon of the melted butter into the cold milk.",
"relation": "Must be done before",
"subtask2": "Add the milk to the remaining butter."
},
{
"subtask1": "Add the milk to the remaining butter.",
"relation": "Must be done before",
"subtask2": "Mix the cream in the blender until it thickens."
},
{
"subtask1": "Mix the cream in the blender until it thickens.",
"relation": "Must be done before",
"subtask2": "Cook it on a low heat."
},
{
"subtask1": "Cook it on a low heat.",
"relation": "Must be done before",
"subtask2": "Allow the mixture to cool."
}
]
|
share screen on zoom | [
{
"assumptionId": 1,
"assumption": "sharing screen on a zoom in computer."
}
]
| [
{
"stepId": 1,
"step": "Open zoom application on your computer."
},
{
"stepId": 2,
"step": "Log in to the zoom account."
},
{
"stepId": 3,
"step": "Check the option for join meeting."
},
{
"stepId": 4,
"step": "Join the meeting."
},
{
"stepId": 5,
"step": "Check for the share screen option in the bottom middle."
},
{
"stepId": 6,
"step": "Click on the share screen option."
},
{
"stepId": 7,
"step": "Pick the tab screen you want to share."
}
]
| [
{
"subtask1": "Open zoom application on your computer.",
"relation": "Must be done before",
"subtask2": "Log in to the zoom account."
},
{
"subtask1": "Log in to the zoom account.",
"relation": "Must be done before",
"subtask2": "Check the option for join meeting."
},
{
"subtask1": "Check the option for join meeting.",
"relation": "Must be done before",
"subtask2": "Join the meeting."
},
{
"subtask1": "Join the meeting.",
"relation": "Must be done before",
"subtask2": "Check for the share screen option in the bottom middle."
},
{
"subtask1": "Check for the share screen option in the bottom middle.",
"relation": "Must be done before",
"subtask2": "Click on the share screen option."
},
{
"subtask1": "Check for the share screen option in the bottom middle.",
"relation": "Must be done before",
"subtask2": "Pick the tab screen you want to share."
}
]
|
check cpu temp | [
{
"assumptionId": 1,
"assumption": "Check cpu temp in windows 11."
}
]
| [
{
"stepId": 1,
"step": "Open the windows 11 taskbar."
},
{
"stepId": 2,
"step": "Go to settings."
},
{
"stepId": 3,
"step": "Move your cursor down to update & recovery."
},
{
"stepId": 4,
"step": "Click on the recovery."
},
{
"stepId": 5,
"step": "Click on the restart now."
},
{
"stepId": 6,
"step": "Choose the troubleshoot button."
},
{
"stepId": 7,
"step": "Tap the advanced options button."
},
{
"stepId": 8,
"step": "Click on restart."
}
]
| [
{
"subtask1": "Open the windows 11 taskbar.",
"relation": "Must be done before",
"subtask2": "Go to settings."
},
{
"subtask1": "Go to settings.",
"relation": "Must be done before",
"subtask2": "Move your cursor down to update & recovery."
},
{
"subtask1": "Move your cursor down to update & recovery.",
"relation": "Must be done before",
"subtask2": "Click on the recovery."
},
{
"subtask1": "Click on the recovery.",
"relation": "Must be done before",
"subtask2": "Click on the restart now."
},
{
"subtask1": "Click on the restart now.",
"relation": "Must be done before",
"subtask2": "Choose the troubleshoot button."
},
{
"subtask1": "Choose the troubleshoot button.",
"relation": "Must be done before",
"subtask2": "Tap the advanced options button."
},
{
"subtask1": "Tap the advanced options button.",
"relation": "Must be done before",
"subtask2": "Click on restart."
}
]
|
cook shrimp | [
{
"assumptionId": 1,
"assumption": "Cook shrimp on the stove."
}
]
| [
{
"stepId": 1,
"step": "Turn on the stove."
},
{
"stepId": 2,
"step": "Heat the oil on medium-high."
},
{
"stepId": 3,
"step": "Coat the shrimp with the seasoning mixture."
},
{
"stepId": 4,
"step": "Put the shrimp in the hot pan."
},
{
"stepId": 5,
"step": "Cook the shrimp for 3 minutes."
},
{
"stepId": 6,
"step": "Turn off the stove."
},
{
"stepId": 7,
"step": "Take the shrimp out of the pan."
}
]
| [
{
"subtask1": "Turn on the stove.",
"relation": "Must be done before",
"subtask2": "Heat the oil on medium-high."
},
{
"subtask1": "Heat the oil on medium-high.",
"relation": "Must be done before",
"subtask2": "Put the shrimp in the hot pan."
},
{
"subtask1": "Put the shrimp in the hot pan.",
"relation": "Must be done before",
"subtask2": "Cook the shrimp for 3 minutes."
},
{
"subtask1": "Cook the shrimp for 3 minutes.",
"relation": "Must be done before",
"subtask2": "Coat the shrimp with the seasoning mixture."
},
{
"subtask1": "Coat the shrimp with the seasoning mixture.",
"relation": "Must be done before",
"subtask2": "Turn off the stove."
},
{
"subtask1": "Turn off the stove.",
"relation": "Must be done before",
"subtask2": "Take the shrimp out of the pan."
}
]
|
withdraw money from atm | [
{
"assumptionId": 1,
"assumption": "Withdraw money from the hdfc atm."
}
]
| [
{
"stepId": 1,
"step": "Insert the hdfc card in the card holder."
},
{
"stepId": 2,
"step": "choose the language."
},
{
"stepId": 3,
"step": "Select banking option."
},
{
"stepId": 4,
"step": "Click on withdrawal."
},
{
"stepId": 5,
"step": "Enter the amount."
},
{
"stepId": 6,
"step": "Enter the four digit pin."
},
{
"stepId": 7,
"step": "Collect the money."
}
]
| [
{
"subtask1": "Insert the hdfc card in the card holder.",
"relation": "Must be done before",
"subtask2": "choose the language."
},
{
"subtask1": "choose the language.",
"relation": "Must be done before",
"subtask2": "Select banking option."
},
{
"subtask1": "Select banking option.",
"relation": "Must be done before",
"subtask2": "Click on withdrawal."
},
{
"subtask1": "Click on withdrawal.",
"relation": "Must be done before",
"subtask2": "Enter the amount."
},
{
"subtask1": "Enter the amount.",
"relation": "Must be done before",
"subtask2": "Enter the four digit pin."
},
{
"subtask1": "Enter the four digit pin.",
"relation": "Must be done before",
"subtask2": "Collect the money."
}
]
|
make mead | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Mix honey and water together in a container."
},
{
"stepId": 2,
"step": "Add mead yeast and some sort of additional nutrition to the honey water mixture."
},
{
"stepId": 3,
"step": "Fit the airlock to your vessel."
},
{
"stepId": 4,
"step": "Wait for the first fermentation to complete."
},
{
"stepId": 5,
"step": "Move the mead to a second bucket, discarding the sediment."
},
{
"stepId": 6,
"step": "Keep in a dark area for around two months."
}
]
| [
{
"subtask1": "Mix honey and water together in a container.",
"relation": "Must be done before",
"subtask2": "Add mead yeast and some sort of additional nutrition to the honey water mixture."
},
{
"subtask1": "Add mead yeast and some sort of additional nutrition to the honey water mixture.",
"relation": "Must be done before",
"subtask2": "Fit the airlock to your vessel."
},
{
"subtask1": "Fit the airlock to your vessel.",
"relation": "Must be done before",
"subtask2": "Wait for the first fermentation to complete."
},
{
"subtask1": "Wait for the first fermentation to complete.",
"relation": "Must be done before",
"subtask2": "Move the mead to a second bucket, discarding the sediment."
},
{
"subtask1": "Move the mead to a second bucket, discarding the sediment.",
"relation": "Must be done before",
"subtask2": "Keep in a dark area for around two months."
}
]
|
make a smoothie | [
{
"assumptionId": 1,
"assumption": "Make a banana yogurt smoothie."
}
]
| [
{
"stepId": 1,
"step": "Blend the flaxseeds in the blender."
},
{
"stepId": 2,
"step": "Puree for a few seconds until they are coarsely ground."
},
{
"stepId": 3,
"step": "Add the banana, yogurt, honey, and ice cubes in the blender."
},
{
"stepId": 4,
"step": "Blend until the mixture is smooth and thick."
},
{
"stepId": 5,
"step": "Serve the smoothie right away."
}
]
| [
{
"subtask1": "Blend the flaxseeds in the blender.",
"relation": "Must be done before",
"subtask2": "Add the banana, yogurt, honey, and ice cubes in the blender."
},
{
"subtask1": "Add the banana, yogurt, honey, and ice cubes in the blender.",
"relation": "Must be done before",
"subtask2": "Puree for a few seconds until they are coarsely ground."
},
{
"subtask1": "Puree for a few seconds until they are coarsely ground.",
"relation": "Must be done before",
"subtask2": "Blend until the mixture is smooth and thick."
},
{
"subtask1": "Blend until the mixture is smooth and thick.",
"relation": "Must be done before",
"subtask2": "Serve the smoothie right away."
}
]
|
ripen bananas | [
{
"assumptionId": 1,
"assumption": "Ripen the bananas."
}
]
| [
{
"stepId": 1,
"step": "Use a fork to prick unpeeled bananas all over."
},
{
"stepId": 2,
"step": "Arrange bananas on a piece of paper."
},
{
"stepId": 3,
"step": "Microwave on high for 30 seconds at a time."
},
{
"stepId": 4,
"step": "Cook until the bananas are soft."
}
]
| [
{
"subtask1": "Arrange bananas on a piece of paper.",
"relation": "Must be done before",
"subtask2": "Microwave on high for 30 seconds at a time."
},
{
"subtask1": "Microwave on high for 30 seconds at a time.",
"relation": "Must be done before",
"subtask2": "Use a fork to prick unpeeled bananas all over."
},
{
"subtask1": "Use a fork to prick unpeeled bananas all over.",
"relation": "Must be done before",
"subtask2": "Cook until the bananas are soft."
}
]
|
record zoom meeting | [
{
"assumptionId": 1,
"assumption": "Recording a zoom meeting as a host."
}
]
| [
{
"stepId": 1,
"step": "Begin a zoom meeting as a host."
},
{
"stepId": 2,
"step": "Select record option."
},
{
"stepId": 3,
"step": "Choose the option record on this computer."
},
{
"stepId": 4,
"step": "End the zoom meeting."
},
{
"stepId": 5,
"step": "The recording will be converted by zoom to the computer."
}
]
| [
{
"subtask1": "Begin a zoom meeting as a host.",
"relation": "Must be done before",
"subtask2": "Choose the option record on this computer."
},
{
"subtask1": "Choose the option record on this computer.",
"relation": "Must be done before",
"subtask2": "Select record option."
},
{
"subtask1": "Select record option.",
"relation": "Must be done before",
"subtask2": "The recording will be converted by zoom to the computer."
},
{
"subtask1": "The recording will be converted by zoom to the computer.",
"relation": "Must be done before",
"subtask2": "End the zoom meeting."
}
]
|
delete whatsapp group | [
{
"assumptionId": 1,
"assumption": "Delete whatsapp group on iphone."
}
]
| [
{
"stepId": 1,
"step": "Open whatsapp on your iphone."
},
{
"stepId": 2,
"step": "Click on chats."
},
{
"stepId": 3,
"step": "Choose the group you want to delete."
},
{
"stepId": 4,
"step": "Click on the group at the top of the screen."
},
{
"stepId": 5,
"step": "Select the name in the group."
},
{
"stepId": 6,
"step": "Click on remove from the group."
},
{
"stepId": 7,
"step": "Select confirm remove."
},
{
"stepId": 8,
"step": "Repeat the removal procedure for each group member."
},
{
"stepId": 9,
"step": "Select the exit group after removing all members."
},
{
"stepId": 10,
"step": "Click on confirm to delete the group."
}
]
| [
{
"subtask1": "Open whatsapp on your iphone.",
"relation": "Must be done before",
"subtask2": "Choose the group you want to delete."
},
{
"subtask1": "Choose the group you want to delete.",
"relation": "Must be done before",
"subtask2": "Click on chats."
},
{
"subtask1": "Click on chats.",
"relation": "Must be done before",
"subtask2": "Click on the group at the top of the screen."
},
{
"subtask1": "Click on the group at the top of the screen.",
"relation": "Must be done before",
"subtask2": "Select the name in the group."
},
{
"subtask1": "Select the name in the group.",
"relation": "Must be done before",
"subtask2": "Click on remove from the group."
},
{
"subtask1": "Click on remove from the group.",
"relation": "Must be done before",
"subtask2": "Select confirm remove."
},
{
"subtask1": "Select confirm remove.",
"relation": "Must be done before",
"subtask2": "Repeat the removal procedure for each group member."
},
{
"subtask1": "Repeat the removal procedure for each group member.",
"relation": "Must be done before",
"subtask2": "Select the exit group after removing all members."
},
{
"subtask1": "Select the exit group after removing all members.",
"relation": "Must be done before",
"subtask2": "Click on confirm to delete the group."
}
]
|
make coconut milk | [
{
"assumptionId": 1,
"assumption": "Making coconut milk by using a hand grater."
}
]
| [
{
"stepId": 1,
"step": "Break the coconut."
},
{
"stepId": 2,
"step": "Collect water into a glass."
},
{
"stepId": 3,
"step": "Use a hand grater to grind the coconut."
},
{
"stepId": 4,
"step": "Transfer the grated coconut in a blender container."
},
{
"stepId": 5,
"step": "Add one cup of water."
},
{
"stepId": 6,
"step": "Finely blitz the mixture."
},
{
"stepId": 7,
"step": "Pour the milk in a bowl with a strainer."
},
{
"stepId": 8,
"step": "Strain the coconut milk completely."
},
{
"stepId": 9,
"step": "Transfer the coconut milk into a container."
}
]
| [
{
"subtask1": "Break the coconut.",
"relation": "Must be done before",
"subtask2": "Collect water into a glass."
},
{
"subtask1": "Break the coconut.",
"relation": "Must be done before",
"subtask2": "Use a hand grater to grind the coconut."
},
{
"subtask1": "Collect water into a glass.",
"relation": "Must be done before",
"subtask2": "Transfer the grated coconut in a blender container."
},
{
"subtask1": "Use a hand grater to grind the coconut.",
"relation": "Must be done before",
"subtask2": "Transfer the grated coconut in a blender container."
},
{
"subtask1": "Transfer the grated coconut in a blender container.",
"relation": "Must be done before",
"subtask2": "Add one cup of water."
},
{
"subtask1": "Transfer the grated coconut in a blender container.",
"relation": "Must be done before",
"subtask2": "Finely blitz the mixture."
},
{
"subtask1": "Finely blitz the mixture.",
"relation": "Must be done before",
"subtask2": "Pour the milk in a bowl with a strainer."
},
{
"subtask1": "Pour the milk in a bowl with a strainer.",
"relation": "Must be done before",
"subtask2": "Strain the coconut milk completely."
},
{
"subtask1": "Strain the coconut milk completely.",
"relation": "Must be done before",
"subtask2": "Transfer the coconut milk into a container."
}
]
|
calculate molar mass | [
{
"assumptionId": 1,
"assumption": "Calculate molar mass of compounds."
}
]
| [
{
"stepId": 1,
"step": "Calculate the quantity of each kind of atom in the compound using the chemical formula."
},
{
"stepId": 2,
"step": "Calculate the atomic weight of each element in the compound ."
},
{
"stepId": 3,
"step": "Add the individual atomic masses of all the elements."
},
{
"stepId": 4,
"step": "Add the grams/mole units after the number."
}
]
| [
{
"subtask1": "Calculate the quantity of each kind of atom in the compound using the chemical formula.",
"relation": "Must be done before",
"subtask2": "Calculate the atomic weight of each element in the compound ."
},
{
"subtask1": "Calculate the atomic weight of each element in the compound .",
"relation": "Must be done before",
"subtask2": "Add the individual atomic masses of all the elements."
},
{
"subtask1": "Add the individual atomic masses of all the elements.",
"relation": "Must be done before",
"subtask2": "Add the grams/mole units after the number."
}
]
|
fill out a check | [
{
"assumptionId": 1,
"assumption": "Fill out a hdfc bank check."
}
]
| [
{
"stepId": 1,
"step": "Fill the date in the top right corner of the hdfc bank check."
},
{
"stepId": 2,
"step": "Write the recipient's name."
},
{
"stepId": 3,
"step": "Write the check amount to be paid in numbers."
},
{
"stepId": 4,
"step": "Write the check amount in words."
},
{
"stepId": 5,
"step": "Sign your name in the bottom right-hand corner of the check."
},
{
"stepId": 6,
"step": "Write the memo field on the bottom left of the check."
}
]
| [
{
"subtask1": "Fill the date in the top right corner of the hdfc bank check.",
"relation": "Must be done before",
"subtask2": "Write the recipient's name."
},
{
"subtask1": "Write the recipient's name.",
"relation": "Must be done before",
"subtask2": "Write the check amount to be paid in numbers."
},
{
"subtask1": "Write the check amount to be paid in numbers.",
"relation": "Must be done before",
"subtask2": "Write the check amount in words."
},
{
"subtask1": "Write the check amount in words.",
"relation": "Must be done before",
"subtask2": "Sign your name in the bottom right-hand corner of the check."
},
{
"subtask1": "Sign your name in the bottom right-hand corner of the check.",
"relation": "Must be done before",
"subtask2": "Write the memo field on the bottom left of the check."
}
]
|
draw eyebrows | [
{
"assumptionId": 1,
"assumption": "Drawing eyebrows on the face."
}
]
| [
{
"stepId": 1,
"step": "Clean the face neatly."
},
{
"stepId": 2,
"step": "Groom the eyebrows."
},
{
"stepId": 3,
"step": "Sketch the outline of the eyebrows."
},
{
"stepId": 4,
"step": "Fill the shape with an eyebrow pencil."
},
{
"stepId": 5,
"step": "Trim the eyebrows neatly."
}
]
| [
{
"subtask1": "Clean the face neatly.",
"relation": "Must be done before",
"subtask2": "Trim the eyebrows neatly."
},
{
"subtask1": "Trim the eyebrows neatly.",
"relation": "Must be done before",
"subtask2": "Groom the eyebrows."
},
{
"subtask1": "Groom the eyebrows.",
"relation": "Must be done before",
"subtask2": "Sketch the outline of the eyebrows."
},
{
"subtask1": "Sketch the outline of the eyebrows.",
"relation": "Must be done before",
"subtask2": "Fill the shape with an eyebrow pencil."
}
]
|
trim a beard | [
{
"assumptionId": 1,
"assumption": "Trimming beard with a trimmer."
}
]
| [
{
"stepId": 1,
"step": "Clean the beard."
},
{
"stepId": 2,
"step": "Dry the beard."
},
{
"stepId": 3,
"step": "Remove the tangles."
},
{
"stepId": 4,
"step": "Trim down the long hairs with the trimmer."
},
{
"stepId": 5,
"step": "Trim the entire beard in a sweeping motion from the face."
},
{
"stepId": 6,
"step": "Remove the small hairs using a scissor."
},
{
"stepId": 7,
"step": "Moisturize the beard with oil."
}
]
| [
{
"subtask1": "Clean the beard.",
"relation": "Must be done before",
"subtask2": "Dry the beard."
},
{
"subtask1": "Dry the beard.",
"relation": "Must be done before",
"subtask2": "Remove the tangles."
},
{
"subtask1": "Remove the tangles.",
"relation": "Must be done before",
"subtask2": "Trim down the long hairs with the trimmer."
},
{
"subtask1": "Remove the tangles.",
"relation": "Must be done before",
"subtask2": "Trim the entire beard in a sweeping motion from the face."
},
{
"subtask1": "Trim down the long hairs with the trimmer.",
"relation": "Must be done before",
"subtask2": "Remove the small hairs using a scissor."
},
{
"subtask1": "Trim the entire beard in a sweeping motion from the face.",
"relation": "Must be done before",
"subtask2": "Remove the small hairs using a scissor."
},
{
"subtask1": "Remove the small hairs using a scissor.",
"relation": "Must be done before",
"subtask2": "Moisturize the beard with oil."
}
]
|
improve handwriting | [
{
"assumptionId": 1,
"assumption": "Improving handwriting in english."
}
]
| [
{
"stepId": 1,
"step": "Construct a paragraph."
},
{
"stepId": 2,
"step": "Identify the primary shapes of english."
},
{
"stepId": 3,
"step": "Look for a slant."
},
{
"stepId": 4,
"step": "Check the alignment."
},
{
"stepId": 5,
"step": "Keep track of the spacing."
},
{
"stepId": 6,
"step": "Pay attention to the size."
},
{
"stepId": 7,
"step": "Review your line quality."
},
{
"stepId": 8,
"step": "Determine your flaws."
}
]
| [
{
"subtask1": "Construct a paragraph.",
"relation": "Must be done before",
"subtask2": "Identify the primary shapes of english."
},
{
"subtask1": "Identify the primary shapes of english.",
"relation": "Must be done before",
"subtask2": "Look for a slant."
},
{
"subtask1": "Look for a slant.",
"relation": "Must be done before",
"subtask2": "Check the alignment."
},
{
"subtask1": "Look for a slant.",
"relation": "Must be done before",
"subtask2": "Keep track of the spacing."
},
{
"subtask1": "Look for a slant.",
"relation": "Must be done before",
"subtask2": "Pay attention to the size."
},
{
"subtask1": "Check the alignment.",
"relation": "Must be done before",
"subtask2": "Review your line quality."
},
{
"subtask1": "Keep track of the spacing.",
"relation": "Must be done before",
"subtask2": "Review your line quality."
},
{
"subtask1": "Pay attention to the size.",
"relation": "Must be done before",
"subtask2": "Review your line quality."
},
{
"subtask1": "Review your line quality.",
"relation": "Must be done before",
"subtask2": "Determine your flaws."
}
]
|
make mochi | [
{
"assumptionId": 1,
"assumption": "Make mochi in oven."
}
]
| [
{
"stepId": 1,
"step": "Place a cookie sheet lined with parchment paper."
},
{
"stepId": 2,
"step": "Make ice cream balls with a small ice cream scoop."
},
{
"stepId": 3,
"step": "Place the balls on parchment paper."
},
{
"stepId": 4,
"step": "Freeze the ice cream balls for one hour."
},
{
"stepId": 5,
"step": "Mix flour, sugar, sugar powder, etc in a bowl."
},
{
"stepId": 6,
"step": "Pour water into the bowl."
},
{
"stepId": 7,
"step": "Place the bowl in the oven for one minute."
},
{
"stepId": 8,
"step": "Fold the mixture with your spatula."
},
{
"stepId": 9,
"step": "Fold the dough in half."
},
{
"stepId": 10,
"step": "Place the dough in oven for 30 seconds."
},
{
"stepId": 11,
"step": "Roll the mochi dough into a large rectangle with a rolling pin."
},
{
"stepId": 12,
"step": "Cut circles in the dough."
},
{
"stepId": 13,
"step": "Place the ice cream scoop in the center of the mochi."
},
{
"stepId": 14,
"step": "Press the dough around the ice cream."
},
{
"stepId": 15,
"step": "Place mochi back in the freezer with the rolled plastic wrap."
}
]
| [
{
"subtask1": "Mix flour, sugar, sugar powder, etc in a bowl.",
"relation": "Must be done before",
"subtask2": "Pour water into the bowl."
},
{
"subtask1": "Pour water into the bowl.",
"relation": "Must be done before",
"subtask2": "Fold the mixture with your spatula."
},
{
"subtask1": "Fold the mixture with your spatula.",
"relation": "Must be done before",
"subtask2": "Place the bowl in the oven for one minute."
},
{
"subtask1": "Place the bowl in the oven for one minute.",
"relation": "Must be done before",
"subtask2": "Roll the mochi dough into a large rectangle with a rolling pin."
},
{
"subtask1": "Roll the mochi dough into a large rectangle with a rolling pin.",
"relation": "Must be done before",
"subtask2": "Place the dough in oven for 30 seconds."
},
{
"subtask1": "Place the dough in oven for 30 seconds.",
"relation": "Must be done before",
"subtask2": "Fold the dough in half."
},
{
"subtask1": "Fold the dough in half.",
"relation": "Must be done before",
"subtask2": "Cut circles in the dough."
},
{
"subtask1": "Make ice cream balls with a small ice cream scoop.",
"relation": "Must be done before",
"subtask2": "Freeze the ice cream balls for one hour."
},
{
"subtask1": "Freeze the ice cream balls for one hour.",
"relation": "Must be done before",
"subtask2": "Place the ice cream scoop in the center of the mochi."
},
{
"subtask1": "Cut circles in the dough.",
"relation": "Must be done before",
"subtask2": "Place the ice cream scoop in the center of the mochi."
},
{
"subtask1": "Place the ice cream scoop in the center of the mochi.",
"relation": "Must be done before",
"subtask2": "Press the dough around the ice cream."
},
{
"subtask1": "Press the dough around the ice cream.",
"relation": "Must be done before",
"subtask2": "Place the balls on parchment paper."
},
{
"subtask1": "Place the balls on parchment paper.",
"relation": "Must be done before",
"subtask2": "Place a cookie sheet lined with parchment paper."
},
{
"subtask1": "Place a cookie sheet lined with parchment paper.",
"relation": "Must be done before",
"subtask2": "Place mochi back in the freezer with the rolled plastic wrap."
}
]
|
make lemonade | [
{
"assumptionId": 1,
"assumption": "Make lemonade with soda."
}
]
| [
{
"stepId": 1,
"step": "Slice lemons into pieces."
},
{
"stepId": 2,
"step": "Make lemon juice."
},
{
"stepId": 3,
"step": "Mix lemon juice with sugar."
},
{
"stepId": 4,
"step": "Stir until the sugar dissolves."
},
{
"stepId": 5,
"step": "Add soda to the lemon juice."
},
{
"stepId": 6,
"step": "Add ice cubes to the lemon juice."
},
{
"stepId": 7,
"step": "Serve the lemonade with mint leaves."
}
]
| [
{
"subtask1": "Slice lemons into pieces.",
"relation": "Must be done before",
"subtask2": "Make lemon juice."
},
{
"subtask1": "Make lemon juice.",
"relation": "Must be done before",
"subtask2": "Mix lemon juice with sugar."
},
{
"subtask1": "Make lemon juice.",
"relation": "Must be done before",
"subtask2": "Stir until the sugar dissolves."
},
{
"subtask1": "Stir until the sugar dissolves.",
"relation": "Must be done before",
"subtask2": "Add soda to the lemon juice."
},
{
"subtask1": "Stir until the sugar dissolves.",
"relation": "Must be done before",
"subtask2": "Add ice cubes to the lemon juice."
},
{
"subtask1": "Add soda to the lemon juice.",
"relation": "Must be done before",
"subtask2": "Serve the lemonade with mint leaves."
},
{
"subtask1": "Add ice cubes to the lemon juice.",
"relation": "Must be done before",
"subtask2": "Serve the lemonade with mint leaves."
}
]
|
clean white sneakers | [
{
"assumptionId": 1,
"assumption": "Cleaning white sneakers with hydrogen peroxide."
}
]
| [
{
"stepId": 1,
"step": "Mix a tablespoon of baking soda in a bowl."
},
{
"stepId": 2,
"step": "Combine the baking soda with water."
},
{
"stepId": 3,
"step": "Mix hydrogen peroxide to create a smooth paste."
},
{
"stepId": 4,
"step": "Gently brush the mixture into the shoe's surface."
},
{
"stepId": 5,
"step": "Use a tooth brush to neatly scrub the shoe."
},
{
"stepId": 6,
"step": "Wipe out with a soft cloth."
}
]
| [
{
"subtask1": "Mix a tablespoon of baking soda in a bowl.",
"relation": "Must be done before",
"subtask2": "Mix hydrogen peroxide to create a smooth paste."
},
{
"subtask1": "Combine the baking soda with water.",
"relation": "Must be done before",
"subtask2": "Mix hydrogen peroxide to create a smooth paste."
},
{
"subtask1": "Mix hydrogen peroxide to create a smooth paste.",
"relation": "Must be done before",
"subtask2": "Gently brush the mixture into the shoe's surface."
},
{
"subtask1": "Mix hydrogen peroxide to create a smooth paste.",
"relation": "Must be done before",
"subtask2": "Use a tooth brush to neatly scrub the shoe."
},
{
"subtask1": "Gently brush the mixture into the shoe's surface.",
"relation": "Must be done before",
"subtask2": "Wipe out with a soft cloth."
},
{
"subtask1": "Use a tooth brush to neatly scrub the shoe.",
"relation": "Must be done before",
"subtask2": "Wipe out with a soft cloth."
}
]
|
fix a zipper | [
{
"assumptionId": 1,
"assumption": "Fixing the zipper of the bag."
}
]
| [
{
"stepId": 1,
"step": "Remove the tooth of the top of the zipper"
},
{
"stepId": 2,
"step": "Remove the zipper pull from the bag."
},
{
"stepId": 3,
"step": "Adjust the zipper."
},
{
"stepId": 4,
"step": "Reinstall the zipper pull."
},
{
"stepId": 5,
"step": "Reattach the tooth."
}
]
| [
{
"subtask1": "Remove the tooth of the top of the zipper",
"relation": "Must be done before",
"subtask2": "Remove the zipper pull from the bag."
},
{
"subtask1": "Remove the zipper pull from the bag.",
"relation": "Must be done before",
"subtask2": "Adjust the zipper."
},
{
"subtask1": "Adjust the zipper.",
"relation": "Must be done before",
"subtask2": "Reinstall the zipper pull."
},
{
"subtask1": "Reinstall the zipper pull.",
"relation": "Must be done before",
"subtask2": "Reattach the tooth."
}
]
|
defrost a freezer | [
{
"assumptionId": 1,
"assumption": "Deforesting a freezer with a hairdryer. "
}
]
| [
{
"stepId": 1,
"step": "Connect the hairdryer to a different outlet."
},
{
"stepId": 2,
"step": "Begin with a modest space."
},
{
"stepId": 3,
"step": "Keep working the frost until the entire ice melts."
},
{
"stepId": 4,
"step": "Determine the main reason."
},
{
"stepId": 5,
"step": "Address the issue."
}
]
| [
{
"subtask1": "Determine the main reason.",
"relation": "Must be done before",
"subtask2": "Address the issue."
},
{
"subtask1": "Address the issue.",
"relation": "Must be done before",
"subtask2": "Begin with a modest space."
},
{
"subtask1": "Connect the hairdryer to a different outlet.",
"relation": "Must be done before",
"subtask2": "Begin with a modest space."
},
{
"subtask1": "Begin with a modest space.",
"relation": "Must be done before",
"subtask2": "Keep working the frost until the entire ice melts."
}
]
|
clean grout | [
{
"assumptionId": 1,
"assumption": "Clean grout with baking soda."
}
]
| [
{
"stepId": 1,
"step": " Mix baking soda and water into a paste in a bowl."
},
{
"stepId": 2,
"step": "Make use of a brush to spread the paste over the grout."
},
{
"stepId": 3,
"step": "Mix vinegar and warm water in a spray bottle"
},
{
"stepId": 4,
"step": "Spray the grout with the vinegar mixture."
},
{
"stepId": 5,
"step": "Allow the baking soda to rest for five minutes."
},
{
"stepId": 6,
"step": "Scrub the grout with a brush."
},
{
"stepId": 7,
"step": "Clean the floor."
}
]
| [
{
"subtask1": " Mix baking soda and water into a paste in a bowl.",
"relation": "Must be done before",
"subtask2": "Make use of a brush to spread the paste over the grout."
},
{
"subtask1": "Make use of a brush to spread the paste over the grout.",
"relation": "Must be done before",
"subtask2": "Mix vinegar and warm water in a spray bottle"
},
{
"subtask1": "Mix vinegar and warm water in a spray bottle",
"relation": "Must be done before",
"subtask2": "Spray the grout with the vinegar mixture."
},
{
"subtask1": "Spray the grout with the vinegar mixture.",
"relation": "Must be done before",
"subtask2": "Allow the baking soda to rest for five minutes."
},
{
"subtask1": "Allow the baking soda to rest for five minutes.",
"relation": "Must be done before",
"subtask2": "Scrub the grout with a brush."
},
{
"subtask1": "Scrub the grout with a brush.",
"relation": "Must be done before",
"subtask2": "Clean the floor."
}
]
|
adjust sprinkler heads | [
{
"assumptionId": 1,
"assumption": "Adjusting a sprinkler head in the garden."
}
]
| [
{
"stepId": 1,
"step": "Turn on the irrigation system in the garden."
},
{
"stepId": 2,
"step": "Locate the sprinkler head."
},
{
"stepId": 3,
"step": "Turn the rotor spray."
},
{
"stepId": 4,
"step": "Hold the head at the rotor spray while you turn the key."
},
{
"stepId": 5,
"step": "Remove the adjustment key from the opening."
},
{
"stepId": 6,
"step": "Allow the sprinkler head to rotate."
},
{
"stepId": 7,
"step": "Observe the water flow."
}
]
| [
{
"subtask1": "Turn on the irrigation system in the garden.",
"relation": "Must be done before",
"subtask2": "Locate the sprinkler head."
},
{
"subtask1": "Locate the sprinkler head.",
"relation": "Must be done before",
"subtask2": "Hold the head at the rotor spray while you turn the key."
},
{
"subtask1": "Hold the head at the rotor spray while you turn the key.",
"relation": "Must be done before",
"subtask2": "Turn the rotor spray."
},
{
"subtask1": "Turn the rotor spray.",
"relation": "Must be done before",
"subtask2": "Remove the adjustment key from the opening."
},
{
"subtask1": "Remove the adjustment key from the opening.",
"relation": "Must be done before",
"subtask2": "Allow the sprinkler head to rotate."
},
{
"subtask1": "Allow the sprinkler head to rotate.",
"relation": "Must be done before",
"subtask2": "Observe the water flow."
}
]
|
make pulled pork | [
{
"assumptionId": 1,
"assumption": "Make pulled pork in oven."
}
]
| [
{
"stepId": 1,
"step": "Remove any excess fat from the pork."
},
{
"stepId": 2,
"step": "Slice the pork into pieces."
},
{
"stepId": 3,
"step": "Mix all the spices in a bowl."
},
{
"stepId": 4,
"step": "Apply the spices mixture to the pork all over."
},
{
"stepId": 5,
"step": "Preheat the oven to 300 degrees."
},
{
"stepId": 6,
"step": "Pour coke around the pork in the dutch oven pot."
},
{
"stepId": 7,
"step": "Cover the pot with a lid."
},
{
"stepId": 8,
"step": "Bake the pork for 3 hours."
},
{
"stepId": 9,
"step": "Remove the lid from the pot."
},
{
"stepId": 10,
"step": "Bake again for 2 hours until the pork is tender."
}
]
| [
{
"subtask1": "Remove any excess fat from the pork.",
"relation": "Must be done before",
"subtask2": "Slice the pork into pieces."
},
{
"subtask1": "Slice the pork into pieces.",
"relation": "Must be done before",
"subtask2": "Apply the spices mixture to the pork all over."
},
{
"subtask1": "Mix all the spices in a bowl.",
"relation": "Must be done before",
"subtask2": "Apply the spices mixture to the pork all over."
},
{
"subtask1": "Apply the spices mixture to the pork all over.",
"relation": "Must be done before",
"subtask2": "Pour coke around the pork in the dutch oven pot."
},
{
"subtask1": "Preheat the oven to 300 degrees.",
"relation": "Must be done before",
"subtask2": "Pour coke around the pork in the dutch oven pot."
},
{
"subtask1": "Pour coke around the pork in the dutch oven pot.",
"relation": "Must be done before",
"subtask2": "Cover the pot with a lid."
},
{
"subtask1": "Cover the pot with a lid.",
"relation": "Must be done before",
"subtask2": "Bake the pork for 3 hours."
},
{
"subtask1": "Bake the pork for 3 hours.",
"relation": "Must be done before",
"subtask2": "Remove the lid from the pot."
},
{
"subtask1": "Remove the lid from the pot.",
"relation": "Must be done before",
"subtask2": "Bake again for 2 hours until the pork is tender."
}
]
|
improve jumping in basketball | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Do plyometric exercises to build up the leg muscles."
},
{
"stepId": 2,
"step": "Do jump squats."
},
{
"stepId": 3,
"step": "Exercise the bulgarian split squat."
},
{
"stepId": 4,
"step": "Practice box jumps."
},
{
"stepId": 5,
"step": "Practice Jumping on a firm surface."
},
{
"stepId": 6,
"step": "Stretch your body daily."
},
{
"stepId": 7,
"step": "Perform deep squats."
}
]
| [
{
"subtask1": "Stretch your body daily.",
"relation": "Must be done before",
"subtask2": "Do plyometric exercises to build up the leg muscles."
},
{
"subtask1": "Do plyometric exercises to build up the leg muscles.",
"relation": "Must be done before",
"subtask2": "Practice Jumping on a firm surface."
},
{
"subtask1": "Do plyometric exercises to build up the leg muscles.",
"relation": "Must be done before",
"subtask2": "Exercise the bulgarian split squat."
},
{
"subtask1": "Practice Jumping on a firm surface.",
"relation": "Must be done before",
"subtask2": "Practice box jumps."
},
{
"subtask1": "Exercise the bulgarian split squat.",
"relation": "Must be done before",
"subtask2": "Do jump squats."
},
{
"subtask1": "Exercise the bulgarian split squat.",
"relation": "Must be done before",
"subtask2": "Perform deep squats."
}
]
|
defrost chicken | [
{
"assumptionId": 1,
"assumption": "Deforest chicken in hot water."
}
]
| [
{
"stepId": 1,
"step": "Take a large bowl."
},
{
"stepId": 2,
"step": "Fill the bowl with hot water."
},
{
"stepId": 3,
"step": "Add salt to the water."
},
{
"stepId": 4,
"step": "Add the meat in the salt water."
},
{
"stepId": 5,
"step": "Let the chicken rest completely."
},
{
"stepId": 6,
"step": "Transfer the chicken into the plate."
}
]
| [
{
"subtask1": "Take a large bowl.",
"relation": "Must be done before",
"subtask2": "Fill the bowl with hot water."
},
{
"subtask1": "Fill the bowl with hot water.",
"relation": "Must be done before",
"subtask2": "Add salt to the water."
},
{
"subtask1": "Add salt to the water.",
"relation": "Must be done before",
"subtask2": "Add the meat in the salt water."
},
{
"subtask1": "Add the meat in the salt water.",
"relation": "Must be done before",
"subtask2": "Let the chicken rest completely."
},
{
"subtask1": "Let the chicken rest completely.",
"relation": "Must be done before",
"subtask2": "Transfer the chicken into the plate."
}
]
|
make milk tea | [
{
"assumptionId": 1,
"assumption": "Make milk tea in an electric kettle."
}
]
| [
{
"stepId": 1,
"step": "Boil 1-2 cups of water in the electric kettle."
},
{
"stepId": 2,
"step": "Add tea leaves into the kettle."
},
{
"stepId": 3,
"step": "Add crushed cardamom, cloves ginger or cinnamon to the boiling water."
},
{
"stepId": 4,
"step": "Add a cup of milk into the kettle."
},
{
"stepId": 5,
"step": "Boil for a few minutes."
},
{
"stepId": 6,
"step": "Filter the mixture."
},
{
"stepId": 7,
"step": "Pour the liquid into a cup."
},
{
"stepId": 8,
"step": "Add sugar or honey or a sweetener as per preference."
}
]
| [
{
"subtask1": "Boil 1-2 cups of water in the electric kettle.",
"relation": "Must be done before",
"subtask2": "Add tea leaves into the kettle."
},
{
"subtask1": "Boil 1-2 cups of water in the electric kettle.",
"relation": "Must be done before",
"subtask2": "Add crushed cardamom, cloves ginger or cinnamon to the boiling water."
},
{
"subtask1": "Add tea leaves into the kettle.",
"relation": "Must be done before",
"subtask2": "Boil for a few minutes."
},
{
"subtask1": "Add crushed cardamom, cloves ginger or cinnamon to the boiling water.",
"relation": "Must be done before",
"subtask2": "Boil for a few minutes."
},
{
"subtask1": "Boil for a few minutes.",
"relation": "Must be done before",
"subtask2": "Add a cup of milk into the kettle."
},
{
"subtask1": "Add a cup of milk into the kettle.",
"relation": "Must be done before",
"subtask2": "Filter the mixture."
},
{
"subtask1": "Filter the mixture.",
"relation": "Must be done before",
"subtask2": "Pour the liquid into a cup."
},
{
"subtask1": "Pour the liquid into a cup.",
"relation": "Must be done before",
"subtask2": "Add sugar or honey or a sweetener as per preference."
}
]
|
grip a golf club | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Start by securing the top of the grip with your right hand."
},
{
"stepId": 2,
"step": "Put your left hand up against the side grip."
},
{
"stepId": 3,
"step": "Utilize the middle joint of your index finger to run the grip."
},
{
"stepId": 4,
"step": "Encircle the club with your fingertips."
},
{
"stepId": 5,
"step": "Created a lot of contact between the finger and the grip."
}
]
| [
{
"subtask1": "Start by securing the top of the grip with your right hand.",
"relation": "Must be done before",
"subtask2": "Put your left hand up against the side grip."
},
{
"subtask1": "Put your left hand up against the side grip.",
"relation": "Must be done before",
"subtask2": "Utilize the middle joint of your index finger to run the grip."
},
{
"subtask1": "Utilize the middle joint of your index finger to run the grip.",
"relation": "Must be done before",
"subtask2": "Encircle the club with your fingertips."
},
{
"subtask1": "Encircle the club with your fingertips.",
"relation": "Must be done before",
"subtask2": "Created a lot of contact between the finger and the grip."
}
]
|
add tiktok filter | [
{
"assumptionId": 1,
"assumption": "Add tiktok filter on photos."
}
]
| [
{
"stepId": 1,
"step": "Open the tiktok app."
},
{
"stepId": 2,
"step": "Click on create button."
},
{
"stepId": 3,
"step": "Select filters on the right side of the screen."
},
{
"stepId": 4,
"step": "Choose one filter you want to apply to your photo."
},
{
"stepId": 5,
"step": "Select the check mark button."
}
]
| [
{
"subtask1": "Open the tiktok app.",
"relation": "Must be done before",
"subtask2": "Click on create button."
},
{
"subtask1": "Click on create button.",
"relation": "Must be done before",
"subtask2": "Select filters on the right side of the screen."
},
{
"subtask1": "Select filters on the right side of the screen.",
"relation": "Must be done before",
"subtask2": "Choose one filter you want to apply to your photo."
},
{
"subtask1": "Choose one filter you want to apply to your photo.",
"relation": "Must be done before",
"subtask2": "Select the check mark button."
}
]
|
make a flower crown | [
{
"assumptionId": 1,
"assumption": "Making a flower crown with ribbon."
}
]
| [
{
"stepId": 1,
"step": "Trim the wire to the appropriate length."
},
{
"stepId": 2,
"step": "Make the ribbon loop."
},
{
"stepId": 3,
"step": "Wrap loops around the wire until you get to the very end."
},
{
"stepId": 4,
"step": "Make a second ribbon loop."
},
{
"stepId": 5,
"step": "Bend into horseshoe shape."
},
{
"stepId": 6,
"step": "Check the size."
},
{
"stepId": 7,
"step": "Secure the hoop."
},
{
"stepId": 8,
"step": "Twist around, again and again."
},
{
"stepId": 9,
"step": "Stick plastic flowers around the ribbon."
}
]
| [
{
"subtask1": "Trim the wire to the appropriate length.",
"relation": "Must be done before",
"subtask2": "Make the ribbon loop."
},
{
"subtask1": "Make the ribbon loop.",
"relation": "Must be done before",
"subtask2": "Wrap loops around the wire until you get to the very end."
},
{
"subtask1": "Wrap loops around the wire until you get to the very end.",
"relation": "Must be done before",
"subtask2": "Make a second ribbon loop."
},
{
"subtask1": "Make a second ribbon loop.",
"relation": "Must be done before",
"subtask2": "Bend into horseshoe shape."
},
{
"subtask1": "Bend into horseshoe shape.",
"relation": "Must be done before",
"subtask2": "Check the size."
},
{
"subtask1": "Check the size.",
"relation": "Must be done before",
"subtask2": "Secure the hoop."
},
{
"subtask1": "Secure the hoop.",
"relation": "Must be done before",
"subtask2": "Twist around, again and again."
},
{
"subtask1": "Twist around, again and again.",
"relation": "Must be done before",
"subtask2": "Stick plastic flowers around the ribbon."
}
]
|
get a passport | [
{
"assumptionId": 1,
"assumption": "Get a passport in us."
}
]
| [
{
"stepId": 1,
"step": "Get a passport application form from us post office."
},
{
"stepId": 2,
"step": "Fill your details in the form."
},
{
"stepId": 3,
"step": "Collect proof of your american citizenship."
},
{
"stepId": 4,
"step": "Take passport photos."
},
{
"stepId": 5,
"step": "Pay the application fee."
},
{
"stepId": 6,
"step": "Submit your application."
},
{
"stepId": 7,
"step": "Check the status of your application."
}
]
| [
{
"subtask1": "Pay the application fee.",
"relation": "Must be done before",
"subtask2": "Get a passport application form from us post office."
},
{
"subtask1": "Get a passport application form from us post office.",
"relation": "Must be done before",
"subtask2": "Fill your details in the form."
},
{
"subtask1": "Fill your details in the form.",
"relation": "Must be done before",
"subtask2": "Take passport photos."
},
{
"subtask1": "Take passport photos.",
"relation": "Must be done before",
"subtask2": "Submit your application."
},
{
"subtask1": "Submit your application.",
"relation": "Must be done before",
"subtask2": "Check the status of your application."
},
{
"subtask1": "Check the status of your application.",
"relation": "Must be done before",
"subtask2": "Collect proof of your american citizenship."
}
]
|
play piano | [
{
"assumptionId": 1,
"assumption": "Playing piano with notes."
}
]
| [
{
"stepId": 1,
"step": "Getting familiar with your notes."
},
{
"stepId": 2,
"step": "Remember to start at middle c."
},
{
"stepId": 3,
"step": "Play do-re-mi."
},
{
"stepId": 4,
"step": "Pick the tune up a bit."
},
{
"stepId": 5,
"step": "Recognize the notes."
},
{
"stepId": 6,
"step": "Note down the timing."
}
]
| [
{
"subtask1": "Getting familiar with your notes.",
"relation": "Must be done before",
"subtask2": "Remember to start at middle c."
},
{
"subtask1": "Remember to start at middle c.",
"relation": "Must be done before",
"subtask2": "Play do-re-mi."
},
{
"subtask1": "Remember to start at middle c.",
"relation": "Must be done before",
"subtask2": "Pick the tune up a bit."
},
{
"subtask1": "Remember to start at middle c.",
"relation": "Must be done before",
"subtask2": "Recognize the notes."
},
{
"subtask1": "Play do-re-mi.",
"relation": "Must be done before",
"subtask2": "Note down the timing."
},
{
"subtask1": "Pick the tune up a bit.",
"relation": "Must be done before",
"subtask2": "Note down the timing."
},
{
"subtask1": "Recognize the notes.",
"relation": "Must be done before",
"subtask2": "Note down the timing."
}
]
|
delete apps | [
{
"assumptionId": 1,
"assumption": "Delete apps on iphone."
}
]
| [
{
"stepId": 1,
"step": "Unlock your iphone."
},
{
"stepId": 2,
"step": "Hold down the app you want to delete."
},
{
"stepId": 3,
"step": "Click on remove app."
},
{
"stepId": 4,
"step": "Select delete to confirm."
}
]
| [
{
"subtask1": "Unlock your iphone.",
"relation": "Must be done before",
"subtask2": "Hold down the app you want to delete."
},
{
"subtask1": "Hold down the app you want to delete.",
"relation": "Must be done before",
"subtask2": "Click on remove app."
},
{
"subtask1": "Click on remove app.",
"relation": "Must be done before",
"subtask2": "Select delete to confirm."
}
]
|
cut a mango | [
{
"assumptionId": 1,
"assumption": ""
}
]
| [
{
"stepId": 1,
"step": "Soak the mango in water for two hours to remove the chemicals."
},
{
"stepId": 2,
"step": "Wash the mango with fresh water."
},
{
"stepId": 3,
"step": "Take a plate, knife."
},
{
"stepId": 4,
"step": "Peel off the skin of the mango."
},
{
"stepId": 5,
"step": "Cut the mango into slices."
}
]
| [
{
"subtask1": "Soak the mango in water for two hours to remove the chemicals.",
"relation": "Must be done before",
"subtask2": "Wash the mango with fresh water."
},
{
"subtask1": "Wash the mango with fresh water.",
"relation": "Must be done before",
"subtask2": "Take a plate, knife."
},
{
"subtask1": "Take a plate, knife.",
"relation": "Must be done before",
"subtask2": "Peel off the skin of the mango."
},
{
"subtask1": "Peel off the skin of the mango.",
"relation": "Must be done before",
"subtask2": "Cut the mango into slices."
}
]
|
check pc specs | [
{
"assumptionId": 1,
"assumption": "Check pc specs on windows 11."
}
]
| [
{
"stepId": 1,
"step": "Select the windows option on windows 11 device."
},
{
"stepId": 2,
"step": "Choose the settings app."
},
{
"stepId": 3,
"step": "Click on system section from the left pane."
},
{
"stepId": 4,
"step": "Select the about option in the bottom right corner."
},
{
"stepId": 5,
"step": "Find the device or windows specifications in the opened window."
},
{
"stepId": 6,
"step": "Close the window after checking."
}
]
| [
{
"subtask1": "Select the windows option on windows 11 device.",
"relation": "Must be done before",
"subtask2": "Choose the settings app."
},
{
"subtask1": "Choose the settings app.",
"relation": "Must be done before",
"subtask2": "Click on system section from the left pane."
},
{
"subtask1": "Click on system section from the left pane.",
"relation": "Must be done before",
"subtask2": "Select the about option in the bottom right corner."
},
{
"subtask1": "Select the about option in the bottom right corner.",
"relation": "Must be done before",
"subtask2": "Find the device or windows specifications in the opened window."
},
{
"subtask1": "Find the device or windows specifications in the opened window.",
"relation": "Must be done before",
"subtask2": "Close the window after checking."
}
]
|
make pickled onions | [
{
"assumptionId": 1,
"assumption": "Make pickled onions with vinegar."
}
]
| [
{
"stepId": 1,
"step": "Combine salt with water."
},
{
"stepId": 2,
"step": "Remove the skin from the onions."
},
{
"stepId": 3,
"step": "Slice the onions."
},
{
"stepId": 4,
"step": "Soak the sliced onions overnight in salt water."
},
{
"stepId": 5,
"step": "Wash the onions under cold water."
},
{
"stepId": 6,
"step": "Add chillies, bay leaves, peppercorns to the sliced onions."
},
{
"stepId": 7,
"step": "Combine vinegar, sugar, pickling spice into a pan over medium heat."
},
{
"stepId": 8,
"step": "Cook for 15 minutes until sugar is dissolved."
},
{
"stepId": 9,
"step": "Remove the pan from the heat."
},
{
"stepId": 10,
"step": "Allow the syrup to cool."
},
{
"stepId": 11,
"step": "Pour the liquid over the onions."
}
]
| [
{
"subtask1": "Remove the skin from the onions.",
"relation": "Must be done before",
"subtask2": "Wash the onions under cold water."
},
{
"subtask1": "Wash the onions under cold water.",
"relation": "Must be done before",
"subtask2": "Slice the onions."
},
{
"subtask1": "Combine salt with water.",
"relation": "Must be done before",
"subtask2": "Soak the sliced onions overnight in salt water."
},
{
"subtask1": "Slice the onions.",
"relation": "Must be done before",
"subtask2": "Soak the sliced onions overnight in salt water."
},
{
"subtask1": "Soak the sliced onions overnight in salt water.",
"relation": "Must be done before",
"subtask2": "Add chillies, bay leaves, peppercorns to the sliced onions."
},
{
"subtask1": "Combine vinegar, sugar, pickling spice into a pan over medium heat.",
"relation": "Must be done before",
"subtask2": "Cook for 15 minutes until sugar is dissolved."
},
{
"subtask1": "Cook for 15 minutes until sugar is dissolved.",
"relation": "Must be done before",
"subtask2": "Remove the pan from the heat."
},
{
"subtask1": "Remove the pan from the heat.",
"relation": "Must be done before",
"subtask2": "Allow the syrup to cool."
},
{
"subtask1": "Add chillies, bay leaves, peppercorns to the sliced onions.",
"relation": "Must be done before",
"subtask2": "Pour the liquid over the onions."
},
{
"subtask1": "Allow the syrup to cool.",
"relation": "Must be done before",
"subtask2": "Pour the liquid over the onions."
}
]
|
apply eyeshadow | [
{
"assumptionId": 1,
"assumption": "Applying eye shadow with fingers."
}
]
| [
{
"stepId": 1,
"step": "Conceal the area around the eyes"
},
{
"stepId": 2,
"step": "Primer the lids of your eyes."
},
{
"stepId": 3,
"step": "Spread the primer with the finger."
},
{
"stepId": 4,
"step": "Grab some cello tape."
},
{
"stepId": 5,
"step": "Attach the tape to the eye's outer v-shape."
},
{
"stepId": 6,
"step": "Apply the eye shadow on the eye."
},
{
"stepId": 7,
"step": "Evenly apply the eye shadow with a finger."
},
{
"stepId": 8,
"step": "Peel the cello tape off."
}
]
| [
{
"subtask1": "Primer the lids of your eyes.",
"relation": "Must be done before",
"subtask2": "Conceal the area around the eyes"
},
{
"subtask1": "Spread the primer with the finger.",
"relation": "Must be done before",
"subtask2": "Conceal the area around the eyes"
},
{
"subtask1": "Conceal the area around the eyes",
"relation": "Must be done before",
"subtask2": "Grab some cello tape."
},
{
"subtask1": "Conceal the area around the eyes",
"relation": "Must be done before",
"subtask2": "Attach the tape to the eye's outer v-shape."
},
{
"subtask1": "Attach the tape to the eye's outer v-shape.",
"relation": "Must be done before",
"subtask2": "Apply the eye shadow on the eye."
},
{
"subtask1": "Attach the tape to the eye's outer v-shape.",
"relation": "Must be done before",
"subtask2": "Evenly apply the eye shadow with a finger."
},
{
"subtask1": "Apply the eye shadow on the eye.",
"relation": "Must be done before",
"subtask2": "Peel the cello tape off."
},
{
"subtask1": "Evenly apply the eye shadow with a finger.",
"relation": "Must be done before",
"subtask2": "Peel the cello tape off."
}
]
|
make boba pearls | [
{
"assumptionId": 1,
"assumption": "Make boba pearls with tapioca starch."
}
]
| [
{
"stepId": 1,
"step": "Heat some water in a bowl."
},
{
"stepId": 2,
"step": "Adding tapioca starch to boiling water"
},
{
"stepId": 3,
"step": "Stir lightly."
},
{
"stepId": 4,
"step": "Allow the tapioca to rise to the top."
},
{
"stepId": 5,
"step": "Cook with a cover on for fifteen minutes over high heat."
},
{
"stepId": 6,
"step": "Steep the cooked tapioca for ten minutes."
},
{
"stepId": 7,
"step": "Remove the water from the cooked tapioca."
},
{
"stepId": 8,
"step": "Cover in sugar syrup."
}
]
| [
{
"subtask1": "Heat some water in a bowl.",
"relation": "Must be done before",
"subtask2": "Adding tapioca starch to boiling water"
},
{
"subtask1": "Heat some water in a bowl.",
"relation": "Must be done before",
"subtask2": "Stir lightly."
},
{
"subtask1": "Adding tapioca starch to boiling water",
"relation": "Must be done before",
"subtask2": "Allow the tapioca to rise to the top."
},
{
"subtask1": "Stir lightly.",
"relation": "Must be done before",
"subtask2": "Allow the tapioca to rise to the top."
},
{
"subtask1": "Allow the tapioca to rise to the top.",
"relation": "Must be done before",
"subtask2": "Cook with a cover on for fifteen minutes over high heat."
},
{
"subtask1": "Cook with a cover on for fifteen minutes over high heat.",
"relation": "Must be done before",
"subtask2": "Steep the cooked tapioca for ten minutes."
},
{
"subtask1": "Steep the cooked tapioca for ten minutes.",
"relation": "Must be done before",
"subtask2": "Remove the water from the cooked tapioca."
},
{
"subtask1": "Remove the water from the cooked tapioca.",
"relation": "Must be done before",
"subtask2": "Cover in sugar syrup."
}
]
|
make chocolate | [
{
"assumptionId": 1,
"assumption": "Make chocolate using cocoa powder on the stove."
}
]
| [
{
"stepId": 1,
"step": "Mix the cocoa powder."
},
{
"stepId": 2,
"step": "Mix the butter to the cocoa powder."
},
{
"stepId": 3,
"step": "Boil the water in a bowl on the stove."
},
{
"stepId": 4,
"step": "Place a main bowl on the boiling water bowl."
},
{
"stepId": 5,
"step": "Place the chocolate mixture in the main bowl."
},
{
"stepId": 6,
"step": "Add in the milk and the sugar to the main bowl. "
},
{
"stepId": 7,
"step": "Mix the mixture until completely smooth."
},
{
"stepId": 8,
"step": "Pour the mixture into the mold."
},
{
"stepId": 9,
"step": " Place the mold in the freezer until the chocolate hardens."
},
{
"stepId": 10,
"step": "Remove the chocolates and sprinkle with confectioners' sugar."
}
]
| [
{
"subtask1": "Mix the cocoa powder.",
"relation": "Must be done before",
"subtask2": "Mix the butter to the cocoa powder."
},
{
"subtask1": "Mix the butter to the cocoa powder.",
"relation": "Must be done before",
"subtask2": "Boil the water in a bowl on the stove."
},
{
"subtask1": "Boil the water in a bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Place a main bowl on the boiling water bowl."
},
{
"subtask1": "Place a main bowl on the boiling water bowl.",
"relation": "Must be done before",
"subtask2": "Add in the milk and the sugar to the main bowl. "
},
{
"subtask1": "Add in the milk and the sugar to the main bowl. ",
"relation": "Must be done before",
"subtask2": "Mix the mixture until completely smooth."
},
{
"subtask1": "Mix the mixture until completely smooth.",
"relation": "Must be done before",
"subtask2": "Pour the mixture into the mold."
},
{
"subtask1": "Pour the mixture into the mold.",
"relation": "Must be done before",
"subtask2": " Place the mold in the freezer until the chocolate hardens."
},
{
"subtask1": " Place the mold in the freezer until the chocolate hardens.",
"relation": "Must be done before",
"subtask2": "Place the chocolate mixture in the main bowl."
},
{
"subtask1": "Place the chocolate mixture in the main bowl.",
"relation": "Must be done before",
"subtask2": "Remove the chocolates and sprinkle with confectioners' sugar."
}
]
|
remove sticker residue | [
{
"assumptionId": 1,
"assumption": "Removing sticker residue using vinegar."
}
]
| [
{
"stepId": 1,
"step": "Take vinegar into the bowl."
},
{
"stepId": 2,
"step": "Soak a paper towel in the vinegar."
},
{
"stepId": 3,
"step": "Lay the paper towel on the sticker."
},
{
"stepId": 4,
"step": "Let the paper towel soak on the sticker for a few minutes."
},
{
"stepId": 5,
"step": "Wipe the sticker."
}
]
| [
{
"subtask1": "Take vinegar into the bowl.",
"relation": "Must be done before",
"subtask2": "Soak a paper towel in the vinegar."
},
{
"subtask1": "Soak a paper towel in the vinegar.",
"relation": "Must be done before",
"subtask2": "Lay the paper towel on the sticker."
},
{
"subtask1": "Lay the paper towel on the sticker.",
"relation": "Must be done before",
"subtask2": "Let the paper towel soak on the sticker for a few minutes."
},
{
"subtask1": "Let the paper towel soak on the sticker for a few minutes.",
"relation": "Must be done before",
"subtask2": "Wipe the sticker."
}
]
|
uninstall app on mac | [
{
"assumptionId": 1,
"assumption": "Uninstall app on mac with launchpad."
}
]
| [
{
"stepId": 1,
"step": "Click the launchpad icon on the mac."
},
{
"stepId": 2,
"step": "Locate the app you wish to remove."
},
{
"stepId": 3,
"step": "Click and hold the app until the app starts shaking."
},
{
"stepId": 4,
"step": "Click the wrong button in the top-left corner of the app icon."
},
{
"stepId": 5,
"step": "Select the delete button."
}
]
| [
{
"subtask1": "Click the launchpad icon on the mac.",
"relation": "Must be done before",
"subtask2": "Locate the app you wish to remove."
},
{
"subtask1": "Locate the app you wish to remove.",
"relation": "Must be done before",
"subtask2": "Click and hold the app until the app starts shaking."
},
{
"subtask1": "Click and hold the app until the app starts shaking.",
"relation": "Must be done before",
"subtask2": "Click the wrong button in the top-left corner of the app icon."
},
{
"subtask1": "Click the wrong button in the top-left corner of the app icon.",
"relation": "Must be done before",
"subtask2": "Select the delete button."
}
]
|
make a bow | [
{
"assumptionId": 1,
"assumption": "Making a bow with ribbon."
}
]
| [
{
"stepId": 1,
"step": "Determine the bow size."
},
{
"stepId": 2,
"step": "Use the ribbon to create a loop."
},
{
"stepId": 3,
"step": "Wrap the ribbon twice more around the initial loop."
},
{
"stepId": 4,
"step": "Trim the ribbon about an inch beyond the center."
},
{
"stepId": 5,
"step": "Half-fold a ribbon piece."
},
{
"stepId": 6,
"step": "Pinch the three ribbon circles' centers."
},
{
"stepId": 7,
"step": "Wrap the loops of the bow with a zip tie."
},
{
"stepId": 8,
"step": "Cut a ribbon into a piece."
},
{
"stepId": 9,
"step": "Tie your ribbon in a knot in the middle."
}
]
| [
{
"subtask1": "Determine the bow size.",
"relation": "Must be done before",
"subtask2": "Use the ribbon to create a loop."
},
{
"subtask1": "Use the ribbon to create a loop.",
"relation": "Must be done before",
"subtask2": "Wrap the ribbon twice more around the initial loop."
},
{
"subtask1": "Wrap the ribbon twice more around the initial loop.",
"relation": "Must be done before",
"subtask2": "Trim the ribbon about an inch beyond the center."
},
{
"subtask1": "Trim the ribbon about an inch beyond the center.",
"relation": "Must be done before",
"subtask2": "Half-fold a ribbon piece."
},
{
"subtask1": "Half-fold a ribbon piece.",
"relation": "Must be done before",
"subtask2": "Pinch the three ribbon circles' centers."
},
{
"subtask1": "Pinch the three ribbon circles' centers.",
"relation": "Must be done before",
"subtask2": "Wrap the loops of the bow with a zip tie."
},
{
"subtask1": "Wrap the loops of the bow with a zip tie.",
"relation": "Must be done before",
"subtask2": "Cut a ribbon into a piece."
},
{
"subtask1": "Cut a ribbon into a piece.",
"relation": "Must be done before",
"subtask2": "Tie your ribbon in a knot in the middle."
}
]
|
cut a watermelon | [
{
"assumptionId": 1,
"assumption": "Cut watermelon with sticks."
}
]
| [
{
"stepId": 1,
"step": "Cut the watermelon in half horizontally."
},
{
"stepId": 2,
"step": "Place one half on a cutting board, flesh down."
},
{
"stepId": 3,
"step": "Cut slices downward."
},
{
"stepId": 4,
"step": "Rotate the cutting board."
},
{
"stepId": 5,
"step": "Cut slices downward and perpendicular to the other slices."
},
{
"stepId": 6,
"step": "Attach sticks to the slices."
},
{
"stepId": 7,
"step": "Repeat with the other watermelon half."
},
{
"stepId": 8,
"step": "Serve on the cutting board."
}
]
| [
{
"subtask1": "Cut the watermelon in half horizontally.",
"relation": "Must be done before",
"subtask2": "Place one half on a cutting board, flesh down."
},
{
"subtask1": "Place one half on a cutting board, flesh down.",
"relation": "Must be done before",
"subtask2": "Cut slices downward."
},
{
"subtask1": "Cut slices downward.",
"relation": "Must be done before",
"subtask2": "Rotate the cutting board."
},
{
"subtask1": "Rotate the cutting board.",
"relation": "Must be done before",
"subtask2": "Cut slices downward and perpendicular to the other slices."
},
{
"subtask1": "Cut slices downward and perpendicular to the other slices.",
"relation": "Must be done before",
"subtask2": "Attach sticks to the slices."
},
{
"subtask1": "Attach sticks to the slices.",
"relation": "Must be done before",
"subtask2": "Repeat with the other watermelon half."
},
{
"subtask1": "Repeat with the other watermelon half.",
"relation": "Must be done before",
"subtask2": "Serve on the cutting board."
}
]
|
drive automatic car | [
{
"assumptionId": 1,
"assumption": "Drive automatic maruti suzuki grand vitara car."
}
]
| [
{
"stepId": 1,
"step": "Get into your maruti suzuki grand vitara car."
},
{
"stepId": 2,
"step": "Put your right foot on the left-hand pedal "
},
{
"stepId": 3,
"step": "Press the pedal down."
},
{
"stepId": 4,
"step": "Start the car by pressing the start button."
},
{
"stepId": 5,
"step": "Put your foot back on the brake and shift to \"D\" or \"R\""
},
{
"stepId": 6,
"step": "Let go of the brake, this will cause most automatic vehicles to 'creep' forward."
},
{
"stepId": 7,
"step": "Press your right foot down on the right pedal for acceleration."
}
]
| [
{
"subtask1": "Get into your maruti suzuki grand vitara car.",
"relation": "Must be done before",
"subtask2": "Put your right foot on the left-hand pedal "
},
{
"subtask1": "Put your right foot on the left-hand pedal ",
"relation": "Must be done before",
"subtask2": "Press the pedal down."
},
{
"subtask1": "Press the pedal down.",
"relation": "Must be done before",
"subtask2": "Start the car by pressing the start button."
},
{
"subtask1": "Start the car by pressing the start button.",
"relation": "Must be done before",
"subtask2": "Put your foot back on the brake and shift to \"D\" or \"R\""
},
{
"subtask1": "Put your foot back on the brake and shift to \"D\" or \"R\"",
"relation": "Must be done before",
"subtask2": "Let go of the brake, this will cause most automatic vehicles to 'creep' forward."
},
{
"subtask1": "Let go of the brake, this will cause most automatic vehicles to 'creep' forward.",
"relation": "Must be done before",
"subtask2": "Press your right foot down on the right pedal for acceleration."
}
]
|
simplify fractions | [
{
"assumptionId": 1,
"assumption": "Simplify algebraic fractions."
}
]
| [
{
"stepId": 1,
"step": "Find out the common factor in the numerator."
},
{
"stepId": 2,
"step": "Find out the common factor in the denominator."
},
{
"stepId": 3,
"step": "Take the terms that are in both the numerator and the denominator."
},
{
"stepId": 4,
"step": "Take like terms out."
},
{
"stepId": 5,
"step": "Find out when the equation has been completely simplified."
},
{
"stepId": 6,
"step": "Maintain your efforts to simplify algebraic fractions."
}
]
| [
{
"subtask1": "Find out the common factor in the numerator.",
"relation": "Must be done before",
"subtask2": "Take the terms that are in both the numerator and the denominator."
},
{
"subtask1": "Find out the common factor in the denominator.",
"relation": "Must be done before",
"subtask2": "Take the terms that are in both the numerator and the denominator."
},
{
"subtask1": "Take the terms that are in both the numerator and the denominator.",
"relation": "Must be done before",
"subtask2": "Take like terms out."
},
{
"subtask1": "Take like terms out.",
"relation": "Must be done before",
"subtask2": "Maintain your efforts to simplify algebraic fractions."
},
{
"subtask1": "Maintain your efforts to simplify algebraic fractions.",
"relation": "Must be done before",
"subtask2": "Find out when the equation has been completely simplified."
}
]
|
make sour cream | [
{
"assumptionId": 1,
"assumption": "Making sour cream with yogurt."
}
]
| [
{
"stepId": 1,
"step": "Fill the bowl with a cup of yogurt."
},
{
"stepId": 2,
"step": "Add heavy cream into the yogurt."
},
{
"stepId": 3,
"step": "Combine one teaspoon of lemon juice."
},
{
"stepId": 4,
"step": "Stir in well to combine with the prepared yogurt cream mixture."
}
]
| [
{
"subtask1": "Fill the bowl with a cup of yogurt.",
"relation": "Must be done before",
"subtask2": "Add heavy cream into the yogurt."
},
{
"subtask1": "Fill the bowl with a cup of yogurt.",
"relation": "Must be done before",
"subtask2": "Combine one teaspoon of lemon juice."
},
{
"subtask1": "Add heavy cream into the yogurt.",
"relation": "Must be done before",
"subtask2": "Stir in well to combine with the prepared yogurt cream mixture."
},
{
"subtask1": "Combine one teaspoon of lemon juice.",
"relation": "Must be done before",
"subtask2": "Stir in well to combine with the prepared yogurt cream mixture."
}
]
|
make potato chips | [
{
"assumptionId": 1,
"assumption": "Making potato chips with red potatoes."
}
]
| [
{
"stepId": 1,
"step": "Peel the red potatoes."
},
{
"stepId": 2,
"step": "Wash the red potatoes neatly."
},
{
"stepId": 3,
"step": "Heat the oil in the bowl."
},
{
"stepId": 4,
"step": "Add the sliced red potatoes in the oil."
},
{
"stepId": 5,
"step": "Deep-fry the red potato chips until they are crispy."
},
{
"stepId": 6,
"step": "Transfer the chips into a plate."
},
{
"stepId": 7,
"step": "Sprinkle salt on the red potato chips."
}
]
| [
{
"subtask1": "Wash the red potatoes neatly.",
"relation": "Must be done before",
"subtask2": "Heat the oil in the bowl."
},
{
"subtask1": "Peel the red potatoes.",
"relation": "Must be done before",
"subtask2": "Heat the oil in the bowl."
},
{
"subtask1": "Heat the oil in the bowl.",
"relation": "Must be done before",
"subtask2": "Add the sliced red potatoes in the oil."
},
{
"subtask1": "Add the sliced red potatoes in the oil.",
"relation": "Must be done before",
"subtask2": "Deep-fry the red potato chips until they are crispy."
},
{
"subtask1": "Deep-fry the red potato chips until they are crispy.",
"relation": "Must be done before",
"subtask2": "Transfer the chips into a plate."
},
{
"subtask1": "Transfer the chips into a plate.",
"relation": "Must be done before",
"subtask2": "Sprinkle salt on the red potato chips."
}
]
|
file a police report | [
{
"assumptionId": 1,
"assumption": "Filing a police report for accident."
}
]
| [
{
"stepId": 1,
"step": "Visit the nearest police station."
},
{
"stepId": 2,
"step": "Write down the details of the accident."
},
{
"stepId": 3,
"step": "Submit a written complaint to the duty officer."
},
{
"stepId": 4,
"step": "Information recorded by the police is read over to you."
},
{
"stepId": 5,
"step": "Verify the information recorded by the police."
},
{
"stepId": 6,
"step": "Sign the report."
},
{
"stepId": 7,
"step": "Take the copy of the report."
}
]
| [
{
"subtask1": "Visit the nearest police station.",
"relation": "Must be done before",
"subtask2": "Write down the details of the accident."
},
{
"subtask1": "Write down the details of the accident.",
"relation": "Must be done before",
"subtask2": "Submit a written complaint to the duty officer."
},
{
"subtask1": "Submit a written complaint to the duty officer.",
"relation": "Must be done before",
"subtask2": "Information recorded by the police is read over to you."
},
{
"subtask1": "Information recorded by the police is read over to you.",
"relation": "Must be done before",
"subtask2": "Verify the information recorded by the police."
},
{
"subtask1": "Verify the information recorded by the police.",
"relation": "Must be done before",
"subtask2": "Sign the report."
},
{
"subtask1": "Sign the report.",
"relation": "Must be done before",
"subtask2": "Take the copy of the report."
}
]
|
cancel disney plus | [
{
"assumptionId": 1,
"assumption": "Cancelling disney plus using mobile browser."
}
]
| [
{
"stepId": 1,
"step": "Unlock the mobile."
},
{
"stepId": 2,
"step": "Launch the mobile browser. "
},
{
"stepId": 3,
"step": "Log into disney plus account."
},
{
"stepId": 4,
"step": "Select the account."
},
{
"stepId": 5,
"step": "Open subscriptions."
},
{
"stepId": 6,
"step": "Select the disney plus subscription."
},
{
"stepId": 7,
"step": "Cancel the subscription."
}
]
| [
{
"subtask1": "Unlock the mobile.",
"relation": "Must be done before",
"subtask2": "Launch the mobile browser. "
},
{
"subtask1": "Launch the mobile browser. ",
"relation": "Must be done before",
"subtask2": "Select the account."
},
{
"subtask1": "Launch the mobile browser. ",
"relation": "Must be done before",
"subtask2": "Log into disney plus account."
},
{
"subtask1": "Log into disney plus account.",
"relation": "Must be done before",
"subtask2": "Open subscriptions."
},
{
"subtask1": "Open subscriptions.",
"relation": "Must be done before",
"subtask2": "Select the disney plus subscription."
},
{
"subtask1": "Select the disney plus subscription.",
"relation": "Must be done before",
"subtask2": "Cancel the subscription."
}
]
|
make creme brulee | [
{
"assumptionId": 1,
"assumption": "Make creme brulee in the microwave."
}
]
| [
{
"stepId": 1,
"step": "Scoop the ice cream into a bowl that can go in the microwave."
},
{
"stepId": 2,
"step": "Microwave the ice cream for a few seconds."
},
{
"stepId": 3,
"step": "Add the egg yolk into the melted ice cream."
},
{
"stepId": 4,
"step": "Mix the mixture well."
},
{
"stepId": 5,
"step": "Fill a ramekin with the mixture."
},
{
"stepId": 6,
"step": "Pour hot water into the pan."
},
{
"stepId": 7,
"step": "Bake for a few minutes."
},
{
"stepId": 8,
"step": "Take out the ramekins from the roasting pan."
},
{
"stepId": 9,
"step": "Allow to cool to room temperature."
},
{
"stepId": 10,
"step": "Cover with a plastic wrap."
},
{
"stepId": 11,
"step": "Refrigerate for a few hours"
},
{
"stepId": 12,
"step": "Sprinkle a tablespoon of sugar on top of each creme brulee."
},
{
"stepId": 13,
"step": "Allow the creme brulee to sit for a few minutes before serving."
}
]
| [
{
"subtask1": "Scoop the ice cream into a bowl that can go in the microwave.",
"relation": "Must be done before",
"subtask2": "Microwave the ice cream for a few seconds."
},
{
"subtask1": "Microwave the ice cream for a few seconds.",
"relation": "Must be done before",
"subtask2": "Add the egg yolk into the melted ice cream."
},
{
"subtask1": "Add the egg yolk into the melted ice cream.",
"relation": "Must be done before",
"subtask2": "Mix the mixture well."
},
{
"subtask1": "Mix the mixture well.",
"relation": "Must be done before",
"subtask2": "Fill a ramekin with the mixture."
},
{
"subtask1": "Fill a ramekin with the mixture.",
"relation": "Must be done before",
"subtask2": "Bake for a few minutes."
},
{
"subtask1": "Pour hot water into the pan.",
"relation": "Must be done before",
"subtask2": "Bake for a few minutes."
},
{
"subtask1": "Bake for a few minutes.",
"relation": "Must be done before",
"subtask2": "Take out the ramekins from the roasting pan."
},
{
"subtask1": "Take out the ramekins from the roasting pan.",
"relation": "Must be done before",
"subtask2": "Allow to cool to room temperature."
},
{
"subtask1": "Allow to cool to room temperature.",
"relation": "Must be done before",
"subtask2": "Cover with a plastic wrap."
},
{
"subtask1": "Cover with a plastic wrap.",
"relation": "Must be done before",
"subtask2": "Sprinkle a tablespoon of sugar on top of each creme brulee."
},
{
"subtask1": "Sprinkle a tablespoon of sugar on top of each creme brulee.",
"relation": "Must be done before",
"subtask2": "Refrigerate for a few hours"
},
{
"subtask1": "Refrigerate for a few hours",
"relation": "Must be done before",
"subtask2": "Allow the creme brulee to sit for a few minutes before serving."
}
]
|
make applesauce | [
{
"assumptionId": 1,
"assumption": "Making apple sauce with honey."
}
]
| [
{
"stepId": 1,
"step": "Wash the apples."
},
{
"stepId": 2,
"step": "Peel the skin of the apples."
},
{
"stepId": 3,
"step": "Cut apples into cubes."
},
{
"stepId": 4,
"step": "Add apples to the crock pot on the stove."
},
{
"stepId": 5,
"step": "Combine water, honey with cinnamon."
},
{
"stepId": 6,
"step": "Cook for two hours on high."
},
{
"stepId": 7,
"step": "Extinguish the flame."
},
{
"stepId": 8,
"step": "Transfer the apple sauce to the container."
}
]
| [
{
"subtask1": "Wash the apples.",
"relation": "Must be done before",
"subtask2": "Peel the skin of the apples."
},
{
"subtask1": "Peel the skin of the apples.",
"relation": "Must be done before",
"subtask2": "Cut apples into cubes."
},
{
"subtask1": "Cut apples into cubes.",
"relation": "Must be done before",
"subtask2": "Add apples to the crock pot on the stove."
},
{
"subtask1": "Cut apples into cubes.",
"relation": "Must be done before",
"subtask2": "Combine water, honey with cinnamon."
},
{
"subtask1": "Add apples to the crock pot on the stove.",
"relation": "Must be done before",
"subtask2": "Cook for two hours on high."
},
{
"subtask1": "Combine water, honey with cinnamon.",
"relation": "Must be done before",
"subtask2": "Cook for two hours on high."
},
{
"subtask1": "Cook for two hours on high.",
"relation": "Must be done before",
"subtask2": "Extinguish the flame."
},
{
"subtask1": "Extinguish the flame.",
"relation": "Must be done before",
"subtask2": "Transfer the apple sauce to the container."
}
]
|
design a website | [
{
"assumptionId": 1,
"assumption": "Design a website layout."
}
]
| [
{
"stepId": 1,
"step": "Establish the foundation of your website."
},
{
"stepId": 2,
"step": "Check out the current websites."
},
{
"stepId": 3,
"step": "Make notes for your personal website."
},
{
"stepId": 4,
"step": "Make a layout plan for your website."
},
{
"stepId": 5,
"step": "Create a thorough wire frame."
},
{
"stepId": 6,
"step": "Develop the fundamental design requirements."
},
{
"stepId": 7,
"step": "Create the website layout."
}
]
| [
{
"subtask1": "Establish the foundation of your website.",
"relation": "Must be done before",
"subtask2": "Check out the current websites."
},
{
"subtask1": "Check out the current websites.",
"relation": "Must be done before",
"subtask2": "Make notes for your personal website."
},
{
"subtask1": "Check out the current websites.",
"relation": "Must be done before",
"subtask2": "Make a layout plan for your website."
},
{
"subtask1": "Make notes for your personal website.",
"relation": "Must be done before",
"subtask2": "Create a thorough wire frame."
},
{
"subtask1": "Make a layout plan for your website.",
"relation": "Must be done before",
"subtask2": "Create a thorough wire frame."
},
{
"subtask1": "Create a thorough wire frame.",
"relation": "Must be done before",
"subtask2": "Develop the fundamental design requirements."
},
{
"subtask1": "Develop the fundamental design requirements.",
"relation": "Must be done before",
"subtask2": "Create the website layout."
}
]
|
clean shower head | [
{
"assumptionId": 1,
"assumption": "Clean shower head using vinegar."
}
]
| [
{
"stepId": 1,
"step": "Turn the showerhead counterclockwise to remove it."
},
{
"stepId": 2,
"step": "Place the showerhead in the pot."
},
{
"stepId": 3,
"step": "Fill the pot with the white vinegar to cover the showerhead."
},
{
"stepId": 4,
"step": "Allow the vinegar to soak the showerhead for a few hours."
},
{
"stepId": 5,
"step": "Remove the showerhead from the pot."
},
{
"stepId": 6,
"step": "Remove any residue by cleaning with an old toothbrush."
},
{
"stepId": 7,
"step": "Wipe the showerhead with the cloth until it is completely dry."
},
{
"stepId": 8,
"step": "Reattach the showerhead to the wall pipe."
},
{
"stepId": 9,
"step": "Turn on the shower's water for a few moments."
}
]
| [
{
"subtask1": "Turn the showerhead counterclockwise to remove it.",
"relation": "Must be done before",
"subtask2": "Place the showerhead in the pot."
},
{
"subtask1": "Turn the showerhead counterclockwise to remove it.",
"relation": "Must be done before",
"subtask2": "Fill the pot with the white vinegar to cover the showerhead."
},
{
"subtask1": "Turn the showerhead counterclockwise to remove it.",
"relation": "Must be done before",
"subtask2": "Allow the vinegar to soak the showerhead for a few hours."
},
{
"subtask1": "Allow the vinegar to soak the showerhead for a few hours.",
"relation": "Must be done before",
"subtask2": "Remove the showerhead from the pot."
},
{
"subtask1": "Remove the showerhead from the pot.",
"relation": "Must be done before",
"subtask2": "Remove any residue by cleaning with an old toothbrush."
},
{
"subtask1": "Remove the showerhead from the pot.",
"relation": "Must be done before",
"subtask2": "Wipe the showerhead with the cloth until it is completely dry."
},
{
"subtask1": "Remove any residue by cleaning with an old toothbrush.",
"relation": "Must be done before",
"subtask2": "Reattach the showerhead to the wall pipe."
},
{
"subtask1": "Wipe the showerhead with the cloth until it is completely dry.",
"relation": "Must be done before",
"subtask2": "Reattach the showerhead to the wall pipe."
},
{
"subtask1": "Reattach the showerhead to the wall pipe.",
"relation": "Must be done before",
"subtask2": "Turn on the shower's water for a few moments."
}
]
|
use blender | [
{
"assumptionId": 1,
"assumption": "Using wireless blender."
}
]
| [
{
"stepId": 1,
"step": "Set your blender on a cool, flat surface."
},
{
"stepId": 2,
"step": "Include the components."
},
{
"stepId": 3,
"step": "Tightly close the cover."
},
{
"stepId": 4,
"step": "Start the wireless blender."
},
{
"stepId": 5,
"step": "Continue blending for three to four minutes."
},
{
"stepId": 6,
"step": "Shut the blender off."
}
]
| [
{
"subtask1": "Set your blender on a cool, flat surface.",
"relation": "Must be done before",
"subtask2": "Include the components."
},
{
"subtask1": "Include the components.",
"relation": "Must be done before",
"subtask2": "Tightly close the cover."
},
{
"subtask1": "Tightly close the cover.",
"relation": "Must be done before",
"subtask2": "Start the wireless blender."
},
{
"subtask1": "Tightly close the cover.",
"relation": "Must be done before",
"subtask2": "Continue blending for three to four minutes."
},
{
"subtask1": "Start the wireless blender.",
"relation": "Must be done before",
"subtask2": "Shut the blender off."
},
{
"subtask1": "Continue blending for three to four minutes.",
"relation": "Must be done before",
"subtask2": "Shut the blender off."
}
]
|
crochet a blanket | [
{
"assumptionId": 1,
"assumption": "Crocheting a blanket with a fluffy yarn."
}
]
| [
{
"stepId": 1,
"step": "Chain the specified number of stitches."
},
{
"stepId": 2,
"step": "Use the fluffy yarn to double crochet."
},
{
"stepId": 3,
"step": "Skip two stitches. "
},
{
"stepId": 4,
"step": "Add a single crochet into the third stitch."
},
{
"stepId": 5,
"step": "Double crochet twice into the same chain."
},
{
"stepId": 6,
"step": "Repeat the sequence."
}
]
| [
{
"subtask1": "Use the fluffy yarn to double crochet.",
"relation": "Must be done before",
"subtask2": "Chain the specified number of stitches."
},
{
"subtask1": "Chain the specified number of stitches.",
"relation": "Must be done before",
"subtask2": "Skip two stitches. "
},
{
"subtask1": "Skip two stitches. ",
"relation": "Must be done before",
"subtask2": "Add a single crochet into the third stitch."
},
{
"subtask1": "Add a single crochet into the third stitch.",
"relation": "Must be done before",
"subtask2": "Double crochet twice into the same chain."
},
{
"subtask1": "Double crochet twice into the same chain.",
"relation": "Must be done before",
"subtask2": "Repeat the sequence."
}
]
|
make boba tea | [
{
"assumptionId": 1,
"assumption": "Making boba tea with brown sugar."
}
]
| [
{
"stepId": 1,
"step": "Add water to the bowl on the stove."
},
{
"stepId": 2,
"step": "Mix brown sugar into the water."
},
{
"stepId": 3,
"step": "Allow the water to boil."
},
{
"stepId": 4,
"step": "Add half of topioca starch."
},
{
"stepId": 5,
"step": "Roll out to make thick consistency."
},
{
"stepId": 7,
"step": "Add milk to a glass."
},
{
"stepId": 8,
"step": "Add topioca pearls syrup to the milk."
}
]
| [
{
"subtask1": "Add water to the bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Mix brown sugar into the water."
},
{
"subtask1": "Mix brown sugar into the water.",
"relation": "Must be done before",
"subtask2": "Allow the water to boil."
},
{
"subtask1": "Allow the water to boil.",
"relation": "Must be done before",
"subtask2": "Add half of topioca starch."
},
{
"subtask1": "Allow the water to boil.",
"relation": "Must be done before",
"subtask2": "Roll out to make thick consistency."
},
{
"subtask1": "Roll out to make thick consistency.",
"relation": "Must be done before",
"subtask2": "Add milk to a glass."
},
{
"subtask1": "Add milk to a glass.",
"relation": "Must be done before",
"subtask2": "Add topioca pearls syrup to the milk."
}
]
|
make hot sauce | [
{
"assumptionId": 1,
"assumption": "Making hot sauce with peppers."
}
]
| [
{
"stepId": 1,
"step": "Wash the peppers."
},
{
"stepId": 2,
"step": "Cut the stems off of your peppers."
},
{
"stepId": 3,
"step": "Slice the peppers half lengthwise."
},
{
"stepId": 4,
"step": "Pour the vinegar into a saucepan."
},
{
"stepId": 5,
"step": "Add peppers, salt and garlic cloves."
},
{
"stepId": 6,
"step": "Boil the peppers until they are tender."
},
{
"stepId": 7,
"step": "Pour everything into your blender."
},
{
"stepId": 8,
"step": "blend until the mixture turns to puree."
},
{
"stepId": 9,
"step": "Transfer puree into the plate."
}
]
| [
{
"subtask1": "Cut the stems off of your peppers.",
"relation": "Must be done before",
"subtask2": "Wash the peppers."
},
{
"subtask1": "Wash the peppers.",
"relation": "Must be done before",
"subtask2": "Slice the peppers half lengthwise."
},
{
"subtask1": "Slice the peppers half lengthwise.",
"relation": "Must be done before",
"subtask2": "Add peppers, salt and garlic cloves."
},
{
"subtask1": "Pour the vinegar into a saucepan.",
"relation": "Must be done before",
"subtask2": "Add peppers, salt and garlic cloves."
},
{
"subtask1": "Add peppers, salt and garlic cloves.",
"relation": "Must be done before",
"subtask2": "Boil the peppers until they are tender."
},
{
"subtask1": "Boil the peppers until they are tender.",
"relation": "Must be done before",
"subtask2": "Pour everything into your blender."
},
{
"subtask1": "Pour everything into your blender.",
"relation": "Must be done before",
"subtask2": "blend until the mixture turns to puree."
},
{
"subtask1": "blend until the mixture turns to puree.",
"relation": "Must be done before",
"subtask2": "Transfer puree into the plate."
}
]
|
grow onions | [
{
"assumptionId": 1,
"assumption": "Grow onions in a pot."
}
]
| [
{
"stepId": 1,
"step": "Cut the onion about an inch from the bottom."
},
{
"stepId": 2,
"step": "Allow the onion bottom to dry out for up to a day."
},
{
"stepId": 3,
"step": "Poke a toothpick into each onion side."
},
{
"stepId": 4,
"step": "Hang the onion over a small bowl of water."
},
{
"stepId": 5,
"step": "Fill the pot with well-draining soil."
},
{
"stepId": 6,
"step": "Insert the onion cutting into the soil."
},
{
"stepId": 7,
"step": "Fill the rest of the pot with salt."
},
{
"stepId": 8,
"step": "Pour water to the onion cutting immediately after planting it."
},
{
"stepId": 9,
"step": "Spray nitrogen fertilizer into the soil after watering it."
},
{
"stepId": 10,
"step": "Give water to the onion until it feels moist."
},
{
"stepId": 11,
"step": "Fertilize the onion for every 2 weeks."
},
{
"stepId": 12,
"step": "Harvest the onion when it forms flowers."
},
{
"stepId": 13,
"step": "Pull the onion out of the ground at the base of the green foliage."
}
]
| [
{
"subtask1": "Cut the onion about an inch from the bottom.",
"relation": "Must be done before",
"subtask2": "Allow the onion bottom to dry out for up to a day."
},
{
"subtask1": "Allow the onion bottom to dry out for up to a day.",
"relation": "Must be done before",
"subtask2": "Poke a toothpick into each onion side."
},
{
"subtask1": "Poke a toothpick into each onion side.",
"relation": "Must be done before",
"subtask2": "Hang the onion over a small bowl of water."
},
{
"subtask1": "Hang the onion over a small bowl of water.",
"relation": "Must be done before",
"subtask2": "Insert the onion cutting into the soil."
},
{
"subtask1": "Fill the pot with well-draining soil.",
"relation": "Must be done before",
"subtask2": "Fill the rest of the pot with salt."
},
{
"subtask1": "Fill the rest of the pot with salt.",
"relation": "Must be done before",
"subtask2": "Insert the onion cutting into the soil."
},
{
"subtask1": "Insert the onion cutting into the soil.",
"relation": "Must be done before",
"subtask2": "Pour water to the onion cutting immediately after planting it."
},
{
"subtask1": "Pour water to the onion cutting immediately after planting it.",
"relation": "Must be done before",
"subtask2": "Give water to the onion until it feels moist."
},
{
"subtask1": "Give water to the onion until it feels moist.",
"relation": "Must be done before",
"subtask2": "Spray nitrogen fertilizer into the soil after watering it."
},
{
"subtask1": "Spray nitrogen fertilizer into the soil after watering it.",
"relation": "Must be done before",
"subtask2": "Fertilize the onion for every 2 weeks."
},
{
"subtask1": "Fertilize the onion for every 2 weeks.",
"relation": "Must be done before",
"subtask2": "Harvest the onion when it forms flowers."
},
{
"subtask1": "Harvest the onion when it forms flowers.",
"relation": "Must be done before",
"subtask2": "Pull the onion out of the ground at the base of the green foliage."
}
]
|
ripen avocado | [
{
"assumptionId": 1,
"assumption": "Ripen avocado in microwave."
}
]
| [
{
"stepId": 1,
"step": "Divide an avocado in half."
},
{
"stepId": 2,
"step": "Wrap each half tightly in plastic wrap."
},
{
"stepId": 3,
"step": "Microwave in 30-second increments until the mixture is soft enough to use."
},
{
"stepId": 4,
"step": "Place the wrapped avocado halves in a bowl of ice water."
}
]
| [
{
"subtask1": "Divide an avocado in half.",
"relation": "Must be done before",
"subtask2": "Wrap each half tightly in plastic wrap."
},
{
"subtask1": "Wrap each half tightly in plastic wrap.",
"relation": "Must be done before",
"subtask2": "Microwave in 30-second increments until the mixture is soft enough to use."
},
{
"subtask1": "Microwave in 30-second increments until the mixture is soft enough to use.",
"relation": "Must be done before",
"subtask2": "Place the wrapped avocado halves in a bowl of ice water."
}
]
|
measure chest size | [
{
"assumptionId": 1,
"assumption": "Measure chest size with measuring tape."
}
]
| [
{
"stepId": 1,
"step": "Locate a fabric measuring tape."
},
{
"stepId": 2,
"step": "Consider hiring someone to assist you in measuring."
},
{
"stepId": 3,
"step": "Remove your shirt."
},
{
"stepId": 4,
"step": "Wrap the tape around your midsection."
},
{
"stepId": 5,
"step": "Maintain a normal posture."
},
{
"stepId": 6,
"step": "Make a note of your measurement."
}
]
| [
{
"subtask1": "Consider hiring someone to assist you in measuring.",
"relation": "Must be done before",
"subtask2": "Maintain a normal posture."
},
{
"subtask1": "Locate a fabric measuring tape.",
"relation": "Must be done before",
"subtask2": "Maintain a normal posture."
},
{
"subtask1": "Maintain a normal posture.",
"relation": "Must be done before",
"subtask2": "Remove your shirt."
},
{
"subtask1": "Remove your shirt.",
"relation": "Must be done before",
"subtask2": "Wrap the tape around your midsection."
},
{
"subtask1": "Wrap the tape around your midsection.",
"relation": "Must be done before",
"subtask2": "Make a note of your measurement."
}
]
|
cut hair at home | [
{
"assumptionId": 1,
"assumption": "Cut hair at home using trimmer."
}
]
| [
{
"stepId": 1,
"step": "Wash your hair."
},
{
"stepId": 2,
"step": "Use a comb to detangle your hair."
},
{
"stepId": 3,
"step": "Allow your hair to dry."
},
{
"stepId": 4,
"step": "Place yourself near a mirror."
},
{
"stepId": 5,
"step": "Divide your hair into sections."
},
{
"stepId": 6,
"step": "Trim the back and sides with a trimmer on a small guard setting."
},
{
"stepId": 7,
"step": "Begin by trimming the back of your head."
},
{
"stepId": 8,
"step": "Use a shorter setting to fade the lower half."
}
]
| [
{
"subtask1": "Wash your hair.",
"relation": "Must be done before",
"subtask2": "Allow your hair to dry."
},
{
"subtask1": "Allow your hair to dry.",
"relation": "Must be done before",
"subtask2": "Place yourself near a mirror."
},
{
"subtask1": "Place yourself near a mirror.",
"relation": "Must be done before",
"subtask2": "Use a comb to detangle your hair."
},
{
"subtask1": "Use a comb to detangle your hair.",
"relation": "Must be done before",
"subtask2": "Divide your hair into sections."
},
{
"subtask1": "Divide your hair into sections.",
"relation": "Must be done before",
"subtask2": "Begin by trimming the back of your head."
},
{
"subtask1": "Begin by trimming the back of your head.",
"relation": "Must be done before",
"subtask2": "Trim the back and sides with a trimmer on a small guard setting."
},
{
"subtask1": "Trim the back and sides with a trimmer on a small guard setting.",
"relation": "Must be done before",
"subtask2": "Use a shorter setting to fade the lower half."
}
]
|
make pico de gallo | [
{
"assumptionId": 1,
"assumption": "Make pico de gallo with cherry tomatoes."
}
]
| [
{
"stepId": 1,
"step": "Cut the cherry tomatoes in half."
},
{
"stepId": 2,
"step": "Combine cherry tomatoes with jalapenos, red onion, lime juice, etc in a bowl."
},
{
"stepId": 3,
"step": "Add salt with pepper to the bowl."
},
{
"stepId": 4,
"step": "Stir the pico occasionally to help the flavors blend."
}
]
| [
{
"subtask1": "Cut the cherry tomatoes in half.",
"relation": "Must be done before",
"subtask2": "Combine cherry tomatoes with jalapenos, red onion, lime juice, etc in a bowl."
},
{
"subtask1": "Combine cherry tomatoes with jalapenos, red onion, lime juice, etc in a bowl.",
"relation": "Must be done before",
"subtask2": "Add salt with pepper to the bowl."
},
{
"subtask1": "Add salt with pepper to the bowl.",
"relation": "Must be done before",
"subtask2": "Stir the pico occasionally to help the flavors blend."
}
]
|
make butter | [
{
"assumptionId": 1,
"assumption": "Making butter with full fat milk."
}
]
| [
{
"stepId": 1,
"step": "Collect cream from the full fat boiling milk."
},
{
"stepId": 2,
"step": "Store the cream in the fridge."
},
{
"stepId": 3,
"step": "Remove the collected cream from the fridge."
},
{
"stepId": 4,
"step": "Transfer the cream into a bowl."
},
{
"stepId": 5,
"step": "Beat the cream using butter churner."
},
{
"stepId": 6,
"step": "Use a ladle to scoop out the butter."
},
{
"stepId": 7,
"step": "Store it in a separate container."
}
]
| [
{
"subtask1": "Collect cream from the full fat boiling milk.",
"relation": "Must be done before",
"subtask2": "Store the cream in the fridge."
},
{
"subtask1": "Store the cream in the fridge.",
"relation": "Must be done before",
"subtask2": "Remove the collected cream from the fridge."
},
{
"subtask1": "Remove the collected cream from the fridge.",
"relation": "Must be done before",
"subtask2": "Transfer the cream into a bowl."
},
{
"subtask1": "Transfer the cream into a bowl.",
"relation": "Must be done before",
"subtask2": "Beat the cream using butter churner."
},
{
"subtask1": "Beat the cream using butter churner.",
"relation": "Must be done before",
"subtask2": "Use a ladle to scoop out the butter."
},
{
"subtask1": "Use a ladle to scoop out the butter.",
"relation": "Must be done before",
"subtask2": "Store it in a separate container."
}
]
|
invest in real estate | [
{
"assumptionId": 1,
"assumption": "Investing in real estate in india."
}
]
| [
{
"stepId": 1,
"step": "Identify the financial stage."
},
{
"stepId": 2,
"step": "Pick a specific real estate investment plan."
},
{
"stepId": 3,
"step": "Pick a target market in india."
},
{
"stepId": 4,
"step": "Establish your investment property criteria."
},
{
"stepId": 5,
"step": "Plan out the financing."
},
{
"stepId": 6,
"step": "Raise money for down payments."
},
{
"stepId": 7,
"step": "Create a plan to find deals."
},
{
"stepId": 8,
"step": "Prioritize next actions."
}
]
| [
{
"subtask1": "Identify the financial stage.",
"relation": "Must be done before",
"subtask2": "Pick a specific real estate investment plan."
},
{
"subtask1": "Identify the financial stage.",
"relation": "Must be done before",
"subtask2": "Pick a target market in india."
},
{
"subtask1": "Pick a specific real estate investment plan.",
"relation": "Must be done before",
"subtask2": "Establish your investment property criteria."
},
{
"subtask1": "Pick a target market in india.",
"relation": "Must be done before",
"subtask2": "Establish your investment property criteria."
},
{
"subtask1": "Establish your investment property criteria.",
"relation": "Must be done before",
"subtask2": "Plan out the financing."
},
{
"subtask1": "Plan out the financing.",
"relation": "Must be done before",
"subtask2": "Raise money for down payments."
},
{
"subtask1": "Raise money for down payments.",
"relation": "Must be done before",
"subtask2": "Create a plan to find deals."
},
{
"subtask1": "Create a plan to find deals.",
"relation": "Must be done before",
"subtask2": "Prioritize next actions."
}
]
|
cook spaghetti squash | [
{
"assumptionId": 1,
"assumption": "Cook spaghetti squash in the oven."
}
]
| [
{
"stepId": 1,
"step": "Preheat the oven to 400 degrees."
},
{
"stepId": 2,
"step": "Cut the squash in half."
},
{
"stepId": 3,
"step": "Remove the seeds with a spoon."
},
{
"stepId": 4,
"step": "Place the squash in a baking dish."
},
{
"stepId": 5,
"step": "Place the baking dish in the oven."
},
{
"stepId": 6,
"step": "Roast the squash for 40 minutes."
}
]
| [
{
"subtask1": "Cut the squash in half.",
"relation": "Must be done before",
"subtask2": "Remove the seeds with a spoon."
},
{
"subtask1": "Remove the seeds with a spoon.",
"relation": "Must be done before",
"subtask2": "Place the squash in a baking dish."
},
{
"subtask1": "Preheat the oven to 400 degrees.",
"relation": "Must be done before",
"subtask2": "Place the baking dish in the oven."
},
{
"subtask1": "Place the squash in a baking dish.",
"relation": "Must be done before",
"subtask2": "Place the baking dish in the oven."
},
{
"subtask1": "Place the baking dish in the oven.",
"relation": "Must be done before",
"subtask2": "Roast the squash for 40 minutes."
}
]
|
iron on patches | [
{
"assumptionId": 1,
"assumption": "Patch jeans with iron-on patches."
}
]
| [
{
"stepId": 1,
"step": "Cut the jean patch."
},
{
"stepId": 2,
"step": "Set up the workspace."
},
{
"stepId": 3,
"step": "Turn on the iron."
},
{
"stepId": 4,
"step": "Put the pants on the ironing board."
},
{
"stepId": 5,
"step": "Press the iron down onto the patch."
},
{
"stepId": 6,
"step": "Applique the iron-on jean patch."
},
{
"stepId": 7,
"step": "Turn the jeans inside out."
},
{
"stepId": 8,
"step": "Warm up the patch's backside."
}
]
| [
{
"subtask1": "Set up the workspace.",
"relation": "Must be done before",
"subtask2": "Put the pants on the ironing board."
},
{
"subtask1": "Turn on the iron.",
"relation": "Must be done before",
"subtask2": "Put the pants on the ironing board."
},
{
"subtask1": "Cut the jean patch.",
"relation": "Must be done before",
"subtask2": "Put the pants on the ironing board."
},
{
"subtask1": "Put the pants on the ironing board.",
"relation": "Must be done before",
"subtask2": "Press the iron down onto the patch."
},
{
"subtask1": "Press the iron down onto the patch.",
"relation": "Must be done before",
"subtask2": "Applique the iron-on jean patch."
},
{
"subtask1": "Applique the iron-on jean patch.",
"relation": "Must be done before",
"subtask2": "Turn the jeans inside out."
},
{
"subtask1": "Turn the jeans inside out.",
"relation": "Must be done before",
"subtask2": "Warm up the patch's backside."
}
]
|
make tacos | [
{
"assumptionId": 1,
"assumption": "Making chicken tacos."
}
]
| [
{
"stepId": 1,
"step": "Set a bowl on the stove."
},
{
"stepId": 3,
"step": "Brown the chicken completely."
},
{
"stepId": 4,
"step": "Combine chicken with salsa."
},
{
"stepId": 5,
"step": "Boil the chicken stirring constantly."
},
{
"stepId": 6,
"step": "Heat chicken to medium-low."
},
{
"stepId": 7,
"step": "Warm the taco shells."
},
{
"stepId": 7,
"step": "Serve taco shells with chicken mixture."
},
{
"stepId": 8,
"step": "Add lettuce, tomato with cheese on the top."
}
]
| [
{
"subtask1": "Set a bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Brown the chicken completely."
},
{
"subtask1": "Brown the chicken completely.",
"relation": "Must be done before",
"subtask2": "Combine chicken with salsa."
},
{
"subtask1": "Combine chicken with salsa.",
"relation": "Must be done before",
"subtask2": "Boil the chicken stirring constantly."
},
{
"subtask1": "Combine chicken with salsa.",
"relation": "Must be done before",
"subtask2": "Heat chicken to medium-low."
},
{
"subtask1": "Boil the chicken stirring constantly.",
"relation": "Must be done before",
"subtask2": "Warm the taco shells."
},
{
"subtask1": "Heat chicken to medium-low.",
"relation": "Must be done before",
"subtask2": "Warm the taco shells."
},
{
"subtask1": "Warm the taco shells.",
"relation": "Must be done before",
"subtask2": "Serve taco shells with chicken mixture."
},
{
"subtask1": "Serve taco shells with chicken mixture.",
"relation": "Must be done before",
"subtask2": "Add lettuce, tomato with cheese on the top."
}
]
|
clean dryer vent | [
{
"assumptionId": 1,
"assumption": "Clean the dryer vent with a leaf blower."
}
]
| [
{
"stepId": 1,
"step": "Unplug the dryer from the electrical outlet."
},
{
"stepId": 2,
"step": "Detach the dryer from the wall."
},
{
"stepId": 3,
"step": "Remove the screen and vent covers."
},
{
"stepId": 4,
"step": "Connect the leaf blower to the wall duct."
},
{
"stepId": 5,
"step": "Turn on the leaf blower."
},
{
"stepId": 6,
"step": "Allow the blower to operate for 30 to 60 seconds."
},
{
"stepId": 7,
"step": "Clean up all of the lint and thread that was dislodged with the leaf blower."
},
{
"stepId": 8,
"step": "Clean the opening on the outside once again."
},
{
"stepId": 9,
"step": "Reinstall the exterior cover and the dryer's connection to the vent."
}
]
| [
{
"subtask1": "Unplug the dryer from the electrical outlet.",
"relation": "Must be done before",
"subtask2": "Detach the dryer from the wall."
},
{
"subtask1": "Detach the dryer from the wall.",
"relation": "Must be done before",
"subtask2": "Remove the screen and vent covers."
},
{
"subtask1": "Remove the screen and vent covers.",
"relation": "Must be done before",
"subtask2": "Connect the leaf blower to the wall duct."
},
{
"subtask1": "Connect the leaf blower to the wall duct.",
"relation": "Must be done before",
"subtask2": "Turn on the leaf blower."
},
{
"subtask1": "Connect the leaf blower to the wall duct.",
"relation": "Must be done before",
"subtask2": "Allow the blower to operate for 30 to 60 seconds."
},
{
"subtask1": "Allow the blower to operate for 30 to 60 seconds.",
"relation": "Must be done before",
"subtask2": "Clean up all of the lint and thread that was dislodged with the leaf blower."
},
{
"subtask1": "Allow the blower to operate for 30 to 60 seconds.",
"relation": "Must be done before",
"subtask2": "Clean the opening on the outside once again."
},
{
"subtask1": "Clean up all of the lint and thread that was dislodged with the leaf blower.",
"relation": "Must be done before",
"subtask2": "Reinstall the exterior cover and the dryer's connection to the vent."
},
{
"subtask1": "Clean the opening on the outside once again.",
"relation": "Must be done before",
"subtask2": "Reinstall the exterior cover and the dryer's connection to the vent."
}
]
|
backup iphone | [
{
"assumptionId": 1,
"assumption": "Backup iphone contacts."
}
]
| [
{
"stepId": 1,
"step": "Unlock the phone."
},
{
"stepId": 2,
"step": "Go to Settings."
},
{
"stepId": 3,
"step": "Type the name."
},
{
"stepId": 4,
"step": "Click on icloud."
},
{
"stepId": 5,
"step": "Turn on Contacts."
},
{
"stepId": 6,
"step": "Choose Merge from the menu."
}
]
| [
{
"subtask1": "Unlock the phone.",
"relation": "Must be done before",
"subtask2": "Go to Settings."
},
{
"subtask1": "Go to Settings.",
"relation": "Must be done before",
"subtask2": "Type the name."
},
{
"subtask1": "Type the name.",
"relation": "Must be done before",
"subtask2": "Click on icloud."
},
{
"subtask1": "Click on icloud.",
"relation": "Must be done before",
"subtask2": "Turn on Contacts."
},
{
"subtask1": "Turn on Contacts.",
"relation": "Must be done before",
"subtask2": "Choose Merge from the menu."
}
]
|
factory reset iphone | [
{
"assumptionId": 1,
"assumption": "Factory reset iphone 11."
}
]
| [
{
"stepId": 1,
"step": "Go to settings in iphone 11."
},
{
"stepId": 2,
"step": "Click on general."
},
{
"stepId": 3,
"step": "Select reset phone."
},
{
"stepId": 4,
"step": "Click on erase all content."
},
{
"stepId": 5,
"step": "Tap the continue button."
},
{
"stepId": 6,
"step": "Enter your passcode."
},
{
"stepId": 7,
"step": "Click on erase anyway."
},
{
"stepId": 8,
"step": "Check that the phone was restored."
}
]
| [
{
"subtask1": "Go to settings in iphone 11.",
"relation": "Must be done before",
"subtask2": "Click on general."
},
{
"subtask1": "Click on general.",
"relation": "Must be done before",
"subtask2": "Select reset phone."
},
{
"subtask1": "Select reset phone.",
"relation": "Must be done before",
"subtask2": "Click on erase all content."
},
{
"subtask1": "Click on erase all content.",
"relation": "Must be done before",
"subtask2": "Tap the continue button."
},
{
"subtask1": "Tap the continue button.",
"relation": "Must be done before",
"subtask2": "Enter your passcode."
},
{
"subtask1": "Enter your passcode.",
"relation": "Must be done before",
"subtask2": "Click on erase anyway."
},
{
"subtask1": "Click on erase anyway.",
"relation": "Must be done before",
"subtask2": "Check that the phone was restored."
}
]
|
make charcoal | [
{
"assumptionId": 1,
"assumption": "Make charcoal from the wood sticks."
}
]
| [
{
"stepId": 1,
"step": "Find a location where you can create an outdoor fire."
},
{
"stepId": 2,
"step": "Choose a metal drum."
},
{
"stepId": 3,
"step": "Choose the suitable wood sticks for making the charcoal."
},
{
"stepId": 4,
"step": "Place the wood sticks in the drum."
},
{
"stepId": 5,
"step": "Cover the drum with its cover."
},
{
"stepId": 6,
"step": "Make plans to start a bonfire."
},
{
"stepId": 7,
"step": "Make a space in the center for the drum."
},
{
"stepId": 8,
"step": "Place the drum inside the hole."
},
{
"stepId": 9,
"step": "Cover the drum with more wood."
},
{
"stepId": 10,
"step": "Burn the bonfire."
},
{
"stepId": 11,
"step": "Maintain the fire for at least a few hours."
},
{
"stepId": 12,
"step": "Allow the fire to completely burn out and cool down."
},
{
"stepId": 13,
"step": "Take the lump coal out."
}
]
| [
{
"subtask1": "Choose the suitable wood sticks for making the charcoal.",
"relation": "Must be done before",
"subtask2": "Place the wood sticks in the drum."
},
{
"subtask1": "Choose a metal drum.",
"relation": "Must be done before",
"subtask2": "Place the wood sticks in the drum."
},
{
"subtask1": "Find a location where you can create an outdoor fire.",
"relation": "Must be done before",
"subtask2": "Place the wood sticks in the drum."
},
{
"subtask1": "Place the wood sticks in the drum.",
"relation": "Must be done before",
"subtask2": "Cover the drum with its cover."
},
{
"subtask1": "Cover the drum with its cover.",
"relation": "Must be done before",
"subtask2": "Make plans to start a bonfire."
},
{
"subtask1": "Make plans to start a bonfire.",
"relation": "Must be done before",
"subtask2": "Make a space in the center for the drum."
},
{
"subtask1": "Make a space in the center for the drum.",
"relation": "Must be done before",
"subtask2": "Place the drum inside the hole."
},
{
"subtask1": "Place the drum inside the hole.",
"relation": "Must be done before",
"subtask2": "Cover the drum with more wood."
},
{
"subtask1": "Cover the drum with more wood.",
"relation": "Must be done before",
"subtask2": "Burn the bonfire."
},
{
"subtask1": "Burn the bonfire.",
"relation": "Must be done before",
"subtask2": "Maintain the fire for at least a few hours."
},
{
"subtask1": "Maintain the fire for at least a few hours.",
"relation": "Must be done before",
"subtask2": "Allow the fire to completely burn out and cool down."
},
{
"subtask1": "Allow the fire to completely burn out and cool down.",
"relation": "Must be done before",
"subtask2": "Take the lump coal out."
}
]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.