mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
fixed chain sum
This commit is contained in:
parent
3f98afe47d
commit
2071ad42c2
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