data(gpu): cite the Wikipedia GPU lists on 481 records - #142
Conversation
84% of GPU records carried only a kaggle.com URL. The verification layer reads that as tier 3, which keeps a record yellow no matter how complete it is — GPU sits at 12% green while CPU, which picked up Wikipedia citations during the spec-fill batches, is at 65%. Wikipedia's per-vendor GPU lists document these same cards, so where a row could be matched AND a spec we already hold agreed with it, the page is added as a source. 1,006 rows parsed, 716 matched a record, 663 confirmed; 145 of those already had a tier-1 source, leaving 481 to cite. The spec agreement is the whole point: it makes the citation a claim about this card rather than a same-name lookalike. Confirmation came from base_clock_mhz (372) or tdp_w (146); the 53 rows that matched by name but agreed on neither were skipped rather than cited. No field values are changed — only source_urls gains an entry. Refs #1
Regenerates site/public/v1/gpus for the 481 records changed in the previous commit, with the engine at the pinned submodule commit. Only pages whose content actually differs are committed; 3,580 timestamp-only pages are left alone. Refs #1
🔎 Data verification — Tier 0 (offline existence/trust)Scored by Changed records in this PR523 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 433
"Yellow" : 90
"Red" : 0
Full-dataset baseline105742 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 15211
"Yellow" : 88742
"Red" : 1789
Hard violations (forced red):
green = authoritative source + complete + consistent · yellow = plausible, needs confirmation · red = sparse/weak source or a hard contradiction. Promotion to |
TechEngine change review: PASS
Changed data
Changed record examplesgpu modified
cpu modified
Heuristic review
|
TechEngine validation stats: PASS
Data summary
Warning Tracked verified coverage is below 50% for watch 2.5% (11/433), tablet 5.0% (174/3455), soc 5.8% (123/2104), brand 11.6% (24/207), gpu 12.0% (244/2030), smartphone 12.4% (11602/93396), all 14.0% (14777/105742), pda 19.3% (27/140). Validation notes
Key output:
|
Why
84% of GPU records carry only a
kaggle.comURL. The verification layer reads that as tier 3, and its green band requires a tier-1/2 source — so those records stay yellow no matter how complete they are.The contrast is measurable: CPU is at 65% green after the spec-fill batches gave it Wikipedia citations, while GPU sits at 12%, untouched.
What
Wikipedia's per-vendor GPU lists document these same cards, so the page is added as a source where a row could be matched and a spec we already hold agreed with it.
Confirmation came from
base_clock_mhz(372) ortdp_w(146). The 53 rows that matched by name but agreed on neither were skipped rather than cited.That agreement check is the substance here — it makes the citation a claim about this card rather than a same-name lookalike, which is exactly what the verification layer is asking about ("is this a real, documented part?").
No field values change.
source_urlsgains one entry; nothing else is touched.python -m app.validate→ Data validation passed. Dump refreshed for the 481 changed pages only.Closes #1