From 44bc04c00b7ace71487b9defe0186bc2c3d6deaa Mon Sep 17 00:00:00 2001 From: joesharratt1229 Date: Sun, 16 Feb 2025 15:18:41 +0000 Subject: [PATCH] changed products question template --- reasoning_gym/arithmetic/products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reasoning_gym/arithmetic/products.py b/reasoning_gym/arithmetic/products.py index 742696ec..3a25077f 100644 --- a/reasoning_gym/arithmetic/products.py +++ b/reasoning_gym/arithmetic/products.py @@ -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": {