mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
fixed chain sum
This commit is contained in:
parent
5803a2962e
commit
1a33fba608
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class ChainSumDataset(ProceduralDataset):
|
|||
expression, result = self._generate_task(rng, num_terms, min_value, max_value)
|
||||
|
||||
return {
|
||||
"question": f"{expression} =",
|
||||
"question": f"State the final answer to the following arithmetic problem: {expression} =",
|
||||
"answer": str(result),
|
||||
"metadata": {
|
||||
"difficulty": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue