Sierra Research released τ-bench 1.0.1, which corrects the `banking_knowledge` task grading scheme to stop penalizing agents for prudent verification reads and fixes several data inconsistencies. The update ensures that re-grading leaderboard trajectories only increases scores, with no previously passing simulations failing.
- Extra database read calls that were not in the golden trajectory no longer zero the reward by poisoning the DB-hash comparison.
- Numeric tool arguments are normalized to prevent integer vs. float spelling from altering deterministic record IDs.
- Gold trajectories for tasks 077–086 now include necessary reads for lost/stolen card scenarios.
- Bank account transaction outputs are sorted by date descending to resolve tie-breakers correctly.
- Contradictory cash-back rates in the Platinum Rewards knowledge doc and under-refunded ATM fees in task_074 have been corrected.
The re-grade shows upward score movements for all models, with gpt-5-5 gaining 9.02 pass^1 points. Users can re-grade their own results using the new `--fresh-tasks` flag or pin to the `pre-v1.0.1` tag to reproduce previous scores.