50 lines
55 KiB
JSON
50 lines
55 KiB
JSON
{"problem": "Ivan has 27 books. Sara has 19 books. Ruth has 36 books. Owen has 30 books. Lisa has 29 books. Ruth gives 5 books to Sara. How many books does Sara have?", "expected_answer": 24, "expected_unit": "books", "ground_truth_graph": {"entities": ["Ivan", "Sara", "Ruth", "Owen", "Lisa"], "initial_state": [{"entity": "Ivan", "quantity": {"unit": "books", "value": 27}}, {"entity": "Sara", "quantity": {"unit": "books", "value": 19}}, {"entity": "Ruth", "quantity": {"unit": "books", "value": 36}}, {"entity": "Owen", "quantity": {"unit": "books", "value": 30}}, {"entity": "Lisa", "quantity": {"unit": "books", "value": 29}}], "operations": [{"actor": "Ruth", "kind": "transfer", "operand": {"unit": "books", "value": 5}, "target": "Sara"}], "unknown": {"entity": "Sara", "unit": "books"}}, "patterns": ["initial_has", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 1 exercising ['transfer'] operations.", "id": "gma-001"}
|
|
{"problem": "Ivan has 25 crayons. Sam has 12 crayons. Nori has 34 crayons. Ivan hands 5 crayons to Sam. How many crayons do they have left?", "expected_answer": 71, "expected_unit": "crayons", "ground_truth_graph": {"entities": ["Ivan", "Sam", "Nori"], "initial_state": [{"entity": "Ivan", "quantity": {"unit": "crayons", "value": 25}}, {"entity": "Sam", "quantity": {"unit": "crayons", "value": 12}}, {"entity": "Nori", "quantity": {"unit": "crayons", "value": 34}}], "operations": [{"actor": "Ivan", "kind": "transfer", "operand": {"unit": "crayons", "value": 5}, "target": "Sam"}], "unknown": {"entity": null, "unit": "crayons"}}, "patterns": ["initial_has", "operation_transfer", "question_how_many_total"], "notes": "Original authored case of depth 1 exercising ['transfer'] operations.", "id": "gma-002"}
|
|
{"problem": "Ivan has 16 stickers. Ivan splits them evenly into 2 groups. How many stickers does Ivan have?", "expected_answer": 8, "expected_unit": "stickers", "ground_truth_graph": {"entities": ["Ivan"], "initial_state": [{"entity": "Ivan", "quantity": {"unit": "stickers", "value": 16}}], "operations": [{"actor": "Ivan", "kind": "divide", "operand": {"unit": "stickers", "value": 2}}], "unknown": {"entity": "Ivan", "unit": "stickers"}}, "patterns": ["initial_has", "operation_divide", "question_how_many_entity"], "notes": "Original authored case of depth 1 exercising ['divide'] operations.", "id": "gma-003"}
|
|
{"problem": "Mila has 38 books. She splits her books evenly into 2 groups. How many books does Mila have altogether?", "expected_answer": 19, "expected_unit": "books", "ground_truth_graph": {"entities": ["Mila"], "initial_state": [{"entity": "Mila", "quantity": {"unit": "books", "value": 38}}], "operations": [{"actor": "Mila", "kind": "divide", "operand": {"unit": "books", "value": 2}}], "unknown": {"entity": "Mila", "unit": "books"}}, "patterns": ["initial_has", "operation_divide", "question_how_many_entity"], "notes": "Original authored case of depth 1 exercising ['divide'] operations.", "id": "gma-004"}
|
|
{"problem": "Elle has 21 coins. Elle splits them evenly into 3 groups and keeps one group. How many coins does Elle have altogether?", "expected_answer": 7, "expected_unit": "coins", "ground_truth_graph": {"entities": ["Elle"], "initial_state": [{"entity": "Elle", "quantity": {"unit": "coins", "value": 21}}], "operations": [{"actor": "Elle", "kind": "divide", "operand": {"unit": "coins", "value": 3}}], "unknown": {"entity": "Elle", "unit": "coins"}}, "patterns": ["initial_has", "operation_divide", "question_how_many_entity"], "notes": "Original authored case of depth 1 exercising ['divide'] operations.", "id": "gma-005"}
|
|
{"problem": "Noah has 23 blocks. He doubles. He spends 24. Noah triples them. How many blocks does Noah have altogether?", "expected_answer": 66, "expected_unit": "blocks", "ground_truth_graph": {"entities": ["Noah"], "initial_state": [{"entity": "Noah", "quantity": {"unit": "blocks", "value": 23}}], "operations": [{"actor": "Noah", "kind": "multiply", "operand": {"unit": "blocks", "value": 2}}, {"actor": "Noah", "kind": "subtract", "operand": {"unit": "blocks", "value": 24}}, {"actor": "Noah", "kind": "multiply", "operand": {"unit": "blocks", "value": 3}}], "unknown": {"entity": "Noah", "unit": "blocks"}}, "patterns": ["initial_has", "operation_multiply", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 3 exercising ['multiply', 'subtract', 'multiply'] operations.", "id": "gma-006"}
|
|
{"problem": "Noah has 11 ribbons. Hal has 16 ribbons. Hugo has 36 ribbons. Jay has 23 ribbons. Sam has 22 ribbons. Jay mails 12 ribbons to Noah. He receives 9 ribbons. Jay buys 7 more. How many ribbons does Sam have altogether?", "expected_answer": 22, "expected_unit": "ribbons", "ground_truth_graph": {"entities": ["Noah", "Hal", "Hugo", "Jay", "Sam"], "initial_state": [{"entity": "Noah", "quantity": {"unit": "ribbons", "value": 11}}, {"entity": "Hal", "quantity": {"unit": "ribbons", "value": 16}}, {"entity": "Hugo", "quantity": {"unit": "ribbons", "value": 36}}, {"entity": "Jay", "quantity": {"unit": "ribbons", "value": 23}}, {"entity": "Sam", "quantity": {"unit": "ribbons", "value": 22}}], "operations": [{"actor": "Jay", "kind": "transfer", "operand": {"unit": "ribbons", "value": 12}, "target": "Noah"}, {"actor": "Jay", "kind": "add", "operand": {"unit": "ribbons", "value": 9}}, {"actor": "Jay", "kind": "add", "operand": {"unit": "ribbons", "value": 7}}], "unknown": {"entity": "Sam", "unit": "ribbons"}}, "patterns": ["initial_has", "operation_add", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 3 exercising ['transfer', 'divide', 'add'] operations.", "id": "gma-007"}
|
|
{"problem": "Rina has 24 sheets. Then she splits her sheets evenly into 3 groups. Rina splits her sheets evenly into 4 groups. How many sheets does Rina have altogether?", "expected_answer": 2, "expected_unit": "sheets", "ground_truth_graph": {"entities": ["Rina"], "initial_state": [{"entity": "Rina", "quantity": {"unit": "sheets", "value": 24}}], "operations": [{"actor": "Rina", "kind": "divide", "operand": {"unit": "sheets", "value": 3}}, {"actor": "Rina", "kind": "divide", "operand": {"unit": "sheets", "value": 4}}], "unknown": {"entity": "Rina", "unit": "sheets"}}, "patterns": ["initial_has", "operation_divide", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['divide', 'divide'] operations.", "id": "gma-008"}
|
|
{"problem": "Sam has 36 marbles. He spends 24 marbles. Sam loses 5 marbles. How many marbles does Sam have in total?", "expected_answer": 7, "expected_unit": "marbles", "ground_truth_graph": {"entities": ["Sam"], "initial_state": [{"entity": "Sam", "quantity": {"unit": "marbles", "value": 36}}], "operations": [{"actor": "Sam", "kind": "subtract", "operand": {"unit": "marbles", "value": 24}}, {"actor": "Sam", "kind": "subtract", "operand": {"unit": "marbles", "value": 5}}], "unknown": {"entity": "Sam", "unit": "marbles"}}, "patterns": ["initial_has", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['subtract', 'subtract'] operations.", "id": "gma-009"}
|
|
{"problem": "Elle has 17 pencils. Elle spends 1. Then she splits them evenly into 2 groups and keeps one group. How many pencils does Elle have?", "expected_answer": 8, "expected_unit": "pencils", "ground_truth_graph": {"entities": ["Elle"], "initial_state": [{"entity": "Elle", "quantity": {"unit": "pencils", "value": 17}}], "operations": [{"actor": "Elle", "kind": "subtract", "operand": {"unit": "pencils", "value": 1}}, {"actor": "Elle", "kind": "divide", "operand": {"unit": "pencils", "value": 2}}], "unknown": {"entity": "Elle", "unit": "pencils"}}, "patterns": ["initial_has", "operation_divide", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['subtract', 'divide'] operations.", "id": "gma-010"}
|
|
{"problem": "Owen has 26 marbles. He splits them evenly into 2 groups and keeps one group. Then he triples them. How many marbles does Owen have now?", "expected_answer": 39, "expected_unit": "marbles", "ground_truth_graph": {"entities": ["Owen"], "initial_state": [{"entity": "Owen", "quantity": {"unit": "marbles", "value": 26}}], "operations": [{"actor": "Owen", "kind": "divide", "operand": {"unit": "marbles", "value": 2}}, {"actor": "Owen", "kind": "multiply", "operand": {"unit": "marbles", "value": 3}}], "unknown": {"entity": "Owen", "unit": "marbles"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['divide', 'divide'] operations.", "id": "gma-011"}
|
|
{"problem": "Tara has 24 letters. Tara loses 19. Then she triples. Then she receives 3 letters. How many letters does Tara have now?", "expected_answer": 18, "expected_unit": "letters", "ground_truth_graph": {"entities": ["Tara"], "initial_state": [{"entity": "Tara", "quantity": {"unit": "letters", "value": 24}}], "operations": [{"actor": "Tara", "kind": "subtract", "operand": {"unit": "letters", "value": 19}}, {"actor": "Tara", "kind": "multiply", "operand": {"unit": "letters", "value": 3}}, {"actor": "Tara", "kind": "add", "operand": {"unit": "letters", "value": 3}}], "unknown": {"entity": "Tara", "unit": "letters"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 3 exercising ['subtract', 'multiply', 'add'] operations.", "id": "gma-012"}
|
|
{"problem": "Lena has 33 buttons. Then she triples her buttons. Lena splits her buttons evenly into 3 groups and keeps one group. How many buttons does Lena have left?", "expected_answer": 33, "expected_unit": "buttons", "ground_truth_graph": {"entities": ["Lena"], "initial_state": [{"entity": "Lena", "quantity": {"unit": "buttons", "value": 33}}], "operations": [{"actor": "Lena", "kind": "multiply", "operand": {"unit": "buttons", "value": 3}}, {"actor": "Lena", "kind": "divide", "operand": {"unit": "buttons", "value": 3}}], "unknown": {"entity": "Lena", "unit": "buttons"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['multiply', 'divide'] operations.", "id": "gma-013"}
|
|
{"problem": "Elle has 34 beads. Clara has 18 beads. Then she splits them evenly into 2 groups. Elle triples her beads. Clara donates 6. How many beads do they have altogether?", "expected_answer": 105, "expected_unit": "beads", "ground_truth_graph": {"entities": ["Elle", "Clara"], "initial_state": [{"entity": "Elle", "quantity": {"unit": "beads", "value": 34}}, {"entity": "Clara", "quantity": {"unit": "beads", "value": 18}}], "operations": [{"actor": "Clara", "kind": "divide", "operand": {"unit": "beads", "value": 2}}, {"actor": "Elle", "kind": "multiply", "operand": {"unit": "beads", "value": 3}}, {"actor": "Clara", "kind": "subtract", "operand": {"unit": "beads", "value": 6}}], "unknown": {"entity": null, "unit": "beads"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "operation_subtract", "question_how_many_total"], "notes": "Original authored case of depth 3 exercising ['divide', 'multiply', 'subtract'] operations.", "id": "gma-014"}
|
|
{"problem": "Mila has 21 sheets. Then she donates 15 sheets. Mila earns 2 sheets. How many sheets does Mila have left?", "expected_answer": 8, "expected_unit": "sheets", "ground_truth_graph": {"entities": ["Mila"], "initial_state": [{"entity": "Mila", "quantity": {"unit": "sheets", "value": 21}}], "operations": [{"actor": "Mila", "kind": "subtract", "operand": {"unit": "sheets", "value": 15}}, {"actor": "Mila", "kind": "add", "operand": {"unit": "sheets", "value": 2}}], "unknown": {"entity": "Mila", "unit": "sheets"}}, "patterns": ["initial_has", "operation_add", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['subtract', 'add'] operations.", "id": "gma-015"}
|
|
{"problem": "Zane has 22 books. He splits them evenly into 2 groups. Zane doubles his books. How many books does Zane have?", "expected_answer": 22, "expected_unit": "books", "ground_truth_graph": {"entities": ["Zane"], "initial_state": [{"entity": "Zane", "quantity": {"unit": "books", "value": 22}}], "operations": [{"actor": "Zane", "kind": "divide", "operand": {"unit": "books", "value": 2}}, {"actor": "Zane", "kind": "multiply", "operand": {"unit": "books", "value": 2}}], "unknown": {"entity": "Zane", "unit": "books"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['divide', 'divide'] operations.", "id": "gma-016"}
|
|
{"problem": "Milo has 40 scarves. Tom has 32 scarves. Milo adds 9 scarves. Milo mails 33 to Tom. How many scarves does Milo have left?", "expected_answer": 16, "expected_unit": "scarves", "ground_truth_graph": {"entities": ["Milo", "Tom"], "initial_state": [{"entity": "Milo", "quantity": {"unit": "scarves", "value": 40}}, {"entity": "Tom", "quantity": {"unit": "scarves", "value": 32}}], "operations": [{"actor": "Milo", "kind": "add", "operand": {"unit": "scarves", "value": 9}}, {"actor": "Milo", "kind": "transfer", "operand": {"unit": "scarves", "value": 33}, "target": "Tom"}], "unknown": {"entity": "Milo", "unit": "scarves"}}, "patterns": ["initial_has", "operation_add", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['add', 'transfer'] operations.", "id": "gma-017"}
|
|
{"problem": "Zane has 25 stones. He eats 18. Zane doubles his stones. How many stones does Zane have?", "expected_answer": 14, "expected_unit": "stones", "ground_truth_graph": {"entities": ["Zane"], "initial_state": [{"entity": "Zane", "quantity": {"unit": "stones", "value": 25}}], "operations": [{"actor": "Zane", "kind": "subtract", "operand": {"unit": "stones", "value": 18}}, {"actor": "Zane", "kind": "multiply", "operand": {"unit": "stones", "value": 2}}], "unknown": {"entity": "Zane", "unit": "stones"}}, "patterns": ["initial_has", "operation_multiply", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['subtract', 'multiply'] operations.", "id": "gma-018"}
|
|
{"problem": "Iris has 30 dollars. Oren has 21 dollars. Yara has 19 dollars. Gwen has 18 dollars. Noah has 21 dollars. Gwen doubles them. Oren splits his dollars evenly into 3 groups. How many dollars do they have in total?", "expected_answer": 113, "expected_unit": "dollars", "ground_truth_graph": {"entities": ["Iris", "Oren", "Yara", "Gwen", "Noah"], "initial_state": [{"entity": "Iris", "quantity": {"unit": "dollars", "value": 30}}, {"entity": "Oren", "quantity": {"unit": "dollars", "value": 21}}, {"entity": "Yara", "quantity": {"unit": "dollars", "value": 19}}, {"entity": "Gwen", "quantity": {"unit": "dollars", "value": 18}}, {"entity": "Noah", "quantity": {"unit": "dollars", "value": 21}}], "operations": [{"actor": "Gwen", "kind": "multiply", "operand": {"unit": "dollars", "value": 2}}, {"actor": "Oren", "kind": "divide", "operand": {"unit": "dollars", "value": 3}}], "unknown": {"entity": null, "unit": "dollars"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "question_how_many_total"], "notes": "Original authored case of depth 2 exercising ['multiply', 'divide'] operations.", "id": "gma-019"}
|
|
{"problem": "Aria has 29 candies. Seth has 30 candies. Ina has 31 candies. Uma has 39 candies. Uma splits them evenly into 3 groups. Aria triples her candies. How many candies does Seth have?", "expected_answer": 30, "expected_unit": "candies", "ground_truth_graph": {"entities": ["Aria", "Seth", "Ina", "Uma"], "initial_state": [{"entity": "Aria", "quantity": {"unit": "candies", "value": 29}}, {"entity": "Seth", "quantity": {"unit": "candies", "value": 30}}, {"entity": "Ina", "quantity": {"unit": "candies", "value": 31}}, {"entity": "Uma", "quantity": {"unit": "candies", "value": 39}}], "operations": [{"actor": "Uma", "kind": "divide", "operand": {"unit": "candies", "value": 3}}, {"actor": "Aria", "kind": "multiply", "operand": {"unit": "candies", "value": 3}}], "unknown": {"entity": "Seth", "unit": "candies"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "question_how_many_entity"], "notes": "Original authored case of depth 2 exercising ['divide', 'divide'] operations.", "id": "gma-020"}
|
|
{"problem": "Milo has 40 apples. Milo uses 37. Milo splits them evenly into 3 groups. Then he buys 3 more. Then he adds 14 apples. How many apples does Milo have in total?", "expected_answer": 18, "expected_unit": "apples", "ground_truth_graph": {"entities": ["Milo"], "initial_state": [{"entity": "Milo", "quantity": {"unit": "apples", "value": 40}}], "operations": [{"actor": "Milo", "kind": "subtract", "operand": {"unit": "apples", "value": 37}}, {"actor": "Milo", "kind": "divide", "operand": {"unit": "apples", "value": 3}}, {"actor": "Milo", "kind": "add", "operand": {"unit": "apples", "value": 3}}, {"actor": "Milo", "kind": "add", "operand": {"unit": "apples", "value": 14}}], "unknown": {"entity": "Milo", "unit": "apples"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 4 exercising ['subtract', 'divide', 'subtract', 'subtract'] operations.", "id": "gma-021"}
|
|
{"problem": "Oren has 40 stickers. Ben has 34 stickers. Oren passes 21 stickers to Ben. Ben doubles them. Ben gets 9 more stickers. Oren triples them. How many stickers does Ben have in total?", "expected_answer": 119, "expected_unit": "stickers", "ground_truth_graph": {"entities": ["Oren", "Ben"], "initial_state": [{"entity": "Oren", "quantity": {"unit": "stickers", "value": 40}}, {"entity": "Ben", "quantity": {"unit": "stickers", "value": 34}}], "operations": [{"actor": "Oren", "kind": "transfer", "operand": {"unit": "stickers", "value": 21}, "target": "Ben"}, {"actor": "Ben", "kind": "multiply", "operand": {"unit": "stickers", "value": 2}}, {"actor": "Ben", "kind": "add", "operand": {"unit": "stickers", "value": 9}}, {"actor": "Oren", "kind": "multiply", "operand": {"unit": "stickers", "value": 3}}], "unknown": {"entity": "Ben", "unit": "stickers"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 4 exercising ['transfer', 'multiply', 'add', 'multiply'] operations.", "id": "gma-022"}
|
|
{"problem": "Tara has 13 cards. Tara finds 7 cards. Then she sells 1 cards. Tara buys 14 more. She buys 8 more. She doubles. How many cards does Tara have altogether?", "expected_answer": 82, "expected_unit": "cards", "ground_truth_graph": {"entities": ["Tara"], "initial_state": [{"entity": "Tara", "quantity": {"unit": "cards", "value": 13}}], "operations": [{"actor": "Tara", "kind": "add", "operand": {"unit": "cards", "value": 7}}, {"actor": "Tara", "kind": "subtract", "operand": {"unit": "cards", "value": 1}}, {"actor": "Tara", "kind": "add", "operand": {"unit": "cards", "value": 14}}, {"actor": "Tara", "kind": "add", "operand": {"unit": "cards", "value": 8}}, {"actor": "Tara", "kind": "multiply", "operand": {"unit": "cards", "value": 2}}], "unknown": {"entity": "Tara", "unit": "cards"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 5 exercising ['add', 'subtract', 'add', 'add', 'divide'] operations.", "id": "gma-023"}
|
|
{"problem": "Blake has 27 tickets. Seth has 22 tickets. Seth passes 9 tickets to Blake. Blake gives 6 to Seth. Blake buys 10 more tickets. Seth triples them. Blake loses 26 tickets. How many tickets does Blake have?", "expected_answer": 14, "expected_unit": "tickets", "ground_truth_graph": {"entities": ["Blake", "Seth"], "initial_state": [{"entity": "Blake", "quantity": {"unit": "tickets", "value": 27}}, {"entity": "Seth", "quantity": {"unit": "tickets", "value": 22}}], "operations": [{"actor": "Seth", "kind": "transfer", "operand": {"unit": "tickets", "value": 9}, "target": "Blake"}, {"actor": "Blake", "kind": "transfer", "operand": {"unit": "tickets", "value": 6}, "target": "Seth"}, {"actor": "Blake", "kind": "add", "operand": {"unit": "tickets", "value": 10}}, {"actor": "Seth", "kind": "multiply", "operand": {"unit": "tickets", "value": 3}}, {"actor": "Blake", "kind": "subtract", "operand": {"unit": "tickets", "value": 26}}], "unknown": {"entity": "Blake", "unit": "tickets"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 5 exercising ['transfer', 'transfer', 'add', 'multiply', 'subtract'] operations.", "id": "gma-024"}
|
|
{"problem": "Bryn has 38 pens. Peter has 28 pens. Aria has 17 pens. Iris has 17 pens. Aria doubles. Bryn loses 20 pens. Bryn gives 11 to Peter. Bryn gives 5 pens to Peter. She buys 6 more pens. How many pens do they have in total?", "expected_answer": 103, "expected_unit": "pens", "ground_truth_graph": {"entities": ["Bryn", "Peter", "Aria", "Iris"], "initial_state": [{"entity": "Bryn", "quantity": {"unit": "pens", "value": 38}}, {"entity": "Peter", "quantity": {"unit": "pens", "value": 28}}, {"entity": "Aria", "quantity": {"unit": "pens", "value": 17}}, {"entity": "Iris", "quantity": {"unit": "pens", "value": 17}}], "operations": [{"actor": "Aria", "kind": "multiply", "operand": {"unit": "pens", "value": 2}}, {"actor": "Bryn", "kind": "subtract", "operand": {"unit": "pens", "value": 20}}, {"actor": "Bryn", "kind": "transfer", "operand": {"unit": "pens", "value": 11}, "target": "Peter"}, {"actor": "Bryn", "kind": "transfer", "operand": {"unit": "pens", "value": 5}, "target": "Peter"}, {"actor": "Bryn", "kind": "add", "operand": {"unit": "pens", "value": 6}}], "unknown": {"entity": null, "unit": "pens"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_total"], "notes": "Original authored case of depth 5 exercising ['divide', 'subtract', 'transfer', 'transfer', 'add'] operations.", "id": "gma-025"}
|
|
{"problem": "Ruth has 16 sheets. Finn has 39 sheets. Ruth triples. Finn splits them evenly into 3 groups. Ruth buys 5 more sheets. Ruth doubles. How many sheets does Ruth have now?", "expected_answer": 106, "expected_unit": "sheets", "ground_truth_graph": {"entities": ["Ruth", "Finn"], "initial_state": [{"entity": "Ruth", "quantity": {"unit": "sheets", "value": 16}}, {"entity": "Finn", "quantity": {"unit": "sheets", "value": 39}}], "operations": [{"actor": "Ruth", "kind": "multiply", "operand": {"unit": "sheets", "value": 3}}, {"actor": "Finn", "kind": "divide", "operand": {"unit": "sheets", "value": 3}}, {"actor": "Ruth", "kind": "add", "operand": {"unit": "sheets", "value": 5}}, {"actor": "Ruth", "kind": "multiply", "operand": {"unit": "sheets", "value": 2}}], "unknown": {"entity": "Ruth", "unit": "sheets"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "question_how_many_entity"], "notes": "Original authored case of depth 4 exercising ['multiply', 'divide', 'add', 'multiply'] operations.", "id": "gma-026"}
|
|
{"problem": "Elle has 10 stickers. Elle splits her stickers evenly into 5 groups and keeps one group. Then she gets 10 more. Elle buys 11 more stickers. Elle earns 13 stickers. Elle loses 3 stickers. How many stickers does Elle have altogether?", "expected_answer": 33, "expected_unit": "stickers", "ground_truth_graph": {"entities": ["Elle"], "initial_state": [{"entity": "Elle", "quantity": {"unit": "stickers", "value": 10}}], "operations": [{"actor": "Elle", "kind": "divide", "operand": {"unit": "stickers", "value": 5}}, {"actor": "Elle", "kind": "add", "operand": {"unit": "stickers", "value": 10}}, {"actor": "Elle", "kind": "add", "operand": {"unit": "stickers", "value": 11}}, {"actor": "Elle", "kind": "add", "operand": {"unit": "stickers", "value": 13}}, {"actor": "Elle", "kind": "subtract", "operand": {"unit": "stickers", "value": 3}}], "unknown": {"entity": "Elle", "unit": "stickers"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 5 exercising ['divide', 'add', 'add', 'add', 'subtract'] operations.", "id": "gma-027"}
|
|
{"problem": "Hugo has 33 scarves. Hugo splits his scarves evenly into 3 groups. Hugo triples. He receives 10 scarves. Then he adds 3 scarves. Hugo doubles. How many scarves does Hugo have in total?", "expected_answer": 92, "expected_unit": "scarves", "ground_truth_graph": {"entities": ["Hugo"], "initial_state": [{"entity": "Hugo", "quantity": {"unit": "scarves", "value": 33}}], "operations": [{"actor": "Hugo", "kind": "divide", "operand": {"unit": "scarves", "value": 3}}, {"actor": "Hugo", "kind": "multiply", "operand": {"unit": "scarves", "value": 3}}, {"actor": "Hugo", "kind": "add", "operand": {"unit": "scarves", "value": 10}}, {"actor": "Hugo", "kind": "add", "operand": {"unit": "scarves", "value": 3}}, {"actor": "Hugo", "kind": "multiply", "operand": {"unit": "scarves", "value": 2}}], "unknown": {"entity": "Hugo", "unit": "scarves"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "question_how_many_entity"], "notes": "Original authored case of depth 5 exercising ['divide', 'divide', 'add', 'add', 'multiply'] operations.", "id": "gma-028"}
|
|
{"problem": "Bryn has 28 stones. She finds 13 stones. Bryn drops 7. Bryn donates 7 stones. Bryn drops 3 stones. Bryn gets 7 more stones. How many stones does Bryn have now?", "expected_answer": 31, "expected_unit": "stones", "ground_truth_graph": {"entities": ["Bryn"], "initial_state": [{"entity": "Bryn", "quantity": {"unit": "stones", "value": 28}}], "operations": [{"actor": "Bryn", "kind": "add", "operand": {"unit": "stones", "value": 13}}, {"actor": "Bryn", "kind": "subtract", "operand": {"unit": "stones", "value": 7}}, {"actor": "Bryn", "kind": "subtract", "operand": {"unit": "stones", "value": 7}}, {"actor": "Bryn", "kind": "subtract", "operand": {"unit": "stones", "value": 3}}, {"actor": "Bryn", "kind": "add", "operand": {"unit": "stones", "value": 7}}], "unknown": {"entity": "Bryn", "unit": "stones"}}, "patterns": ["initial_has", "operation_add", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 5 exercising ['add', 'subtract', 'subtract', 'subtract', 'add'] operations.", "id": "gma-029"}
|
|
{"problem": "Wren has 15 blocks. Wren doubles her blocks. Wren splits them evenly into 5 groups and keeps one group. She splits them evenly into 3 groups. She finds 9 blocks. How many blocks does Wren have now?", "expected_answer": 11, "expected_unit": "blocks", "ground_truth_graph": {"entities": ["Wren"], "initial_state": [{"entity": "Wren", "quantity": {"unit": "blocks", "value": 15}}], "operations": [{"actor": "Wren", "kind": "multiply", "operand": {"unit": "blocks", "value": 2}}, {"actor": "Wren", "kind": "divide", "operand": {"unit": "blocks", "value": 5}}, {"actor": "Wren", "kind": "divide", "operand": {"unit": "blocks", "value": 3}}, {"actor": "Wren", "kind": "add", "operand": {"unit": "blocks", "value": 9}}], "unknown": {"entity": "Wren", "unit": "blocks"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "question_how_many_entity"], "notes": "Original authored case of depth 4 exercising ['multiply', 'divide', 'divide', 'add'] operations.", "id": "gma-030"}
|
|
{"problem": "Ruth has 24 pencils. Jade has 27 pencils. Zane has 15 pencils. Ivan has 34 pencils. Ivan gives 17 to Ruth. Ivan buys 6 more pencils. Ruth triples. Ivan finds 4 pencils. Jade doubles her pencils. How many pencils do they have?", "expected_answer": 219, "expected_unit": "pencils", "ground_truth_graph": {"entities": ["Ruth", "Jade", "Zane", "Ivan"], "initial_state": [{"entity": "Ruth", "quantity": {"unit": "pencils", "value": 24}}, {"entity": "Jade", "quantity": {"unit": "pencils", "value": 27}}, {"entity": "Zane", "quantity": {"unit": "pencils", "value": 15}}, {"entity": "Ivan", "quantity": {"unit": "pencils", "value": 34}}], "operations": [{"actor": "Ivan", "kind": "transfer", "operand": {"unit": "pencils", "value": 17}, "target": "Ruth"}, {"actor": "Ivan", "kind": "add", "operand": {"unit": "pencils", "value": 6}}, {"actor": "Ruth", "kind": "multiply", "operand": {"unit": "pencils", "value": 3}}, {"actor": "Ivan", "kind": "add", "operand": {"unit": "pencils", "value": 4}}, {"actor": "Jade", "kind": "multiply", "operand": {"unit": "pencils", "value": 2}}], "unknown": {"entity": null, "unit": "pencils"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "operation_transfer", "question_how_many_total"], "notes": "Original authored case of depth 5 exercising ['transfer', 'add', 'multiply', 'divide', 'multiply'] operations.", "id": "gma-031"}
|
|
{"problem": "Paz has 33 buttons. She splits her buttons evenly into 3 groups. Then she receives 12 buttons. Then she triples. Then she uses 55 buttons. Paz earns 2 buttons. How many buttons does Paz have in total?", "expected_answer": 16, "expected_unit": "buttons", "ground_truth_graph": {"entities": ["Paz"], "initial_state": [{"entity": "Paz", "quantity": {"unit": "buttons", "value": 33}}], "operations": [{"actor": "Paz", "kind": "divide", "operand": {"unit": "buttons", "value": 3}}, {"actor": "Paz", "kind": "add", "operand": {"unit": "buttons", "value": 12}}, {"actor": "Paz", "kind": "multiply", "operand": {"unit": "buttons", "value": 3}}, {"actor": "Paz", "kind": "subtract", "operand": {"unit": "buttons", "value": 55}}, {"actor": "Paz", "kind": "add", "operand": {"unit": "buttons", "value": 2}}], "unknown": {"entity": "Paz", "unit": "buttons"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 5 exercising ['divide', 'divide', 'multiply', 'subtract', 'add'] operations.", "id": "gma-032"}
|
|
{"problem": "Jade has 38 pens. Leo has 34 pens. Ruth has 24 pens. Sam has 33 pens. Ruth drops 11 pens. She eats 10 pens. Sam gets 8 more. Jade gives 24 pens to Sam. How many pens does Ruth have altogether?", "expected_answer": 3, "expected_unit": "pens", "ground_truth_graph": {"entities": ["Jade", "Leo", "Ruth", "Sam"], "initial_state": [{"entity": "Jade", "quantity": {"unit": "pens", "value": 38}}, {"entity": "Leo", "quantity": {"unit": "pens", "value": 34}}, {"entity": "Ruth", "quantity": {"unit": "pens", "value": 24}}, {"entity": "Sam", "quantity": {"unit": "pens", "value": 33}}], "operations": [{"actor": "Ruth", "kind": "subtract", "operand": {"unit": "pens", "value": 11}}, {"actor": "Ruth", "kind": "subtract", "operand": {"unit": "pens", "value": 10}}, {"actor": "Sam", "kind": "add", "operand": {"unit": "pens", "value": 8}}, {"actor": "Jade", "kind": "transfer", "operand": {"unit": "pens", "value": 24}, "target": "Sam"}], "unknown": {"entity": "Ruth", "unit": "pens"}}, "patterns": ["initial_has", "operation_add", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 4 exercising ['subtract', 'subtract', 'add', 'transfer'] operations.", "id": "gma-033"}
|
|
{"problem": "Tom has 14 buttons. Elle has 18 buttons. Peter has 22 buttons. Nia has 17 buttons. Ben has 11 buttons. Elle doubles them. Elle sends 10 buttons to Tom. Nia finds 8 buttons. Elle buys 10 more buttons. She splits them evenly into 2 groups and keeps one group. How many buttons do they have in total?", "expected_answer": 100, "expected_unit": "buttons", "ground_truth_graph": {"entities": ["Tom", "Elle", "Peter", "Nia", "Ben"], "initial_state": [{"entity": "Tom", "quantity": {"unit": "buttons", "value": 14}}, {"entity": "Elle", "quantity": {"unit": "buttons", "value": 18}}, {"entity": "Peter", "quantity": {"unit": "buttons", "value": 22}}, {"entity": "Nia", "quantity": {"unit": "buttons", "value": 17}}, {"entity": "Ben", "quantity": {"unit": "buttons", "value": 11}}], "operations": [{"actor": "Elle", "kind": "multiply", "operand": {"unit": "buttons", "value": 2}}, {"actor": "Elle", "kind": "transfer", "operand": {"unit": "buttons", "value": 10}, "target": "Tom"}, {"actor": "Nia", "kind": "add", "operand": {"unit": "buttons", "value": 8}}, {"actor": "Elle", "kind": "add", "operand": {"unit": "buttons", "value": 10}}, {"actor": "Elle", "kind": "divide", "operand": {"unit": "buttons", "value": 2}}], "unknown": {"entity": null, "unit": "buttons"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_transfer", "question_how_many_total"], "notes": "Original authored case of depth 5 exercising ['multiply', 'transfer', 'divide', 'add', 'divide'] operations.", "id": "gma-034"}
|
|
{"problem": "Ina has 29 letters. Ina gets 7 more. She receives 2 letters. Ina adds 8 letters. Then she triples her letters. How many letters does Ina have altogether?", "expected_answer": 138, "expected_unit": "letters", "ground_truth_graph": {"entities": ["Ina"], "initial_state": [{"entity": "Ina", "quantity": {"unit": "letters", "value": 29}}], "operations": [{"actor": "Ina", "kind": "add", "operand": {"unit": "letters", "value": 7}}, {"actor": "Ina", "kind": "add", "operand": {"unit": "letters", "value": 2}}, {"actor": "Ina", "kind": "add", "operand": {"unit": "letters", "value": 8}}, {"actor": "Ina", "kind": "multiply", "operand": {"unit": "letters", "value": 3}}], "unknown": {"entity": "Ina", "unit": "letters"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "question_how_many_entity"], "notes": "Original authored case of depth 4 exercising ['add', 'add', 'add', 'multiply'] operations.", "id": "gma-035"}
|
|
{"problem": "Oren has 20 letters. He eats 15 letters. Oren adds 14 letters. He donates 1. Oren eats 2 letters. Then he splits them evenly into 2 groups. Then he splits his letters evenly into 2 groups and keeps one group. Oren splits his letters evenly into 2 groups and keeps one group. How many letters does Oren have in total?", "expected_answer": 2, "expected_unit": "letters", "ground_truth_graph": {"entities": ["Oren"], "initial_state": [{"entity": "Oren", "quantity": {"unit": "letters", "value": 20}}], "operations": [{"actor": "Oren", "kind": "subtract", "operand": {"unit": "letters", "value": 15}}, {"actor": "Oren", "kind": "add", "operand": {"unit": "letters", "value": 14}}, {"actor": "Oren", "kind": "subtract", "operand": {"unit": "letters", "value": 1}}, {"actor": "Oren", "kind": "subtract", "operand": {"unit": "letters", "value": 2}}, {"actor": "Oren", "kind": "divide", "operand": {"unit": "letters", "value": 2}}, {"actor": "Oren", "kind": "divide", "operand": {"unit": "letters", "value": 2}}, {"actor": "Oren", "kind": "divide", "operand": {"unit": "letters", "value": 2}}], "unknown": {"entity": "Oren", "unit": "letters"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 7 exercising ['subtract', 'add', 'subtract', 'subtract', 'divide', 'divide', 'divide'] operations.", "id": "gma-036"}
|
|
{"problem": "Zane has 29 cups. Zane eats 23 cups. Zane donates 4 cups. He finds 15 cups. Then he eats 14. Zane triples them. He donates 5 cups. How many cups does Zane have altogether?", "expected_answer": 4, "expected_unit": "cups", "ground_truth_graph": {"entities": ["Zane"], "initial_state": [{"entity": "Zane", "quantity": {"unit": "cups", "value": 29}}], "operations": [{"actor": "Zane", "kind": "subtract", "operand": {"unit": "cups", "value": 23}}, {"actor": "Zane", "kind": "subtract", "operand": {"unit": "cups", "value": 4}}, {"actor": "Zane", "kind": "add", "operand": {"unit": "cups", "value": 15}}, {"actor": "Zane", "kind": "subtract", "operand": {"unit": "cups", "value": 14}}, {"actor": "Zane", "kind": "multiply", "operand": {"unit": "cups", "value": 3}}, {"actor": "Zane", "kind": "subtract", "operand": {"unit": "cups", "value": 5}}], "unknown": {"entity": "Zane", "unit": "cups"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 6 exercising ['subtract', 'subtract', 'add', 'subtract', 'multiply', 'subtract'] operations.", "id": "gma-037"}
|
|
{"problem": "Ivan has 24 stickers. Drew has 25 stickers. Ivan splits his stickers evenly into 3 groups and keeps one group. Drew removes 2 stickers. He gives 7 stickers to Ivan. Ivan hands 7 to Drew. Then he finds 10 stickers. Drew gets 15 more. Ivan splits his stickers evenly into 2 groups and keeps one group. Drew doubles them. How many stickers does Ivan have in total?", "expected_answer": 9, "expected_unit": "stickers", "ground_truth_graph": {"entities": ["Ivan", "Drew"], "initial_state": [{"entity": "Ivan", "quantity": {"unit": "stickers", "value": 24}}, {"entity": "Drew", "quantity": {"unit": "stickers", "value": 25}}], "operations": [{"actor": "Ivan", "kind": "divide", "operand": {"unit": "stickers", "value": 3}}, {"actor": "Drew", "kind": "subtract", "operand": {"unit": "stickers", "value": 2}}, {"actor": "Drew", "kind": "transfer", "operand": {"unit": "stickers", "value": 7}, "target": "Ivan"}, {"actor": "Ivan", "kind": "transfer", "operand": {"unit": "stickers", "value": 7}, "target": "Drew"}, {"actor": "Ivan", "kind": "add", "operand": {"unit": "stickers", "value": 10}}, {"actor": "Drew", "kind": "add", "operand": {"unit": "stickers", "value": 15}}, {"actor": "Ivan", "kind": "divide", "operand": {"unit": "stickers", "value": 2}}, {"actor": "Drew", "kind": "multiply", "operand": {"unit": "stickers", "value": 2}}], "unknown": {"entity": "Ivan", "unit": "stickers"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 8 exercising ['divide', 'subtract', 'transfer', 'transfer', 'add', 'add', 'divide', 'multiply'] operations.", "id": "gma-038"}
|
|
{"problem": "Iris has 12 stones. She spends 5. Iris doubles. Iris splits her stones evenly into 2 groups and keeps one group. Iris doubles her stones. Then she triples her stones. Iris doubles. She splits her stones evenly into 2 groups. How many stones does Iris have in total?", "expected_answer": 42, "expected_unit": "stones", "ground_truth_graph": {"entities": ["Iris"], "initial_state": [{"entity": "Iris", "quantity": {"unit": "stones", "value": 12}}], "operations": [{"actor": "Iris", "kind": "subtract", "operand": {"unit": "stones", "value": 5}}, {"actor": "Iris", "kind": "multiply", "operand": {"unit": "stones", "value": 2}}, {"actor": "Iris", "kind": "divide", "operand": {"unit": "stones", "value": 2}}, {"actor": "Iris", "kind": "multiply", "operand": {"unit": "stones", "value": 2}}, {"actor": "Iris", "kind": "multiply", "operand": {"unit": "stones", "value": 3}}, {"actor": "Iris", "kind": "multiply", "operand": {"unit": "stones", "value": 2}}, {"actor": "Iris", "kind": "divide", "operand": {"unit": "stones", "value": 2}}], "unknown": {"entity": "Iris", "unit": "stones"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 7 exercising ['subtract', 'divide', 'divide', 'multiply', 'multiply', 'multiply', 'divide'] operations.", "id": "gma-039"}
|
|
{"problem": "Quinn has 38 stamps. Oren has 12 stamps. He gives 9 to Quinn. Then he finds 15 stamps. He triples his stamps. Quinn receives 13 stamps. Quinn splits them evenly into 4 groups. Oren triples. He triples his stamps. How many stamps does Quinn have altogether?", "expected_answer": 15, "expected_unit": "stamps", "ground_truth_graph": {"entities": ["Quinn", "Oren"], "initial_state": [{"entity": "Quinn", "quantity": {"unit": "stamps", "value": 38}}, {"entity": "Oren", "quantity": {"unit": "stamps", "value": 12}}], "operations": [{"actor": "Oren", "kind": "transfer", "operand": {"unit": "stamps", "value": 9}, "target": "Quinn"}, {"actor": "Oren", "kind": "add", "operand": {"unit": "stamps", "value": 15}}, {"actor": "Oren", "kind": "multiply", "operand": {"unit": "stamps", "value": 3}}, {"actor": "Quinn", "kind": "add", "operand": {"unit": "stamps", "value": 13}}, {"actor": "Quinn", "kind": "divide", "operand": {"unit": "stamps", "value": 4}}, {"actor": "Oren", "kind": "multiply", "operand": {"unit": "stamps", "value": 3}}, {"actor": "Oren", "kind": "multiply", "operand": {"unit": "stamps", "value": 3}}], "unknown": {"entity": "Quinn", "unit": "stamps"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 7 exercising ['transfer', 'transfer', 'multiply', 'add', 'divide', 'multiply', 'multiply'] operations.", "id": "gma-040"}
|
|
{"problem": "Ben has 19 books. Sam has 35 books. Sam adds 13 books. Ben spends 13 books. Ben splits his books evenly into 2 groups. Ben earns 13 books. Sam gets 4 more books. Then he triples them. He loses 131. Ben mails 6 to Sam. How many books does Ben have in total?", "expected_answer": 10, "expected_unit": "books", "ground_truth_graph": {"entities": ["Ben", "Sam"], "initial_state": [{"entity": "Ben", "quantity": {"unit": "books", "value": 19}}, {"entity": "Sam", "quantity": {"unit": "books", "value": 35}}], "operations": [{"actor": "Sam", "kind": "add", "operand": {"unit": "books", "value": 13}}, {"actor": "Ben", "kind": "subtract", "operand": {"unit": "books", "value": 13}}, {"actor": "Ben", "kind": "divide", "operand": {"unit": "books", "value": 2}}, {"actor": "Ben", "kind": "add", "operand": {"unit": "books", "value": 13}}, {"actor": "Sam", "kind": "add", "operand": {"unit": "books", "value": 4}}, {"actor": "Sam", "kind": "multiply", "operand": {"unit": "books", "value": 3}}, {"actor": "Sam", "kind": "subtract", "operand": {"unit": "books", "value": 131}}, {"actor": "Ben", "kind": "transfer", "operand": {"unit": "books", "value": 6}, "target": "Sam"}], "unknown": {"entity": "Ben", "unit": "books"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 8 exercising ['add', 'subtract', 'divide', 'transfer', 'add', 'multiply', 'subtract', 'transfer'] operations.", "id": "gma-041"}
|
|
{"problem": "Dina has 15 letters. Nori has 26 letters. Gwen has 15 letters. Finn has 33 letters. Lux has 32 letters. Finn gets 5 more. Dina passes 8 letters to Lux. Nori buys 15 more. Lux triples them. Gwen splits them evenly into 5 groups. Gwen splits her letters evenly into 3 groups. Nori triples her letters. Dina gets 2 more. How many letters does Nori have in total?", "expected_answer": 123, "expected_unit": "letters", "ground_truth_graph": {"entities": ["Dina", "Nori", "Gwen", "Finn", "Lux"], "initial_state": [{"entity": "Dina", "quantity": {"unit": "letters", "value": 15}}, {"entity": "Nori", "quantity": {"unit": "letters", "value": 26}}, {"entity": "Gwen", "quantity": {"unit": "letters", "value": 15}}, {"entity": "Finn", "quantity": {"unit": "letters", "value": 33}}, {"entity": "Lux", "quantity": {"unit": "letters", "value": 32}}], "operations": [{"actor": "Finn", "kind": "add", "operand": {"unit": "letters", "value": 5}}, {"actor": "Dina", "kind": "transfer", "operand": {"unit": "letters", "value": 8}, "target": "Lux"}, {"actor": "Nori", "kind": "add", "operand": {"unit": "letters", "value": 15}}, {"actor": "Lux", "kind": "multiply", "operand": {"unit": "letters", "value": 3}}, {"actor": "Gwen", "kind": "divide", "operand": {"unit": "letters", "value": 5}}, {"actor": "Gwen", "kind": "divide", "operand": {"unit": "letters", "value": 3}}, {"actor": "Nori", "kind": "multiply", "operand": {"unit": "letters", "value": 3}}, {"actor": "Dina", "kind": "add", "operand": {"unit": "letters", "value": 2}}], "unknown": {"entity": "Nori", "unit": "letters"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 8 exercising ['add', 'transfer', 'add', 'multiply', 'divide', 'divide', 'multiply', 'divide'] operations.", "id": "gma-042"}
|
|
{"problem": "Mila has 28 oranges. Iris has 11 oranges. Lena has 19 oranges. Then she uses 15 oranges. Lena gets 11 more. Mila doubles her oranges. Iris eats 9 oranges. Iris splits her oranges evenly into 2 groups. Lena splits her oranges evenly into 3 groups. Mila gives 27 to Lena. How many oranges does Lena have left?", "expected_answer": 32, "expected_unit": "oranges", "ground_truth_graph": {"entities": ["Mila", "Iris", "Lena"], "initial_state": [{"entity": "Mila", "quantity": {"unit": "oranges", "value": 28}}, {"entity": "Iris", "quantity": {"unit": "oranges", "value": 11}}, {"entity": "Lena", "quantity": {"unit": "oranges", "value": 19}}], "operations": [{"actor": "Lena", "kind": "subtract", "operand": {"unit": "oranges", "value": 15}}, {"actor": "Lena", "kind": "add", "operand": {"unit": "oranges", "value": 11}}, {"actor": "Mila", "kind": "multiply", "operand": {"unit": "oranges", "value": 2}}, {"actor": "Iris", "kind": "subtract", "operand": {"unit": "oranges", "value": 9}}, {"actor": "Iris", "kind": "divide", "operand": {"unit": "oranges", "value": 2}}, {"actor": "Lena", "kind": "divide", "operand": {"unit": "oranges", "value": 3}}, {"actor": "Mila", "kind": "transfer", "operand": {"unit": "oranges", "value": 27}, "target": "Lena"}], "unknown": {"entity": "Lena", "unit": "oranges"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 7 exercising ['subtract', 'transfer', 'multiply', 'subtract', 'divide', 'divide', 'transfer'] operations.", "id": "gma-043"}
|
|
{"problem": "Drew has 22 pens. Gwen has 29 pens. Gwen passes 18 to Drew. Drew buys 12 more. He splits his pens evenly into 2 groups and keeps one group. He uses 7. Gwen doubles them. Gwen passes 9 pens to Drew. Drew spends 7 pens. How many pens does Gwen have in total?", "expected_answer": 13, "expected_unit": "pens", "ground_truth_graph": {"entities": ["Drew", "Gwen"], "initial_state": [{"entity": "Drew", "quantity": {"unit": "pens", "value": 22}}, {"entity": "Gwen", "quantity": {"unit": "pens", "value": 29}}], "operations": [{"actor": "Gwen", "kind": "transfer", "operand": {"unit": "pens", "value": 18}, "target": "Drew"}, {"actor": "Drew", "kind": "add", "operand": {"unit": "pens", "value": 12}}, {"actor": "Drew", "kind": "divide", "operand": {"unit": "pens", "value": 2}}, {"actor": "Drew", "kind": "subtract", "operand": {"unit": "pens", "value": 7}}, {"actor": "Gwen", "kind": "multiply", "operand": {"unit": "pens", "value": 2}}, {"actor": "Gwen", "kind": "transfer", "operand": {"unit": "pens", "value": 9}, "target": "Drew"}, {"actor": "Drew", "kind": "subtract", "operand": {"unit": "pens", "value": 7}}], "unknown": {"entity": "Gwen", "unit": "pens"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 7 exercising ['transfer', 'add', 'divide', 'subtract', 'multiply', 'transfer', 'subtract'] operations.", "id": "gma-044"}
|
|
{"problem": "Sam has 16 apples. Sam removes 3 apples. Sam gets 10 more apples. He buys 2 more. He donates 13. Then he donates 2 apples. Sam eats 1 apples. How many apples does Sam have altogether?", "expected_answer": 9, "expected_unit": "apples", "ground_truth_graph": {"entities": ["Sam"], "initial_state": [{"entity": "Sam", "quantity": {"unit": "apples", "value": 16}}], "operations": [{"actor": "Sam", "kind": "subtract", "operand": {"unit": "apples", "value": 3}}, {"actor": "Sam", "kind": "add", "operand": {"unit": "apples", "value": 10}}, {"actor": "Sam", "kind": "add", "operand": {"unit": "apples", "value": 2}}, {"actor": "Sam", "kind": "subtract", "operand": {"unit": "apples", "value": 13}}, {"actor": "Sam", "kind": "subtract", "operand": {"unit": "apples", "value": 2}}, {"actor": "Sam", "kind": "subtract", "operand": {"unit": "apples", "value": 1}}], "unknown": {"entity": "Sam", "unit": "apples"}}, "patterns": ["initial_has", "operation_add", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 6 exercising ['subtract', 'add', 'add', 'subtract', 'subtract', 'subtract'] operations.", "id": "gma-045"}
|
|
{"problem": "Anna has 31 sheets. Then she eats 27 sheets. Then she doubles her sheets. Anna splits her sheets evenly into 4 groups. She splits her sheets evenly into 2 groups. Then she triples her sheets. Anna doubles them. Anna triples her sheets. She drops 10. How many sheets does Anna have altogether?", "expected_answer": 8, "expected_unit": "sheets", "ground_truth_graph": {"entities": ["Anna"], "initial_state": [{"entity": "Anna", "quantity": {"unit": "sheets", "value": 31}}], "operations": [{"actor": "Anna", "kind": "subtract", "operand": {"unit": "sheets", "value": 27}}, {"actor": "Anna", "kind": "multiply", "operand": {"unit": "sheets", "value": 2}}, {"actor": "Anna", "kind": "divide", "operand": {"unit": "sheets", "value": 4}}, {"actor": "Anna", "kind": "divide", "operand": {"unit": "sheets", "value": 2}}, {"actor": "Anna", "kind": "multiply", "operand": {"unit": "sheets", "value": 3}}, {"actor": "Anna", "kind": "multiply", "operand": {"unit": "sheets", "value": 2}}, {"actor": "Anna", "kind": "multiply", "operand": {"unit": "sheets", "value": 3}}, {"actor": "Anna", "kind": "subtract", "operand": {"unit": "sheets", "value": 10}}], "unknown": {"entity": "Anna", "unit": "sheets"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "operation_subtract", "question_how_many_entity"], "notes": "Original authored case of depth 8 exercising ['subtract', 'multiply', 'divide', 'divide', 'multiply', 'multiply', 'multiply', 'subtract'] operations.", "id": "gma-046"}
|
|
{"problem": "Owen has 20 coins. Seth has 39 coins. Ben has 15 coins. Ben removes 12 coins. Seth sends 18 to Owen. Ben splits them evenly into 3 groups and keeps one group. Owen gives 13 to Ben. Owen passes 23 to Seth. Ben sells 6 coins. How many coins does Seth have left?", "expected_answer": 44, "expected_unit": "coins", "ground_truth_graph": {"entities": ["Owen", "Seth", "Ben"], "initial_state": [{"entity": "Owen", "quantity": {"unit": "coins", "value": 20}}, {"entity": "Seth", "quantity": {"unit": "coins", "value": 39}}, {"entity": "Ben", "quantity": {"unit": "coins", "value": 15}}], "operations": [{"actor": "Ben", "kind": "subtract", "operand": {"unit": "coins", "value": 12}}, {"actor": "Seth", "kind": "transfer", "operand": {"unit": "coins", "value": 18}, "target": "Owen"}, {"actor": "Ben", "kind": "divide", "operand": {"unit": "coins", "value": 3}}, {"actor": "Owen", "kind": "transfer", "operand": {"unit": "coins", "value": 13}, "target": "Ben"}, {"actor": "Owen", "kind": "transfer", "operand": {"unit": "coins", "value": 23}, "target": "Seth"}, {"actor": "Ben", "kind": "subtract", "operand": {"unit": "coins", "value": 6}}], "unknown": {"entity": "Seth", "unit": "coins"}}, "patterns": ["initial_has", "operation_divide", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 6 exercising ['subtract', 'transfer', 'divide', 'transfer', 'transfer', 'subtract'] operations.", "id": "gma-047"}
|
|
{"problem": "Iris has 16 sheets. Ivan has 28 sheets. Pia has 14 sheets. Jay has 30 sheets. Owen has 10 sheets. Then he hands 5 to Ivan. Pia splits her sheets evenly into 2 groups and keeps one group. Ivan mails 19 to Iris. Then he donates 2 sheets. Owen doubles them. He buys 14 more sheets. How many sheets does Pia have altogether?", "expected_answer": 7, "expected_unit": "sheets", "ground_truth_graph": {"entities": ["Iris", "Ivan", "Pia", "Jay", "Owen"], "initial_state": [{"entity": "Iris", "quantity": {"unit": "sheets", "value": 16}}, {"entity": "Ivan", "quantity": {"unit": "sheets", "value": 28}}, {"entity": "Pia", "quantity": {"unit": "sheets", "value": 14}}, {"entity": "Jay", "quantity": {"unit": "sheets", "value": 30}}, {"entity": "Owen", "quantity": {"unit": "sheets", "value": 10}}], "operations": [{"actor": "Owen", "kind": "transfer", "operand": {"unit": "sheets", "value": 5}, "target": "Ivan"}, {"actor": "Pia", "kind": "divide", "operand": {"unit": "sheets", "value": 2}}, {"actor": "Ivan", "kind": "transfer", "operand": {"unit": "sheets", "value": 19}, "target": "Iris"}, {"actor": "Ivan", "kind": "subtract", "operand": {"unit": "sheets", "value": 2}}, {"actor": "Owen", "kind": "multiply", "operand": {"unit": "sheets", "value": 2}}, {"actor": "Owen", "kind": "add", "operand": {"unit": "sheets", "value": 14}}], "unknown": {"entity": "Pia", "unit": "sheets"}}, "patterns": ["initial_has", "operation_add", "operation_divide", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 6 exercising ['transfer', 'divide', 'transfer', 'subtract', 'multiply', 'add'] operations.", "id": "gma-048"}
|
|
{"problem": "Gwen has 14 pencils. Aria has 15 pencils. Aria doubles. She eats 9. Gwen triples. Gwen buys 13 more pencils. Then she doubles. Gwen gives 14 pencils to Aria. Gwen gets 7 more. How many pencils does Gwen have left?", "expected_answer": 103, "expected_unit": "pencils", "ground_truth_graph": {"entities": ["Gwen", "Aria"], "initial_state": [{"entity": "Gwen", "quantity": {"unit": "pencils", "value": 14}}, {"entity": "Aria", "quantity": {"unit": "pencils", "value": 15}}], "operations": [{"actor": "Aria", "kind": "multiply", "operand": {"unit": "pencils", "value": 2}}, {"actor": "Aria", "kind": "subtract", "operand": {"unit": "pencils", "value": 9}}, {"actor": "Gwen", "kind": "multiply", "operand": {"unit": "pencils", "value": 3}}, {"actor": "Gwen", "kind": "add", "operand": {"unit": "pencils", "value": 13}}, {"actor": "Gwen", "kind": "multiply", "operand": {"unit": "pencils", "value": 2}}, {"actor": "Gwen", "kind": "transfer", "operand": {"unit": "pencils", "value": 14}, "target": "Aria"}, {"actor": "Gwen", "kind": "add", "operand": {"unit": "pencils", "value": 7}}], "unknown": {"entity": "Gwen", "unit": "pencils"}}, "patterns": ["initial_has", "operation_add", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 7 exercising ['multiply', 'subtract', 'multiply', 'add', 'multiply', 'transfer', 'add'] operations.", "id": "gma-049"}
|
|
{"problem": "Leo has 30 cards. Zane has 40 cards. Gwen has 37 cards. Leo triples. Zane splits them evenly into 2 groups. Gwen triples them. She doubles them. Gwen sends 100 to Leo. Gwen hands 70 to Leo. She uses 26. How many cards does Gwen have in total?", "expected_answer": 26, "expected_unit": "cards", "ground_truth_graph": {"entities": ["Leo", "Zane", "Gwen"], "initial_state": [{"entity": "Leo", "quantity": {"unit": "cards", "value": 30}}, {"entity": "Zane", "quantity": {"unit": "cards", "value": 40}}, {"entity": "Gwen", "quantity": {"unit": "cards", "value": 37}}], "operations": [{"actor": "Leo", "kind": "multiply", "operand": {"unit": "cards", "value": 3}}, {"actor": "Zane", "kind": "divide", "operand": {"unit": "cards", "value": 2}}, {"actor": "Gwen", "kind": "multiply", "operand": {"unit": "cards", "value": 3}}, {"actor": "Gwen", "kind": "multiply", "operand": {"unit": "cards", "value": 2}}, {"actor": "Gwen", "kind": "transfer", "operand": {"unit": "cards", "value": 100}, "target": "Leo"}, {"actor": "Gwen", "kind": "transfer", "operand": {"unit": "cards", "value": 70}, "target": "Leo"}, {"actor": "Gwen", "kind": "subtract", "operand": {"unit": "cards", "value": 26}}], "unknown": {"entity": "Gwen", "unit": "cards"}}, "patterns": ["initial_has", "operation_divide", "operation_multiply", "operation_subtract", "operation_transfer", "question_how_many_entity"], "notes": "Original authored case of depth 7 exercising ['multiply', 'divide', 'divide', 'multiply', 'transfer', 'transfer', 'subtract'] operations.", "id": "gma-050"}
|