Added more problems - #4
Merged
Merged
Conversation
joyemang33
pushed a commit
that referenced
this pull request
Dec 15, 2025
5 tasks
momoway
added a commit
to hyj2003/Frontier-CS
that referenced
this pull request
Jun 23, 2026
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>
joyemang33
pushed a commit
that referenced
this pull request
Jun 23, 2026
* feat: add vector search on disk
* feat: add tested vector search on disk
* vector_db_ann_disk: auto-build SIFT100M judge image + anti-cheat + readme 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
* vector_db_ann_disk: fast iterative eval (full-Q final) + docs
#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.
#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>
---------
Co-authored-by: momoway <3499622023@qq.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
No description provided.