Pith. sign in

REVIEW 3 major objections 5 minor 65 references

Evaluating the Unseen Capabilities: How Many Theorems Do LLMs Know?

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read By estimating the knowledge an LLM does not output, KnowSum shows observed performance captures only about 20-50% of internal knowledge and can misrank models.

desk verdict A genuinely useful evaluation lens with real held-out validation at small extrapolation factors, but the headline 20–50% SKR and ranking shifts depend on an unvalidated t=100 extrapolation that the paper's own saturation argument cannot certify. read the letter →

arxiv 2506.02058 v1 pith:KJFWHFVI submitted 2025-06-01 cs.CL cs.IRcs.LGstat.APstat.ME

classification cs.CLcs.IRcs.LGstat.APstat.ME
keywords LLMevaluationunseenknowledgeestimationGood-Turingestimatorspeciescountingcrisisseenratiodiversitymeasurement
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that standard LLM evaluations systematically undercount what a model knows, because they only score what the model happens to output. It introduces KnowSum, a five-step pipeline—generate, verify, cluster, count frequencies, extrapolate—that estimates how many additional knowledge items would appear if the same model were queried many more times. Applying the pipeline to named theorems, human diseases, biomedical retrieval, and open-ended generation, the authors find that nine models typically express only 20-50% of their estimated internal knowledge. They also show that ranking models by observed knowledge alone can disagree with ranking them by estimated total knowledge, with some pairs of models swapping order once unseen knowledge is counted.

What carries the argument

The load-bearing object is the smoothed Good-Turing estimator, which predicts unseen knowledge as $\hat{N}_{\mathrm{unseen}}(t) = \sum_{s=1}^{k} h_s n_s$, where $n_s$ is the number of knowledge items observed exactly $s$ times and $h_s = -(-t)^s \, P\big(\mathrm{Bin}(k, 1/(t+1)) \ge s\big)$. Rare items—those seen once or twice—act as statistical fingerprints of the hidden mass, and truncating at a small $k$ (typically 6 to 10, chosen by cross-validation) stabilizes the estimate. The paper pairs this estimator with a modular pipeline in which generation, external verification, semantic clustering, and prevalence counting turn raw LLM answers into a frequency histogram. A proven bound, $\hat{N}_{\mathrm{unseen}}(t) \le e^{kt/(t+1)} N_{\mathrm{seen}}$, relates the unseen estimate to the observed count and motivates the seen-knowledge ratio as a dimensionless summary of knowledge exposure.

What would settle it

Take a domain with a complete, known list of items (e.g., all 24,762 mathematical concepts in the paper's reference databases), run the KnowSum pipeline on a model, then actually perform about 100 times more queries; if the number of new items that surface in those extra queries differs substantially from $\hat{N}_{\mathrm{unseen}}(100)$, the total-knowledge claim fails.

Watch

Extended reading notes

Core claim

The central claim is that an LLM's observable output is a small sample of a much larger internal knowledge store, and that the size of the hidden part can be inferred statistically. KnowSum models repeated queries as draws from a prevalence distribution over knowledge items, builds a histogram of how many items were seen once, twice, and so on, and applies the smoothed Good-Turing estimator to predict how many new items would surface in $t \cdot n$ further queries. For all nine evaluated models, the estimate of total knowledge substantially exceeds the observed count, with seen-knowledge ratios (observed divided by estimated total) mostly between 0.2 and 0.5. Because the estimate depends on the full frequency histogram—not just the observed count—a model that repeats a few common items can end up with a lower estimated total than a model that emits a larger variety of rare items, which is why rankings change.

Load-bearing premise

That extrapolating to 100 times more queries, so that observed plus estimated unseen items equals the model's true total knowledge, is valid—an assumption validated only for the small extrapolation factors $t = 1, 2, 3$.

Editorial extensions

If this is right

  • Observed benchmark counts should not be read as capacity, because two models with identical observed knowledge can have very different estimated totals.
  • Ranking evaluations should be re-run with unseen-knowledge estimates, since several pairwise orderings reverse once the hidden mass is counted.
  • The framework transfers to other countable outputs: biomedical retrieval coverage and semantic diversity of open-ended generations both show seen-knowledge ratios near 20-25%.
  • The estimator adds no extra queries or compute beyond the samples already collected for evaluation, since it reuses the same frequency histogram.
  • Estimates saturate around $t = 80$, so the paper adopts $t = 100$ as a standard extrapolation factor for reporting total knowledge.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the prevalence distribution is heavy-tailed with unbounded support, the $t = 100$ number is an extrapolation statement about 100 times more draws, not a proven bound on true knowledge; the total-knowledge reading is the paper's interpretation, not an established fact.
  • The same pipeline could estimate unseen items in other countable LLM outputs—named entities, code identifiers, chemical reactions—provided a verifier and a semantic clustering rule exist.
  • The reported ranking flips suggest a practical evaluation recipe: sample far more than is typical, or explicitly model the unseen mass, before declaring one model more knowledgeable than another.
  • A direct check of the $t = 100$ assumption is possible in closed domains with known reference lists by generating 100 times more samples and comparing the number of new items actually found with the estimate.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper introduces KnowSum, a five-step pipeline (generation, verification, clustering, prevalence estimation, and smoothed Good–Turing extrapolation) for estimating the number of knowledge items an LLM could produce but has not yet produced under repeated sampling. The central claims are that LLMs typically express only 20–50% of their estimated internal knowledge and that accounting for unseen knowledge changes comparative rankings of models (Figure 1, Table 1). The method is validated by held-out experiments for extrapolation factors t = 1, 2, 3, and is applied to three tasks: counting theorems and diseases, BioASQ information retrieval, and open-ended diversity measurement.

Significance. If the total-knowledge interpretation of bNtot were valid, this would be a valuable contribution: it provides a principled, computationally cheap way to quantify latent knowledge, builds on a statistically well-motivated estimator (SGT) with near-optimality guarantees, and identifies a real evaluation blind spot. The held-out validation for small t is genuine and methodologically sound, and the sensitivity analyses across t, k, prompt, temperature, and clustering threshold are a strength. The ranking-reversal examples are practically consequential for model comparison. The main reservations are that the headline extrapolation factor t=100 is not validated against ground truth, and that Application 2 counts units taken from gold-standard documents rather than from model outputs.

major comments (3)
  1. [§5.1–§5.2, Eq. (1), Tables 1–2, Figure 1] The headline numbers and all SKR/ranking claims use extrapolation factor t=100, but the only ground-truth validation in §5.1 covers t=1, 2, 3. The saturation argument in §5.2 (saturation around t=80) is read off from the same estimator on the same data and cannot by itself certify that bNtot(100) equals the total knowledge encoded in the model. For a heavy-tailed prevalence distribution, bNunseen(t) estimates the number of distinct items that would appear in t·n additional draws, not the size of the support; the gap between these two quantities is exactly the zero-frequency mass that the SGT truncation extrapolates. Consequently the '20–50% expressed knowledge' statement and the ranking changes in Figure 1 are conditional on an unvalidated extrapolation. Please add validation at large t on a setting with a known support (e.g., synthetic sampling from a known prevalence distribution, or a domain with an exhaustive gold-standard list) or explicitly reframe the claims as being about a 100× extended query budget rather than total internal knowledge.
  2. [§4.2, Table 2] In both IR subtasks, the counted MeSH keywords are taken from gold-standard documents, not from the model's generated output: in document retrieval, all MeSH keywords of any retrieved gold document are credited; in question answering, all MeSH keywords of documents linked to a correctly answered question are credited. Nseen and bNunseen therefore measure how many gold-document MeSH terms are covered by the retrieved/answered questions under the chosen query distribution, which is a property of the corpus and annotation, not of the model's internal knowledge. The SGT extrapolation then estimates how many additional gold MeSH terms would be covered by more questions from the same pool. This conflates retrieval success with latent knowledge and undermines the 'latent retrieval capacity' conclusions drawn from the left two columns of Table 2.
  3. [Definition 1, §5.2, Figure 8] The claim that SKR(t) measures the proportion of 'exposed knowledge' is a direct function of the chosen extrapolation factor t, and the paper's own Figure 8 shows SKR(t) decreasing monotonically in t. The assertion that 'when both t and n are sufficiently large (e.g., t=10^2, n=10^5), the denominator ... serves as an estimate of the total knowledge encoded in the model' is not established; the 20–50% range is therefore partly an artifact of the choice t=100. The paper should either justify the total-knowledge interpretation with external evidence or present SKR(100) as a conditional measure tied to a 100× sampling budget, with the dependence on t clearly stated in the abstract and conclusion.
minor comments (5)
  1. [Appendix A, proof of Theorem 1] The proof begins by defining n as the total number of valid items, n = Σ_{s≥1} s·n_s, but then bounds bNunseen(t)/Nobs with denominator Σ_{s≥1} n_s (the number of distinct items Nseen). As written, inequality (2) does not follow unless Nobs is redefined as Nseen, and the statement that n = Σ s·n_s is then irrelevant. Please clarify the notation.
  2. [Appendix B.3.1] The subsection title 'Human Disease Oncology' should read 'Human Disease Ontology'.
  3. [Table 1] The multi-part column headers 'Theorem onlyAll math concepts' and 'Anatomical diseaseHuman diseases' appear without spacing in the rendered text; this should be fixed for readability.
  4. [Figure 7] The x-axis label 'Extrapolation t' is used for three subplots with different ranges; labeling each subplot with the corresponding robs value (or the effective t) would make the validation design easier to follow.
  5. [§4.3] The clustering threshold for the diversity task is set as the q-quantile of 10-nearest-neighbor distances aggregated across all models; this global choice can systematically affect models with different output-density profiles. The sensitivity analysis over q is appreciated, but a per-model threshold calibrated on a held-out set would be a more neutral alternative.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the SGT estimator is independently validated on held-out data, and the SKR/total-knowledge relation is an operational definition, not a fitted prediction.

full rationale

The paper's derivation chain is self-contained and non-circular. The core estimate bNtot = Nseen + bNunseen(t) is computed from Eq. (1), the smoothed Good–Turing estimator cited to external statistical literature [19, 41], not fitted to the ranking claims. Section 5.1 validates the estimator against ground truth on held-out fractions for t = 1, 2, 3, independently of the headline '20–50% SKR' numbers. The SKR is defined as Nseen / (Nseen + bNunseen(t)), so it is by construction the ratio of observed to estimated total knowledge; this is an operational definition rather than a circular derivation, and the estimator itself is not derived from SKR or from the ranking results. The only co-authored citation [59] is a related-work mention about creativity testing and is not load-bearing. The concern that t = 100 extrapolates far beyond the validated t = 3 regime is a correctness/validity limitation, not circularity, and the paper discloses the saturation argument as an internal property of the estimator. No step reduces to its own input by construction, so the circularity score is 0.

Assumptions & free parameters 6 free parameters · 4 assumptions · 0 invented entities

The framework relies on no new physical or conceptual entities. Its free parameters are experimental and estimation hyperparameters: t, k, clustering thresholds, verification criteria, and sampling settings. The key modeling axioms are the i.i.d. sampling assumption and the saturation/finite-support assumption that lets the authors call the t=100 estimate 'total knowledge'.

free parameters (6)
  • Extrapolation factor t = 100
    Set to 100 as default because Ntot saturates around t=80 in Figure 8; all headline estimates and SKR values depend on this choice.
  • Truncation level k = 6, 8, or 10 per model and application (Table 5)
    Selected by cross-validation from {6,8,10}; controls how many frequency counts enter the estimator.
  • Clustering threshold q for diversity = 0.5 main; 0.2, 0.3, 0.7 for robustness
    For diversity measurement, responses are merged when embedding distance is below the q-quantile of 10-nearest-neighbor distances; directly determines Nseen and Ntot.
  • Sampling temperature and nucleus sampling = 1, disabled
    Chosen in Section 5.2 because they maximize Nseen and Ntot; affects the exposure of rare knowledge.
  • Verification criteria (strict vs relaxed) = Strict: 'theorem' word or anatomical disease; relaxed: any of 12 math terms or any DOID disease
    These choices change observed counts and therefore the estimated unseen totals and rankings.
  • Fuzzy matching threshold for disease verification = 0.9 (rapidfuzz similarity)
    Determines which generated disease names pass verification and affects the observed frequency histogram.
assumptions (4)
  • domain assumption LLM outputs are i.i.d. draws from a fixed output distribution
    Section 3.1/3.2 treats repeated prompting as a sampling process analogous to drawing from a Poisson or multinomial distribution; this is required for Good-Turing estimation.
  • standard math Each knowledge item emerges according to its own Poisson process
    Section 3.2 states 'if each knowledge item emerges according to its own Poisson process'; this is the classical model underlying the smoothed Good-Turing estimator.
  • domain assumption External databases (Wikipedia, MathSciNet, ProofWiki, Disease Ontology, MeSH) provide a complete and correct ground truth for verification
    Section 4.1 and 4.2 use these databases to validate generated items; if they are incomplete or contain errors, observed counts and unseen estimates are biased.
  • ad hoc to paper The total knowledge is finite or saturates by t=100
    Definition 1 and the default choice of t=100 assume that Nseen + Nunseen(100) approximates the total knowledge encoded in the model; this is not proven and is questionable if the prevalence distribution is heavy-tailed with unbounded support.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Evaluating the Unseen Capabilities: How Many Theorems Do LLMs Know?." pith.science (2026). https://pith.science/paper/KJFWHFVI

@misc{pith2026250602058,
  author       = {Pith},
  title        = {Pith review of: Evaluating the Unseen Capabilities: How Many Theorems Do LLMs Know?},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KJFWHFVI}},
  note         = {Machine review of arXiv:2506.02058}
}
read the original abstract

Accurate evaluation of large language models (LLMs) is crucial for understanding their capabilities and guiding their development. However, current evaluations often inconsistently reflect the actual capacities of these models. In this paper, we demonstrate that one of many contributing factors to this \textit{evaluation crisis} is the oversight of unseen knowledge -- information encoded by LLMs but not directly observed or not yet observed during evaluations. We introduce KnowSum, a statistical framework designed to provide a more comprehensive assessment by quantifying the unseen knowledge for a class of evaluation tasks. KnowSum estimates the unobserved portion by extrapolating from the appearance frequencies of observed knowledge instances. We demonstrate the effectiveness and utility of KnowSum across three critical applications: estimating total knowledge, evaluating information retrieval effectiveness, and measuring output diversity. Our experiments reveal that a substantial volume of knowledge is omitted when relying solely on observed LLM performance. Importantly, KnowSum yields significantly different comparative rankings for several common LLMs based on their internal knowledge.

Figures

Figures reproduced from arXiv: 2506.02058 by the authors.

Figure 1
Figure 1. Estimating the number of unseen theorems changes LLM rankings based on [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. (a) Examples of common and rare theorems from an LLM. (b) Obtain theorem names by repeatedly prompting the LLM. (c) Comparison between observed results and our proposed approach. quantifying retrieval coverage in biomedical document retrieval and question answering, and (3) measuring semantic diversity in open-ended generation tasks. Our findings reveal two key insights: (i) LLMs typically express only 20-50% of the… view at source ↗
Figure 3
Figure 3. Schematic illustration of the unseen knowledge estimation framework. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (10 more)
Figure 4
Figure 4. Figure 4: Frequency histogram of theorems (top) and human diseases (bottom) found in LLM [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Top three most frequently generated theorems (left) and human diseases (right). The black [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Performance on selected traditional IR metrics. [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]
Figure 7
Figure 7. Figure 7: SGT estimates (colored curves) versus ground truth (black dotted lines) for theorem [PITH_FULL_IMAGE:figures/full_fig_p012_7.png]
Figure 8
Figure 8. Figure 8: Effects of the extrapolation factor t (left two plots) and prompts (right two plots) for theorem estimation. Counterpart results for human diseases are shown in [PITH_FULL_IMAGE:figures/full_fig_p012_8.png]
Figure 9
Figure 9. Figure 9: Effects of the truncation level k (left two plots) and sampling strategies (right two plots) for theorem estimation. Counterpart results for human diseases are shown in [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]
Figure 10
Figure 10. Figure 10: Distribution of math concepts (left) and human disease subcategories (right). These distributions are used as filtering criteria to exclude invalid knowledge items under the strict criteria setting in Application 1. B.5 Used Truncation Levels All the truncation levels…
Figure 11
Figure 11. Figure 11: SGT estimates (colored curves) versus ground truth (black dotted lines) for disease [PITH_FULL_IMAGE:figures/full_fig_p027_11.png]
Figure 12
Figure 12. Figure 12: Effects of the extrapolation factor t (left two plots) and prompts (right two plots) for disease estimation. B.8 Additional Results on Truncation Levels and Sampling Strategies We present additional results for human diseases in [PITH_FULL_IMAGE:figures/full_fig_p027…
Figure 13
Figure 13. Figure 13: Effects of the truncation level k (left two plots) and sampling strategies (right two plots) for disease estimation. 27 [PITH_FULL_IMAGE:figures/full_fig_p027_13.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

65 extracted references · 35 canonical work pages

  1. [1]

    GPT-4 technical report

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. GPT-4 technical report. arXiv preprint arXiv:2303.08774, 2023

  2. [2]

    Physics of language models: Part 3.1, knowledge storage and extraction

    Zeyuan Allen-Zhu and Yuanzhi Li. Physics of language models: Part 3.1, knowledge storage and extraction. arXiv preprint arXiv:2309.14316, 2023

  3. [3]

    Claude3.7 Sonnetsystemcard

    Anthropic. Claude3.7 Sonnetsystemcard. https://www.anthropic.com/claude-3-7-sonnet- system-card, February 2025. Accessed: 2025-05-15

  4. [4]

    On the opportunities and risks of foundation models.arXiv preprint arXiv:2108.07258, 2021

    Rishi Bommasani, Drew A Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S Bernstein, Jeannette Bohg, Antoine Bosselut, Emma Brunskill, et al. On the opportunities and risks of foundation models.arXiv preprint arXiv:2108.07258, 2021. 14

  5. [5]

    Eight things to know about large language models.Critical AI, 2(2), 2024

    Samuel R Bowman. Eight things to know about large language models.Critical AI, 2(2), 2024

  6. [6]

    Language models are few-shot learners

    Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. InAdvances in Neural Information Processing Systems, volume 33, pages 1877–1901, 2020

  7. [7]

    Sparks of artificial general intelligence: Early experiments with GPT-4

    Sébastien Bubeck, Varun Chandrasekaran, Ronen Eldan, Johannes Gehrke, Eric Horvitz, Ece Kamar, Peter Lee, Yin Tat Lee, Yuanzhi Li, Scott Lundberg, Harsha Nori, Hamid Palangi, Marco Tulio Ribeiro, and Yi Zhang. Sparks of artificial general intelligence: Early experiments with GPT-4. arXiv preprint arXiv:2303.12712, 2023

  8. [8]

    Quantifying memorization across neural language models

    Nicholas Carlini, Daphne Ippolito, Matthew Jagielski, Katherine Lee, Florian Tramer, and Chiyuan Zhang. Quantifying memorization across neural language models. InInternational Conference on Learning Representations, 2023. URL https://openreview.net/forum?id= TatRHT_1cK

Show all 65 references
  1. [9]

    How do large language models acquire factual knowledge during pretraining? In Neural Information Processing Systems, 2024

    Hoyeon Chang, Jinho Park, Seonghyeon Ye, Sohee Yang, Youngkyung Seo, Du-Seong Chang, and Minjoon Seo. How do large language models acquire factual knowledge during pretraining? In Neural Information Processing Systems, 2024

  2. [10]

    A survey on evaluation of large language models

    Yupeng Chang, Xu Wang, Jindong Wang, Yuan Wu, Linyi Yang, Kaijie Zhu, Hao Chen, Xiaoyuan Yi, Cunxiang Wang, Yidong Wang, et al. A survey on evaluation of large language models. ACM transactions on intelligent systems and technology, 15(3):1–45, 2024

  3. [11]

    Estimating the number of species in a stochastic abundance model

    Anne Chao and John Bunge. Estimating the number of species in a stochastic abundance model. Biometrics, 58(3):531–539, 2002

  4. [12]

    A new statistical approach for assessing similarity of species composition with incidence and abundance data

    Anne Chao, Robin L Chazdon, Robert K Colwell, and Tsung-Jen Shen. A new statistical approach for assessing similarity of species composition with incidence and abundance data. Ecology letters, 8(2):148–159, 2005

  5. [13]

    Gonzalez, and Ion Stoica

    Wei-Lin Chiang, Lianmin Zheng, Ying Sheng, Anastasios Nikolas Angelopoulos, Tianle Li, Dacheng Li, Banghua Zhu, Hao Zhang, Michael Jordan, Joseph E. Gonzalez, and Ion Stoica. Chatbot arena: An open platform for evaluating LLMs by human preference. InInternational Conference on...

  6. [14]

    Training verifiers to solve math word problems.arXiv preprint arXiv:2110.14168, 2021

    Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, Christopher Hesse, and John Schulman. Training verifiers to solve math word problems.arXiv preprint arXiv:2110.14168, 2021

  7. [15]

    Forgetwhat you know about LLMs evaluations—LLMs are like a chameleon.arXiv preprint arXiv:2502.07445, 2025

    NuritCohen-Inger, YehonatanElisha, BrachaShapira, LiorRokach, andSeffiCohen. Forgetwhat you know about LLMs evaluations—LLMs are like a chameleon.arXiv preprint arXiv:2502.07445, 2025

  8. [16]

    Springer US, Boston, MA, 2009

    Nick Craswell.Mean Reciprocal Rank, pages 1703–1703. Springer US, Boston, MA, 2009. ISBN 978-0-387-39940-9. doi: 10.1007/978-0-387-39940-9_488. URL https://doi.org/10.1007/ 978-0-387-39940-9_488. 15

  9. [17]

    CURIE: Evaluating LLMs on multitask scientific long-context understanding and reasoning

    Hao Cui, Zahra Shamsi, Gowoon Cheon, Xuejian Ma, Shutong Li, Maria Tikhanovskaya, Peter Christian Norgaard, Nayantara Mudur, Martyna Beata Plomecka, Paul Raccuglia, et al. CURIE: Evaluating LLMs on multitask scientific long-context understanding and reasoning. In International...

  10. [18]

    Data science at the singularity.Harvard Data Science Review, 6(1), 2024

    David Donoho. Data science at the singularity.Harvard Data Science Review, 6(1), 2024

  11. [19]

    Estimating the number of unseen species: How many words did Shakespeare know?Biometrika, 63(3):435–447, 1976

    Bradley Efron and Ronald Thisted. Estimating the number of unseen species: How many words did Shakespeare know?Biometrika, 63(3):435–447, 1976

  12. [20]

    Near-optimal estimation of the unseen under regularly varying tail populations.Bernoulli, 29(4):3423–3442, 2023

    Stefano Favaro and Zacharie Naulet. Near-optimal estimation of the unseen under regularly varying tail populations.Bernoulli, 29(4):3423–3442, 2023

  13. [21]

    Good-turing frequency estimation without tears.Journal of quantitative linguistics, 2(3):217–237, 1995

    William A Gale and Geoffrey Sampson. Good-turing frequency estimation without tears.Journal of quantitative linguistics, 2(3):217–237, 1995

  14. [22]

    The population frequencies of species and the estimation of population parameters

    Irving J Good. The population frequencies of species and the estimation of population parameters. Biometrika, 40(3-4):237–264, 1953

  15. [23]

    Estimating knowledge in large language models without generating a single token

    Daniela Gottesman and Mor Geva. Estimating knowledge in large language models without generating a single token. InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 3994–4019, 2024

  16. [24]

    The Llama 3 herd of models.arXiv preprint arXiv:2407.21783, 2024

    Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. The Llama 3 herd of models.arXiv preprint arXiv:2407.21783, 2024

  17. [25]

    Optimal prediction of the number of unseen species with multiplicity

    Yi Hao and Ping Li. Optimal prediction of the number of unseen species with multiplicity. In Advances in Neural Information Processing Systems, volume 33, pages 8553–8564, 2020

  18. [26]

    Measuring massive multitask language understanding

    Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. Measuring massive multitask language understanding. InInternational Conference on Learning Representations, 2021. URLhttps://openreview.net/forum?id=d7KBjmI3GmQ

  19. [27]

    The curious case of neural text degeneration

    Ari Holtzman, Jan Buys, Li Du, Maxwell Forbes, and Yejin Choi. The curious case of neural text degeneration. In International Conference on Learning Representations, 2020. URL https://openreview.net/forum?id=rygGQyrFvH

  20. [28]

    GPT-4o system card.arXiv preprint arXiv:2410.21276, 2024

    Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. GPT-4o system card.arXiv preprint arXiv:2410.21276, 2024

  21. [29]

    Albert Q. Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, Lélio Renard Lavaud, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas ...

  22. [30]

    Calibrated language models must hallucinate

    Adam Tauman Kalai and Santosh S Vempala. Calibrated language models must hallucinate. In Proceedings of the 56th Annual ACM Symposium on Theory of Computing, pages 160–171, 2024. 16

  23. [31]

    Line of duty: Evaluating LLM self-knowledge via consistency in feasibility boundaries.arXiv preprint arXiv:2503.11256, 2025

    Sahil Kale and Vijaykant Nadadur. Line of duty: Evaluating LLM self-knowledge via consistency in feasibility boundaries.arXiv preprint arXiv:2503.11256, 2025

  24. [32]

    Too many AIs.https://dev.to/leeaao/too-many-ais-24nb, 2025

    Leonid Khomenko. Too many AIs.https://dev.to/leeaao/too-many-ais-24nb, 2025. Ac- cessed: 2025-05-09

  25. [33]

    BioASQ-QA: A manually curated corpus for biomedical question answering.Scientific Data, 10 (1):170, 2023

    Anastasia Krithara, Anastasios Nentidis, Konstantinos Bougiatiotis, and Georgios Paliouras. BioASQ-QA: A manually curated corpus for biomedical question answering.Scientific Data, 10 (1):170, 2023

  26. [34]

    How pre-trained language models capture factual knowledge? A causal-inspired analysis

    Shaobo Li, Xiaoguang Li, Lifeng Shang, Zhenhua Dong, Cheng-Jie Sun, Bingquan Liu, Zhenzhou Ji, Xin Jiang, and Qun Liu. How pre-trained language models capture factual knowledge? A causal-inspired analysis. InFindings of the Association for Computational Linguistics: ACL 2022, ...

  27. [35]

    ROUGE: A package for automatic evaluation of summaries

    Chin-Yew Lin. ROUGE: A package for automatic evaluation of summaries. InText summariza- tion branches out, pages 74–81, 2004

  28. [36]

    Deepseek-V3 technical report.arXiv preprint arXiv:2412.19437, 2024

    Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, et al. Deepseek-V3 technical report.arXiv preprint arXiv:2412.19437, 2024

  29. [37]

    Feder Cooper, Daphne Ippolito, Christopher A

    Milad Nasr, Javier Rando, Nicholas Carlini, Jonathan Hayase, Matthew Jagielski, A. Feder Cooper, Daphne Ippolito, Christopher A. Choquette-Choo, Florian Tramèr, and Katherine Lee. Scalable extraction of training data from aligned, production language models. InInternational Co...

  30. [38]

    ChatGPT-3.5-turbo

    OpenAI. ChatGPT-3.5-turbo. https://platform.openai.com/docs/models/gpt-3-5, 2023. Accessed: 2025-05-15

  31. [39]

    Competitive distribution estimation: Why is Good-Turing good

    Alon Orlitsky and Ananda Theertha Suresh. Competitive distribution estimation: Why is Good-Turing good. InAdvances in Neural Information Processing Systems, volume 28, 2015

  32. [40]

    Always Good Turing: Asymptotically optimal probability estimation.Science, 302(5644):427–431, 2003

    Alon Orlitsky, Narayana P Santhanam, and Junan Zhang. Always Good Turing: Asymptotically optimal probability estimation.Science, 302(5644):427–431, 2003

  33. [41]

    Optimal prediction of the number of unseen species

    Alon Orlitsky, Ananda Theertha Suresh, and Yihong Wu. Optimal prediction of the number of unseen species. Proceedings of the National Academy of Sciences, 113(47):13283–13288, 2016

  34. [42]

    BLEU: A method for automatic evaluation of machine translation

    Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. BLEU: A method for automatic evaluation of machine translation. InProceedings of the 40th annual meeting of the Association for Computational Linguistics, pages 311–318, 2002

  35. [43]

    Fabio Petroni, Tim Rocktäschel, Sebastian Riedel, Patrick Lewis, Anton Bakhtin, Yuxiang Wu, and Alexander Miller. Language models as knowledge bases? InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Confer...

  36. [44]

    Humanity’s last exam.arXiv preprint arXiv:2501.14249, 2025

    Long Phan, Alice Gatti, Ziwen Han, Nathaniel Li, Josephina Hu, Hugh Zhang, Chen Bo Calvin Zhang, Mohamed Shaaban, John Ling, Sean Shi, et al. Humanity’s last exam.arXiv preprint arXiv:2501.14249, 2025

  37. [45]

    Do large language models know how much they know?arXiv preprint arXiv:2502.19573, 2025

    Gabriele Prato, Jerry Huang, Prasannna Parthasarathi, Shagun Sodhani, and Sarath Chandar. Do large language models know how much they know?arXiv preprint arXiv:2502.19573, 2025

  38. [46]

    AI and the everything in the whole wide world benchmark

    Inioluwa Deborah Raji, Emily Denton, Emily M Bender, Alex Hanna, and Amandalynne Paullada. AI and the everything in the whole wide world benchmark. InNeural Information Processing Systems Datasets and Benchmarks Track (Round 2), 2021

  39. [47]

    NLP evaluation in trouble: On the need to measure LLM data contamination for each benchmark

    Oscar Sainz, Jon Campos, Iker García-Ferrero, Julen Etxaniz, Oier Lopez de Lacalle, and Eneko Agirre. NLP evaluation in trouble: On the need to measure LLM data contamination for each benchmark. In Findings of the Association for Computational Linguistics: EMNLP 2023, pages 10...

  40. [48]

    NeurIPS 2023 LLM efficiency fine-tuning competition

    Mark Saroufim, Yotam Perlitz, Leshem Choshen, Luca Antiga, Greg Bowyer, Christian Puhrsch, Driss Guessous, Supriya Rao, Geeta Chauhan, Ashvini Kumar, Jindal Pawan Kumar, Ra- jpoot Ankur Parikh, Joe Isaacson, and Weiwei Yang. NeurIPS 2023 LLM efficiency fine-tuning competition....

  41. [49]

    Human disease ontology 2022 update

    LynnMSchriml, EvangelosMitraka, JamieMunro, BethanyTauber, MarinaSchor, LynneNickle, Vivian Felix, Lisa Jeng, Catherine Bearer, Robert Lichenstein, et al. Human disease ontology 2022 update. Nucleic Acids Research, 50(D1):D1255–D1261, 2022. doi: 10.1093/nar/gkab920

  42. [50]

    Auto- Prompt: Eliciting knowledge from language models with automatically generated prompts

    Taylor Shin, Yasaman Razeghi, Robert L Logan IV, Eric Wallace, and Sameer Singh. Auto- Prompt: Eliciting knowledge from language models with automatically generated prompts. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP). Asso...

  43. [51]

    Welcome to the era of experience.Google AI, 2025

    David Silver and Richard S Sutton. Welcome to the era of experience.Google AI, 2025

  44. [52]

    Smith, Beyza Ermis, Marzieh Fadaee, and Sara Hooker

    Shivalika Singh, Yiyang Nan, Alex Wang, Daniel D’Souza, Sayash Kapoor, Ahmet Üstün, Sanmi Koyejo, Yuntian Deng, Shayne Longpre, Noah A. Smith, Beyza Ermis, Marzieh Fadaee, and Sara Hooker. The leaderboard illusion.arXiv preprint arXiv:2504.20879, 2025

  45. [53]

    Large language models encode clinical knowledge.Nature, 620(7972):172–180, 2023

    Karan Singhal, Shekoofeh Azizi, Tao Tu, S Sara Mahdavi, Jason Wei, Hyung Won Chung, Nathan Scales, Ajay Tanwani, Heather Cole-Lewis, Stephen Pfohl, et al. Large language models encode clinical knowledge.Nature, 620(7972):172–180, 2023

  46. [54]

    The bitter lesson.Incomplete Ideas (blog), 13(1):38, 2019

    Richard Sutton. The bitter lesson.Incomplete Ideas (blog), 13(1):38, 2019

  47. [55]

    Galactica: A large language model for science.arXiv preprint arXiv:2211.09085, 2022

    Ross Taylor, Marcin Kardas, Guillem Cucurull, Thomas Scialom, Anthony Hartshorn, Elvis Saravia, Andrew Poulton, Viktor Kerkez, and Robert Stojnic. Galactica: A large language model for science.arXiv preprint arXiv:2211.09085, 2022

  48. [56]

    Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context.arXiv preprint arXiv:2403.05530, 2024

    Gemini Team, Petko Georgiev, Ving Ian Lei, Ryan Burnell, Libin Bai, Anmol Gulati, Garrett Tanzer, Damien Vincent, Zhufeng Pan, Shibo Wang, et al. Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context.arXiv preprint arXiv:2403.05530, 2024. 18

  49. [57]

    Mildred C. Templin. Certain Language Skills in Children: Their Development and In- terrelationships, volume 26 of Institute of Child Welfare Monograph Series. University of Minnesota Press, Minneapolis, new edition edition, 1957. ISBN 978-0816601523. URL https://www.jstor.org/...

  50. [58]

    Language models are open knowledge graphs

    Chenguang Wang, Xiao Liu, and Dawn Song. Language models are open knowledge graphs. arXiv preprint arXiv:2010.11967, 2020

  51. [59]

    Can AI be as creative as humans? arXiv preprint arXiv:2401.01623, 2024

    Haonan Wang, James Zou, Michael Mozer, Anirudh Goyal, Alex Lamb, Linjun Zhang, Weijie J Su, Zhun Deng, Michael Qizhe Xie, Hannah Brown, and Kenji Kawaguchi. Can AI be as creative as humans? arXiv preprint arXiv:2401.01623, 2024

  52. [60]

    Chi, Quoc V

    Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed H. Chi, Quoc V. Le, and Denny Zhou. Chain-of-thought prompting elicits reasoning in large language models. In Advances in neural information processing systems, volume 35, pages 24824–24837, 2022

  53. [61]

    Estimating the probabilities of rare outputs in language models

    Gabriel Wu and Jacob Hilton. Estimating the probabilities of rare outputs in language models. In International Conference on Learning Representations, 2025. URLhttps://openreview. net/forum?id=DC8bsa9bzY

  54. [62]

    Qwen2.5 technical report.arXiv preprint arXiv:2412.15115, 2024

    An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, et al. Qwen2.5 technical report.arXiv preprint arXiv:2412.15115, 2024

  55. [63]

    A careful examination of large language model performance on grade school arithmetic

    Hugh Zhang, Jeff Da, Dean Lee, Vaughn Robinson, Catherine Wu, Will Song, Tiffany Zhao, Pranav Raja, Charlotte Zhuang, Dylan Slack, Qin Lyu, Sean Hendryx, Russell Kaplan, Michele Lunati, and Summer Yue. A careful examination of large language model performance on grade school a...

  56. [64]

    Using pretrained large language model with prompt engineering to answer biomedical questions.arXiv preprint arXiv:2407.06779, 2024

    Wenxin Zhou and Thuy Hang Ngo. Using pretrained large language model with prompt engineering to answer biomedical questions.arXiv preprint arXiv:2407.06779, 2024

  57. [65]

    Test your knowledge of mathematical theorems by listing 20 theorem names, separated by commas

    Zhenhong Zhou, Jiuyang Xiang, Chaomeng Chen, and Sen Su. Quantifying and analyzing entity-level memorization in large language models. InProceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 19741–19749, 2024. 19 A Proofs of Theorem 1 Proof of Theorem...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.