[2.0] Add new Frontier-CS 2.0 problem vector_db_ann_disk - #146
Merged
Conversation
…adme cleanup
- docker/: judge image that builds the benchmark from scratch at build time
(download real BIGANN base/query + official GT, compile FreshDiskANN, build
the on-disk graph+PQ, measure baseline); zero manual download/hosting
- config.yaml: point to custom judge_image; drop the unused harbor mount block
- evaluator.py: load truth/baseline into memory then delete from disk before any
candidate runs (candidate executes in the judge container as root)
- readme: strictly agent-facing; remove host paths / truth/baseline names; fix
stale query-count and query-variation wording
FrontierCS#1 Two-tier evaluation. The judge sets FRONTIER_SUBMISSION_ROLE per submission: iterative `submit.sh` feedback now times a small FRONTIER_VECTOR_DB_ITER_Q subset (default 2000) for fast turnaround, while the final verifier (role=final) times the full FRONTIER_VECTOR_DB_Q=10000 set for the authoritative score. recall@10 and QPS are stable averages so the iterative estimate tracks the final; this cuts the iterate loop from ~4-5 min to ~2 min/submission and removes cancel-thrashing. FrontierCS#4 Docs. readme: eval wall-time note + iterative-vs-final behavior. docker/judge/Dockerfile: bake FRONTIER_VECTOR_DB_ITER_Q. docker/README.md: document constrained/rootless local runs (mount-data variant, --cpus ignore, env-only credentials). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
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
Type of Change
Testing
Checklist
CI Validation (for new problems)