Add TED task verifiers (site by @shanjiaming, verifiers by reviewer)#65
Open
Django-Jiang wants to merge 7 commits into
Open
Add TED task verifiers (site by @shanjiaming, verifiers by reviewer)#65Django-Jiang wants to merge 7 commits into
Django-Jiang wants to merge 7 commits into
Conversation
Based on aiming-lab#1 (TED mirror by @shanjiaming). Adds the reviewer grading contract and fixes task-definition issues surfaced in review. Verifiers (sites/ted/verify/): verify_lib.py + verify_0..17.py — deterministic-first (nav-evidence + answer match + DB after-state), LLM utilities anchored on frozen ground truth. verifier_path + judge_rubric recorded in tasks.jsonl. Validated: no-op FAILs 18/18, correct solve PASSes 18/18, wrong answers/actions FAIL. Task fixes (sites/ted/tasks.jsonl): - Add demo credentials to account-bound tasks (1/4/7/9/12). - De-shortcut prior-knowledge-answerable tasks: TED--5 -> exact title; TED--17 -> event month (Nov 2025) instead of city (Atlanta). - TED--7: retarget from TED Countdown Summit 2025 (Alice is seed-registered -> no-op) to TED2026.
- verify_11: require /talks? (filter listing) so opening a /talks/<slug> detail page alone no longer satisfies the 'used filters' check. - extract_ints: word-boundary match so a duration check can't be satisfied by an incidental integer (e.g. '15k' views).
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.
Reviews and builds on #1 (TED mirror by @shanjiaming). Adds deterministic task verifiers + judge rubrics, and fixes task issues found in review (login credentials on account tasks; de-shortcutting TED--5/--17; TED--7 no-op retargeted to TED2026). Grading contract validated: no-op FAILs and correct solves PASS across all 18 tasks; wrong answers FAIL. Asset revision 597623a2 (contains TED + all current sites) unchanged from #1.