Skip to content

ifeval_ood: read the public IFBench_test dataset - #326

Merged
abhishekraok merged 2 commits into
mainfrom
fix/ifbench-public-dataset
Aug 27, 2026
Merged

ifeval_ood: read the public IFBench_test dataset#326
abhishekraok merged 2 commits into
mainfrom
fix/ifbench-public-dataset

Conversation

@abhishekraok

Copy link
Copy Markdown
Collaborator

ifeval_ood reads allenai/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_test is 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_test2 can'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 dataset 01M0X9N1R1VDM1YEH9J16NTFGX, experiment 01M0X8SCW6QS5V5BSXP73RKP1V) and diffed against the public set on key, prompt, instruction_id_list and non-null kwargs:

public  allenai/IFBench_test : n=300
recovered IFBench_test2      : n=300
row-order mismatches         : 0
content hashes               : equal

Task level, after the switch: 300 instances load, all 58 distinct instruction types resolve in the ifbench registry, and all 300 score end to end with zero verifier build errors.

The same identity was confirmed independently against ifbench/data/IFBench_test.jsonl in the official allenai/IFBench repo.

Notes

  • oe-eval hardcodes IFBench_test2 too (oe_eval/tasks/oe_eval_tasks/ood_ifeval.py:37). Cross-harness IFBench parity wants the same switch there — separate repo, separate change.
  • This does not unblock the whole ifbench suite. The two ifeval_mt tasks read VGraf/ifeval_mt, which was already accessible.
  • Two docstrings referring to the private copy are updated alongside the data source.
  • Worth someone at Ai2 establishing why the private duplicate exists before it's relied on again.

Full suite 1957 passed, ruff/ty clean.

🤖 Generated with Claude Code

https://claude.ai/code/session_01LMFjgUqHjQA3aCeB4QmEHZ

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
abhishekraok force-pushed the fix/ifbench-public-dataset branch from d574889 to 204a40c Compare August 25, 2026 21:27
@abhishekraok
abhishekraok requested a review from undfined August 25, 2026 21:29

@undfined undfined left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@abhishekraok
abhishekraok merged commit ddba833 into main Aug 27, 2026
10 checks passed
@abhishekraok
abhishekraok deleted the fix/ifbench-public-dataset branch August 27, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants