Add model cards for Seed2.0 and DeepSeek V4.1 (issue #607) - #610
jellyfishing2346 wants to merge 2 commits into
Conversation
Seed2.0 reports 25 benchmarks across reasoning, math, science, coding, and agent capabilities. DeepSeek V4.1-Flash reports 16 benchmarks with focus on agentic tasks and KV cache compression architecture. Also adds 15 benchmark definitions referenced by these documents but previously missing from the registry (BeyondAIME, PhyBench, BABE, etc.).
|
Thanks for this. The mentions are the right first step, but let's not stop at cards plus benchmark definitions: please add the scores too, in the existing format. Where scores live
1. - benchmark_id: beyond_aime
metric: accuracy
direction: higher_is_better
unit: percent
2. - benchmark_id: gpqa_diamond
instrument: gpqa_diamond
protocol: think max, pass@1
model: DeepSeek-V4.1-Flash
organization: DeepSeek
source_id: deepseek_v4_1_flash_technical_report
reported_at: 2026-09-10
value: 88.1
read_from: pdf_textThree fields carry most of the weight, so please don't shortcut them:
Seed2.0 ships Pro / Lite / Mini. The card entry can stay one row, but score rows are per model, so please split Per the file's own rule: read each number out of the cited document and record it exactly as printed. If a table is an image and a value isn't certain, add nothing. An absent row is honest, a guessed row isn't. Blocker on the benchmark URLsSeparately, and this needs fixing before merge: most of the new benchmark
Also, These read as plausible-looking guesses rather than verified links, and that's a problem in a file whose whole contract is that any row can be checked against its source. The two card URLs are fine (both the Seed2.0 PDF and the DeepSeek V4.1 report return 200), so the fix is to pull each benchmark's real homepage or paper from the citation in the card itself, and drop Once the urls are verified and the score rows are in, this is a solid addition. |
- Add 35 score rows for Seed2.0 Pro/Lite/Mini and 3 for DeepSeek-V4.1-Flash from source PDFs - Add metric definitions for 14 new benchmarks - Fix 13 dead/incorrect benchmark URLs with verified sources - Update caveat text for BABE, COLLIE, inverse_ifeval - Split Seed2.0 scores by model variant as required
|
Thank you for the feedback, I took the time to look over your comments. Let me know if there is anything else I need to improve upon. |
ktwu01
left a comment
There was a problem hiding this comment.
Thanks for following up on the earlier feedback and for correcting the benchmark URLs. I re-ran the required CI sequence from a clean worktree, and there are still a few blockers before this can merge:
-
benchmark-radar normalize-catalogfails immediately because the existing FrontierChallenge leaderboard was moved undermodel_cards:. It is then parsed as a model card and is missingorganizationandmodel. Please preserve the original top-levelsource_documents:block and its FrontierChallenge entry. The new trailingsource_documents:entry is also incomplete (name,publisher, andbenchmarksare required) and appears unnecessary for registering Inverse IFEval as a benchmark. -
The 35 new score rows were inserted before the existing
results:key, so they are currently part of the metric-definitionbenchmarks:list. As a result, none of them load as score results. Please move them under the existingresults:block. -
Score coverage is still incomplete. The added rows cover only 12 of the 26 Seed2.0 benchmark IDs and 3 of the 16 DeepSeek benchmark IDs listed by the cards. Per
docs/sop-add-model-cards.md, please add every numeric score that can be read with certainty from both cited PDFs, including scores for benchmarks whose metric definitions already existed. -
Please reconcile metric identity with the reported protocol. In particular, ZeroBench is declared as
pass@1, while the DeepSeek row is explicitlyPass@5, with tools; those cannot share one metric identity as written. -
Please restore the unrelated
brokenarxiventry removed from the Tencent Hy4 card. After correcting the YAML section placement in a disposable worktree, the pipeline generated 875 models rather than the committed 872, and the suite finished with 1,332 passed / 2 failed because the three Seed2.0 score variants were missing from the logo registry. Please regenerate the tracked model and logo artifacts after the source data is corrected, then run all six CI commands fromAGENTS.mdin a fresh worktree.
The corrected benchmark URLs all resolve successfully, so that part looks good. Thank you again for working through this data-heavy addition; once the section placement, score completeness, metric consistency, and generated artifacts are fixed, I will be happy to re-review.
Summary
Impact
Test plan
benchmark-radar normalize-catalog→ 1,298 recordsbenchmark-radar classify→ 872 modelsbenchmark-radar build-data-release→ CLI bundle updatedCloses #607