mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
changed products question template
This commit is contained in:
parent
3ffab158c7
commit
44bc04c00b
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class ProductsDataset(ProceduralDataset):
|
|||
expression, result = self._generate_task(rng, num_terms, min_value, max_value)
|
||||
|
||||
return {
|
||||
"question": f"{expression} =",
|
||||
"question": f"Solve the following multiplication: {expression}. Give only the result as your final answer.",
|
||||
"answer": str(result),
|
||||
"metadata": {
|
||||
"difficulty": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue