diff --git a/reasoning_gym/arithmetic/bitwise_arithmetic.py b/reasoning_gym/arithmetic/bitwise_arithmetic.py index fd7114a4..4870beb2 100644 --- a/reasoning_gym/arithmetic/bitwise_arithmetic.py +++ b/reasoning_gym/arithmetic/bitwise_arithmetic.py @@ -123,7 +123,7 @@ class BitwiseArithmeticDataset(ProceduralDataset): rng, self.config.difficulty, ) - problem_str = f"Please solve this problem. Reply only with the final hexidecimal value.\n" + problem + problem_str = f"Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. Reply only with the final hexidecimal value.\n" + problem return {"question": problem_str, "answer": answer, "metadata": {"problem": problem}}