evals: single canonical v4 task root + dataset file overrides#2405
Draft
shriyatheunicorn wants to merge 1 commit into
Draft
evals: single canonical v4 task root + dataset file overrides#2405shriyatheunicorn wants to merge 1 commit into
shriyatheunicorn wants to merge 1 commit into
Conversation
- discovery: tasks/bench-v4 is the single v4 root (the migration-window copy inside the v4-spike checkout was verified to be a strict subset and deleted); name-collision dedupe guard stays so multi-root tiers can never double-count a task. - suites: EVAL_WEBVOYAGER_FILE / EVAL_WEBTAILBENCH_FILE overrides (mirroring EVAL_GAIA_FILE) so runs can target curated slices - the stock files are site/category-ordered, so `-l N` alone only ever reaches the first site's rows. Part of STG-2671
|
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.
Part of STG-2671.
Single canonical v4 task root
tasks/bench-v4is the one v4 discovery root — the migration-window copy inside the v4-spike checkout was verified to be a strict subset (60/60 tasks semantically identical) and deleted. The name-collision dedupe guard stays, so multi-root tiers can never double-count (previouslyrun act --sdk v4ran 64 cases instead of 40).Dataset file overrides
EVAL_WEBVOYAGER_FILE/EVAL_WEBTAILBENCH_FILE(mirroringEVAL_GAIA_FILE) point runs at curated slices — the stock files are site/category-ordered, so-l Nalone only ever reaches the first site's rows (every WebVoyager smoke so far was Allrecipes-only for exactly this reason).Summary by cubic
Set
tasks/bench-v4as the single v4 discovery root and added dataset file overrides for WebVoyager and WebTailBench. This aligns v4 evals with STG-2671 and lets short runs target curated slices for better coverage.New Features
tasks/bench-v4(v4-spike copy removed).EVAL_WEBVOYAGER_FILEandEVAL_WEBTAILBENCH_FILEto load curated JSONL slices; defaults unchanged.Bug Fixes
Written for commit d5dead1. Summary will update on new commits.