mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
sm fixes
This commit is contained in:
parent
359feb47c3
commit
253e49aecf
2 changed files with 49 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue