task
stringlengths 4
41
| assumptions
list | substeps
list | dependencies
list |
---|---|---|---|
write a postcard | [
{
"assumptionId": 1,
"assumption": "Writing a post card about trip."
}
] | [
{
"stepId": 1,
"step": "Pick out a postcard that represents the travels."
},
{
"stepId": 3,
"step": "Place the stamp on the postcard."
},
{
"stepId": 4,
"step": "Write the date."
},
{
"stepId": 5,
"step": "Greet the recipient."
},
{
"stepId": 6,
"step": "Write your message."
},
{
"stepId": 6,
"step": "Add the things about the travels."
},
{
"stepId": 7,
"step": "Include the favorite places of the trip."
},
{
"stepId": 8,
"step": "Enter the address."
}
] | [
{
"subtask1": "Pick out a postcard that represents the travels.",
"relation": "Must be done before",
"subtask2": "Enter the address."
},
{
"subtask1": "Enter the address.",
"relation": "Must be done before",
"subtask2": "Place the stamp on the postcard."
},
{
"subtask1": "Place the stamp on the postcard.",
"relation": "Must be done before",
"subtask2": "Write the date."
},
{
"subtask1": "Write the date.",
"relation": "Must be done before",
"subtask2": "Greet the recipient."
},
{
"subtask1": "Greet the recipient.",
"relation": "Must be done before",
"subtask2": "Write your message."
},
{
"subtask1": "Write the date.",
"relation": "Must be done before",
"subtask2": "Include the favorite places of the trip."
},
{
"subtask1": "Include the favorite places of the trip.",
"relation": "Must be done before",
"subtask2": "Add the things about the travels."
}
] |
buy gold | [
{
"assumptionId": 1,
"assumption": "Buying gold through mobile."
}
] | [
{
"stepId": 1,
"step": "Make a list of questions you want to ask."
},
{
"stepId": 2,
"step": "Contact our order desk for current pricing."
},
{
"stepId": 3,
"step": " Your order can be secured over the phone. "
},
{
"stepId": 4,
"step": "Remit payment online."
},
{
"stepId": 5,
"step": "Get the gold delivered to your home."
}
] | [
{
"subtask1": "Make a list of questions you want to ask.",
"relation": "Must be done before",
"subtask2": "Contact our order desk for current pricing."
},
{
"subtask1": "Contact our order desk for current pricing.",
"relation": "Must be done before",
"subtask2": "Remit payment online."
},
{
"subtask1": "Remit payment online.",
"relation": "Must be done before",
"subtask2": " Your order can be secured over the phone. "
},
{
"subtask1": " Your order can be secured over the phone. ",
"relation": "Must be done before",
"subtask2": "Get the gold delivered to your home."
}
] |
unshrink clothes | [
{
"assumptionId": 1,
"assumption": "Unshrink clothes using a fabric softener."
}
] | [
{
"stepId": 1,
"step": "Fill the tub with the warm water."
},
{
"stepId": 2,
"step": "Add a fabric softener to the water."
},
{
"stepId": 3,
"step": "Give it a little mix just to spread throughout the water."
},
{
"stepId": 4,
"step": "Immerse the garment entirely in the mixture."
},
{
"stepId": 5,
"step": "Give it around 30-45 minutes to sit."
},
{
"stepId": 6,
"step": "Remove the garment after a thorough soak."
},
{
"stepId": 7,
"step": "Lay the clothes out on a towel."
},
{
"stepId": 8,
"step": "Roll the extra water out."
},
{
"stepId": 9,
"step": "Lay the garment down on a spotless table once everything has been perfectly stretched."
}
] | [
{
"subtask1": "Fill the tub with the warm water.",
"relation": "Must be done before",
"subtask2": "Give it a little mix just to spread throughout the water."
},
{
"subtask1": "Add a fabric softener to the water.",
"relation": "Must be done before",
"subtask2": "Give it a little mix just to spread throughout the water."
},
{
"subtask1": "Give it a little mix just to spread throughout the water.",
"relation": "Must be done before",
"subtask2": "Immerse the garment entirely in the mixture."
},
{
"subtask1": "Immerse the garment entirely in the mixture.",
"relation": "Must be done before",
"subtask2": "Give it around 30-45 minutes to sit."
},
{
"subtask1": "Give it around 30-45 minutes to sit.",
"relation": "Must be done before",
"subtask2": "Remove the garment after a thorough soak."
},
{
"subtask1": "Remove the garment after a thorough soak.",
"relation": "Must be done before",
"subtask2": "Lay the clothes out on a towel."
},
{
"subtask1": "Remove the garment after a thorough soak.",
"relation": "Must be done before",
"subtask2": "Roll the extra water out."
},
{
"subtask1": "Lay the clothes out on a towel.",
"relation": "Must be done before",
"subtask2": "Lay the garment down on a spotless table once everything has been perfectly stretched."
},
{
"subtask1": "Roll the extra water out.",
"relation": "Must be done before",
"subtask2": "Lay the garment down on a spotless table once everything has been perfectly stretched."
}
] |
make meringue | [
{
"assumptionId": 1,
"assumption": "Make meringue cookies in oven."
}
] | [
{
"stepId": 1,
"step": "Start by mixing the egg whites, vanilla, cream of tartar, and pinch of salt together."
},
{
"stepId": 2,
"step": "Beat the mixture till it foams up."
},
{
"stepId": 3,
"step": "Add sugar to the mixture."
},
{
"stepId": 4,
"step": "Beat until you reach incredibly stiff peaks."
},
{
"stepId": 5,
"step": "Place the batter onto a baking sheet."
},
{
"stepId": 6,
"step": "Bake for a few minutes in the oven."
},
{
"stepId": 7,
"step": "Keep the cookies in the oven for at least one hour."
}
] | [
{
"subtask1": "Start by mixing the egg whites, vanilla, cream of tartar, and pinch of salt together.",
"relation": "Must be done before",
"subtask2": "Beat the mixture till it foams up."
},
{
"subtask1": "Add sugar to the mixture.",
"relation": "Must be done before",
"subtask2": "Beat the mixture till it foams up."
},
{
"subtask1": "Beat the mixture till it foams up.",
"relation": "Must be done before",
"subtask2": "Beat until you reach incredibly stiff peaks."
},
{
"subtask1": "Beat until you reach incredibly stiff peaks.",
"relation": "Must be done before",
"subtask2": "Place the batter onto a baking sheet."
},
{
"subtask1": "Place the batter onto a baking sheet.",
"relation": "Must be done before",
"subtask2": "Bake for a few minutes in the oven."
},
{
"subtask1": "Bake for a few minutes in the oven.",
"relation": "Must be done before",
"subtask2": "Keep the cookies in the oven for at least one hour."
}
] |
make strawberry jam | [
{
"assumptionId": 1,
"assumption": "Make strawberry jam with pectin."
}
] | [
{
"stepId": 1,
"step": "Smash the strawberries using a potato masher."
},
{
"stepId": 2,
"step": "Combine crushed strawberries, pectin as well as lemon juice in a pot."
},
{
"stepId": 3,
"step": "Place the pot on the stove over high heat."
},
{
"stepId": 4,
"step": "Allow the mixture to boil."
},
{
"stepId": 5,
"step": "Add sugar to the mixture."
},
{
"stepId": 6,
"step": "Remove the pot from the heat."
},
{
"stepId": 7,
"step": "Remove the foam from the top."
},
{
"stepId": 8,
"step": "Pour the jam into jars."
}
] | [
{
"subtask1": "Smash the strawberries using a potato masher.",
"relation": "Must be done before",
"subtask2": "Combine crushed strawberries, pectin as well as lemon juice in a pot."
},
{
"subtask1": "Smash the strawberries using a potato masher.",
"relation": "Must be done before",
"subtask2": "Place the pot on the stove over high heat."
},
{
"subtask1": "Place the pot on the stove over high heat.",
"relation": "Must be done before",
"subtask2": "Allow the mixture to boil."
},
{
"subtask1": "Allow the mixture to boil.",
"relation": "Must be done before",
"subtask2": "Add sugar to the mixture."
},
{
"subtask1": "Add sugar to the mixture.",
"relation": "Must be done before",
"subtask2": "Remove the pot from the heat."
},
{
"subtask1": "Remove the pot from the heat.",
"relation": "Must be done before",
"subtask2": "Remove the foam from the top."
},
{
"subtask1": "Remove the foam from the top.",
"relation": "Must be done before",
"subtask2": "Pour the jam into jars."
}
] |
make buttercream | [
{
"assumptionId": 1,
"assumption": "Making butter cream with icing sugar."
}
] | [
{
"stepId": 1,
"step": "Take a bowl."
},
{
"stepId": 2,
"step": "Add unsalted butter to the bowl."
},
{
"stepId": 3,
"step": "Add icing sugar to the butter."
},
{
"stepId": 4,
"step": "Beat the butter."
},
{
"stepId": 5,
"step": "Add cream to the butter."
},
{
"stepId": 6,
"step": "Wrap the bowl of the butter."
},
{
"stepId": 7,
"step": "Store the bow in the freezer."
}
] | [
{
"subtask1": "Take a bowl.",
"relation": "Must be done before",
"subtask2": "Add unsalted butter to the bowl."
},
{
"subtask1": "Add unsalted butter to the bowl.",
"relation": "Must be done before",
"subtask2": "Add cream to the butter."
},
{
"subtask1": "Add unsalted butter to the bowl.",
"relation": "Must be done before",
"subtask2": "Add icing sugar to the butter."
},
{
"subtask1": "Add cream to the butter.",
"relation": "Must be done before",
"subtask2": "Beat the butter."
},
{
"subtask1": "Add icing sugar to the butter.",
"relation": "Must be done before",
"subtask2": "Beat the butter."
},
{
"subtask1": "Beat the butter.",
"relation": "Must be done before",
"subtask2": "Wrap the bowl of the butter."
},
{
"subtask1": "Wrap the bowl of the butter.",
"relation": "Must be done before",
"subtask2": "Store the bow in the freezer."
}
] |
make green tea | [
{
"assumptionId": 1,
"assumption": "Making green tea with leaves."
}
] | [
{
"stepId": 1,
"step": "Keep a bowl on the stove."
},
{
"stepId": 2,
"step": "Add water into the bowl."
},
{
"stepId": 3,
"step": "Boil the water."
},
{
"stepId": 4,
"step": "Transfer the water into a mug."
},
{
"stepId": 5,
"step": "Add the tea leaves to the water."
},
{
"stepId": 6,
"step": "Stir the tea for two minutes."
}
] | [
{
"subtask1": "Keep a bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Add water into the bowl."
},
{
"subtask1": "Keep a bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Boil the water."
},
{
"subtask1": "Add water into the bowl.",
"relation": "Must be done before",
"subtask2": "Transfer the water into a mug."
},
{
"subtask1": "Boil the water.",
"relation": "Must be done before",
"subtask2": "Transfer the water into a mug."
},
{
"subtask1": "Transfer the water into a mug.",
"relation": "Must be done before",
"subtask2": "Add the tea leaves to the water."
},
{
"subtask1": "Add the tea leaves to the water.",
"relation": "Must be done before",
"subtask2": "Stir the tea for two minutes."
}
] |
harvest basil | [
{
"assumptionId": 1,
"assumption": ""
}
] | [
{
"stepId": 1,
"step": "Start picking the leaves of basil as soon as the plants are 6 to 8 inches tall."
},
{
"stepId": 2,
"step": "Harvest in the early morning, when leaves are at their juiciest."
},
{
"stepId": 3,
"step": "Pick the leaves regularly to encourage growth throughout the summer."
},
{
"stepId": 4,
"step": "Pick the leaves even if you don’t need them."
},
{
"stepId": 5,
"step": "Store them for later use."
}
] | [
{
"subtask1": "Harvest in the early morning, when leaves are at their juiciest.",
"relation": "Must be done before",
"subtask2": "Start picking the leaves of basil as soon as the plants are 6 to 8 inches tall."
},
{
"subtask1": "Start picking the leaves of basil as soon as the plants are 6 to 8 inches tall.",
"relation": "Must be done before",
"subtask2": "Pick the leaves regularly to encourage growth throughout the summer."
},
{
"subtask1": "Start picking the leaves of basil as soon as the plants are 6 to 8 inches tall.",
"relation": "Must be done before",
"subtask2": "Pick the leaves even if you don’t need them."
},
{
"subtask1": "Pick the leaves regularly to encourage growth throughout the summer.",
"relation": "Must be done before",
"subtask2": "Store them for later use."
},
{
"subtask1": "Pick the leaves even if you don’t need them.",
"relation": "Must be done before",
"subtask2": "Store them for later use."
}
] |
make yogurt | [
{
"assumptionId": 1,
"assumption": "Making an yogurt with red chilly."
}
] | [
{
"stepId": 1,
"step": "Take a cup of milk into the bowl."
},
{
"stepId": 2,
"step": "Add two spoons of curd into the milk."
},
{
"stepId": 3,
"step": "Gently stir to avoid lumps."
},
{
"stepId": 4,
"step": "Set a medium burner to boil the milk."
},
{
"stepId": 5,
"step": "Extinguish the flame."
},
{
"stepId": 6,
"step": "Transfer the milk into another vessel."
},
{
"stepId": 7,
"step": "Add a spoon of curd into the hot milk mixture."
},
{
"stepId": 8,
"step": "Stir in one red chilly to the milk."
},
{
"stepId": 9,
"step": "Cover the milk for 8 hours."
},
{
"stepId": 10,
"step": "Milk will be set into curd."
}
] | [
{
"subtask1": "Take a cup of milk into the bowl.",
"relation": "Must be done before",
"subtask2": "Set a medium burner to boil the milk."
},
{
"subtask1": "Set a medium burner to boil the milk.",
"relation": "Must be done before",
"subtask2": "Gently stir to avoid lumps."
},
{
"subtask1": "Gently stir to avoid lumps.",
"relation": "Must be done before",
"subtask2": "Extinguish the flame."
},
{
"subtask1": "Extinguish the flame.",
"relation": "Must be done before",
"subtask2": "Transfer the milk into another vessel."
},
{
"subtask1": "Transfer the milk into another vessel.",
"relation": "Must be done before",
"subtask2": "Add a spoon of curd into the hot milk mixture."
},
{
"subtask1": "Transfer the milk into another vessel.",
"relation": "Must be done before",
"subtask2": "Add two spoons of curd into the milk."
},
{
"subtask1": "Transfer the milk into another vessel.",
"relation": "Must be done before",
"subtask2": "Stir in one red chilly to the milk."
},
{
"subtask1": "Add a spoon of curd into the hot milk mixture.",
"relation": "Must be done before",
"subtask2": "Cover the milk for 8 hours."
},
{
"subtask1": "Add two spoons of curd into the milk.",
"relation": "Must be done before",
"subtask2": "Cover the milk for 8 hours."
},
{
"subtask1": "Stir in one red chilly to the milk.",
"relation": "Must be done before",
"subtask2": "Cover the milk for 8 hours."
},
{
"subtask1": "Cover the milk for 8 hours.",
"relation": "Must be done before",
"subtask2": "Milk will be set into curd."
}
] |
fold a wrap | [
{
"assumptionId": 1,
"assumption": "Fold a wrap with foil paper."
}
] | [
{
"stepId": 1,
"step": "Fold the sides of the wrap halfway towards the center"
},
{
"stepId": 2,
"step": "Move the bottom edge of your wrap toward the middle by lifting it up."
},
{
"stepId": 3,
"step": "Tuck the filling back into the wrap as you roll it up."
},
{
"stepId": 4,
"step": "Fold the wrap from the bottom until you reach the end."
},
{
"stepId": 5,
"step": "Put some of your favorite smear on the edges to keep the wrap together."
},
{
"stepId": 6,
"step": "Roll the wrap with the foil paper."
}
] | [
{
"subtask1": "Fold the sides of the wrap halfway towards the center",
"relation": "Must be done before",
"subtask2": "Move the bottom edge of your wrap toward the middle by lifting it up."
},
{
"subtask1": "Move the bottom edge of your wrap toward the middle by lifting it up.",
"relation": "Must be done before",
"subtask2": "Tuck the filling back into the wrap as you roll it up."
},
{
"subtask1": "Tuck the filling back into the wrap as you roll it up.",
"relation": "Must be done before",
"subtask2": "Fold the wrap from the bottom until you reach the end."
},
{
"subtask1": "Fold the wrap from the bottom until you reach the end.",
"relation": "Must be done before",
"subtask2": "Put some of your favorite smear on the edges to keep the wrap together."
},
{
"subtask1": "Put some of your favorite smear on the edges to keep the wrap together.",
"relation": "Must be done before",
"subtask2": "Roll the wrap with the foil paper."
}
] |
create zoom meeting link | [
{
"assumptionId": 1,
"assumption": "Create a zoom meeting link on the phone."
}
] | [
{
"stepId": 1,
"step": "Install zoom app on your phone."
},
{
"stepId": 2,
"step": "Open the zoom app."
},
{
"stepId": 3,
"step": "Login with your details."
},
{
"stepId": 4,
"step": "Click on the new meeting icon."
},
{
"stepId": 5,
"step": "Select start a meeting."
},
{
"stepId": 6,
"step": "Turn on or off your video."
},
{
"stepId": 7,
"step": "Click on participants."
},
{
"stepId": 8,
"step": "Tap the invite button."
},
{
"stepId": 9,
"step": "Choose how you want to share the link."
}
] | [
{
"subtask1": "Install zoom app on your phone.",
"relation": "Must be done before",
"subtask2": "Open the zoom app."
},
{
"subtask1": "Open the zoom app.",
"relation": "Must be done before",
"subtask2": "Login with your details."
},
{
"subtask1": "Login with your details.",
"relation": "Must be done before",
"subtask2": "Click on the new meeting icon."
},
{
"subtask1": "Click on the new meeting icon.",
"relation": "Must be done before",
"subtask2": "Select start a meeting."
},
{
"subtask1": "Select start a meeting.",
"relation": "Must be done before",
"subtask2": "Turn on or off your video."
},
{
"subtask1": "Turn on or off your video.",
"relation": "Must be done before",
"subtask2": "Click on participants."
},
{
"subtask1": "Click on participants.",
"relation": "Must be done before",
"subtask2": "Tap the invite button."
},
{
"subtask1": "Tap the invite button.",
"relation": "Must be done before",
"subtask2": "Choose how you want to share the link."
}
] |
propagate pothos | [
{
"assumptionId": 1,
"assumption": "Propagating pothos in water."
}
] | [
{
"stepId": 1,
"step": "Take a jar."
},
{
"stepId": 2,
"step": "Fill the jar with water."
},
{
"stepId": 3,
"step": "Trim the stem."
},
{
"stepId": 4,
"step": "Submerge the trimmings in water.t"
},
{
"stepId": 5,
"step": "Move the cuttings to a location with bright indirect light."
},
{
"stepId": 6,
"step": "Monitor the plants every few days."
}
] | [
{
"subtask1": "Take a jar.",
"relation": "Must be done before",
"subtask2": "Fill the jar with water."
},
{
"subtask1": "Fill the jar with water.",
"relation": "Must be done before",
"subtask2": "Trim the stem."
},
{
"subtask1": "Trim the stem.",
"relation": "Must be done before",
"subtask2": "Submerge the trimmings in water.t"
},
{
"subtask1": "Submerge the trimmings in water.t",
"relation": "Must be done before",
"subtask2": "Move the cuttings to a location with bright indirect light."
},
{
"subtask1": "Move the cuttings to a location with bright indirect light.",
"relation": "Must be done before",
"subtask2": "Monitor the plants every few days."
}
] |
block spam calls | [
{
"assumptionId": 1,
"assumption": "Block spam calls on iphone."
}
] | [
{
"stepId": 1,
"step": "Unlock your iphone."
},
{
"stepId": 2,
"step": "Open the phone app."
},
{
"stepId": 3,
"step": "Tap on recents."
},
{
"stepId": 4,
"step": "Click on more Info button next to the spam calls."
},
{
"stepId": 5,
"step": "Scroll down."
},
{
"stepId": 6,
"step": "Tap on block this caller."
}
] | [
{
"subtask1": "Unlock your iphone.",
"relation": "Must be done before",
"subtask2": "Open the phone app."
},
{
"subtask1": "Open the phone app.",
"relation": "Must be done before",
"subtask2": "Tap on recents."
},
{
"subtask1": "Tap on recents.",
"relation": "Must be done before",
"subtask2": "Click on more Info button next to the spam calls."
},
{
"subtask1": "Click on more Info button next to the spam calls.",
"relation": "Must be done before",
"subtask2": "Scroll down."
},
{
"subtask1": "Scroll down.",
"relation": "Must be done before",
"subtask2": "Tap on block this caller."
}
] |
cook lobster tail | [
{
"assumptionId": 1,
"assumption": "Cooking lobster tail with butter."
}
] | [
{
"stepId": 1,
"step": "Thoroughly rinse the lobsters."
},
{
"stepId": 2,
"step": "Place a large bowl on the stove."
},
{
"stepId": 3,
"step": "Add water to the bowl."
},
{
"stepId": 4,
"step": "Put the lobsters into the boiling water."
},
{
"stepId": 5,
"step": "Take the bowl out of the stove."
},
{
"stepId": 6,
"step": "Allow the lobsters to cool."
},
{
"stepId": 7,
"step": "Warm up some butter in a pan."
},
{
"stepId": 8,
"step": "Include minced garlic."
},
{
"stepId": 9,
"step": "Add chopped spring onions."
},
{
"stepId": 10,
"step": "Add lobster tail with salt and pepper."
},
{
"stepId": 11,
"step": "Cook for 10 minutes."
},
{
"stepId": 12,
"step": "Transfer the lobster tail into the plate."
}
] | [
{
"subtask1": "Thoroughly rinse the lobsters.",
"relation": "Must be done before",
"subtask2": "Place a large bowl on the stove."
},
{
"subtask1": "Place a large bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Add water to the bowl."
},
{
"subtask1": "Add water to the bowl.",
"relation": "Must be done before",
"subtask2": "Put the lobsters into the boiling water."
},
{
"subtask1": "Put the lobsters into the boiling water.",
"relation": "Must be done before",
"subtask2": "Take the bowl out of the stove."
},
{
"subtask1": "Take the bowl out of the stove.",
"relation": "Must be done before",
"subtask2": "Allow the lobsters to cool."
},
{
"subtask1": "Allow the lobsters to cool.",
"relation": "Must be done before",
"subtask2": "Warm up some butter in a pan."
},
{
"subtask1": "Warm up some butter in a pan.",
"relation": "Must be done before",
"subtask2": "Include minced garlic."
},
{
"subtask1": "Warm up some butter in a pan.",
"relation": "Must be done before",
"subtask2": "Add chopped spring onions."
},
{
"subtask1": "Include minced garlic.",
"relation": "Must be done before",
"subtask2": "Add lobster tail with salt and pepper."
},
{
"subtask1": "Add chopped spring onions.",
"relation": "Must be done before",
"subtask2": "Add lobster tail with salt and pepper."
},
{
"subtask1": "Add lobster tail with salt and pepper.",
"relation": "Must be done before",
"subtask2": "Cook for 10 minutes."
},
{
"subtask1": "Cook for 10 minutes.",
"relation": "Must be done before",
"subtask2": "Transfer the lobster tail into the plate."
}
] |
tie a karate belt | [
{
"assumptionId": 1,
"assumption": ""
}
] | [
{
"stepId": 1,
"step": "Find the karate belts midpoint."
},
{
"stepId": 2,
"step": "Place it up against your midsection."
},
{
"stepId": 3,
"step": "Wrap the two ends from back to front around your waist."
},
{
"stepId": 4,
"step": "Stack the ends on top of one another on your stomach."
},
{
"stepId": 5,
"step": "Put the upper end of the belt under each layer."
},
{
"stepId": 6,
"step": "Tie a knot by tucking the bottom end beneath the top end."
}
] | [
{
"subtask1": "Find the karate belts midpoint.",
"relation": "Must be done before",
"subtask2": "Place it up against your midsection."
},
{
"subtask1": "Place it up against your midsection.",
"relation": "Must be done before",
"subtask2": "Wrap the two ends from back to front around your waist."
},
{
"subtask1": "Wrap the two ends from back to front around your waist.",
"relation": "Must be done before",
"subtask2": "Stack the ends on top of one another on your stomach."
},
{
"subtask1": "Stack the ends on top of one another on your stomach.",
"relation": "Must be done before",
"subtask2": "Put the upper end of the belt under each layer."
},
{
"subtask1": "Put the upper end of the belt under each layer.",
"relation": "Must be done before",
"subtask2": "Tie a knot by tucking the bottom end beneath the top end."
}
] |
make turkish coffee | [
{
"assumptionId": 1,
"assumption": "Make turkish coffee on the stove."
}
] | [
{
"stepId": 1,
"step": "Fill the cezve with water."
},
{
"stepId": 2,
"step": "Add the sugar and coffee."
},
{
"stepId": 3,
"step": "Mix well to dissolve the coffee and sugar."
},
{
"stepId": 4,
"step": "Set the cezve over medium heat on the stove."
},
{
"stepId": 5,
"step": "Remove the cezve from the heat Just before it begins to boil."
},
{
"stepId": 6,
"step": "Add a little to each serving cup."
},
{
"stepId": 7,
"step": "Put the cezve back on the heat."
},
{
"stepId": 8,
"step": "Allow it to gradually foam again."
},
{
"stepId": 9,
"step": "Pour the coffee very slowly into the serving cups so the foam rises to the top."
},
{
"stepId": 10,
"step": "Serve the coffee after letting it sit for a while."
}
] | [
{
"subtask1": "Fill the cezve with water.",
"relation": "Must be done before",
"subtask2": "Mix well to dissolve the coffee and sugar."
},
{
"subtask1": "Add the sugar and coffee.",
"relation": "Must be done before",
"subtask2": "Mix well to dissolve the coffee and sugar."
},
{
"subtask1": "Mix well to dissolve the coffee and sugar.",
"relation": "Must be done before",
"subtask2": "Set the cezve over medium heat on the stove."
},
{
"subtask1": "Set the cezve over medium heat on the stove.",
"relation": "Must be done before",
"subtask2": "Remove the cezve from the heat Just before it begins to boil."
},
{
"subtask1": "Remove the cezve from the heat Just before it begins to boil.",
"relation": "Must be done before",
"subtask2": "Add a little to each serving cup."
},
{
"subtask1": "Add a little to each serving cup.",
"relation": "Must be done before",
"subtask2": "Put the cezve back on the heat."
},
{
"subtask1": "Put the cezve back on the heat.",
"relation": "Must be done before",
"subtask2": "Allow it to gradually foam again."
},
{
"subtask1": "Allow it to gradually foam again.",
"relation": "Must be done before",
"subtask2": "Pour the coffee very slowly into the serving cups so the foam rises to the top."
},
{
"subtask1": "Pour the coffee very slowly into the serving cups so the foam rises to the top.",
"relation": "Must be done before",
"subtask2": "Serve the coffee after letting it sit for a while."
}
] |
make a flyer | [
{
"assumptionId": 1,
"assumption": "Make a flyer using edrawmax online."
}
] | [
{
"stepId": 1,
"step": "Visit edrawmax online."
},
{
"stepId": 2,
"step": "Sign up with your email address."
},
{
"stepId": 3,
"step": "Click on new."
},
{
"stepId": 4,
"step": "Choose graphic design."
},
{
"stepId": 5,
"step": "Choose flyer from the list of graphic design options."
},
{
"stepId": 6,
"step": "Select a ready-made template."
},
{
"stepId": 7,
"step": "Make the flyer template your own by using the formatting tools."
},
{
"stepId": 8,
"step": "Click on the save button to save the changes."
},
{
"stepId": 9,
"step": "Select the print icon to print the flyer."
}
] | [
{
"subtask1": "Visit edrawmax online.",
"relation": "Must be done before",
"subtask2": "Sign up with your email address."
},
{
"subtask1": "Sign up with your email address.",
"relation": "Must be done before",
"subtask2": "Click on new."
},
{
"subtask1": "Click on new.",
"relation": "Must be done before",
"subtask2": "Choose graphic design."
},
{
"subtask1": "Choose graphic design.",
"relation": "Must be done before",
"subtask2": "Choose flyer from the list of graphic design options."
},
{
"subtask1": "Choose flyer from the list of graphic design options.",
"relation": "Must be done before",
"subtask2": "Select a ready-made template."
},
{
"subtask1": "Select a ready-made template.",
"relation": "Must be done before",
"subtask2": "Make the flyer template your own by using the formatting tools."
},
{
"subtask1": "Make the flyer template your own by using the formatting tools.",
"relation": "Must be done before",
"subtask2": "Click on the save button to save the changes."
},
{
"subtask1": "Click on the save button to save the changes.",
"relation": "Must be done before",
"subtask2": "Select the print icon to print the flyer."
}
] |
clean cast iron pan | [
{
"assumptionId": 1,
"assumption": ""
}
] | [
{
"stepId": 1,
"step": "Wash the cast iron cookware by hand using a small amount of soap."
},
{
"stepId": 2,
"step": "Make use of a pan scraper to remove the stuck on food."
},
{
"stepId": 3,
"step": "Use a paper towel or lint-free cloth to quickly dry."
}
] | [
{
"subtask1": "Wash the cast iron cookware by hand using a small amount of soap.",
"relation": "Must be done before",
"subtask2": "Make use of a pan scraper to remove the stuck on food."
},
{
"subtask1": "Make use of a pan scraper to remove the stuck on food.",
"relation": "Must be done before",
"subtask2": "Use a paper towel or lint-free cloth to quickly dry."
}
] |
remove stitches | [
{
"assumptionId": 1,
"assumption": "Removes stitches from the garment."
}
] | [
{
"stepId": 1,
"step": "Turn your garment inside out."
},
{
"stepId": 2,
"step": "Place the seam ripper's hook under the bobbin threads."
},
{
"stepId": 3,
"step": "Turn the hook to cut the threads."
},
{
"stepId": 4,
"step": "Use tweezers to pull out any remaining stitches."
},
{
"stepId": 5,
"step": "Roll your fabric to get rid of any loose threads."
}
] | [
{
"subtask1": "Turn your garment inside out.",
"relation": "Must be done before",
"subtask2": "Place the seam ripper's hook under the bobbin threads."
},
{
"subtask1": "Place the seam ripper's hook under the bobbin threads.",
"relation": "Must be done before",
"subtask2": "Turn the hook to cut the threads."
},
{
"subtask1": "Turn the hook to cut the threads.",
"relation": "Must be done before",
"subtask2": "Use tweezers to pull out any remaining stitches."
},
{
"subtask1": "Use tweezers to pull out any remaining stitches.",
"relation": "Must be done before",
"subtask2": "Roll your fabric to get rid of any loose threads."
}
] |
delete search history | [
{
"assumptionId": 1,
"assumption": "Deleting search history on coomputer."
}
] | [
{
"stepId": 1,
"step": "Open chrome on the computer."
},
{
"stepId": 2,
"step": "Click more at the top right."
},
{
"stepId": 3,
"step": "Click on the history option."
},
{
"stepId": 4,
"step": "On the left, click clear browsing data."
},
{
"stepId": 5,
"step": "Choose how much history you want to remove"
},
{
"stepId": 6,
"step": "Select all time option."
},
{
"stepId": 7,
"step": "Check the boxes for the info you want chrome to clear."
},
{
"stepId": 8,
"step": "Click clear data."
}
] | [
{
"subtask1": "Open chrome on the computer.",
"relation": "Must be done before",
"subtask2": "Click more at the top right."
},
{
"subtask1": "Click more at the top right.",
"relation": "Must be done before",
"subtask2": "Click on the history option."
},
{
"subtask1": "Click on the history option.",
"relation": "Must be done before",
"subtask2": "On the left, click clear browsing data."
},
{
"subtask1": "On the left, click clear browsing data.",
"relation": "Must be done before",
"subtask2": "Choose how much history you want to remove"
},
{
"subtask1": "Choose how much history you want to remove",
"relation": "Must be done before",
"subtask2": "Check the boxes for the info you want chrome to clear."
},
{
"subtask1": "Check the boxes for the info you want chrome to clear.",
"relation": "Must be done before",
"subtask2": "Select all time option."
},
{
"subtask1": "Select all time option.",
"relation": "Must be done before",
"subtask2": "Click clear data."
}
] |
make stickers | [
{
"assumptionId": 1,
"assumption": "Make stickers with glue."
}
] | [
{
"stepId": 1,
"step": "Create the sticker designs on a thin piece of paper."
},
{
"stepId": 2,
"step": "Cut out pictures that you have drawn or printed with scissors."
},
{
"stepId": 3,
"step": "Prepare the glue."
},
{
"stepId": 4,
"step": "Apply the glue to the sticker."
},
{
"stepId": 5,
"step": "Squeeze the stickers."
}
] | [
{
"subtask1": "Create the sticker designs on a thin piece of paper.",
"relation": "Must be done before",
"subtask2": "Cut out pictures that you have drawn or printed with scissors."
},
{
"subtask1": "Prepare the glue.",
"relation": "Must be done before",
"subtask2": "Apply the glue to the sticker."
},
{
"subtask1": "Cut out pictures that you have drawn or printed with scissors.",
"relation": "Must be done before",
"subtask2": "Apply the glue to the sticker."
},
{
"subtask1": "Apply the glue to the sticker.",
"relation": "Must be done before",
"subtask2": "Squeeze the stickers."
}
] |
make a birthday card | [
{
"assumptionId": 1,
"assumption": "Making a birthday card with color paper."
}
] | [
{
"stepId": 1,
"step": "Fold the color paper into half."
},
{
"stepId": 2,
"step": "Cut the colored papers into various shapes."
},
{
"stepId": 3,
"step": "Write the message on the front side."
},
{
"stepId": 4,
"step": "Embellish the card."
},
{
"stepId": 5,
"step": "Adhere the messages to the card."
},
{
"stepId": 6,
"step": "Include small gifts with the card."
},
{
"stepId": 7,
"step": "Insert photos inside the card."
}
] | [
{
"subtask1": "Fold the color paper into half.",
"relation": "Must be done before",
"subtask2": "Write the message on the front side."
},
{
"subtask1": "Cut the colored papers into various shapes.",
"relation": "Must be done before",
"subtask2": "Write the message on the front side."
},
{
"subtask1": "Write the message on the front side.",
"relation": "Must be done before",
"subtask2": "Embellish the card."
},
{
"subtask1": "Embellish the card.",
"relation": "Must be done before",
"subtask2": "Adhere the messages to the card."
},
{
"subtask1": "Adhere the messages to the card.",
"relation": "Must be done before",
"subtask2": "Include small gifts with the card."
},
{
"subtask1": "Include small gifts with the card.",
"relation": "Must be done before",
"subtask2": "Insert photos inside the card."
}
] |
patent an idea | [
{
"assumptionId": 1,
"assumption": "Patent an idea in Canada."
}
] | [
{
"stepId": 1,
"step": "Conduct a patent search."
},
{
"stepId": 2,
"step": "Visit the Canadian patents database to do a preliminary patent search."
},
{
"stepId": 3,
"step": "Finish the patent application."
},
{
"stepId": 4,
"step": "Submit the patent application."
},
{
"stepId": 5,
"step": "Request a patent application examination."
}
] | [
{
"subtask1": "Conduct a patent search.",
"relation": "Must be done before",
"subtask2": "Visit the Canadian patents database to do a preliminary patent search."
},
{
"subtask1": "Visit the Canadian patents database to do a preliminary patent search.",
"relation": "Must be done before",
"subtask2": "Finish the patent application."
},
{
"subtask1": "Finish the patent application.",
"relation": "Must be done before",
"subtask2": "Submit the patent application."
},
{
"subtask1": "Submit the patent application.",
"relation": "Must be done before",
"subtask2": "Request a patent application examination."
}
] |
grow a beard | [
{
"assumptionId": 1,
"assumption": "Growing a beard using vitamin e."
}
] | [
{
"stepId": 1,
"step": "Wash the beard neatly."
},
{
"stepId": 2,
"step": "Dry the beard."
},
{
"stepId": 3,
"step": "Take the vitamin e oil into the hands."
},
{
"stepId": 4,
"step": "Massage the beard with vitamin e oil."
},
{
"stepId": 5,
"step": "Comb the beard neatly."
}
] | [
{
"subtask1": "Take the vitamin e oil into the hands.",
"relation": "Must be done before",
"subtask2": "Massage the beard with vitamin e oil."
},
{
"subtask1": "Massage the beard with vitamin e oil.",
"relation": "Must be done before",
"subtask2": "Wash the beard neatly."
},
{
"subtask1": "Massage the beard with vitamin e oil.",
"relation": "Must be done before",
"subtask2": "Comb the beard neatly."
},
{
"subtask1": "Wash the beard neatly.",
"relation": "Must be done before",
"subtask2": "Dry the beard."
}
] |
compress a file | [
{
"assumptionId": 1,
"assumption": "Compress a file on mac."
}
] | [
{
"stepId": 1,
"step": "Choose the file in the finder."
},
{
"stepId": 2,
"step": "Do the right click on the file."
},
{
"stepId": 3,
"step": "Choose compress filename."
},
{
"stepId": 4,
"step": "Selected files will be compressed by mac."
},
{
"stepId": 5,
"step": "Look for new compressed files in the same directory as the original."
}
] | [
{
"subtask1": "Choose the file in the finder.",
"relation": "Must be done before",
"subtask2": "Do the right click on the file."
},
{
"subtask1": "Do the right click on the file.",
"relation": "Must be done before",
"subtask2": "Choose compress filename."
},
{
"subtask1": "Choose compress filename.",
"relation": "Must be done before",
"subtask2": "Selected files will be compressed by mac."
},
{
"subtask1": "Selected files will be compressed by mac.",
"relation": "Must be done before",
"subtask2": "Look for new compressed files in the same directory as the original."
}
] |
air fry bacon | [
{
"assumptionId": 1,
"assumption": "Air fry frozen bacon."
}
] | [
{
"stepId": 1,
"step": "Preheat the air fryer to 380 degrees."
},
{
"stepId": 2,
"step": "Place the frozen bacon in air fryer."
},
{
"stepId": 3,
"step": "Cook the bacon for 5 minutes."
},
{
"stepId": 4,
"step": "Use kitchen tongs to prevent burns."
},
{
"stepId": 5,
"step": "Flip the bacons."
},
{
"stepId": 6,
"step": "Cook for another 3 minutes."
}
] | [
{
"subtask1": "Preheat the air fryer to 380 degrees.",
"relation": "Must be done before",
"subtask2": "Place the frozen bacon in air fryer."
},
{
"subtask1": "Place the frozen bacon in air fryer.",
"relation": "Must be done before",
"subtask2": "Cook the bacon for 5 minutes."
},
{
"subtask1": "Cook the bacon for 5 minutes.",
"relation": "Must be done before",
"subtask2": "Use kitchen tongs to prevent burns."
},
{
"subtask1": "Use kitchen tongs to prevent burns.",
"relation": "Must be done before",
"subtask2": "Flip the bacons."
},
{
"subtask1": "Flip the bacons.",
"relation": "Must be done before",
"subtask2": "Cook for another 3 minutes."
}
] |
make coleslaw | [
{
"assumptionId": 1,
"assumption": "Make kfc coleslaw."
}
] | [
{
"stepId": 1,
"step": "Mix the milk, mayonnaise, sugar, lemon juice and vinegar in a bowl."
},
{
"stepId": 2,
"step": "Add salt and pepper along with the onion, carrots, and cabbage to achieve the flavor of kfc."
},
{
"stepId": 3,
"step": "Toss to evenly distribute the dressing over the veggies."
},
{
"stepId": 4,
"step": "Cover the bowl with a plastic wrap."
},
{
"stepId": 5,
"step": "Allow to chill in the fridge for a few hours."
}
] | [
{
"subtask1": "Mix the milk, mayonnaise, sugar, lemon juice and vinegar in a bowl.",
"relation": "Must be done before",
"subtask2": "Toss to evenly distribute the dressing over the veggies."
},
{
"subtask1": "Add salt and pepper along with the onion, carrots, and cabbage to achieve the flavor of kfc.",
"relation": "Must be done before",
"subtask2": "Toss to evenly distribute the dressing over the veggies."
},
{
"subtask1": "Toss to evenly distribute the dressing over the veggies.",
"relation": "Must be done before",
"subtask2": "Cover the bowl with a plastic wrap."
},
{
"subtask1": "Cover the bowl with a plastic wrap.",
"relation": "Must be done before",
"subtask2": "Allow to chill in the fridge for a few hours."
}
] |
play basketball | [
{
"assumptionId": 1,
"assumption": "Play basketball with teams."
}
] | [
{
"stepId": 1,
"step": "Select five players per team on the court."
},
{
"stepId": 2,
"step": "Score over your opponent to win."
},
{
"stepId": 3,
"step": "Score in the shot timer."
},
{
"stepId": 4,
"step": "Dribbling keeps the ball moving."
},
{
"stepId": 5,
"step": "Defenders are allowed to steal or block the ball."
},
{
"stepId": 6,
"step": "Each team is given a set number of fouls."
}
] | [
{
"subtask1": "Select five players per team on the court.",
"relation": "Must be done before",
"subtask2": "Score over your opponent to win."
},
{
"subtask1": "Score over your opponent to win.",
"relation": "Must be done before",
"subtask2": "Score in the shot timer."
},
{
"subtask1": "Score in the shot timer.",
"relation": "Must be done before",
"subtask2": "Dribbling keeps the ball moving."
},
{
"subtask1": "Dribbling keeps the ball moving.",
"relation": "Must be done before",
"subtask2": "Defenders are allowed to steal or block the ball."
},
{
"subtask1": "Defenders are allowed to steal or block the ball.",
"relation": "Must be done before",
"subtask2": "Each team is given a set number of fouls."
}
] |
use a compass | [
{
"assumptionId": 1,
"assumption": "Use a compass on your phone."
}
] | [
{
"stepId": 1,
"step": "Install any compass app on your phone."
},
{
"stepId": 2,
"step": "Open the app."
},
{
"stepId": 3,
"step": "Give the location access to the app."
},
{
"stepId": 4,
"step": "Click on settings."
},
{
"stepId": 5,
"step": "Choose true north over magnetic north."
},
{
"stepId": 6,
"step": "Return to the main menu."
},
{
"stepId": 7,
"step": "Begin the calibration process."
},
{
"stepId": 8,
"step": "Place the device vertically or horizontally."
},
{
"stepId": 9,
"step": "Turn several times around the axis."
}
] | [
{
"subtask1": "Install any compass app on your phone.",
"relation": "Must be done before",
"subtask2": "Open the app."
},
{
"subtask1": "Open the app.",
"relation": "Must be done before",
"subtask2": "Click on settings."
},
{
"subtask1": "Click on settings.",
"relation": "Must be done before",
"subtask2": "Give the location access to the app."
},
{
"subtask1": "Give the location access to the app.",
"relation": "Must be done before",
"subtask2": "Return to the main menu."
},
{
"subtask1": "Return to the main menu.",
"relation": "Must be done before",
"subtask2": "Choose true north over magnetic north."
},
{
"subtask1": "Choose true north over magnetic north.",
"relation": "Must be done before",
"subtask2": "Begin the calibration process."
},
{
"subtask1": "Begin the calibration process.",
"relation": "Must be done before",
"subtask2": "Place the device vertically or horizontally."
},
{
"subtask1": "Place the device vertically or horizontally.",
"relation": "Must be done before",
"subtask2": "Turn several times around the axis."
}
] |
make poached eggs | [
{
"assumptionId": 1,
"assumption": "Making poached eggs with light colored vinegar"
}
] | [
{
"stepId": 1,
"step": "Boil the water on the stove."
},
{
"stepId": 2,
"step": "Stir the water in a circular motion to create a vortex."
},
{
"stepId": 4,
"step": "Crack the egg in the middle of the vortex."
},
{
"stepId": 6,
"step": "Add one tablespoon of light-colored vinegar."
},
{
"stepId": 7,
"step": "Remove the poached egg using a slotted spoon."
},
{
"stepId": 6,
"step": "Use a paper towel to dab away extra water."
},
{
"stepId": 7,
"step": "Sprinkle salt and pepper on the top."
}
] | [
{
"subtask1": "Boil the water on the stove.",
"relation": "Must be done before",
"subtask2": "Stir the water in a circular motion to create a vortex."
},
{
"subtask1": "Stir the water in a circular motion to create a vortex.",
"relation": "Must be done before",
"subtask2": "Crack the egg in the middle of the vortex."
},
{
"subtask1": "Crack the egg in the middle of the vortex.",
"relation": "Must be done before",
"subtask2": "Add one tablespoon of light-colored vinegar."
},
{
"subtask1": "Add one tablespoon of light-colored vinegar.",
"relation": "Must be done before",
"subtask2": "Remove the poached egg using a slotted spoon."
},
{
"subtask1": "Remove the poached egg using a slotted spoon.",
"relation": "Must be done before",
"subtask2": "Use a paper towel to dab away extra water."
},
{
"subtask1": "Use a paper towel to dab away extra water.",
"relation": "Must be done before",
"subtask2": "Sprinkle salt and pepper on the top."
}
] |
download twitter videos | [
{
"assumptionId": 1,
"assumption": "Download twitter videos on android phone."
}
] | [
{
"stepId": 1,
"step": "Open twitter app on your android phone."
},
{
"stepId": 2,
"step": "Search the video you want to download."
},
{
"stepId": 3,
"step": "Click on the share button."
},
{
"stepId": 4,
"step": "Select the copy link to tweet."
},
{
"stepId": 5,
"step": "Visit the download twitter videos page."
},
{
"stepId": 6,
"step": "Paste the link."
},
{
"stepId": 7,
"step": "Click on the download button."
}
] | [
{
"subtask1": "Open twitter app on your android phone.",
"relation": "Must be done before",
"subtask2": "Search the video you want to download."
},
{
"subtask1": "Search the video you want to download.",
"relation": "Must be done before",
"subtask2": "Click on the share button."
},
{
"subtask1": "Click on the share button.",
"relation": "Must be done before",
"subtask2": "Select the copy link to tweet."
},
{
"subtask1": "Select the copy link to tweet.",
"relation": "Must be done before",
"subtask2": "Visit the download twitter videos page."
},
{
"subtask1": "Visit the download twitter videos page.",
"relation": "Must be done before",
"subtask2": "Paste the link."
},
{
"subtask1": "Paste the link.",
"relation": "Must be done before",
"subtask2": "Click on the download button."
}
] |
fishtail braid | [
{
"assumptionId": 1,
"assumption": "Fishtail braid on your hair."
}
] | [
{
"stepId": 1,
"step": "Brush your hair thoroughly."
},
{
"stepId": 2,
"step": "Part your hair down the center."
},
{
"stepId": 3,
"step": "Take a small strand from the left section."
},
{
"stepId": 4,
"step": "Pull the strand to the right section."
},
{
"stepId": 5,
"step": "Alternate sides until the plait is finished."
},
{
"stepId": 6,
"step": "Tie off the end of the plait."
}
] | [
{
"subtask1": "Brush your hair thoroughly.",
"relation": "Must be done before",
"subtask2": "Part your hair down the center."
},
{
"subtask1": "Part your hair down the center.",
"relation": "Must be done before",
"subtask2": "Take a small strand from the left section."
},
{
"subtask1": "Take a small strand from the left section.",
"relation": "Must be done before",
"subtask2": "Pull the strand to the right section."
},
{
"subtask1": "Pull the strand to the right section.",
"relation": "Must be done before",
"subtask2": "Alternate sides until the plait is finished."
},
{
"subtask1": "Alternate sides until the plait is finished.",
"relation": "Must be done before",
"subtask2": "Tie off the end of the plait."
}
] |
put a baby to sleep | [
{
"assumptionId": 1,
"assumption": "Put a baby to sleep without nursing."
}
] | [
{
"stepId": 1,
"step": "Recognize your baby's sleep needs on a daily basis."
},
{
"stepId": 2,
"step": "Establish a regular bedtime."
},
{
"stepId": 3,
"step": "Encourage relaxation before going to bed."
},
{
"stepId": 4,
"step": "Create a bedtime routine."
},
{
"stepId": 5,
"step": "Make the sleeping environment more comfortable."
},
{
"stepId": 6,
"step": "Place your baby in the crib."
},
{
"stepId": 7,
"step": "Reduce the need for nursing to sleep."
}
] | [
{
"subtask1": "Recognize your baby's sleep needs on a daily basis.",
"relation": "Must be done before",
"subtask2": "Establish a regular bedtime."
},
{
"subtask1": "Establish a regular bedtime.",
"relation": "Must be done before",
"subtask2": "Create a bedtime routine."
},
{
"subtask1": "Create a bedtime routine.",
"relation": "Must be done before",
"subtask2": "Encourage relaxation before going to bed."
},
{
"subtask1": "Create a bedtime routine.",
"relation": "Must be done before",
"subtask2": "Make the sleeping environment more comfortable."
},
{
"subtask1": "Encourage relaxation before going to bed.",
"relation": "Must be done before",
"subtask2": "Place your baby in the crib."
},
{
"subtask1": "Make the sleeping environment more comfortable.",
"relation": "Must be done before",
"subtask2": "Place your baby in the crib."
},
{
"subtask1": "Place your baby in the crib.",
"relation": "Must be done before",
"subtask2": "Reduce the need for nursing to sleep."
}
] |
dry flowers | [
{
"assumptionId": 1,
"assumption": "Dry flowers in the oven."
}
] | [
{
"stepId": 1,
"step": "Preheat your oven to its lowest temperature."
},
{
"stepId": 2,
"step": "Place a parchment paper on a cookie sheet."
},
{
"stepId": 3,
"step": "Put your flowers on the baking sheet."
},
{
"stepId": 4,
"step": "Place the baking sheet in the oven."
},
{
"stepId": 5,
"step": "Set the oven time for 1 hour."
},
{
"stepId": 6,
"step": "Remove the flowers from the oven."
},
{
"stepId": 7,
"step": "Allow the flowers to dry for room temperature."
}
] | [
{
"subtask1": "Place a parchment paper on a cookie sheet.",
"relation": "Must be done before",
"subtask2": "Put your flowers on the baking sheet."
},
{
"subtask1": "Put your flowers on the baking sheet.",
"relation": "Must be done before",
"subtask2": "Place the baking sheet in the oven."
},
{
"subtask1": "Preheat your oven to its lowest temperature.",
"relation": "Must be done before",
"subtask2": "Place the baking sheet in the oven."
},
{
"subtask1": "Place the baking sheet in the oven.",
"relation": "Must be done before",
"subtask2": "Set the oven time for 1 hour."
},
{
"subtask1": "Set the oven time for 1 hour.",
"relation": "Must be done before",
"subtask2": "Remove the flowers from the oven."
},
{
"subtask1": "Remove the flowers from the oven.",
"relation": "Must be done before",
"subtask2": "Allow the flowers to dry for room temperature."
}
] |
edit videos | [
{
"assumptionId": 1,
"assumption": "Editing videos on inshot."
}
] | [
{
"stepId": 1,
"step": "Open inshot application."
},
{
"stepId": 2,
"step": "Select a new project."
},
{
"stepId": 3,
"step": "Select the video from the gallery."
},
{
"stepId": 4,
"step": "Add the videos to the app."
},
{
"stepId": 5,
"step": "Include the effects for the video."
},
{
"stepId": 6,
"step": "Add text at the required timing."
},
{
"stepId": 7,
"step": "Attach music to the video."
},
{
"stepId": 8,
"step": "Export the video to the gallery."
}
] | [
{
"subtask1": "Open inshot application.",
"relation": "Must be done before",
"subtask2": "Select a new project."
},
{
"subtask1": "Select a new project.",
"relation": "Must be done before",
"subtask2": "Select the video from the gallery."
},
{
"subtask1": "Select the video from the gallery.",
"relation": "Must be done before",
"subtask2": "Add the videos to the app."
},
{
"subtask1": "Add the videos to the app.",
"relation": "Must be done before",
"subtask2": "Include the effects for the video."
},
{
"subtask1": "Add the videos to the app.",
"relation": "Must be done before",
"subtask2": "Add text at the required timing."
},
{
"subtask1": "Add the videos to the app.",
"relation": "Must be done before",
"subtask2": "Attach music to the video."
},
{
"subtask1": "Include the effects for the video.",
"relation": "Must be done before",
"subtask2": "Export the video to the gallery."
},
{
"subtask1": "Add text at the required timing.",
"relation": "Must be done before",
"subtask2": "Export the video to the gallery."
},
{
"subtask1": "Attach music to the video.",
"relation": "Must be done before",
"subtask2": "Export the video to the gallery."
}
] |
make peanut butter | [
{
"assumptionId": 1,
"assumption": ""
}
] | [
{
"stepId": 1,
"step": "Prepare the peanuts."
},
{
"stepId": 2,
"step": "Place the peanuts in a bowl."
},
{
"stepId": 3,
"step": "Roast the peanuts."
},
{
"stepId": 4,
"step": "Pulse the peanuts in a food processor until fine powder."
},
{
"stepId": 5,
"step": "Process the peanuts for 1 minute."
},
{
"stepId": 6,
"step": "Scrap the peanuts into the bottom of the food processor bowl."
},
{
"stepId": 7,
"step": "Put the nut butter in a bowl by smearing it."
},
{
"stepId": 8,
"step": "Add salt and sugar as desired."
},
{
"stepId": 9,
"step": "Add a little bit of honey, molasses, or brown sugar."
},
{
"stepId": 10,
"step": "Place the peanut butter in a container with a tight lid."
}
] | [
{
"subtask1": "Prepare the peanuts.",
"relation": "Must be done before",
"subtask2": "Place the peanuts in a bowl."
},
{
"subtask1": "Place the peanuts in a bowl.",
"relation": "Must be done before",
"subtask2": "Roast the peanuts."
},
{
"subtask1": "Roast the peanuts.",
"relation": "Must be done before",
"subtask2": "Pulse the peanuts in a food processor until fine powder."
},
{
"subtask1": "Pulse the peanuts in a food processor until fine powder.",
"relation": "Must be done before",
"subtask2": "Process the peanuts for 1 minute."
},
{
"subtask1": "Process the peanuts for 1 minute.",
"relation": "Must be done before",
"subtask2": "Scrap the peanuts into the bottom of the food processor bowl."
},
{
"subtask1": "Scrap the peanuts into the bottom of the food processor bowl.",
"relation": "Must be done before",
"subtask2": "Put the nut butter in a bowl by smearing it."
},
{
"subtask1": "Put the nut butter in a bowl by smearing it.",
"relation": "Must be done before",
"subtask2": "Add salt and sugar as desired."
},
{
"subtask1": "Put the nut butter in a bowl by smearing it.",
"relation": "Must be done before",
"subtask2": "Add a little bit of honey, molasses, or brown sugar."
},
{
"subtask1": "Add salt and sugar as desired.",
"relation": "Must be done before",
"subtask2": "Place the peanut butter in a container with a tight lid."
},
{
"subtask1": "Add a little bit of honey, molasses, or brown sugar.",
"relation": "Must be done before",
"subtask2": "Place the peanut butter in a container with a tight lid."
}
] |
check battery on airpods | [
{
"assumptionId": 1,
"assumption": "Check the battery on airpods on iphone."
}
] | [
{
"stepId": 1,
"step": "Open the airpods case, leaving the airpods inside."
},
{
"stepId": 2,
"step": "Hold the open case near the unlocked iphone."
},
{
"stepId": 3,
"step": "Wait for a few seconds,the battery levels of the airpods and their charging case will appear on screen."
}
] | [
{
"subtask1": "Open the airpods case, leaving the airpods inside.",
"relation": "Must be done before",
"subtask2": "Hold the open case near the unlocked iphone."
},
{
"subtask1": "Hold the open case near the unlocked iphone.",
"relation": "Must be done before",
"subtask2": "Wait for a few seconds,the battery levels of the airpods and their charging case will appear on screen."
}
] |
make chicken salad | [
{
"assumptionId": 1,
"assumption": "Make canned chicken salad."
}
] | [
{
"stepId": 1,
"step": "Drain the chicken after opening it."
},
{
"stepId": 2,
"step": "Put the chicken in a bowl with nonskid surfaces."
},
{
"stepId": 3,
"step": "Add the mayonnaise."
},
{
"stepId": 4,
"step": "Add the grated Parmesan to the bowl."
},
{
"stepId": 5,
"step": "Add the pepper and combine everything with a fork."
},
{
"stepId": 6,
"step": "Make sure the canned chicken chunks are sufficiently separated with the fork so that the flavors are distributed evenly in your chicken salad."
},
{
"stepId": 7,
"step": "Serve right away on a sandwich or in a wrap."
}
] | [
{
"subtask1": "Drain the chicken after opening it.",
"relation": "Must be done before",
"subtask2": "Put the chicken in a bowl with nonskid surfaces."
},
{
"subtask1": "Put the chicken in a bowl with nonskid surfaces.",
"relation": "Must be done before",
"subtask2": "Add the mayonnaise."
},
{
"subtask1": "Put the chicken in a bowl with nonskid surfaces.",
"relation": "Must be done before",
"subtask2": "Add the grated Parmesan to the bowl."
},
{
"subtask1": "Put the chicken in a bowl with nonskid surfaces.",
"relation": "Must be done before",
"subtask2": "Add the pepper and combine everything with a fork."
},
{
"subtask1": "Add the mayonnaise.",
"relation": "Must be done before",
"subtask2": "Make sure the canned chicken chunks are sufficiently separated with the fork so that the flavors are distributed evenly in your chicken salad."
},
{
"subtask1": "Add the grated Parmesan to the bowl.",
"relation": "Must be done before",
"subtask2": "Make sure the canned chicken chunks are sufficiently separated with the fork so that the flavors are distributed evenly in your chicken salad."
},
{
"subtask1": "Add the pepper and combine everything with a fork.",
"relation": "Must be done before",
"subtask2": "Make sure the canned chicken chunks are sufficiently separated with the fork so that the flavors are distributed evenly in your chicken salad."
},
{
"subtask1": "Make sure the canned chicken chunks are sufficiently separated with the fork so that the flavors are distributed evenly in your chicken salad.",
"relation": "Must be done before",
"subtask2": "Serve right away on a sandwich or in a wrap."
}
] |
change a tire | [
{
"assumptionId": 1,
"assumption": "Changing a car tire."
}
] | [
{
"stepId": 1,
"step": "Loose the nuts of the tire."
},
{
"stepId": 2,
"step": "Lift the car off the ground."
},
{
"stepId": 3,
"step": "Take away the lug nuts."
},
{
"stepId": 4,
"step": "Remove the tire from the car."
},
{
"stepId": 5,
"step": "Mount the spare tire on the car."
},
{
"stepId": 6,
"step": "Replace the lug nuts."
},
{
"stepId": 7,
"step": "Lower the car to the ground."
},
{
"stepId": 8,
"step": "Tighten the nuts."
}
] | [
{
"subtask1": "Loose the nuts of the tire.",
"relation": "Must be done before",
"subtask2": "Take away the lug nuts."
},
{
"subtask1": "Lift the car off the ground.",
"relation": "Must be done before",
"subtask2": "Take away the lug nuts."
},
{
"subtask1": "Take away the lug nuts.",
"relation": "Must be done before",
"subtask2": "Remove the tire from the car."
},
{
"subtask1": "Remove the tire from the car.",
"relation": "Must be done before",
"subtask2": "Mount the spare tire on the car."
},
{
"subtask1": "Mount the spare tire on the car.",
"relation": "Must be done before",
"subtask2": "Replace the lug nuts."
},
{
"subtask1": "Replace the lug nuts.",
"relation": "Must be done before",
"subtask2": "Lower the car to the ground."
},
{
"subtask1": "Replace the lug nuts.",
"relation": "Must be done before",
"subtask2": "Tighten the nuts."
}
] |
make music | [
{
"assumptionId": 1,
"assumption": "Make music using a computer."
}
] | [
{
"stepId": 1,
"step": "Choose a digital audio workstation in the computer."
},
{
"stepId": 2,
"step": "Plan the track."
},
{
"stepId": 3,
"step": "Lay the groundwork with a bassline."
},
{
"stepId": 4,
"step": "Come up with a tune."
},
{
"stepId": 5,
"step": "Include harmony."
},
{
"stepId": 6,
"step": "Emphasize suitable parts of your track."
},
{
"stepId": 7,
"step": "Complete your track."
},
{
"stepId": 8,
"step": "Create a sound library."
},
{
"stepId": 9,
"step": "Learn about audio editors."
}
] | [
{
"subtask1": "Choose a digital audio workstation in the computer.",
"relation": "Must be done before",
"subtask2": "Plan the track."
},
{
"subtask1": "Plan the track.",
"relation": "Must be done before",
"subtask2": "Lay the groundwork with a bassline."
},
{
"subtask1": "Lay the groundwork with a bassline.",
"relation": "Must be done before",
"subtask2": "Come up with a tune."
},
{
"subtask1": "Come up with a tune.",
"relation": "Must be done before",
"subtask2": "Include harmony."
},
{
"subtask1": "Include harmony.",
"relation": "Must be done before",
"subtask2": "Emphasize suitable parts of your track."
},
{
"subtask1": "Emphasize suitable parts of your track.",
"relation": "Must be done before",
"subtask2": "Learn about audio editors."
},
{
"subtask1": "Learn about audio editors.",
"relation": "Must be done before",
"subtask2": "Create a sound library."
},
{
"subtask1": "Create a sound library.",
"relation": "Must be done before",
"subtask2": "Complete your track."
}
] |
propagate aloe | [
{
"assumptionId": 1,
"assumption": "Propagating aloe in water."
}
] | [
{
"stepId": 1,
"step": "Watch for offshoots around the parent plant."
},
{
"stepId": 2,
"step": "Remove your aloe plant from the pot."
},
{
"stepId": 3,
"step": "Cut the aloe plant in half."
},
{
"stepId": 4,
"step": "Let your aloe plants heal."
},
{
"stepId": 5,
"step": "Place the aloe in a bulb vase filled partway with water."
},
{
"stepId": 6,
"step": "Regularly replace the water in the vase."
}
] | [
{
"subtask1": "Watch for offshoots around the parent plant.",
"relation": "Must be done before",
"subtask2": "Remove your aloe plant from the pot."
},
{
"subtask1": "Remove your aloe plant from the pot.",
"relation": "Must be done before",
"subtask2": "Let your aloe plants heal."
},
{
"subtask1": "Let your aloe plants heal.",
"relation": "Must be done before",
"subtask2": "Cut the aloe plant in half."
},
{
"subtask1": "Cut the aloe plant in half.",
"relation": "Must be done before",
"subtask2": "Place the aloe in a bulb vase filled partway with water."
},
{
"subtask1": "Place the aloe in a bulb vase filled partway with water.",
"relation": "Must be done before",
"subtask2": "Regularly replace the water in the vase."
}
] |
get slime out of hair | [
{
"assumptionId": 1,
"assumption": "Getting out the slime by shampoo."
}
] | [
{
"stepId": 1,
"step": "Wash the hair neatly bu scrubbing."
},
{
"stepId": 2,
"step": "Coat your hair with conditioner."
},
{
"stepId": 3,
"step": "Gently massage the hair."
},
{
"stepId": 4,
"step": "Comb to help remove those sticky clumps."
},
{
"stepId": 5,
"step": "Rinse the conditioner out of the hair."
}
] | [
{
"subtask1": "Comb to help remove those sticky clumps.",
"relation": "Must be done before",
"subtask2": "Wash the hair neatly bu scrubbing."
},
{
"subtask1": "Wash the hair neatly bu scrubbing.",
"relation": "Must be done before",
"subtask2": "Gently massage the hair."
},
{
"subtask1": "Gently massage the hair.",
"relation": "Must be done before",
"subtask2": "Coat your hair with conditioner."
},
{
"subtask1": "Coat your hair with conditioner.",
"relation": "Must be done before",
"subtask2": "Rinse the conditioner out of the hair."
}
] |
write a short story | [
{
"assumptionId": 1,
"assumption": "Write an animated short story."
}
] | [
{
"stepId": 1,
"step": "Determine the narrative you want to tell."
},
{
"stepId": 2,
"step": "Research on the animated short film scripts."
},
{
"stepId": 3,
"step": "Create an outline."
},
{
"stepId": 4,
"step": "Create the characters."
},
{
"stepId": 5,
"step": "Give each character their own dialogue format."
},
{
"stepId": 6,
"step": "Include significant scene elements."
},
{
"stepId": 7,
"step": "Write the initial draft of the script."
},
{
"stepId": 8,
"step": "Get opinions."
}
] | [
{
"subtask1": "Determine the narrative you want to tell.",
"relation": "Must be done before",
"subtask2": "Research on the animated short film scripts."
},
{
"subtask1": "Research on the animated short film scripts.",
"relation": "Must be done before",
"subtask2": "Create an outline."
},
{
"subtask1": "Create an outline.",
"relation": "Must be done before",
"subtask2": "Create the characters."
},
{
"subtask1": "Create the characters.",
"relation": "Must be done before",
"subtask2": "Give each character their own dialogue format."
},
{
"subtask1": "Create the characters.",
"relation": "Must be done before",
"subtask2": "Include significant scene elements."
},
{
"subtask1": "Give each character their own dialogue format.",
"relation": "Must be done before",
"subtask2": "Write the initial draft of the script."
},
{
"subtask1": "Include significant scene elements.",
"relation": "Must be done before",
"subtask2": "Write the initial draft of the script."
},
{
"subtask1": "Write the initial draft of the script.",
"relation": "Must be done before",
"subtask2": "Get opinions."
}
] |
read electric meter | [
{
"assumptionId": 1,
"assumption": "Read digital electric meter."
}
] | [
{
"stepId": 1,
"step": "Track down the digital electric meter."
},
{
"stepId": 2,
"step": "Examine the figures on the digital electric meter display."
},
{
"stepId": 3,
"step": "Note down the numbers with decimal points."
},
{
"stepId": 4,
"step": "Reread your electric meter at a later time."
},
{
"stepId": 5,
"step": "Subtract the first and second readings."
},
{
"stepId": 6,
"step": "Continue taking readings to determine the amount of electricity used at various times."
}
] | [
{
"subtask1": "Examine the figures on the digital electric meter display.",
"relation": "Must be done before",
"subtask2": "Note down the numbers with decimal points."
},
{
"subtask1": "Note down the numbers with decimal points.",
"relation": "Must be done before",
"subtask2": "Reread your electric meter at a later time."
},
{
"subtask1": "Reread your electric meter at a later time.",
"relation": "Must be done before",
"subtask2": "Subtract the first and second readings."
},
{
"subtask1": "Subtract the first and second readings.",
"relation": "Must be done before",
"subtask2": "Track down the digital electric meter."
},
{
"subtask1": "Track down the digital electric meter.",
"relation": "Must be done before",
"subtask2": "Continue taking readings to determine the amount of electricity used at various times."
}
] |
make elderflower cordial | [
{
"assumptionId": 1,
"assumption": "Make elderflower cordial with honey."
}
] | [
{
"stepId": 1,
"step": "Wash the elderflower's with clean water."
},
{
"stepId": 2,
"step": "Slice the two lemons."
},
{
"stepId": 3,
"step": "Fill a glass jar with elderflower's."
},
{
"stepId": 4,
"step": "Place the lemon slices in the glass jar."
},
{
"stepId": 5,
"step": "Add honey to the glass jar."
},
{
"stepId": 6,
"step": "Fill the jar with boiled water."
},
{
"stepId": 7,
"step": "Close the jar securely."
},
{
"stepId": 8,
"step": "Allow the liquid to sit for 48 hours."
},
{
"stepId": 9,
"step": "Strain the liquid."
}
] | [
{
"subtask1": "Wash the elderflower's with clean water.",
"relation": "Must be done before",
"subtask2": "Fill a glass jar with elderflower's."
},
{
"subtask1": "Fill a glass jar with elderflower's.",
"relation": "Must be done before",
"subtask2": "Slice the two lemons."
},
{
"subtask1": "Slice the two lemons.",
"relation": "Must be done before",
"subtask2": "Place the lemon slices in the glass jar."
},
{
"subtask1": "Slice the two lemons.",
"relation": "Must be done before",
"subtask2": "Add honey to the glass jar."
},
{
"subtask1": "Slice the two lemons.",
"relation": "Must be done before",
"subtask2": "Fill the jar with boiled water."
},
{
"subtask1": "Place the lemon slices in the glass jar.",
"relation": "Must be done before",
"subtask2": "Close the jar securely."
},
{
"subtask1": "Add honey to the glass jar.",
"relation": "Must be done before",
"subtask2": "Close the jar securely."
},
{
"subtask1": "Fill the jar with boiled water.",
"relation": "Must be done before",
"subtask2": "Close the jar securely."
},
{
"subtask1": "Close the jar securely.",
"relation": "Must be done before",
"subtask2": "Allow the liquid to sit for 48 hours."
},
{
"subtask1": "Allow the liquid to sit for 48 hours.",
"relation": "Must be done before",
"subtask2": "Strain the liquid."
}
] |
make baby formula | [
{
"assumptionId": 1,
"assumption": "Make baby formula using water."
}
] | [
{
"stepId": 1,
"step": "Clean your hands."
},
{
"stepId": 2,
"step": "Boil the water."
},
{
"stepId": 3,
"step": "Allow the water to cool."
},
{
"stepId": 4,
"step": "Add baby formula powder into the water."
},
{
"stepId": 5,
"step": "Pour the baby formula into the bottle."
},
{
"stepId": 6,
"step": "Shake the bottle."
},
{
"stepId": 7,
"step": "Check the temperature."
}
] | [
{
"subtask1": "Boil the water.",
"relation": "Must be done before",
"subtask2": "Allow the water to cool."
},
{
"subtask1": "Allow the water to cool.",
"relation": "Must be done before",
"subtask2": "Check the temperature."
},
{
"subtask1": "Clean your hands.",
"relation": "Must be done before",
"subtask2": "Check the temperature."
},
{
"subtask1": "Check the temperature.",
"relation": "Must be done before",
"subtask2": "Add baby formula powder into the water."
},
{
"subtask1": "Add baby formula powder into the water.",
"relation": "Must be done before",
"subtask2": "Shake the bottle."
},
{
"subtask1": "Shake the bottle.",
"relation": "Must be done before",
"subtask2": "Pour the baby formula into the bottle."
}
] |
play youtube in background | [
{
"assumptionId": 1,
"assumption": "Play youtube in background on iphone."
}
] | [
{
"stepId": 1,
"step": "Open safari on your iphone."
},
{
"stepId": 2,
"step": "Visit www.youtube.com."
},
{
"stepId": 3,
"step": "Choose the video to play in the background."
},
{
"stepId": 4,
"step": "Start watching the video."
},
{
"stepId": 5,
"step": "Click on the \"Aa\" icon in the search bar."
},
{
"stepId": 6,
"step": "Select the request desktop site from the drop down menu."
},
{
"stepId": 7,
"step": "Open the Control Center on your iphone."
},
{
"stepId": 8,
"step": "Start your video by pressing the play button."
}
] | [
{
"subtask1": "Open safari on your iphone.",
"relation": "Must be done before",
"subtask2": "Visit www.youtube.com."
},
{
"subtask1": "Visit www.youtube.com.",
"relation": "Must be done before",
"subtask2": "Choose the video to play in the background."
},
{
"subtask1": "Choose the video to play in the background.",
"relation": "Must be done before",
"subtask2": "Start watching the video."
},
{
"subtask1": "Start watching the video.",
"relation": "Must be done before",
"subtask2": "Click on the \"Aa\" icon in the search bar."
},
{
"subtask1": "Click on the \"Aa\" icon in the search bar.",
"relation": "Must be done before",
"subtask2": "Select the request desktop site from the drop down menu."
},
{
"subtask1": "Select the request desktop site from the drop down menu.",
"relation": "Must be done before",
"subtask2": "Open the Control Center on your iphone."
},
{
"subtask1": "Open the Control Center on your iphone.",
"relation": "Must be done before",
"subtask2": "Start your video by pressing the play button."
}
] |
clean a couch | [
{
"assumptionId": 1,
"assumption": "Clean a couch with a steamer."
}
] | [
{
"stepId": 1,
"step": "Fill the steamer boiler with water."
},
{
"stepId": 2,
"step": "Connect the hose that comes with the steam gun."
},
{
"stepId": 3,
"step": "Allow the steam cleaner to warm up."
},
{
"stepId": 4,
"step": "Hoover the couch thoroughly to remove any loose dust."
},
{
"stepId": 5,
"step": "Fold a microfiber cloth over to make a thick cleaning pad."
},
{
"stepId": 6,
"step": "Choose the steam pressure."
},
{
"stepId": 7,
"step": "Replace the microfiber cloth attached to the cleaning head on a regular basis."
},
{
"stepId": 8,
"step": "Allow the couch to air dry completely."
}
] | [
{
"subtask1": "Fill the steamer boiler with water.",
"relation": "Must be done before",
"subtask2": "Connect the hose that comes with the steam gun."
},
{
"subtask1": "Connect the hose that comes with the steam gun.",
"relation": "Must be done before",
"subtask2": "Allow the steam cleaner to warm up."
},
{
"subtask1": "Allow the steam cleaner to warm up.",
"relation": "Must be done before",
"subtask2": "Hoover the couch thoroughly to remove any loose dust."
},
{
"subtask1": "Hoover the couch thoroughly to remove any loose dust.",
"relation": "Must be done before",
"subtask2": "Fold a microfiber cloth over to make a thick cleaning pad."
},
{
"subtask1": "Fold a microfiber cloth over to make a thick cleaning pad.",
"relation": "Must be done before",
"subtask2": "Choose the steam pressure."
},
{
"subtask1": "Choose the steam pressure.",
"relation": "Must be done before",
"subtask2": "Replace the microfiber cloth attached to the cleaning head on a regular basis."
},
{
"subtask1": "Replace the microfiber cloth attached to the cleaning head on a regular basis.",
"relation": "Must be done before",
"subtask2": "Allow the couch to air dry completely."
}
] |
make ramen | [
{
"assumptionId": 1,
"assumption": "Make ramen with instant noodles."
}
] | [
{
"stepId": 1,
"step": "Heat the oil in a pan."
},
{
"stepId": 2,
"step": "Add the ginger garlic slices, broth into the pan."
},
{
"stepId": 3,
"step": "Add some water to the pan."
},
{
"stepId": 4,
"step": "Mix the mushrooms."
},
{
"stepId": 5,
"step": "Cook until the mushrooms are tender."
},
{
"stepId": 6,
"step": "Add the instant noodles to the hot liquid."
},
{
"stepId": 7,
"step": "Cook the noodles for five minutes."
},
{
"stepId": 8,
"step": "Add salt to the noodles."
},
{
"stepId": 9,
"step": "Remove the pan from heat."
},
{
"stepId": 10,
"step": "Season the ramen with chili oil, hot sauce, etc."
}
] | [
{
"subtask1": "Heat the oil in a pan.",
"relation": "Must be done before",
"subtask2": "Add the ginger garlic slices, broth into the pan."
},
{
"subtask1": "Heat the oil in a pan.",
"relation": "Must be done before",
"subtask2": "Mix the mushrooms."
},
{
"subtask1": "Mix the mushrooms.",
"relation": "Must be done before",
"subtask2": "Cook until the mushrooms are tender."
},
{
"subtask1": "Add the ginger garlic slices, broth into the pan.",
"relation": "Must be done before",
"subtask2": "Add some water to the pan."
},
{
"subtask1": "Cook until the mushrooms are tender.",
"relation": "Must be done before",
"subtask2": "Add some water to the pan."
},
{
"subtask1": "Add some water to the pan.",
"relation": "Must be done before",
"subtask2": "Add the instant noodles to the hot liquid."
},
{
"subtask1": "Add the instant noodles to the hot liquid.",
"relation": "Must be done before",
"subtask2": "Cook the noodles for five minutes."
},
{
"subtask1": "Cook the noodles for five minutes.",
"relation": "Must be done before",
"subtask2": "Season the ramen with chili oil, hot sauce, etc."
},
{
"subtask1": "Cook the noodles for five minutes.",
"relation": "Must be done before",
"subtask2": "Add salt to the noodles."
},
{
"subtask1": "Season the ramen with chili oil, hot sauce, etc.",
"relation": "Must be done before",
"subtask2": "Remove the pan from heat."
},
{
"subtask1": "Add salt to the noodles.",
"relation": "Must be done before",
"subtask2": "Remove the pan from heat."
}
] |
make a mug cake | [
{
"assumptionId": 1,
"assumption": "Make nutella mug cake."
}
] | [
{
"stepId": 1,
"step": "Add flour, cocoa, baking powder, sugar in a bowl."
},
{
"stepId": 2,
"step": "Using a small whisk, thoroughly combine all ingredients."
},
{
"stepId": 3,
"step": "Add milk, oil to the mixture."
},
{
"stepId": 4,
"step": "Mix in the chocolate chips, nutella."
},
{
"stepId": 5,
"step": "Make a smooth batter."
},
{
"stepId": 6,
"step": "Spray oil in a coffee mug."
},
{
"stepId": 7,
"step": "Pour the batter in the mug."
},
{
"stepId": 8,
"step": "Place the mug in the microwave for 2 minutes."
},
{
"stepId": 9,
"step": "Turn off the microwave."
},
{
"stepId": 10,
"step": "Finish with a dollop of fresh cream."
}
] | [
{
"subtask1": "Add flour, cocoa, baking powder, sugar in a bowl.",
"relation": "Must be done before",
"subtask2": "Using a small whisk, thoroughly combine all ingredients."
},
{
"subtask1": "Using a small whisk, thoroughly combine all ingredients.",
"relation": "Must be done before",
"subtask2": "Add milk, oil to the mixture."
},
{
"subtask1": "Add milk, oil to the mixture.",
"relation": "Must be done before",
"subtask2": "Mix in the chocolate chips, nutella."
},
{
"subtask1": "Make a smooth batter.",
"relation": "Must be done before",
"subtask2": "Pour the batter in the mug."
},
{
"subtask1": "Spray oil in a coffee mug.",
"relation": "Must be done before",
"subtask2": "Pour the batter in the mug."
},
{
"subtask1": "Pour the batter in the mug.",
"relation": "Must be done before",
"subtask2": "Place the mug in the microwave for 2 minutes."
},
{
"subtask1": "Place the mug in the microwave for 2 minutes.",
"relation": "Must be done before",
"subtask2": "Turn off the microwave."
},
{
"subtask1": "Turn off the microwave.",
"relation": "Must be done before",
"subtask2": "Finish with a dollop of fresh cream."
}
] |
make cannabutter | [
{
"assumptionId": 1,
"assumption": "Make cannabutter in saucepan."
}
] | [
{
"stepId": 1,
"step": "Take a saucepan."
},
{
"stepId": 2,
"step": "Add 1 cup of water and 1 cup of butter."
},
{
"stepId": 3,
"step": "Boil until the butter melts"
},
{
"stepId": 4,
"step": "Add in the decarboxylated cannabis."
},
{
"stepId": 5,
"step": "Maintain low heat."
},
{
"stepId": 6,
"step": "let the mixture simmer for a few hours."
},
{
"stepId": 7,
"step": "Turn off the heat."
},
{
"stepId": 8,
"step": "Strain the mixture through the cheesecloth into a container. "
}
] | [
{
"subtask1": "Take a saucepan.",
"relation": "Must be done before",
"subtask2": "Add 1 cup of water and 1 cup of butter."
},
{
"subtask1": "Add 1 cup of water and 1 cup of butter.",
"relation": "Must be done before",
"subtask2": "Boil until the butter melts"
},
{
"subtask1": "Boil until the butter melts",
"relation": "Must be done before",
"subtask2": "Add in the decarboxylated cannabis."
},
{
"subtask1": "Add in the decarboxylated cannabis.",
"relation": "Must be done before",
"subtask2": "Maintain low heat."
},
{
"subtask1": "Maintain low heat.",
"relation": "Must be done before",
"subtask2": "let the mixture simmer for a few hours."
},
{
"subtask1": "let the mixture simmer for a few hours.",
"relation": "Must be done before",
"subtask2": "Turn off the heat."
},
{
"subtask1": "Turn off the heat.",
"relation": "Must be done before",
"subtask2": "Strain the mixture through the cheesecloth into a container. "
}
] |
cook rhubarb | [
{
"assumptionId": 1,
"assumption": "Making stewed rhubarb."
}
] | [
{
"stepId": 1,
"step": "Place a bowl on the stove."
},
{
"stepId": 2,
"step": "Add rhubarb to the bowl."
},
{
"stepId": 3,
"step": "Include orange zest."
},
{
"stepId": 4,
"step": "Mix orange juice into the bowl."
},
{
"stepId": 5,
"step": "Add 2 spoons of sugar water."
},
{
"stepId": 6,
"step": "Simmer the mixture for eight minutes."
},
{
"stepId": 7,
"step": "Transfer the stewed rhubarb into a plate."
}
] | [
{
"subtask1": "Place a bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Add rhubarb to the bowl."
},
{
"subtask1": "Add rhubarb to the bowl.",
"relation": "Must be done before",
"subtask2": "Include orange zest."
},
{
"subtask1": "Include orange zest.",
"relation": "Must be done before",
"subtask2": "Mix orange juice into the bowl."
},
{
"subtask1": "Mix orange juice into the bowl.",
"relation": "Must be done before",
"subtask2": "Add 2 spoons of sugar water."
},
{
"subtask1": "Add 2 spoons of sugar water.",
"relation": "Must be done before",
"subtask2": "Simmer the mixture for eight minutes."
},
{
"subtask1": "Simmer the mixture for eight minutes.",
"relation": "Must be done before",
"subtask2": "Transfer the stewed rhubarb into a plate."
}
] |
germinate seeds | [
{
"assumptionId": 1,
"assumption": "Germinating seeds on paper towel."
}
] | [
{
"stepId": 1,
"step": "Put a folded paper towel at the bottom of the glass."
},
{
"stepId": 2,
"step": "Pour water onto the paper towel until it is damp."
},
{
"stepId": 3,
"step": "Verify that there are no water puddles."
},
{
"stepId": 4,
"step": "Lay the seeds out on the towel."
},
{
"stepId": 5,
"step": "Cover the container's lid."
},
{
"stepId": 6,
"step": "Keep the containers out of direct sunlight."
}
] | [
{
"subtask1": "Put a folded paper towel at the bottom of the glass.",
"relation": "Must be done before",
"subtask2": "Pour water onto the paper towel until it is damp."
},
{
"subtask1": "Put a folded paper towel at the bottom of the glass.",
"relation": "Must be done before",
"subtask2": "Verify that there are no water puddles."
},
{
"subtask1": "Pour water onto the paper towel until it is damp.",
"relation": "Must be done before",
"subtask2": "Lay the seeds out on the towel."
},
{
"subtask1": "Verify that there are no water puddles.",
"relation": "Must be done before",
"subtask2": "Lay the seeds out on the towel."
},
{
"subtask1": "Lay the seeds out on the towel.",
"relation": "Must be done before",
"subtask2": "Cover the container's lid."
},
{
"subtask1": "Cover the container's lid.",
"relation": "Must be done before",
"subtask2": "Keep the containers out of direct sunlight."
}
] |
make rice crispy treats | [
{
"assumptionId": 1,
"assumption": "Make rice crispy treats with marshmallows."
}
] | [
{
"stepId": 1,
"step": "Place a parchment paper in a baking dish."
},
{
"stepId": 2,
"step": "Melt the butter in a pan over medium heat."
},
{
"stepId": 3,
"step": "Add marshmallows into the pan."
},
{
"stepId": 4,
"step": "Stir continuously until the marshmallows melted."
},
{
"stepId": 5,
"step": "Remove the pan from the heat."
},
{
"stepId": 6,
"step": "Add vanilla with cereal into the melted marshmallows."
},
{
"stepId": 7,
"step": "Mix marshmallows with the melted mixture."
},
{
"stepId": 8,
"step": "Stir gently until combined."
},
{
"stepId": 9,
"step": "Pour the mixture into the baking dish."
},
{
"stepId": 10,
"step": "Press the mixture with your fingertips."
},
{
"stepId": 11,
"step": "Allow the mixture to cool down."
},
{
"stepId": 12,
"step": "Cut the rice crispy treats into squares."
}
] | [
{
"subtask1": "Melt the butter in a pan over medium heat.",
"relation": "Must be done before",
"subtask2": "Add marshmallows into the pan."
},
{
"subtask1": "Add marshmallows into the pan.",
"relation": "Must be done before",
"subtask2": "Stir continuously until the marshmallows melted."
},
{
"subtask1": "Stir continuously until the marshmallows melted.",
"relation": "Must be done before",
"subtask2": "Add vanilla with cereal into the melted marshmallows."
},
{
"subtask1": "Add vanilla with cereal into the melted marshmallows.",
"relation": "Must be done before",
"subtask2": "Mix marshmallows with the melted mixture."
},
{
"subtask1": "Mix marshmallows with the melted mixture.",
"relation": "Must be done before",
"subtask2": "Stir gently until combined."
},
{
"subtask1": "Stir gently until combined.",
"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": "Pour the mixture into the baking dish."
},
{
"subtask1": "Place a parchment paper in a baking dish.",
"relation": "Must be done before",
"subtask2": "Pour the mixture into the baking dish."
},
{
"subtask1": "Pour the mixture into the baking dish.",
"relation": "Must be done before",
"subtask2": "Allow the mixture to cool down."
},
{
"subtask1": "Allow the mixture to cool down.",
"relation": "Must be done before",
"subtask2": "Press the mixture with your fingertips."
},
{
"subtask1": "Press the mixture with your fingertips.",
"relation": "Must be done before",
"subtask2": "Cut the rice crispy treats into squares."
}
] |
make mozzarella cheese | [
{
"assumptionId": 1,
"assumption": "Make mozzarella cheese with vinegar."
}
] | [
{
"stepId": 1,
"step": "Fill a stockpot halfway with cold milk."
},
{
"stepId": 2,
"step": "Mix vinegar in 2 cups of water."
},
{
"stepId": 3,
"step": "Pour the vinegar water into the cold milk."
},
{
"stepId": 4,
"step": "Stir for a minute to acidify the milk."
},
{
"stepId": 5,
"step": "Warm the acidic milk slowly over low heat to 90°f."
},
{
"stepId": 6,
"step": "Mix rennet into ¼ cup water."
},
{
"stepId": 7,
"step": "Remove the milk from heat."
},
{
"stepId": 8,
"step": "Cover the stock pot."
},
{
"stepId": 9,
"step": "Cut the formed curd."
},
{
"stepId": 10,
"step": "Stir the cubed curd with a wooden spoon."
},
{
"stepId": 11,
"step": "Place a few slices of curd in a 160-180° hot water bath."
},
{
"stepId": 12,
"step": "Remove one slice of cheese from the hot water bath at a time."
},
{
"stepId": 13,
"step": "Refrigerate for a few hours to chill the mozzarella."
}
] | [
{
"subtask1": "Fill a stockpot halfway with cold milk.",
"relation": "Must be done before",
"subtask2": "Mix vinegar in 2 cups of water."
},
{
"subtask1": "Mix vinegar in 2 cups of water.",
"relation": "Must be done before",
"subtask2": "Pour the vinegar water into the cold milk."
},
{
"subtask1": "Pour the vinegar water into the cold milk.",
"relation": "Must be done before",
"subtask2": "Stir for a minute to acidify the milk."
},
{
"subtask1": "Stir for a minute to acidify the milk.",
"relation": "Must be done before",
"subtask2": "Warm the acidic milk slowly over low heat to 90°f."
},
{
"subtask1": "Stir for a minute to acidify the milk.",
"relation": "Must be done before",
"subtask2": "Mix rennet into ¼ cup water."
},
{
"subtask1": "Warm the acidic milk slowly over low heat to 90°f.",
"relation": "Must be done before",
"subtask2": "Remove the milk from heat."
},
{
"subtask1": "Mix rennet into ¼ cup water.",
"relation": "Must be done before",
"subtask2": "Remove the milk from heat."
},
{
"subtask1": "Remove the milk from heat.",
"relation": "Must be done before",
"subtask2": "Cover the stock pot."
},
{
"subtask1": "Cover the stock pot.",
"relation": "Must be done before",
"subtask2": "Cut the formed curd."
},
{
"subtask1": "Cut the formed curd.",
"relation": "Must be done before",
"subtask2": "Stir the cubed curd with a wooden spoon."
},
{
"subtask1": "Stir the cubed curd with a wooden spoon.",
"relation": "Must be done before",
"subtask2": "Place a few slices of curd in a 160-180° hot water bath."
},
{
"subtask1": "Place a few slices of curd in a 160-180° hot water bath.",
"relation": "Must be done before",
"subtask2": "Remove one slice of cheese from the hot water bath at a time."
},
{
"subtask1": "Remove one slice of cheese from the hot water bath at a time.",
"relation": "Must be done before",
"subtask2": "Refrigerate for a few hours to chill the mozzarella."
}
] |
invest in gold | [
{
"assumptionId": 1,
"assumption": "Invest in gold etf."
}
] | [
{
"stepId": 1,
"step": "Create a demat account."
},
{
"stepId": 2,
"step": "Log in to your account."
},
{
"stepId": 3,
"step": "Select the gold eft in which you want to invest."
},
{
"stepId": 4,
"step": "Purchase the gold etf all at once or on a regular basis."
},
{
"stepId": 5,
"step": "Put in an order for a specific number of gold etf units."
},
{
"stepId": 6,
"step": "Check the confirmation message on your phone."
}
] | [
{
"subtask1": "Create a demat account.",
"relation": "Must be done before",
"subtask2": "Log in to your account."
},
{
"subtask1": "Log in to your account.",
"relation": "Must be done before",
"subtask2": "Select the gold eft in which you want to invest."
},
{
"subtask1": "Select the gold eft in which you want to invest.",
"relation": "Must be done before",
"subtask2": "Purchase the gold etf all at once or on a regular basis."
},
{
"subtask1": "Purchase the gold etf all at once or on a regular basis.",
"relation": "Must be done before",
"subtask2": "Put in an order for a specific number of gold etf units."
},
{
"subtask1": "Put in an order for a specific number of gold etf units.",
"relation": "Must be done before",
"subtask2": "Check the confirmation message on your phone."
}
] |
make grilled cheese | [
{
"assumptionId": 1,
"assumption": "Make a grilled cheese sandwich on the stove."
}
] | [
{
"stepId": 1,
"step": "Set the skillet on a medium heat stove."
},
{
"stepId": 2,
"step": "Add the butter."
},
{
"stepId": 3,
"step": "Allow the butter to melt."
},
{
"stepId": 4,
"step": "Place the bread in the melted butter."
},
{
"stepId": 5,
"step": "Add a layer of cheese to the bread."
},
{
"stepId": 6,
"step": "Put a lid on the pan."
},
{
"stepId": 7,
"step": "Let the cheese melt."
},
{
"stepId": 8,
"step": "Add the second piece of bread to the sandwich's top."
},
{
"stepId": 9,
"step": "Allow the sandwich to cook on the opposite side."
}
] | [
{
"subtask1": "Set the skillet on a medium heat stove.",
"relation": "Must be done before",
"subtask2": "Add the butter."
},
{
"subtask1": "Add the butter.",
"relation": "Must be done before",
"subtask2": "Allow the butter to melt."
},
{
"subtask1": "Allow the butter to melt.",
"relation": "Must be done before",
"subtask2": "Place the bread in the melted butter."
},
{
"subtask1": "Place the bread in the melted butter.",
"relation": "Must be done before",
"subtask2": "Add a layer of cheese to the bread."
},
{
"subtask1": "Add a layer of cheese to the bread.",
"relation": "Must be done before",
"subtask2": "Put a lid on the pan."
},
{
"subtask1": "Put a lid on the pan.",
"relation": "Must be done before",
"subtask2": "Let the cheese melt."
},
{
"subtask1": "Let the cheese melt.",
"relation": "Must be done before",
"subtask2": "Add the second piece of bread to the sandwich's top."
},
{
"subtask1": "Add the second piece of bread to the sandwich's top.",
"relation": "Must be done before",
"subtask2": "Allow the sandwich to cook on the opposite side."
}
] |
save instagram story with music | [
{
"assumptionId": 1,
"assumption": "Save instagram stories with music using android mobile."
}
] | [
{
"stepId": 1,
"step": "Make the instagram account as a public account."
},
{
"stepId": 2,
"step": "Open google application."
},
{
"stepId": 3,
"step": "Search for the website storysaver.net."
},
{
"stepId": 4,
"step": "Type the instagram id in the search box."
},
{
"stepId": 5,
"step": "Select the story with music from your instagram id."
},
{
"stepId": 6,
"step": "Click on the three dots in the bottom right."
},
{
"stepId": 7,
"step": "Press the download option."
}
] | [
{
"subtask1": "Make the instagram account as a public account.",
"relation": "Must be done before",
"subtask2": "Open google application."
},
{
"subtask1": "Open google application.",
"relation": "Must be done before",
"subtask2": "Search for the website storysaver.net."
},
{
"subtask1": "Search for the website storysaver.net.",
"relation": "Must be done before",
"subtask2": "Type the instagram id in the search box."
},
{
"subtask1": "Type the instagram id in the search box.",
"relation": "Must be done before",
"subtask2": "Select the story with music from your instagram id."
},
{
"subtask1": "Select the story with music from your instagram id.",
"relation": "Must be done before",
"subtask2": "Click on the three dots in the bottom right."
},
{
"subtask1": "Click on the three dots in the bottom right.",
"relation": "Must be done before",
"subtask2": "Press the download option."
}
] |
write a biography | [
{
"assumptionId": 1,
"assumption": "Write a biography about an actor."
}
] | [
{
"stepId": 1,
"step": "Pick a subject for the biography."
},
{
"stepId": 2,
"step": "Obtain permission to write about their life."
},
{
"stepId": 3,
"step": "Do a basic internet search about the actor."
},
{
"stepId": 4,
"step": "Pick a format for the biography."
},
{
"stepId": 5,
"step": "Explain their story."
},
{
"stepId": 6,
"step": "Create a first draft."
},
{
"stepId": 7,
"step": "Elevate your work."
}
] | [
{
"subtask1": "Pick a subject for the biography.",
"relation": "Must be done before",
"subtask2": "Obtain permission to write about their life."
},
{
"subtask1": "Obtain permission to write about their life.",
"relation": "Must be done before",
"subtask2": "Do a basic internet search about the actor."
},
{
"subtask1": "Do a basic internet search about the actor.",
"relation": "Must be done before",
"subtask2": "Pick a format for the biography."
},
{
"subtask1": "Pick a format for the biography.",
"relation": "Must be done before",
"subtask2": "Explain their story."
},
{
"subtask1": "Pick a format for the biography.",
"relation": "Must be done before",
"subtask2": "Create a first draft."
},
{
"subtask1": "Explain their story.",
"relation": "Must be done before",
"subtask2": "Elevate your work."
},
{
"subtask1": "Create a first draft.",
"relation": "Must be done before",
"subtask2": "Elevate your work."
}
] |
make banana cake | [
{
"assumptionId": 1,
"assumption": "Make a banana cake in the microwave."
}
] | [
{
"stepId": 1,
"step": "Combine the flour, sugar, and baking powder in a bowl."
},
{
"stepId": 2,
"step": " Mix together the banana, milk, oil, and vanilla extract in a microwave-safe bowl."
},
{
"stepId": 3,
"step": "Stir in flour mixture until dough feels smooth."
},
{
"stepId": 4,
"step": "Cook the cake in the microwave until done."
},
{
"stepId": 5,
"step": "Spread the chocolate-hazelnut syrup on the cake."
}
] | [
{
"subtask1": "Combine the flour, sugar, and baking powder in a bowl.",
"relation": "Must be done before",
"subtask2": " Mix together the banana, milk, oil, and vanilla extract in a microwave-safe bowl."
},
{
"subtask1": " Mix together the banana, milk, oil, and vanilla extract in a microwave-safe bowl.",
"relation": "Must be done before",
"subtask2": "Stir in flour mixture until dough feels smooth."
},
{
"subtask1": "Stir in flour mixture until dough feels smooth.",
"relation": "Must be done before",
"subtask2": "Cook the cake in the microwave until done."
},
{
"subtask1": "Cook the cake in the microwave until done.",
"relation": "Must be done before",
"subtask2": "Spread the chocolate-hazelnut syrup on the cake."
}
] |
export bookmarks from chrome | [
{
"assumptionId": 1,
"assumption": "Export bookmarks from chrome on the computer."
}
] | [
{
"stepId": 1,
"step": "Open chrome on the computer."
},
{
"stepId": 2,
"step": "click more at the top right."
},
{
"stepId": 3,
"step": "Select Bookmarks option."
},
{
"stepId": 4,
"step": "Activate the bookmark manager."
},
{
"stepId": 5,
"step": "At the top, click more."
},
{
"stepId": 6,
"step": "Export bookmarks."
}
] | [
{
"subtask1": "Open chrome on the computer.",
"relation": "Must be done before",
"subtask2": "click more at the top right."
},
{
"subtask1": "click more at the top right.",
"relation": "Must be done before",
"subtask2": "Select Bookmarks option."
},
{
"subtask1": "Select Bookmarks option.",
"relation": "Must be done before",
"subtask2": "Activate the bookmark manager."
},
{
"subtask1": "Activate the bookmark manager.",
"relation": "Must be done before",
"subtask2": "At the top, click more."
},
{
"subtask1": "At the top, click more.",
"relation": "Must be done before",
"subtask2": "Export bookmarks."
}
] |
sell old coins | [
{
"assumptionId": 1,
"assumption": "Selling old coins in olx."
}
] | [
{
"stepId": 1,
"step": "Open olx."
},
{
"stepId": 2,
"step": "Log in the account."
},
{
"stepId": 4,
"step": "Register as a seller."
},
{
"stepId": 5,
"step": "Click sell on the top right corner."
},
{
"stepId": 6,
"step": "Enter your mobile number."
},
{
"stepId": 7,
"step": "Take detailed photos of the old coins."
},
{
"stepId": 7,
"step": "Enter the desired pricing with additional information."
},
{
"stepId": 8,
"step": "When someone shows interest, they will contact you via olx."
}
] | [
{
"subtask1": "Open olx.",
"relation": "Must be done before",
"subtask2": "Log in the account."
},
{
"subtask1": "Log in the account.",
"relation": "Must be done before",
"subtask2": "Register as a seller."
},
{
"subtask1": "Register as a seller.",
"relation": "Must be done before",
"subtask2": "Click sell on the top right corner."
},
{
"subtask1": "Click sell on the top right corner.",
"relation": "Must be done before",
"subtask2": "Enter your mobile number."
},
{
"subtask1": "Enter your mobile number.",
"relation": "Must be done before",
"subtask2": "Take detailed photos of the old coins."
},
{
"subtask1": "Take detailed photos of the old coins.",
"relation": "Must be done before",
"subtask2": "Enter the desired pricing with additional information."
},
{
"subtask1": "Enter the desired pricing with additional information.",
"relation": "Must be done before",
"subtask2": "When someone shows interest, they will contact you via olx."
}
] |
harvest rhubarb | [
{
"assumptionId": 1,
"assumption": "Growing rhubarb from seeds."
}
] | [
{
"stepId": 1,
"step": "Soak the rhubarb seeds overnight in warm water."
},
{
"stepId": 2,
"step": "Take a pot."
},
{
"stepId": 3,
"step": "Add soil into the pot."
},
{
"stepId": 4,
"step": "Sow the seeds in the potting mix."
},
{
"stepId": 5,
"step": "Cover the top of seeds with layers of mulch."
},
{
"stepId": 6,
"step": "Water the seeds regularly."
},
{
"stepId": 7,
"step": "Watch for seedlings to emerge."
}
] | [
{
"subtask1": "Soak the rhubarb seeds overnight in warm water.",
"relation": "Must be done before",
"subtask2": "Sow the seeds in the potting mix."
},
{
"subtask1": "Take a pot.",
"relation": "Must be done before",
"subtask2": "Add soil into the pot."
},
{
"subtask1": "Add soil into the pot.",
"relation": "Must be done before",
"subtask2": "Sow the seeds in the potting mix."
},
{
"subtask1": "Sow the seeds in the potting mix.",
"relation": "Must be done before",
"subtask2": "Cover the top of seeds with layers of mulch."
},
{
"subtask1": "Cover the top of seeds with layers of mulch.",
"relation": "Must be done before",
"subtask2": "Water the seeds regularly."
},
{
"subtask1": "Water the seeds regularly.",
"relation": "Must be done before",
"subtask2": "Watch for seedlings to emerge."
}
] |
grow a pineapple | [
{
"assumptionId": 1,
"assumption": "Growing pineapple with a crown."
}
] | [
{
"stepId": 1,
"step": "Remove the crown of the pineapple."
},
{
"stepId": 2,
"step": "Remove any extra fruit flesh."
},
{
"stepId": 3,
"step": "Trim the bottom of the stem."
},
{
"stepId": 4,
"step": "Dry the stalk."
},
{
"stepId": 5,
"step": "Place the crown in a glass jar."
},
{
"stepId": 6,
"step": "Change the water every few days."
},
{
"stepId": 7,
"step": "Place the pineapple in the prepared pot."
},
{
"stepId": 8,
"step": "Move your plant into full sun."
}
] | [
{
"subtask1": "Remove the crown of the pineapple.",
"relation": "Must be done before",
"subtask2": "Remove any extra fruit flesh."
},
{
"subtask1": "Remove any extra fruit flesh.",
"relation": "Must be done before",
"subtask2": "Trim the bottom of the stem."
},
{
"subtask1": "Trim the bottom of the stem.",
"relation": "Must be done before",
"subtask2": "Dry the stalk."
},
{
"subtask1": "Dry the stalk.",
"relation": "Must be done before",
"subtask2": "Place the crown in a glass jar."
},
{
"subtask1": "Place the crown in a glass jar.",
"relation": "Must be done before",
"subtask2": "Change the water every few days."
},
{
"subtask1": "Change the water every few days.",
"relation": "Must be done before",
"subtask2": "Place the pineapple in the prepared pot."
},
{
"subtask1": "Place the pineapple in the prepared pot.",
"relation": "Must be done before",
"subtask2": "Move your plant into full sun."
}
] |
insert signature in word | [
{
"assumptionId": 1,
"assumption": " Insert signature in word on a macbook."
}
] | [
{
"stepId": 1,
"step": "Scan your signature."
},
{
"stepId": 2,
"step": "Save the scanned signature in png or jpg format."
},
{
"stepId": 3,
"step": "Open word document on your macbook."
},
{
"stepId": 4,
"step": "Select insert tab."
},
{
"stepId": 5,
"step": "Click on pictures."
},
{
"stepId": 6,
"step": "Select the picture from the file."
},
{
"stepId": 7,
"step": "Locate the picture you want to insert."
},
{
"stepId": 8,
"step": "Click on insert."
},
{
"stepId": 9,
"step": "Click on the image to open the picture format tab in the ribbon."
},
{
"stepId": 10,
"step": "Select save as a picture to save the image to the word document."
}
] | [
{
"subtask1": "Scan your signature.",
"relation": "Must be done before",
"subtask2": "Save the scanned signature in png or jpg format."
},
{
"subtask1": "Open word document on your macbook.",
"relation": "Must be done before",
"subtask2": "Select insert tab."
},
{
"subtask1": "Select insert tab.",
"relation": "Must be done before",
"subtask2": "Click on pictures."
},
{
"subtask1": "Save the scanned signature in png or jpg format.",
"relation": "Must be done before",
"subtask2": "Locate the picture you want to insert."
},
{
"subtask1": "Click on pictures.",
"relation": "Must be done before",
"subtask2": "Locate the picture you want to insert."
},
{
"subtask1": "Locate the picture you want to insert.",
"relation": "Must be done before",
"subtask2": "Select the picture from the file."
},
{
"subtask1": "Select the picture from the file.",
"relation": "Must be done before",
"subtask2": "Click on insert."
},
{
"subtask1": "Click on insert.",
"relation": "Must be done before",
"subtask2": "Click on the image to open the picture format tab in the ribbon."
},
{
"subtask1": "Click on the image to open the picture format tab in the ribbon.",
"relation": "Must be done before",
"subtask2": "Select save as a picture to save the image to the word document."
}
] |
clean hardwood floors | [
{
"assumptionId": 1,
"assumption": "Clean hardwood floors diy."
}
] | [
{
"stepId": 1,
"step": "Find out what kind of floors you have."
},
{
"stepId": 2,
"step": "Daily dry mop the floor."
},
{
"stepId": 3,
"step": "Vacuum the floor weekly."
},
{
"stepId": 4,
"step": "Make use of a moist mop to clean heavily used areas."
},
{
"stepId": 5,
"step": "Clean the hardwood floors using the specified cleaner."
}
] | [
{
"subtask1": "Find out what kind of floors you have.",
"relation": "Must be done before",
"subtask2": "Make use of a moist mop to clean heavily used areas."
},
{
"subtask1": "Clean the hardwood floors using the specified cleaner.",
"relation": "Must be done before",
"subtask2": "Make use of a moist mop to clean heavily used areas."
},
{
"subtask1": "Make use of a moist mop to clean heavily used areas.",
"relation": "Must be done before",
"subtask2": "Daily dry mop the floor."
},
{
"subtask1": "Daily dry mop the floor.",
"relation": "Must be done before",
"subtask2": "Vacuum the floor weekly."
}
] |
make a signature | [
{
"assumptionId": 1,
"assumption": "Making signature of the name."
}
] | [
{
"stepId": 1,
"step": "Make your signature identifiable."
},
{
"stepId": 2,
"step": "Verify the signature's size."
},
{
"stepId": 3,
"step": "Avoid unnecessary strokes in signature."
},
{
"stepId": 4,
"step": "Do not leave out letters."
},
{
"stepId": 5,
"step": "Choose the proper size."
},
{
"stepId": 6,
"step": "Highlight the signature."
},
{
"stepId": 7,
"step": "Note down the date below the name."
}
] | [
{
"subtask1": "Choose the proper size.",
"relation": "Must be done before",
"subtask2": "Verify the signature's size."
},
{
"subtask1": "Verify the signature's size.",
"relation": "Must be done before",
"subtask2": "Do not leave out letters."
},
{
"subtask1": "Verify the signature's size.",
"relation": "Must be done before",
"subtask2": "Avoid unnecessary strokes in signature."
},
{
"subtask1": "Do not leave out letters.",
"relation": "Must be done before",
"subtask2": "Make your signature identifiable."
},
{
"subtask1": "Avoid unnecessary strokes in signature.",
"relation": "Must be done before",
"subtask2": "Make your signature identifiable."
},
{
"subtask1": "Make your signature identifiable.",
"relation": "Must be done before",
"subtask2": "Highlight the signature."
},
{
"subtask1": "Highlight the signature.",
"relation": "Must be done before",
"subtask2": "Note down the date below the name."
}
] |
make falafel | [
{
"assumptionId": 1,
"assumption": "Make falafel with chickpeas."
}
] | [
{
"stepId": 1,
"step": "Soak chickpeas in water for 12 hours."
},
{
"stepId": 2,
"step": "Rinse the chickpeas with fresh water."
},
{
"stepId": 3,
"step": "Mix chickpeas with chopped onion, garlic cloves, black pepper, red chilli powder, salt, ground cumin, etc in a bowl."
},
{
"stepId": 4,
"step": "Grind the mixture."
},
{
"stepId": 5,
"step": "Make small balls with the mixture."
},
{
"stepId": 6,
"step": "Refrigerate the balls for one hour."
},
{
"stepId": 7,
"step": "Slightly flatten the balls."
},
{
"stepId": 8,
"step": "Heat a large skillet over medium heat."
},
{
"stepId": 9,
"step": "Heat the oil."
},
{
"stepId": 10,
"step": "Lower the falafel balls into the oil gently."
},
{
"stepId": 11,
"step": "Cook the balls until golden brown."
}
] | [
{
"subtask1": "Soak chickpeas in water for 12 hours.",
"relation": "Must be done before",
"subtask2": "Rinse the chickpeas with fresh water."
},
{
"subtask1": "Rinse the chickpeas with fresh water.",
"relation": "Must be done before",
"subtask2": "Mix chickpeas with chopped onion, garlic cloves, black pepper, red chilli powder, salt, ground cumin, etc in a bowl."
},
{
"subtask1": "Mix chickpeas with chopped onion, garlic cloves, black pepper, red chilli powder, salt, ground cumin, etc in a bowl.",
"relation": "Must be done before",
"subtask2": "Grind the mixture."
},
{
"subtask1": "Grind the mixture.",
"relation": "Must be done before",
"subtask2": "Make small balls with the mixture."
},
{
"subtask1": "Make small balls with the mixture.",
"relation": "Must be done before",
"subtask2": "Refrigerate the balls for one hour."
},
{
"subtask1": "Refrigerate the balls for one hour.",
"relation": "Must be done before",
"subtask2": "Slightly flatten the balls."
},
{
"subtask1": "Refrigerate the balls for one hour.",
"relation": "Must be done before",
"subtask2": "Heat the oil."
},
{
"subtask1": "Slightly flatten the balls.",
"relation": "Must be done before",
"subtask2": "Heat a large skillet over medium heat."
},
{
"subtask1": "Heat the oil.",
"relation": "Must be done before",
"subtask2": "Heat a large skillet over medium heat."
},
{
"subtask1": "Heat a large skillet over medium heat.",
"relation": "Must be done before",
"subtask2": "Lower the falafel balls into the oil gently."
},
{
"subtask1": "Lower the falafel balls into the oil gently.",
"relation": "Must be done before",
"subtask2": "Cook the balls until golden brown."
}
] |
make fried rice | [
{
"assumptionId": 1,
"assumption": "Making cumin fried rice."
}
] | [
{
"stepId": 1,
"step": "Place a bowl on the stove."
},
{
"stepId": 2,
"step": "Add ghee into the bowl."
},
{
"stepId": 3,
"step": "Add some chopped onions and green chilies."
},
{
"stepId": 4,
"step": "Stir some cumin powder into the bowl."
},
{
"stepId": 5,
"step": "Cook until the mix turns to golden brown."
},
{
"stepId": 6,
"step": "Stir in some spices."
},
{
"stepId": 7,
"step": "Include sauces to the bowl."
},
{
"stepId": 8,
"step": "Add cooked rice to the mix."
},
{
"stepId": 9,
"step": "Roll the rice to combine with all the ingredients."
},
{
"stepId": 10,
"step": "Garnish with spring onions."
}
] | [
{
"subtask1": "Place a bowl on the stove.",
"relation": "Must be done before",
"subtask2": "Add ghee into the bowl."
},
{
"subtask1": "Add ghee into the bowl.",
"relation": "Must be done before",
"subtask2": "Add some chopped onions and green chilies."
},
{
"subtask1": "Add some chopped onions and green chilies.",
"relation": "Must be done before",
"subtask2": "Cook until the mix turns to golden brown."
},
{
"subtask1": "Cook until the mix turns to golden brown.",
"relation": "Must be done before",
"subtask2": "Stir some cumin powder into the bowl."
},
{
"subtask1": "Cook until the mix turns to golden brown.",
"relation": "Must be done before",
"subtask2": "Stir in some spices."
},
{
"subtask1": "Stir some cumin powder into the bowl.",
"relation": "Must be done before",
"subtask2": "Include sauces to the bowl."
},
{
"subtask1": "Stir in some spices.",
"relation": "Must be done before",
"subtask2": "Include sauces to the bowl."
},
{
"subtask1": "Include sauces to the bowl.",
"relation": "Must be done before",
"subtask2": "Add cooked rice to the mix."
},
{
"subtask1": "Add cooked rice to the mix.",
"relation": "Must be done before",
"subtask2": "Roll the rice to combine with all the ingredients."
},
{
"subtask1": "Roll the rice to combine with all the ingredients.",
"relation": "Must be done before",
"subtask2": "Garnish with spring onions."
}
] |
make sourdough bread | [
{
"assumptionId": 1,
"assumption": "Make sourdough bread in air fryer."
}
] | [
{
"stepId": 1,
"step": "Mix bread flour, flour, sourdough starter, oil, salt, etc in a bowl."
},
{
"stepId": 2,
"step": "Stir in the water until all of the ingredients are combined."
},
{
"stepId": 3,
"step": "Make a ball out of the dough."
},
{
"stepId": 4,
"step": "Cover the dough ball with a plastic wrap ."
},
{
"stepId": 5,
"step": "Place the ball in air fryer baking dish for 5 hours."
},
{
"stepId": 6,
"step": "Preheat the air fryer to 390 degrees."
},
{
"stepId": 7,
"step": "Remove the plastic wrap."
},
{
"stepId": 8,
"step": "Place the dough ball in the air fryer."
},
{
"stepId": 9,
"step": "Bake the bread for 20 minutes."
}
] | [
{
"subtask1": "Mix bread flour, flour, sourdough starter, oil, salt, etc in a bowl.",
"relation": "Must be done before",
"subtask2": "Stir in the water until all of the ingredients are combined."
},
{
"subtask1": "Stir in the water until all of the ingredients are combined.",
"relation": "Must be done before",
"subtask2": "Make a ball out of the dough."
},
{
"subtask1": "Make a ball out of the dough.",
"relation": "Must be done before",
"subtask2": "Cover the dough ball with a plastic wrap ."
},
{
"subtask1": "Cover the dough ball with a plastic wrap .",
"relation": "Must be done before",
"subtask2": "Place the ball in air fryer baking dish for 5 hours."
},
{
"subtask1": "Place the ball in air fryer baking dish for 5 hours.",
"relation": "Must be done before",
"subtask2": "Preheat the air fryer to 390 degrees."
},
{
"subtask1": "Preheat the air fryer to 390 degrees.",
"relation": "Must be done before",
"subtask2": "Remove the plastic wrap."
},
{
"subtask1": "Remove the plastic wrap.",
"relation": "Must be done before",
"subtask2": "Place the dough ball in the air fryer."
},
{
"subtask1": "Place the dough ball in the air fryer.",
"relation": "Must be done before",
"subtask2": "Bake the bread for 20 minutes."
}
] |
create a business plan | [
{
"assumptionId": 1,
"assumption": "Creating a business plan for a startup."
}
] | [
{
"stepId": 1,
"step": "Clarify the startup vision."
},
{
"stepId": 2,
"step": "Define the mission and values."
},
{
"stepId": 3,
"step": "Describe the executive summary in detail."
},
{
"stepId": 4,
"step": "Create milestones for your startup."
},
{
"stepId": 5,
"step": "Write a company description."
},
{
"stepId": 6,
"step": "Conduct market analysis."
},
{
"stepId": 7,
"step": "Create business partnerships."
},
{
"stepId": 8,
"step": "Create a startup marketing strategy."
},
{
"stepId": 9,
"step": "Make a note of your initial budget."
}
] | [
{
"subtask1": "Clarify the startup vision.",
"relation": "Must be done before",
"subtask2": "Define the mission and values."
},
{
"subtask1": "Define the mission and values.",
"relation": "Must be done before",
"subtask2": "Write a company description."
},
{
"subtask1": "Write a company description.",
"relation": "Must be done before",
"subtask2": "Conduct market analysis."
},
{
"subtask1": "Write a company description.",
"relation": "Must be done before",
"subtask2": "Create a startup marketing strategy."
},
{
"subtask1": "Conduct market analysis.",
"relation": "Must be done before",
"subtask2": "Describe the executive summary in detail."
},
{
"subtask1": "Create a startup marketing strategy.",
"relation": "Must be done before",
"subtask2": "Describe the executive summary in detail."
},
{
"subtask1": "Describe the executive summary in detail.",
"relation": "Must be done before",
"subtask2": "Make a note of your initial budget."
},
{
"subtask1": "Make a note of your initial budget.",
"relation": "Must be done before",
"subtask2": "Create business partnerships."
},
{
"subtask1": "Create business partnerships.",
"relation": "Must be done before",
"subtask2": "Create milestones for your startup."
}
] |
get a mortgage | [
{
"assumptionId": 1,
"assumption": "Getting a mortgage online."
}
] | [
{
"stepId": 1,
"step": "Fill the application form online."
},
{
"stepId": 2,
"step": "Submit the application form."
},
{
"stepId": 3,
"step": "Wait for the loan processing."
},
{
"stepId": 4,
"step": "Finish processing the initial loan."
},
{
"stepId": 5,
"step": "Sort out all of the papers."
},
{
"stepId": 6,
"step": "Wait for the loan verification."
}
] | [
{
"subtask1": "Fill the application form online.",
"relation": "Must be done before",
"subtask2": "Submit the application form."
},
{
"subtask1": "Submit the application form.",
"relation": "Must be done before",
"subtask2": "Wait for the loan processing."
},
{
"subtask1": "Wait for the loan processing.",
"relation": "Must be done before",
"subtask2": "Finish processing the initial loan."
},
{
"subtask1": "Finish processing the initial loan.",
"relation": "Must be done before",
"subtask2": "Sort out all of the papers."
},
{
"subtask1": "Sort out all of the papers.",
"relation": "Must be done before",
"subtask2": "Wait for the loan verification."
}
] |
tie dye an old shirt | [
{
"assumptionId": 1,
"assumption": "Tie dye an old shirt using rubber bands."
}
] | [
{
"stepId": 1,
"step": "Prepare the t-shirts you plan to tie die."
},
{
"stepId": 2,
"step": "Clean the t-shirt with a simple detergent."
},
{
"stepId": 3,
"step": "Get the dye supplies together."
},
{
"stepId": 4,
"step": "Decide on a pattern."
},
{
"stepId": 5,
"step": "Fold the shirt in the appropriate manner to reach the chosen style."
},
{
"stepId": 6,
"step": "Tie t-shirt into the shape with rubber bands."
},
{
"stepId": 7,
"step": "Begin dyeing the t-shirt."
},
{
"stepId": 8,
"step": "Place the t-shirt in the plastic bag."
}
] | [
{
"subtask1": "Prepare the t-shirts you plan to tie die.",
"relation": "Must be done before",
"subtask2": "Clean the t-shirt with a simple detergent."
},
{
"subtask1": "Clean the t-shirt with a simple detergent.",
"relation": "Must be done before",
"subtask2": "Fold the shirt in the appropriate manner to reach the chosen style."
},
{
"subtask1": "Get the dye supplies together.",
"relation": "Must be done before",
"subtask2": "Decide on a pattern."
},
{
"subtask1": "Decide on a pattern.",
"relation": "Must be done before",
"subtask2": "Fold the shirt in the appropriate manner to reach the chosen style."
},
{
"subtask1": "Fold the shirt in the appropriate manner to reach the chosen style.",
"relation": "Must be done before",
"subtask2": "Tie t-shirt into the shape with rubber bands."
},
{
"subtask1": "Tie t-shirt into the shape with rubber bands.",
"relation": "Must be done before",
"subtask2": "Begin dyeing the t-shirt."
},
{
"subtask1": "Begin dyeing the t-shirt.",
"relation": "Must be done before",
"subtask2": "Place the t-shirt in the plastic bag."
}
] |
cook tilapia | [
{
"assumptionId": 1,
"assumption": "Cook tilapia on the stove."
}
] | [
{
"stepId": 1,
"step": "Mix the flour, garlic powder, onion powder, chili powder, and cumin in a bowl."
},
{
"stepId": 2,
"step": "Add salt and pepper on the tilapia filets."
},
{
"stepId": 3,
"step": "Toss the tilapia in the flour mixture."
},
{
"stepId": 4,
"step": "Remove any extra flour by shaking."
},
{
"stepId": 5,
"step": "Set the tilapia on a clean plate."
},
{
"stepId": 6,
"step": "Put a nonstick skillet on the stove at medium heat."
},
{
"stepId": 7,
"step": "Brush oil to the pan."
},
{
"stepId": 8,
"step": "Add 2 filets to the pan."
},
{
"stepId": 9,
"step": "Cook for a few minutes until the crust is golden."
},
{
"stepId": 10,
"step": "Repeat with the remaining filets."
},
{
"stepId": 11,
"step": "Serve right away with lime wedges and cilantro."
}
] | [
{
"subtask1": "Mix the flour, garlic powder, onion powder, chili powder, and cumin in a bowl.",
"relation": "Must be done before",
"subtask2": "Toss the tilapia in the flour mixture."
},
{
"subtask1": "Add salt and pepper on the tilapia filets.",
"relation": "Must be done before",
"subtask2": "Toss the tilapia in the flour mixture."
},
{
"subtask1": "Toss the tilapia in the flour mixture.",
"relation": "Must be done before",
"subtask2": "Remove any extra flour by shaking."
},
{
"subtask1": "Remove any extra flour by shaking.",
"relation": "Must be done before",
"subtask2": "Set the tilapia on a clean plate."
},
{
"subtask1": "Set the tilapia on a clean plate.",
"relation": "Must be done before",
"subtask2": "Put a nonstick skillet on the stove at medium heat."
},
{
"subtask1": "Put a nonstick skillet on the stove at medium heat.",
"relation": "Must be done before",
"subtask2": "Brush oil to the pan."
},
{
"subtask1": "Brush oil to the pan.",
"relation": "Must be done before",
"subtask2": "Add 2 filets to the pan."
},
{
"subtask1": "Add 2 filets to the pan.",
"relation": "Must be done before",
"subtask2": "Cook for a few minutes until the crust is golden."
},
{
"subtask1": "Cook for a few minutes until the crust is golden.",
"relation": "Must be done before",
"subtask2": "Repeat with the remaining filets."
},
{
"subtask1": "Repeat with the remaining filets.",
"relation": "Must be done before",
"subtask2": "Serve right away with lime wedges and cilantro."
}
] |
make homemade biscuits | [
{
"assumptionId": 1,
"assumption": "Make homemade buttermilk biscuits."
}
] | [
{
"stepId": 1,
"step": "Mix the flour, baking powder, brown sugar, etc in a bowl."
},
{
"stepId": 2,
"step": "Sprinkle the dry ingredients with the diced butter."
},
{
"stepId": 3,
"step": "Stir continuously to combine all the ingredients."
},
{
"stepId": 4,
"step": "Incorporate the cold buttermilk into the mixture."
},
{
"stepId": 5,
"step": "Make the dough."
},
{
"stepId": 6,
"step": "Fold the dough in half."
},
{
"stepId": 7,
"step": "Use a biscuit cutter to cut the biscuits."
},
{
"stepId": 8,
"step": "Bake the biscuits in the oven for 10 minutes."
}
] | [
{
"subtask1": "Mix the flour, baking powder, brown sugar, etc in a bowl.",
"relation": "Must be done before",
"subtask2": "Sprinkle the dry ingredients with the diced butter."
},
{
"subtask1": "Sprinkle the dry ingredients with the diced butter.",
"relation": "Must be done before",
"subtask2": "Stir continuously to combine all the ingredients."
},
{
"subtask1": "Stir continuously to combine all the ingredients.",
"relation": "Must be done before",
"subtask2": "Incorporate the cold buttermilk into the mixture."
},
{
"subtask1": "Incorporate the cold buttermilk into the mixture.",
"relation": "Must be done before",
"subtask2": "Make the dough."
},
{
"subtask1": "Make the dough.",
"relation": "Must be done before",
"subtask2": "Fold the dough in half."
},
{
"subtask1": "Fold the dough in half.",
"relation": "Must be done before",
"subtask2": "Use a biscuit cutter to cut the biscuits."
},
{
"subtask1": "Use a biscuit cutter to cut the biscuits.",
"relation": "Must be done before",
"subtask2": "Bake the biscuits in the oven for 10 minutes."
}
] |
calculate net income | [
{
"assumptionId": 1,
"assumption": ""
}
] | [
{
"stepId": 1,
"step": "Find out the total revenue."
},
{
"stepId": 2,
"step": "Find out the total cost of sales."
},
{
"stepId": 3,
"step": "Find out the other expenses."
},
{
"stepId": 4,
"step": "Add the total cost of sales and the total other expenses."
},
{
"stepId": 5,
"step": "Subtract the number from the total revenue."
},
{
"stepId": 6,
"step": "Determined value is the net income."
}
] | [
{
"subtask1": "Find out the total revenue.",
"relation": "Must be done before",
"subtask2": "Find out the total cost of sales."
},
{
"subtask1": "Find out the total revenue.",
"relation": "Must be done before",
"subtask2": "Find out the other expenses."
},
{
"subtask1": "Find out the total cost of sales.",
"relation": "Must be done before",
"subtask2": "Add the total cost of sales and the total other expenses."
},
{
"subtask1": "Find out the other expenses.",
"relation": "Must be done before",
"subtask2": "Add the total cost of sales and the total other expenses."
},
{
"subtask1": "Add the total cost of sales and the total other expenses.",
"relation": "Must be done before",
"subtask2": "Subtract the number from the total revenue."
},
{
"subtask1": "Subtract the number from the total revenue.",
"relation": "Must be done before",
"subtask2": "Determined value is the net income."
}
] |
get paint out of clothes | [
{
"assumptionId": 1,
"assumption": "Getting paint out of clothes using soap water."
}
] | [
{
"stepId": 1,
"step": "Remove the excess paint on your clothes with a knife."
},
{
"stepId": 2,
"step": "Rinse the scraped area of the cloth."
},
{
"stepId": 3,
"step": "Prepare a soapy water mixture."
},
{
"stepId": 4,
"step": "Take a soft cloth."
},
{
"stepId": 5,
"step": "Blot the soap water with soft cloth on the painted area."
},
{
"stepId": 6,
"step": "Re-rinse the clothing."
},
{
"stepId": 7,
"step": "Scrub the painted area with brush."
},
{
"stepId": 8,
"step": "Give the clothing one last hot water rinse."
}
] | [
{
"subtask1": "Remove the excess paint on your clothes with a knife.",
"relation": "Must be done before",
"subtask2": "Rinse the scraped area of the cloth."
},
{
"subtask1": "Rinse the scraped area of the cloth.",
"relation": "Must be done before",
"subtask2": "Blot the soap water with soft cloth on the painted area."
},
{
"subtask1": "Prepare a soapy water mixture.",
"relation": "Must be done before",
"subtask2": "Blot the soap water with soft cloth on the painted area."
},
{
"subtask1": "Take a soft cloth.",
"relation": "Must be done before",
"subtask2": "Blot the soap water with soft cloth on the painted area."
},
{
"subtask1": "Blot the soap water with soft cloth on the painted area.",
"relation": "Must be done before",
"subtask2": "Scrub the painted area with brush."
},
{
"subtask1": "Scrub the painted area with brush.",
"relation": "Must be done before",
"subtask2": "Re-rinse the clothing."
},
{
"subtask1": "Re-rinse the clothing.",
"relation": "Must be done before",
"subtask2": "Give the clothing one last hot water rinse."
}
] |
write a personal statement | [
{
"assumptionId": 1,
"assumption": "Writing a personal statement for a job."
}
] | [
{
"stepId": 1,
"step": "Start the statement by the name."
},
{
"stepId": 2,
"step": "Include personal information. "
},
{
"stepId": 3,
"step": "Highlight your accomplishments. "
},
{
"stepId": 4,
"step": "Include an example of the skills. "
},
{
"stepId": 6,
"step": "Write down the strengths and weaknesses."
},
{
"stepId": 7,
"step": "Include the career goals."
}
] | [
{
"subtask1": "Start the statement by the name.",
"relation": "Must be done before",
"subtask2": "Include the career goals."
},
{
"subtask1": "Include the career goals.",
"relation": "Must be done before",
"subtask2": "Include an example of the skills. "
},
{
"subtask1": "Include the career goals.",
"relation": "Must be done before",
"subtask2": "Highlight your accomplishments. "
},
{
"subtask1": "Include an example of the skills. ",
"relation": "Must be done before",
"subtask2": "Write down the strengths and weaknesses."
},
{
"subtask1": "Highlight your accomplishments. ",
"relation": "Must be done before",
"subtask2": "Write down the strengths and weaknesses."
},
{
"subtask1": "Write down the strengths and weaknesses.",
"relation": "Must be done before",
"subtask2": "Include personal information. "
}
] |
make greek yogurt | [
{
"assumptionId": 1,
"assumption": "Make greek yogurt on the stove."
}
] | [
{
"stepId": 1,
"step": "Heat milk in a pot on medium flame on the stove."
},
{
"stepId": 2,
"step": "Stir often to avoid the skin from forming over the milk."
},
{
"stepId": 3,
"step": "Add ice and water to a bigger pot."
},
{
"stepId": 4,
"step": "Move the heated milk into the ice-water pot."
},
{
"stepId": 5,
"step": "Allow the milk to cool."
},
{
"stepId": 6,
"step": "Take a cup of warm milk in a separate bowl."
},
{
"stepId": 7,
"step": "Blend the plain yogurt into the milk completely."
},
{
"stepId": 8,
"step": "Pour the rest of the milk in the bowl."
},
{
"stepId": 9,
"step": "Mix the mixture well."
},
{
"stepId": 10,
"step": "Put a lid on the bowl."
},
{
"stepId": 11,
"step": "Wrap in a warm, damp cloth."
},
{
"stepId": 12,
"step": "Allow it to rest overnight."
},
{
"stepId": 13,
"step": "Fill the cheesecloth with the cooled yogurt."
},
{
"stepId": 14,
"step": "Keep chilled for 8 to 24 hours."
}
] | [
{
"subtask1": "Heat milk in a pot on medium flame on the stove.",
"relation": "Must be done before",
"subtask2": "Stir often to avoid the skin from forming over the milk."
},
{
"subtask1": "Add ice and water to a bigger pot.",
"relation": "Must be done before",
"subtask2": "Move the heated milk into the ice-water pot."
},
{
"subtask1": "Stir often to avoid the skin from forming over the milk.",
"relation": "Must be done before",
"subtask2": "Move the heated milk into the ice-water pot."
},
{
"subtask1": "Stir often to avoid the skin from forming over the milk.",
"relation": "Must be done before",
"subtask2": "Take a cup of warm milk in a separate bowl."
},
{
"subtask1": "Move the heated milk into the ice-water pot.",
"relation": "Must be done before",
"subtask2": "Allow the milk to cool."
},
{
"subtask1": "Take a cup of warm milk in a separate bowl.",
"relation": "Must be done before",
"subtask2": "Blend the plain yogurt into the milk completely."
},
{
"subtask1": "Blend the plain yogurt into the milk completely.",
"relation": "Must be done before",
"subtask2": "Pour the rest of the milk in the bowl."
},
{
"subtask1": "Pour the rest of the milk in the bowl.",
"relation": "Must be done before",
"subtask2": "Mix the mixture well."
},
{
"subtask1": "Mix the mixture well.",
"relation": "Must be done before",
"subtask2": "Wrap in a warm, damp cloth."
},
{
"subtask1": "Mix the mixture well.",
"relation": "Must be done before",
"subtask2": "Put a lid on the bowl."
},
{
"subtask1": "Wrap in a warm, damp cloth.",
"relation": "Must be done before",
"subtask2": "Allow it to rest overnight."
},
{
"subtask1": "Put a lid on the bowl.",
"relation": "Must be done before",
"subtask2": "Allow it to rest overnight."
},
{
"subtask1": "Allow it to rest overnight.",
"relation": "Must be done before",
"subtask2": "Keep chilled for 8 to 24 hours."
},
{
"subtask1": "Keep chilled for 8 to 24 hours.",
"relation": "Must be done before",
"subtask2": "Fill the cheesecloth with the cooled yogurt."
}
] |
make cheese sauce | [
{
"assumptionId": 1,
"assumption": "Make cheese sauce with cornflour."
}
] | [
{
"stepId": 1,
"step": "Place a pan on the stove over medium heat."
},
{
"stepId": 2,
"step": "Mix cornflour with milk."
},
{
"stepId": 3,
"step": "Pour milk into the pan."
},
{
"stepId": 4,
"step": "Allow the milk to boil."
},
{
"stepId": 5,
"step": "Remove the pan from the heat."
},
{
"stepId": 6,
"step": "Mix in the grated cheese with the milk."
},
{
"stepId": 7,
"step": "Stir continuously to mix all the ingredients."
}
] | [
{
"subtask1": "Place a pan on the stove over medium heat.",
"relation": "Must be done before",
"subtask2": "Pour milk into the pan."
},
{
"subtask1": "Pour milk into the pan.",
"relation": "Must be done before",
"subtask2": "Allow the milk to boil."
},
{
"subtask1": "Allow the milk to boil.",
"relation": "Must be done before",
"subtask2": "Mix cornflour with milk."
},
{
"subtask1": "Allow the milk to boil.",
"relation": "Must be done before",
"subtask2": "Mix in the grated cheese with the milk."
},
{
"subtask1": "Mix cornflour with milk.",
"relation": "Must be done before",
"subtask2": "Stir continuously to mix all the ingredients."
},
{
"subtask1": "Mix in the grated cheese with the milk.",
"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": "Remove the pan from the heat."
}
] |
clean washing machine | [
{
"assumptionId": 1,
"assumption": "Clean front load washing machine."
}
] | [
{
"stepId": 1,
"step": "Find the gasket in front load washing machine."
},
{
"stepId": 2,
"step": "Clean the gasket."
},
{
"stepId": 3,
"step": "Fill the drum with baking soda."
},
{
"stepId": 4,
"step": "Start your washer."
},
{
"stepId": 5,
"step": "Sanitize the detergent dispenser panel."
},
{
"stepId": 6,
"step": "Clean the washer's exterior."
}
] | [
{
"subtask1": "Find the gasket in front load washing machine.",
"relation": "Must be done before",
"subtask2": "Clean the gasket."
},
{
"subtask1": "Clean the gasket.",
"relation": "Must be done before",
"subtask2": "Sanitize the detergent dispenser panel."
},
{
"subtask1": "Sanitize the detergent dispenser panel.",
"relation": "Must be done before",
"subtask2": "Fill the drum with baking soda."
},
{
"subtask1": "Fill the drum with baking soda.",
"relation": "Must be done before",
"subtask2": "Start your washer."
},
{
"subtask1": "Start your washer.",
"relation": "Must be done before",
"subtask2": "Clean the washer's exterior."
}
] |
surf | [
{
"assumptionId": 1,
"assumption": ""
}
] | [
{
"stepId": 1,
"step": "Find an instructor."
},
{
"stepId": 2,
"step": "Get a surfboard with a leash and fins."
},
{
"stepId": 3,
"step": "Put on a wetsuit."
},
{
"stepId": 4,
"step": "Apply sunscreen."
},
{
"stepId": 5,
"step": "Locate a wave."
},
{
"stepId": 6,
"step": "Get on the wave."
},
{
"stepId": 7,
"step": "Positioned on the middle section of the board."
}
] | [
{
"subtask1": "Apply sunscreen.",
"relation": "Must be done before",
"subtask2": "Put on a wetsuit."
},
{
"subtask1": "Find an instructor.",
"relation": "Must be done before",
"subtask2": "Locate a wave."
},
{
"subtask1": "Get a surfboard with a leash and fins.",
"relation": "Must be done before",
"subtask2": "Locate a wave."
},
{
"subtask1": "Put on a wetsuit.",
"relation": "Must be done before",
"subtask2": "Locate a wave."
},
{
"subtask1": "Locate a wave.",
"relation": "Must be done before",
"subtask2": "Get on the wave."
},
{
"subtask1": "Get on the wave.",
"relation": "Must be done before",
"subtask2": "Positioned on the middle section of the board."
}
] |
grow garlic | [
{
"assumptionId": 1,
"assumption": "Growing garlic in soil."
}
] | [
{
"stepId": 1,
"step": "Choose the right container."
},
{
"stepId": 2,
"step": "Fill the container with soil."
},
{
"stepId": 3,
"step": "Plant the cloves of garlic in the soil."
},
{
"stepId": 7,
"step": "Keep the soil moist."
},
{
"stepId": 5,
"step": "Fertilize the soil on regular basis."
},
{
"stepId": 6,
"step": "Harvest the garlic."
}
] | [
{
"subtask1": "Choose the right container.",
"relation": "Must be done before",
"subtask2": "Fill the container with soil."
},
{
"subtask1": "Fill the container with soil.",
"relation": "Must be done before",
"subtask2": "Plant the cloves of garlic in the soil."
},
{
"subtask1": "Plant the cloves of garlic in the soil.",
"relation": "Must be done before",
"subtask2": "Keep the soil moist."
},
{
"subtask1": "Plant the cloves of garlic in the soil.",
"relation": "Must be done before",
"subtask2": "Fertilize the soil on regular basis."
},
{
"subtask1": "Keep the soil moist.",
"relation": "Must be done before",
"subtask2": "Harvest the garlic."
},
{
"subtask1": "Fertilize the soil on regular basis.",
"relation": "Must be done before",
"subtask2": "Harvest the garlic."
}
] |
knit for beginners | [
{
"assumptionId": 1,
"assumption": "Knitting for beginners with a stick."
}
] | [
{
"stepId": 1,
"step": "Wrap the yarn around your pinky finger."
},
{
"stepId": 2,
"step": "Bring the yarn across the back of your hands."
},
{
"stepId": 3,
"step": "Reverse your hand."
},
{
"stepId": 4,
"step": "Wrap the yarn around your thumb clockwise once."
},
{
"stepId": 5,
"step": "Secure the tail between your ring and pinky finger."
},
{
"stepId": 6,
"step": "Take out a knitting stick."
},
{
"stepId": 7,
"step": "Put them within the loop that wraps around your thumb from below."
},
{
"stepId": 8,
"step": "Grab the yarn towards your index finger coming from behind."
},
{
"stepId": 9,
"step": "Thread the yarn through the thumb-shaped loop."
},
{
"stepId": 10,
"step": "Remove your thumb from the loop."
},
{
"stepId": 11,
"step": "Pull tight by spreading your thumb and index finger."
},
{
"stepId": 12,
"step": "Repeat the process to knit."
}
] | [
{
"subtask1": "Secure the tail between your ring and pinky finger.",
"relation": "Must be done before",
"subtask2": "Wrap the yarn around your pinky finger."
},
{
"subtask1": "Wrap the yarn around your pinky finger.",
"relation": "Must be done before",
"subtask2": "Bring the yarn across the back of your hands."
},
{
"subtask1": "Bring the yarn across the back of your hands.",
"relation": "Must be done before",
"subtask2": "Reverse your hand."
},
{
"subtask1": "Reverse your hand.",
"relation": "Must be done before",
"subtask2": "Grab the yarn towards your index finger coming from behind."
},
{
"subtask1": "Grab the yarn towards your index finger coming from behind.",
"relation": "Must be done before",
"subtask2": "Wrap the yarn around your thumb clockwise once."
},
{
"subtask1": "Take out a knitting stick.",
"relation": "Must be done before",
"subtask2": "Put them within the loop that wraps around your thumb from below."
},
{
"subtask1": "Wrap the yarn around your thumb clockwise once.",
"relation": "Must be done before",
"subtask2": "Put them within the loop that wraps around your thumb from below."
},
{
"subtask1": "Put them within the loop that wraps around your thumb from below.",
"relation": "Must be done before",
"subtask2": "Thread the yarn through the thumb-shaped loop."
},
{
"subtask1": "Thread the yarn through the thumb-shaped loop.",
"relation": "Must be done before",
"subtask2": "Pull tight by spreading your thumb and index finger."
},
{
"subtask1": "Pull tight by spreading your thumb and index finger.",
"relation": "Must be done before",
"subtask2": "Remove your thumb from the loop."
},
{
"subtask1": "Remove your thumb from the loop.",
"relation": "Must be done before",
"subtask2": "Repeat the process to knit."
}
] |
clean outdoor cushions | [
{
"assumptionId": 1,
"assumption": "Clean outdoor cushions diy."
}
] | [
{
"stepId": 1,
"step": "Remove the cushions from your furniture."
},
{
"stepId": 2,
"step": "Use an upholstery attachment to vacuum."
},
{
"stepId": 3,
"step": "Mix dish soap in warm water."
},
{
"stepId": 4,
"step": "Pour this water mixture on cushions."
},
{
"stepId": 5,
"step": "Scrub any tough areas with a scrub brush."
},
{
"stepId": 6,
"step": "Use a garden hose to rinse them."
},
{
"stepId": 7,
"step": "Allow them to dry outside for a few hours."
}
] | [
{
"subtask1": "Remove the cushions from your furniture.",
"relation": "Must be done before",
"subtask2": "Use an upholstery attachment to vacuum."
},
{
"subtask1": "Use an upholstery attachment to vacuum.",
"relation": "Must be done before",
"subtask2": "Pour this water mixture on cushions."
},
{
"subtask1": "Mix dish soap in warm water.",
"relation": "Must be done before",
"subtask2": "Pour this water mixture on cushions."
},
{
"subtask1": "Pour this water mixture on cushions.",
"relation": "Must be done before",
"subtask2": "Scrub any tough areas with a scrub brush."
},
{
"subtask1": "Scrub any tough areas with a scrub brush.",
"relation": "Must be done before",
"subtask2": "Use a garden hose to rinse them."
},
{
"subtask1": "Use a garden hose to rinse them.",
"relation": "Must be done before",
"subtask2": "Allow them to dry outside for a few hours."
}
] |
connect apple watch to iphone | [
{
"assumptionId": 1,
"assumption": ""
}
] | [
{
"stepId": 1,
"step": "Turn on the apple watch."
},
{
"stepId": 2,
"step": "Hold the iphone and the watch close to each other."
},
{
"stepId": 3,
"step": "Open the watch app on the iphone."
},
{
"stepId": 4,
"step": "Tap on all watches."
},
{
"stepId": 5,
"step": "Select the pair apple watch manually."
},
{
"stepId": 6,
"step": "Tap the i on the watch."
},
{
"stepId": 7,
"step": "Select the watch's name displayed on the iphone."
},
{
"stepId": 8,
"step": "Enter the 6-digit code displayed on the watch."
},
{
"stepId": 9,
"step": "Follow the on-screen steps to finish the setup after pairing."
}
] | [
{
"subtask1": "Turn on the apple watch.",
"relation": "Must be done before",
"subtask2": "Hold the iphone and the watch close to each other."
},
{
"subtask1": "Hold the iphone and the watch close to each other.",
"relation": "Must be done before",
"subtask2": "Open the watch app on the iphone."
},
{
"subtask1": "Open the watch app on the iphone.",
"relation": "Must be done before",
"subtask2": "Tap on all watches."
},
{
"subtask1": "Tap on all watches.",
"relation": "Must be done before",
"subtask2": "Select the pair apple watch manually."
},
{
"subtask1": "Select the pair apple watch manually.",
"relation": "Must be done before",
"subtask2": "Tap the i on the watch."
},
{
"subtask1": "Tap the i on the watch.",
"relation": "Must be done before",
"subtask2": "Select the watch's name displayed on the iphone."
},
{
"subtask1": "Select the watch's name displayed on the iphone.",
"relation": "Must be done before",
"subtask2": "Enter the 6-digit code displayed on the watch."
},
{
"subtask1": "Enter the 6-digit code displayed on the watch.",
"relation": "Must be done before",
"subtask2": "Follow the on-screen steps to finish the setup after pairing."
}
] |
make birria tacos | [
{
"assumptionId": 1,
"assumption": "Make birria tacos in the oven."
}
] | [
{
"stepId": 1,
"step": "Soak the chilli in the warm water."
},
{
"stepId": 2,
"step": "Preheat the oven to 350 degrees."
},
{
"stepId": 3,
"step": "Heat a dutch oven over medium-high heat on the stove."
},
{
"stepId": 4,
"step": "Add the vegetable oil, beef roast, salt, etc into the dutch oven."
},
{
"stepId": 5,
"step": "Add the cherry tomatoes, onion, garlic clove, ground cloves, bay leaves, etc in a blender."
},
{
"stepId": 6,
"step": "Blend the ingredients to make a sauce."
},
{
"stepId": 7,
"step": "Place the dutch oven in the oven."
},
{
"stepId": 8,
"step": "Bake for 2 hours until the meat is tender."
},
{
"stepId": 9,
"step": "Remove the meat from the oven."
},
{
"stepId": 10,
"step": "Mix the sauce mixture with the meat."
},
{
"stepId": 11,
"step": "Allow to cook for 20 minutes."
}
] | [
{
"subtask1": "Soak the chilli in the warm water.",
"relation": "Must be done before",
"subtask2": "Add the cherry tomatoes, onion, garlic clove, ground cloves, bay leaves, etc in a blender."
},
{
"subtask1": "Add the cherry tomatoes, onion, garlic clove, ground cloves, bay leaves, etc in a blender.",
"relation": "Must be done before",
"subtask2": "Blend the ingredients to make a sauce."
},
{
"subtask1": "Heat a dutch oven over medium-high heat on the stove.",
"relation": "Must be done before",
"subtask2": "Add the vegetable oil, beef roast, salt, etc into the dutch oven."
},
{
"subtask1": "Preheat the oven to 350 degrees.",
"relation": "Must be done before",
"subtask2": "Place the dutch oven in the oven."
},
{
"subtask1": "Add the vegetable oil, beef roast, salt, etc into the dutch oven.",
"relation": "Must be done before",
"subtask2": "Place the dutch oven in the oven."
},
{
"subtask1": "Place the dutch oven in the oven.",
"relation": "Must be done before",
"subtask2": "Bake for 2 hours until the meat is tender."
},
{
"subtask1": "Bake for 2 hours until the meat is tender.",
"relation": "Must be done before",
"subtask2": "Remove the meat from the oven."
},
{
"subtask1": "Blend the ingredients to make a sauce.",
"relation": "Must be done before",
"subtask2": "Mix the sauce mixture with the meat."
},
{
"subtask1": "Remove the meat from the oven.",
"relation": "Must be done before",
"subtask2": "Mix the sauce mixture with the meat."
},
{
"subtask1": "Mix the sauce mixture with the meat.",
"relation": "Must be done before",
"subtask2": "Allow to cook for 20 minutes."
}
] |
make ice cream | [
{
"assumptionId": 1,
"assumption": "Making mango ice cream."
}
] | [
{
"stepId": 1,
"step": "Add the mango cubes into the blender."
},
{
"stepId": 2,
"step": "Add sugar into the mango cubes."
},
{
"stepId": 3,
"step": "Make a mango puree"
},
{
"stepId": 4,
"step": "Add the cream to a mixing bowl"
},
{
"stepId": 5,
"step": "Whip the cream"
},
{
"stepId": 6,
"step": "Add the mango puree to the whipped cream"
},
{
"stepId": 7,
"step": "Pour the combined mango mixture into a container."
}
] | [
{
"subtask1": "Add the mango cubes into the blender.",
"relation": "Must be done before",
"subtask2": "Add sugar into the mango cubes."
},
{
"subtask1": "Add sugar into the mango cubes.",
"relation": "Must be done before",
"subtask2": "Make a mango puree"
},
{
"subtask1": "Add the cream to a mixing bowl",
"relation": "Must be done before",
"subtask2": "Whip the cream"
},
{
"subtask1": "Make a mango puree",
"relation": "Must be done before",
"subtask2": "Add the mango puree to the whipped cream"
},
{
"subtask1": "Whip the cream",
"relation": "Must be done before",
"subtask2": "Add the mango puree to the whipped cream"
},
{
"subtask1": "Add the mango puree to the whipped cream",
"relation": "Must be done before",
"subtask2": "Pour the combined mango mixture into a container."
}
] |
get a business loan | [
{
"assumptionId": 1,
"assumption": "Get a business loan online."
}
] | [
{
"stepId": 1,
"step": "Go to any online loan website."
},
{
"stepId": 2,
"step": "Click on apply online."
},
{
"stepId": 3,
"step": "Get otp by providing your name and phone number."
},
{
"stepId": 4,
"step": "Fill the personal and business details."
},
{
"stepId": 5,
"step": "Submit necessary documents."
},
{
"stepId": 6,
"step": "Upload your most recent six-month bank statement."
}
] | [
{
"subtask1": "Go to any online loan website.",
"relation": "Must be done before",
"subtask2": "Click on apply online."
},
{
"subtask1": "Click on apply online.",
"relation": "Must be done before",
"subtask2": "Get otp by providing your name and phone number."
},
{
"subtask1": "Get otp by providing your name and phone number.",
"relation": "Must be done before",
"subtask2": "Fill the personal and business details."
},
{
"subtask1": "Fill the personal and business details.",
"relation": "Must be done before",
"subtask2": "Submit necessary documents."
},
{
"subtask1": "Submit necessary documents.",
"relation": "Must be done before",
"subtask2": "Upload your most recent six-month bank statement."
}
] |
write bibliography | [
{
"assumptionId": 1,
"assumption": "Write bibliography of apj abdul kalam."
}
] | [
{
"stepId": 1,
"step": "Make a list of references."
},
{
"stepId": 2,
"step": "Arrange all the references of apj abdul kalam."
},
{
"stepId": 3,
"step": "Make use of ellipses if the authors are more than seven."
},
{
"stepId": 4,
"step": "Cite the sources written by the same author in chronological order."
},
{
"stepId": 5,
"step": "Mention the articles,books and websites with the author's name."
},
{
"stepId": 6,
"step": "Check for a trustworthy source for other citation rules."
}
] | [
{
"subtask1": "Make a list of references.",
"relation": "Must be done before",
"subtask2": "Make use of ellipses if the authors are more than seven."
},
{
"subtask1": "Make use of ellipses if the authors are more than seven.",
"relation": "Must be done before",
"subtask2": "Mention the articles,books and websites with the author's name."
},
{
"subtask1": "Mention the articles,books and websites with the author's name.",
"relation": "Must be done before",
"subtask2": "Cite the sources written by the same author in chronological order."
},
{
"subtask1": "Cite the sources written by the same author in chronological order.",
"relation": "Must be done before",
"subtask2": "Check for a trustworthy source for other citation rules."
},
{
"subtask1": "Check for a trustworthy source for other citation rules.",
"relation": "Must be done before",
"subtask2": "Arrange all the references of apj abdul kalam."
}
] |
use venmo | [
{
"assumptionId": 1,
"assumption": "Use venmo to receive money."
}
] | [
{
"stepId": 1,
"step": "Open the venmo app on your mobile."
},
{
"stepId": 2,
"step": "Sign in with your details."
},
{
"stepId": 3,
"step": "Select the new payment or request option."
},
{
"stepId": 4,
"step": "Enter the payer contact number."
},
{
"stepId": 5,
"step": "Enter the amount you want to receive."
},
{
"stepId": 6,
"step": "Click on request."
},
{
"stepId": 7,
"step": "Click on request amount from payer."
}
] | [
{
"subtask1": "Open the venmo app on your mobile.",
"relation": "Must be done before",
"subtask2": "Sign in with your details."
},
{
"subtask1": "Sign in with your details.",
"relation": "Must be done before",
"subtask2": "Select the new payment or request option."
},
{
"subtask1": "Select the new payment or request option.",
"relation": "Must be done before",
"subtask2": "Enter the payer contact number."
},
{
"subtask1": "Select the new payment or request option.",
"relation": "Must be done before",
"subtask2": "Enter the amount you want to receive."
},
{
"subtask1": "Enter the amount you want to receive.",
"relation": "Must be done before",
"subtask2": "Click on request."
},
{
"subtask1": "Click on request.",
"relation": "Must be done before",
"subtask2": "Click on request amount from payer."
}
] |
follow up after an interview | [
{
"assumptionId": 1,
"assumption": "Follow up after an interview with an email."
}
] | [
{
"stepId": 1,
"step": "Use the recipient's first name when addressing the email."
},
{
"stepId": 2,
"step": "Mention the job title of the position you are pursuing."
},
{
"stepId": 3,
"step": "Mention the interview date to help them remember."
},
{
"stepId": 4,
"step": "Make sure the employer knows you remain interested in the job."
},
{
"stepId": 5,
"step": "Request an update."
}
] | [
{
"subtask1": "Use the recipient's first name when addressing the email.",
"relation": "Must be done before",
"subtask2": "Mention the job title of the position you are pursuing."
},
{
"subtask1": "Use the recipient's first name when addressing the email.",
"relation": "Must be done before",
"subtask2": "Mention the interview date to help them remember."
},
{
"subtask1": "Mention the job title of the position you are pursuing.",
"relation": "Must be done before",
"subtask2": "Make sure the employer knows you remain interested in the job."
},
{
"subtask1": "Mention the interview date to help them remember.",
"relation": "Must be done before",
"subtask2": "Make sure the employer knows you remain interested in the job."
},
{
"subtask1": "Make sure the employer knows you remain interested in the job.",
"relation": "Must be done before",
"subtask2": "Request an update."
}
] |
sell products on amazon | [
{
"assumptionId": 1,
"assumption": "Sell products online on amazon."
}
] | [
{
"stepId": 1,
"step": "Obtain legal tax documentation."
},
{
"stepId": 2,
"step": "Apply for upc."
},
{
"stepId": 3,
"step": "Apply for brand registry."
},
{
"stepId": 4,
"step": "Catalog your products."
},
{
"stepId": 5,
"step": "Make a listing on your own."
},
{
"stepId": 6,
"step": "Select the shipping option that best matches your needs."
},
{
"stepId": 7,
"step": "Create a bank account."
},
{
"stepId": 8,
"step": "Recognize the Product Suppliers"
},
{
"stepId": 9,
"step": "Place orders."
},
{
"stepId": 10,
"step": "Start selling products online."
}
] | [
{
"subtask1": "Obtain legal tax documentation.",
"relation": "Must be done before",
"subtask2": "Apply for upc."
},
{
"subtask1": "Obtain legal tax documentation.",
"relation": "Must be done before",
"subtask2": "Apply for brand registry."
},
{
"subtask1": "Apply for upc.",
"relation": "Must be done before",
"subtask2": "Create a bank account."
},
{
"subtask1": "Apply for brand registry.",
"relation": "Must be done before",
"subtask2": "Create a bank account."
},
{
"subtask1": "Create a bank account.",
"relation": "Must be done before",
"subtask2": "Catalog your products."
},
{
"subtask1": "Catalog your products.",
"relation": "Must be done before",
"subtask2": "Make a listing on your own."
},
{
"subtask1": "Make a listing on your own.",
"relation": "Must be done before",
"subtask2": "Select the shipping option that best matches your needs."
},
{
"subtask1": "Select the shipping option that best matches your needs.",
"relation": "Must be done before",
"subtask2": "Recognize the Product Suppliers"
},
{
"subtask1": "Recognize the Product Suppliers",
"relation": "Must be done before",
"subtask2": "Place orders."
},
{
"subtask1": "Place orders.",
"relation": "Must be done before",
"subtask2": "Start selling products online."
}
] |
make frosting | [
{
"assumptionId": 1,
"assumption": "Make vanilla buttercream frosting."
}
] | [
{
"stepId": 1,
"step": "Combine butter and powdered sugar with a spoon in a bowl."
},
{
"stepId": 2,
"step": "Add 1 tablespoon of the milk and the vanilla."
},
{
"stepId": 3,
"step": "Stir the batter."
},
{
"stepId": 4,
"step": "Pour milk into frosting gradually until it reaches the required cream consistency."
},
{
"stepId": 5,
"step": "Add more milk if the frosting is too thick."
},
{
"stepId": 6,
"step": "Add a small amount of powdered sugar if the frosting is too thin."
}
] | [
{
"subtask1": "Combine butter and powdered sugar with a spoon in a bowl.",
"relation": "Must be done before",
"subtask2": "Add 1 tablespoon of the milk and the vanilla."
},
{
"subtask1": "Add 1 tablespoon of the milk and the vanilla.",
"relation": "Must be done before",
"subtask2": "Stir the batter."
},
{
"subtask1": "Stir the batter.",
"relation": "Must be done before",
"subtask2": "Pour milk into frosting gradually until it reaches the required cream consistency."
},
{
"subtask1": "Pour milk into frosting gradually until it reaches the required cream consistency.",
"relation": "Must be done before",
"subtask2": "Add more milk if the frosting is too thick."
},
{
"subtask1": "Add more milk if the frosting is too thick.",
"relation": "Must be done before",
"subtask2": "Add a small amount of powdered sugar if the frosting is too thin."
}
] |
play badminton | [
{
"assumptionId": 1,
"assumption": "Playing badminton in court."
}
] | [
{
"stepId": 1,
"step": "Practice the footwork."
},
{
"stepId": 2,
"step": "Reach the cock as soon as you can."
},
{
"stepId": 3,
"step": "Stay inside the box of a court."
},
{
"stepId": 4,
"step": "Hit the shuttle below the waist to the other side."
},
{
"stepId": 5,
"step": "Make an understanding between the partners."
},
{
"stepId": 6,
"step": "Always aim towards the shuttlecock's center."
}
] | [
{
"subtask1": "Practice the footwork.",
"relation": "Must be done before",
"subtask2": "Stay inside the box of a court."
},
{
"subtask1": "Stay inside the box of a court.",
"relation": "Must be done before",
"subtask2": "Make an understanding between the partners."
},
{
"subtask1": "Make an understanding between the partners.",
"relation": "Must be done before",
"subtask2": "Always aim towards the shuttlecock's center."
},
{
"subtask1": "Make an understanding between the partners.",
"relation": "Must be done before",
"subtask2": "Reach the cock as soon as you can."
},
{
"subtask1": "Always aim towards the shuttlecock's center.",
"relation": "Must be done before",
"subtask2": "Hit the shuttle below the waist to the other side."
},
{
"subtask1": "Reach the cock as soon as you can.",
"relation": "Must be done before",
"subtask2": "Hit the shuttle below the waist to the other side."
}
] |
ride a bike | [
{
"assumptionId": 1,
"assumption": "Riding a bike in traffic."
}
] | [
{
"stepId": 1,
"step": "Avoid distractions at all costs."
},
{
"stepId": 2,
"step": "Be aware of weather conditions."
},
{
"stepId": 3,
"step": "Drive in lower gears when in traffic."
},
{
"stepId": 4,
"step": "Keep distance with nearby vehicles."
},
{
"stepId": 5,
"step": "Monitor the speed."
},
{
"stepId": 6,
"step": "Do not switch lanes without indicators."
},
{
"stepId": 7,
"step": "Put on safety equipment."
},
{
"stepId": 8,
"step": "Obey traffic laws."
}
] | [
{
"subtask1": "Be aware of weather conditions.",
"relation": "Must be done before",
"subtask2": "Avoid distractions at all costs."
},
{
"subtask1": "Avoid distractions at all costs.",
"relation": "Must be done before",
"subtask2": "Drive in lower gears when in traffic."
},
{
"subtask1": "Drive in lower gears when in traffic.",
"relation": "Must be done before",
"subtask2": "Keep distance with nearby vehicles."
},
{
"subtask1": "Keep distance with nearby vehicles.",
"relation": "Must be done before",
"subtask2": "Monitor the speed."
},
{
"subtask1": "Monitor the speed.",
"relation": "Must be done before",
"subtask2": "Do not switch lanes without indicators."
},
{
"subtask1": "Do not switch lanes without indicators.",
"relation": "Must be done before",
"subtask2": "Put on safety equipment."
},
{
"subtask1": "Put on safety equipment.",
"relation": "Must be done before",
"subtask2": "Obey traffic laws."
}
] |
make goulash | [
{
"assumptionId": 1,
"assumption": "Making goulash using cheddar cheese."
}
] | [
{
"stepId": 1,
"step": "Take a bowl onto the pan."
},
{
"stepId": 2,
"step": "Add meat into the bowl"
},
{
"stepId": 3,
"step": "Add onions and garlic."
},
{
"stepId": 4,
"step": "Cook the meat mixture for ten minutes."
},
{
"stepId": 6,
"step": "Add bell peppers and salt into the pan."
},
{
"stepId": 6,
"step": "Sprinkle the pepper powder into the mixture."
},
{
"stepId": 7,
"step": "Grate the cheddar cheese on the top of the meat."
},
{
"stepId": 8,
"step": "Serve the goulash on a plate and mix with soy sauce."
}
] | [
{
"subtask1": "Take a bowl onto the pan.",
"relation": "Must be done before",
"subtask2": "Add meat into the bowl"
},
{
"subtask1": "Take a bowl onto the pan.",
"relation": "Must be done before",
"subtask2": "Add onions and garlic."
},
{
"subtask1": "Take a bowl onto the pan.",
"relation": "Must be done before",
"subtask2": "Add bell peppers and salt into the pan."
},
{
"subtask1": "Add meat into the bowl",
"relation": "Must be done before",
"subtask2": "Sprinkle the pepper powder into the mixture."
},
{
"subtask1": "Add onions and garlic.",
"relation": "Must be done before",
"subtask2": "Sprinkle the pepper powder into the mixture."
},
{
"subtask1": "Add bell peppers and salt into the pan.",
"relation": "Must be done before",
"subtask2": "Sprinkle the pepper powder into the mixture."
},
{
"subtask1": "Sprinkle the pepper powder into the mixture.",
"relation": "Must be done before",
"subtask2": "Cook the meat mixture for ten minutes."
},
{
"subtask1": "Cook the meat mixture for ten minutes.",
"relation": "Must be done before",
"subtask2": "Grate the cheddar cheese on the top of the meat."
},
{
"subtask1": "Grate the cheddar cheese on the top of the meat.",
"relation": "Must be done before",
"subtask2": "Serve the goulash on a plate and mix with soy sauce."
}
] |
write wedding vows | [
{
"assumptionId": 1,
"assumption": "Write wedding vows for groom."
}
] | [
{
"stepId": 1,
"step": "Set the scene before beginning your groom wedding vows."
},
{
"stepId": 2,
"step": "Tell a fact or story about your relationship."
},
{
"stepId": 3,
"step": "Share specifics about your fiance."
},
{
"stepId": 4,
"step": "List your promises."
},
{
"stepId": 5,
"step": "Finish with a love note."
}
] | [
{
"subtask1": "Set the scene before beginning your groom wedding vows.",
"relation": "Must be done before",
"subtask2": "Tell a fact or story about your relationship."
},
{
"subtask1": "Tell a fact or story about your relationship.",
"relation": "Must be done before",
"subtask2": "Share specifics about your fiance."
},
{
"subtask1": "Share specifics about your fiance.",
"relation": "Must be done before",
"subtask2": "List your promises."
},
{
"subtask1": "List your promises.",
"relation": "Must be done before",
"subtask2": "Finish with a love note."
}
] |
crop a screenshot on mac | [
{
"assumptionId": 1,
"assumption": "Crop a screenshot on mac book air."
}
] | [
{
"stepId": 1,
"step": "Press the shift, command and 3 keys all at the same time."
},
{
"stepId": 2,
"step": "Popup of the thumbnail appears in the corner of the screen."
},
{
"stepId": 4,
"step": "Click on the thumbnail to crop."
},
{
"stepId": 5,
"step": "Select the ratio to crop the image."
},
{
"stepId": 5,
"step": "Crop the image by dragging the edges."
},
{
"stepId": 6,
"step": "Save the image to the gallery of mac book air."
}
] | [
{
"subtask1": "Press the shift, command and 3 keys all at the same time.",
"relation": "Must be done before",
"subtask2": "Popup of the thumbnail appears in the corner of the screen."
},
{
"subtask1": "Popup of the thumbnail appears in the corner of the screen.",
"relation": "Must be done before",
"subtask2": "Click on the thumbnail to crop."
},
{
"subtask1": "Click on the thumbnail to crop.",
"relation": "Must be done before",
"subtask2": "Select the ratio to crop the image."
},
{
"subtask1": "Select the ratio to crop the image.",
"relation": "Must be done before",
"subtask2": "Crop the image by dragging the edges."
},
{
"subtask1": "Crop the image by dragging the edges.",
"relation": "Must be done before",
"subtask2": "Save the image to the gallery of mac book air."
}
] |
tie a bow | [
{
"assumptionId": 1,
"assumption": "Tie a bow knot to the gift box."
}
] | [
{
"stepId": 1,
"step": "Create a knotted ribbon first."
},
{
"stepId": 2,
"step": "Create a loop with the left side of the ribbon."
},
{
"stepId": 3,
"step": "Repeat the same on the right side of the ribbon."
},
{
"stepId": 4,
"step": "Tighten the knot to the gift box at the center of the loops by pulling on them."
}
] | [
{
"subtask1": "Create a knotted ribbon first.",
"relation": "Must be done before",
"subtask2": "Create a loop with the left side of the ribbon."
},
{
"subtask1": "Create a loop with the left side of the ribbon.",
"relation": "Must be done before",
"subtask2": "Repeat the same on the right side of the ribbon."
},
{
"subtask1": "Repeat the same on the right side of the ribbon.",
"relation": "Must be done before",
"subtask2": "Tighten the knot to the gift box at the center of the loops by pulling on them."
}
] |
Subsets and Splits