This commit is contained in:
Rich Jones 2025-02-27 11:54:04 +01:00
parent 359feb47c3
commit 253e49aecf
2 changed files with 49 additions and 1 deletions

View file

@ -147,7 +147,7 @@ class BitwiseArithmeticDataset(ProceduralDataset):
self.config.difficulty,
)
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"
f"Please solve this problem. Assume there is arbitrary bit depth and that there are signed integers. If the answer is negative, reply as a negative value (ex., -0x3), not the two's-compliment form. Reply only with the final hexidecimal value.\n"
+ problem
)