ifeval_ood: read the public IFBench_test dataset - #326
Merged
Conversation
allenai/IFBench_test2 is private and gated behind the org's fine-grained token policy, so ifeval_ood cannot run for anyone holding a classic token. allenai/IFBench_test is the benchmark's canonical published set, is public, and carries the same data. Verified identical: recovered test2's contents from the request file of an oe-eval run with access, and diffed prompt, instruction_id_list and non-null kwargs against the public set — 300 rows, same order, zero mismatches, matching content hashes. Historical IFBench numbers stay comparable. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LMFjgUqHjQA3aCeB4QmEHZ
abhishekraok
force-pushed
the
fix/ifbench-public-dataset
branch
from
August 25, 2026 21:27
d574889 to
204a40c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ifeval_oodreadsallenai/IFBench_test2, which is private and gated behind the allenai org's fine-grained-token policy. Anyone holding a classic HF token gets a load failure, so the task is unrunnable — this is what has IFBench stuck on the migration tracker.allenai/IFBench_testis the benchmark's canonical published set, is public and ungated, and carries the same data. Switching to it makes the task runnable without changing any score.Verification that the swap is score-neutral
IFBench_test2can't be read from an unprivileged environment, so its contents were recovered from the request file of an oe-eval run that could read it (result dataset01M0X9N1R1VDM1YEH9J16NTFGX, experiment01M0X8SCW6QS5V5BSXP73RKP1V) and diffed against the public set onkey,prompt,instruction_id_listand non-nullkwargs:Task level, after the switch: 300 instances load, all 58 distinct instruction types resolve in the
ifbenchregistry, and all 300 score end to end with zero verifier build errors.The same identity was confirmed independently against
ifbench/data/IFBench_test.jsonlin the official allenai/IFBench repo.Notes
IFBench_test2too (oe_eval/tasks/oe_eval_tasks/ood_ifeval.py:37). Cross-harness IFBench parity wants the same switch there — separate repo, separate change.ifbenchsuite. The twoifeval_mttasks readVGraf/ifeval_mt, which was already accessible.Full suite 1957 passed, ruff/ty clean.
🤖 Generated with Claude Code
https://claude.ai/code/session_01LMFjgUqHjQA3aCeB4QmEHZ