Incompressible Knowledge Probes (IKP)
- title
- Incompressible Knowledge Probes (IKP)
- type
- summary
- summary
- Bojie Li's IKP benchmark estimates closed-model parameter counts from factual capacity, RΒ²=0.917 calibration; falsifies the Densing Law for stored knowledge; puts GPT-5.5 at ~9.7T effective params
- tags
- llm, scaling-laws, benchmarks, parameter-estimation
- created
- 2026-05-13
- updated
- 2026-05-13
Bojie Li (Pine AI, arXiv 2604.24827, April 27 2026) builds an instrument that estimates the parameter count of a closed-source LLM by measuring how much it knows. The reasoning is direct: transformer feed-forward layers store roughly 2β4 bits of factual association per parameter (Allen-Zhu & Li 2025; Morris et al. 2025), so storing F facts requires at least F divided by bits-per-parameter weights. Measure F, get a lower bound on parameter count. The conventional alternative β inference economics, estimating size from API throughput and pricing β carries 2Γ+ uncertainty from hardware, batching, and serving-stack assumptions. IKP's estimator is intrinsic: it uses only black-box API access.
The probe set
1,400 questions across seven obscurity tiers (T1 Universal β T7 Extreme), with boundaries calibrated empirically against six landmark open-weight models β Qwen 2.5 0.5B / 7B β Qwen 3 32B / 235B β Kimi K2.5 β Gemini 3.1 Pro. A probe lands in tier k if the T_k landmark answers correctly and T_{kβ1} does not. Non-monotone probes (about 15%) are dropped.
Two probe families dominate. Wikidata supplies 557 founding-year and capital-style attribute probes (T3βT7, sampled by Wikipedia view-count quartile). DBLP/arXiv supplies 345 researcher probes β "name the primary subfield of this CS researcher, and name one paper, system, institution, or co-author associated with their work." T5βT7 are dominated by researchers with 10β50 citations. The remaining 97 probes are manual T1βT4 balance.
Scoring is +1.0 / +0.5 / 0 / Ξ» where Ξ» = β1.0 penalizes confident bluffing. STRONG > WEAK > REFUSAL > WRONG by construction means a calibrated honest model strictly beats an aggressive bluffer at the same knowledge level. Per-tier scores can go negative; aggregate is the unweighted mean of seven tiers.
Calibration
Fit A = Ξ±Β·logββ(N) + Ξ² on 89 open-weight models spanning 135M to 1,600B. RΒ² = 0.917. Each 10Γ increase in parameters adds ~14.7 pp in IKP accuracy. Leave-one-out cross-validation: median fold error 1.59Γ, 68.5% within 2Γ, 87.6% within 3Γ.
Three findings worth their own pages
1. MoE total params predict knowledge, not active
For Mixture-of-Experts models, regressing IKP against total parameters gives RΒ² = 0.79. Against active parameters: RΒ² = 0.51. Factual knowledge is stored across all expert weights, not only those activated per token. This validates a piece of folk knowledge that didn't have a clean experimental anchor before; see mixture-of-experts which has been updated with this result. Consistent with Ludziejewski et al. (2025) joint MoE scaling laws and Clark et al. (2022) unified MoE scaling.
2. The Densing Law is false for stored knowledge
The "Densing Law" (Huang et al. 2025) claims capability per parameter doubles every ~3.5 months. Across 96 dated open-weight models from 2023-09-27 to 2026-04-24, IKP fits:
pen_acc = Ξ²β + Ξ²βΒ·logββ(N_B) + Ξ²βΒ·months
Ξ²β = β0.0010/month (95% CI [β0.0031, +0.0008]) β indistinguishable from zero. The Densing prediction of +0.0117/month is rejected at p < 10β»ΒΉβ΅.
The reframing matters: procedural capability (reasoning, parsing, instruction following) is a compressible function over its inputs, and the Densing Law is real for that. Factual knowledge is incompressible β bounded below by Shannon entropy of the stored facts. Both share a parameter budget. Benchmark saturation is therefore evidence that standard benchmarks have stopped measuring the part of scaling that can't compress, not evidence that scaling has stopped. See factual-capacity-scaling.
3. The frontier estimate table
By inverting the calibration on 92 proprietary models (none used to fit the curve), Li produces out-of-sample effective-size estimates:
| Model | Vendor | IKP | Est. size | 90% PI |
|---|---|---|---|---|
| GPT-5.5 | OpenAI | 71.9% | ~9.7T | [3.2β28.7T] |
| Claude Opus 4.6 | Anthropic | 68.0% | ~5.3T | [1.8β15.6T] |
| GPT-5 Pro | OpenAI | 66.5% | ~4.1T | [1.4β12.2T] |
| GPT-5 | OpenAI | 66.4% | ~4.1T | [1.4β12.1T] |
| Claude Opus 4.7 | Anthropic | 66.4% | ~4.0T | [1.4β12.0T] |
| o1 | OpenAI | 65.4% | ~3.5T | [1.2β10.3T] |
| Grok-4 | xAI | 64.8% | ~3.2T | [1.1β9.4T] |
| Claude Sonnet 4.6 | Anthropic | 60.9% | ~1.7T | [579Bβ5.1T] |
| Gemini 2.5 Pro | 58.4% | ~1.2T | [387Bβ3.4T] | |
| GPT-4o | OpenAI | 55.3% | ~720B | [241Bβ2.1T] |
| Qwen3-Max | Alibaba | 55.0% | ~685B | [229Bβ2.0T] |
| GPT-4 | OpenAI | 54.8% | ~666B | [223Bβ2.0T] |
| Gemini 2.5 Flash | 47.4% | ~207B | [69Bβ617B] | |
| Claude Haiku 4.5 | Anthropic | 39.9% | ~65B | [22Bβ194B] |
Gemini 3.x family is excluded from the frontier table because Gemini 3.1 Pro is the T6 calibration landmark β its T6 is 88% by construction and inflates the within-family curve.
Four bands resolve out:
- Top: GPT-5.5 alone, 1.4Γ above the next model, 2.4Γ above the broad cluster.
- Frontier cluster: GPT-5 / Opus 4.7 / o1 / Grok-4 / o3 / Opus 4.5 / 4.1 between 3.0 and 4.1T. Five years of competitive development at four labs converging within 1.4Γ effective capacity.
- Older flagships: GPT-4.1, Grok-3, GPT-5.4 Pro, older Opus generations at 2β3T.
- Small/efficient line: GPT-5 Mini 410B, Gemini 2.5 Flash 207B, GPT-5 Nano 71B, Claude Haiku 4.5 65B. Spans an order of magnitude in capacity. The ratio between top and bottom of the proprietary fleet (~150Γ) is almost exactly the ratio between the largest and smallest open-weight model in the calibration set.
Smaller findings
Pro tier adds little factual capacity. GPT-5 Pro premium is 1.05Γ and GPT-5.5 Pro premium is 1.13Γ in effective capacity. Consistent with vendor framing β Pro tiers buy reasoning, agentic, and long-context capabilities (compressible procedural), not new stored facts.
GPT-5 β 5.x point releases are retrains, not lineage. The 5.x cluster (5, 5.1, 5.2, 5.3, 5.4) spans only ~8 pp around 66% IKP. GPT-5.5 jumps to 71.4%, well clear of the cluster. Fingerprint analysis (rare-fact Jaccard and hallucination similarity) puts every 5 β 5.x transition in the retrained regime (similarity < 0.10), suggesting OpenAI ships point releases as full retrains on different data, not continued pretraining of one base. Claude Opus 4 β 4.1 β 4.5 β 4.6 β 4.7 shows monotonic IKP gains (52.4 β 65.7 pp on the non-thinking base), consistent with single-axis scale-up.
Thinking mode does not create stored knowledge. Across 27 base/think pairs, mean improvement is +2.2 pp; benefit peaks at T3βT4 and vanishes at T7. The largest gain is Grok-4 β 4.20-think at +10.3 pp. Claude Opus 4.7 thinking is worse than non-thinking on IKP (66.4 vs 68.0). Interpretation: chain-of-thought helps retrieval, not stored facts. Updates thinking-mode-rule-erosion with the IKP-specific evidence.
Per-tier discrimination.
- T1βT2 saturate by ~120B.
- T3 (steepest slope, 0.324/decade) saturates at ~1.2T and is the single most informative tier; Ο = 0.983 with overall accuracy.
- T6 is where the proprietary fleet separates from the open-weight ceiling: DeepSeek V4 Pro scores 1.0%, GPT-5.5 scores 38.5%.
- T7 is a hard ceiling. Only Jamba-large (2.8%) and Grok-4 (1.0%) score above 1%. Every other model at 0% within sampling noise. T7 anchors the obscurity ladder beyond the largest existing model β interpreted structurally, T7 probes target effective mention frequency below what current pretraining corpora preserve.
Knowledge fingerprinting
Combining rare-fact Jaccard overlap with hallucination similarity (rate at which two models produce the same wrong answer on rare facts) yields a training-free instrument that distinguishes weight-sharing siblings, post-training lineages, and full retrains across closed-vendor families. The interesting thing here is that wrong answers on rare facts are a stronger fingerprint than right ones: two models that learned the same wrong fact almost certainly share training data.
Connections
- mixture-of-experts β updated with the total-vs-active capacity result
- factual-capacity-scaling β the standalone concept that survives outside this paper
- thinking-mode-rule-erosion β updated with IKP thinking-mode evidence
- pine-ai β Bojie Li's organization
- deepseek β V4 Pro shows up as the open-weight ceiling at T6
- chatgpt-5-5-pro-mathematical-research β Gowers et al on GPT-5.5 Pro; IKP independently confirms 5.5 as the genuine scale-up jump from the 5.x point-release cluster