reasoning-gym/reasoning_gym/graphs
Zafir Stojanovski 49b1dbbcce
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>
2026-03-25 13:02:23 +01:00
..
__init__.py added family relatinship curriculum (#359) 2025-03-14 16:08:49 +01:00
course_schedule.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
family_relationships.py support python 3.10 (#450) 2025-06-04 10:34:01 +01:00
largest_island.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
quantum_lock.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
shortest_path.py Fix misleading instruction in shortest_path asking for "length" instead of path (#523) 2026-03-25 13:02:23 +01:00