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:
Zafir Stojanovski 2026-03-25 13:02:23 +01:00 committed by GitHub
parent 9a91d92ca6
commit 49b1dbbcce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 90 additions and 88 deletions

2
.gitignore vendored
View file

@ -50,3 +50,5 @@ htmlcov/
wandb/
outputs/
*.log
uv.lock