Add Kaggle mirror + task verifiers (site by @KaKituken, verifiers by reviewer)#70
Open
Django-Jiang wants to merge 1 commit into
Open
Add Kaggle mirror + task verifiers (site by @KaKituken, verifiers by reviewer)#70Django-Jiang wants to merge 1 commit into
Django-Jiang wants to merge 1 commit into
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.
Review: Kaggle mirror (PR #54) — reviewer verifiers + grading contract
Reviewed PR #54, rebased the site onto current
main, built the 17-site imagewebharbor:kaggle-rebase, ran on alt ports. Kaggle is registered at index 16 (port 40016).Mechanical checks: PASS
41400-41415)_health→ 17 competitions, 16 datasets, ok)md5 = 131cdab6ed840e4e74324ab5bd24dda4(instance == instance_seed), stable after full task-driving + resetsPOST /reset-all→ all sites readyrefs/pr/37(HF discussions/37);fetch_assets.shsucceeds. Maintainer must bump to the merged SHA once the HF PR lands.Visual / functional depth: PASS (driven via real Playwright form/JS actions, confirmed against the DB)
Login (all 4 benchmark users,
TestPass123!); join competition (+ team name); upvote; bookmark;follow; new discussion; post comment; profile-location edit; dataset download — all persist to SQLite.
Task quality: 1 verifier-side fix, otherwise sound
seed_discussionsalreadyseeds one
davidtrancomment on thetitanic-feature-ideasthread, so an existence checkcouldn't confirm the agent's new comment. The verifier now uses a delta (davidtran comment
count on that thread must increase vs the seed). No task-text change needed.
Minor (non-blocking): Kaggle--0 ("Titanic passenger survival") — two Getting-Started Titanic
competitions exist (
titanic-survival,spaceship-titanic-rescue), but both use metric"Classification Accuracy", so the answer is unambiguous; the verifier requires navigating the
titanic-survivalpage. Several read-only answers (accuracy, ROC AUC, Apache 2.0, CC0, 7 lessons)are frontier-LLM-guessable; the anti-shortcut nav gate (must open the specific competition/model/
course/dataset page) mitigates this, and site-specific tasks (team names, host schedules,
carolwong's notebook, rankings) anchor the harder ones.
Rebased onto current main in this PR
PR #54 branched from a 16-site main and registered kaggle at index 15 (a slot now taken by
merriam_webster). This reviewer PR rebases the site onto current
main:websyn_start.sh,control_server.py, andDockerfile(EXPOSE 40000-40016)..assets-revisionpinned torefs/pr/37(HF discussions/37), which contains all 16 current-mainsite tarballs plus kaggle.tar.gz — so this PR builds end-to-end. Maintainer: after HF discussions/37
is rebased onto HF main and merged, bump
.assets-revisionto the merged SHA.holds; the verifiers were re-confirmed against the rebased container (read-only PASS, no-op FAIL,
and a stateful drive+PASS at the new port). The current-main
agent_demoprovides theeval_judge --verifier TruePRIMARY-grader path.Grading contract authored (reviewer)
sites/kaggle/verify/verify_lib.py(shared deterministic + anchored-LLM utilities) + 20 per-taskverifiers
verify_0.py … verify_19.py.tasks.jsonlbackfilled withverifier_path+judge_rubricper row; noanswerkey.SQLite after-state (competition_entries, votes, bookmarks, follows, discussions/comments, download
counter, user profile). LLM/screenshot checks anchored on ground truth and SKIP when the LLM is
unavailable.
Grading validation (verifiers run standalone against the live container DB)
md5unchanged).Verdict
Grading contract is ready and validated; the site is rebased onto current main (kaggle at index
16 / port 40016) and builds from
refs/pr/37. Ready to merge once the maintainer bumps.assets-revisionto the merged HF SHA after HF discussions/37 lands on HF main.