fix: align task contracts with observable verification - #3
Draft
zfj1998 wants to merge 1 commit into
Draft
Conversation
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.
Summary
This draft PR proposes task-contract and verifier-quality repairs found while
studying whether skills learned on T1--T3 transfer to changed T4--T6 inputs.
The core concern is attribution: when a semantically correct implementation is
rejected by an unpublished label, exact phrase, arbitrary tie-break, or
source-code spelling check, apparent "skill learning" can actually be verifier
adaptation.
The full rationale and per-task findings are in
docs/task_contract_quality_audit.md.Scope
Across the 90 held-out T4--T6 tasks, this patch:
observable behavior instead of private source spelling/layout;
arbitrary choices (one had no positive-length feasible intersection); and
The patch includes only benchmark task assets and focused quality regressions.
It intentionally excludes model harnesses, experiment-platform integration,
watchers, and analysis/reporting infrastructure.
Main defect classes
reply obligations, assignee forms, or result cardinality differed.
fixed phrases, and one-reference-token checks were not published.
did not exist.
helper-file locations, regex tokens, or comments instead of running the
promised behavior.
priority/deadline boundaries and occasionally omitted the decisive blocker
from visible fixtures.
Validation
python scripts/validate_assets.py: PASS, 30 families / 180 tasks(the local review environment emitted expected warnings because Docker/Harbor
were unavailable).
pytest tests -q: 15 passed.git diff --checkpass.90/90 held-out T4--T6 tasks passed strict verification.
tasks.
The reference audit establishes internal solvability, not that every task is
perfect or that a particular model should pass. Live runs remain useful because
they can expose valid output surfaces that the reference solution does not
exercise.
Review requested
This is opened as a draft because the change is intentionally audit-sized.
Feedback would be especially useful on:
preferable where several answers are valid;
difficulty; and
class before merge.