mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-02 17:45:58 +00:00
Fix misleading instruction in shortest_path asking for "length" instead of path (#523)
The prompt asked to "find the length of the shortest path" but the expected answer is a sequence of directions. This caused models to answer with a number instead of directions, degrading evaluation results. Closes #522 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9a91d92ca6
commit
49b1dbbcce
3 changed files with 90 additions and 88 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -50,3 +50,5 @@ htmlcov/
|
|||
wandb/
|
||||
outputs/
|
||||
*.log
|
||||
|
||||
uv.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue