Skip to content

Added more problems - #4

Merged
joyemang33 merged 2 commits into
FrontierCS:mainfrom
Mantlemoose:main
Dec 13, 2025
Merged

Added more problems#4
joyemang33 merged 2 commits into
FrontierCS:mainfrom
Mantlemoose:main

Conversation

@Mantlemoose

Copy link
Copy Markdown
Contributor

No description provided.

@joyemang33
joyemang33 merged commit ac53de1 into FrontierCS:main Dec 13, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants