REVIEW 2 major objections 4 minor 1 cited by
One Token Is Enough: Fingerprinting and Verifying Large Language Models from Single-Token Output Distributions
T0 review · 2 major / 4 minor · reviewed 2026-07-14 · grok-4.5
Pith's one-line read A large language model can be identified and verified from the distribution of its answers to trivial one-word prompts, each costing a single output token.
desk verdict Solid empirical fingerprinting paper: single-token answer distributions really do separate models at low cost, with strong artifacts and a real commercial use case; main soft spot is unmeasured paraphrase robustness against adaptive providers. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The single-token behavioral fingerprint: the tuple of empirical categorical distributions obtained by repeatedly querying a model on a battery of ten trivial tasks (random/favorite number, letter, word, color, animal, city, coin flip) in four languages, then comparing fingerprints by average Jensen–Shannon divergence.
What would settle it
Collect the same 40-cell battery on a claimed model X and on a deliberately substituted cheaper model Y under realistic serving conditions; if their fingerprints cannot be reliably separated (EER near 50% or within-model and between-model JSDs overlapping), the central claim fails.
Extended reading notes
Core claim
Empirical distributions of single-token answers to a fixed battery of trivial one-word prompts form stable, model-specific behavioral fingerprints: within-model split-half Jensen–Shannon divergence is an order of magnitude smaller than between-model divergence, enabling both family assignment (59.5% leave-one-out 1-NN accuracy versus 18.4% chance) and biometric-style verification at 7.3% equal-error rate with the full battery.
Load-bearing premise
That an adaptive provider cannot cheaply filter or special-case the probes, because the probe space is an open-ended family of everyday paraphrases sampled at audit time rather than a fixed magic string.
Editorial extensions
If this is right
- A client can verify a claimed model identity with roughly a hundred single-token queries at a cost of fractions of a cent for typical models.
- Distance between fingerprints recovers documented model lineage and can flag unlabeled or overwritten ancestry.
- The same protocol surfaces deployment anomalies (cross-provider divergence beyond the impostor range) without needing logits or long generations.
- Continuous re-auditing of opaque aggregator endpoints becomes economically trivial and can be interleaved with ordinary traffic.
- Providers that merely swap models or heavy quantizations become detectable unless they reproduce the claimed model’s full answer distributions on everyday prompts.
Reading between the lines
- If the fingerprint is largely invariant to serving-stack details yet sensitive to weight changes, it could serve as a lightweight canary for silent model updates or quantization drift over time.
- Shared cultural priors that appear across languages in the fingerprint may also explain homogenized behavior among independently trained models, linking identity leakage to coordination risk.
- Extending the method to post-reasoning answer channels (under a relaxed token budget) would cover the growing class of mandatory-thinking endpoints currently excluded.
- A public, regularly refreshed fingerprint registry of first-party vendor endpoints would turn the protocol into a standard integrity check for any third-party reseller.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper defines a black-box behavioral fingerprint of an LLM as the empirical distribution of single-token answers to a fixed battery of trivial one-word prompts (10 tasks × 4 languages), collected at temperature 1.0 with a hard completion cap. On a pre-registered census of 165 models served via OpenRouter (~326k responses, cost under $35), it shows that these distributions are highly non-uniform and model-specific (median split-half cell JSD 0.075 vs 0.489 between models), that mean JSD recovers documented family lineage at 59.5% LOO 1-NN accuracy against an 18.4% chance baseline, and that a biometric-style verification protocol achieves 7.3% EER with the full 40-cell battery (AUC 0.971) and 10.6% EER with eight cells. Cross-provider natural experiments and ecosystem anomalies (including a proprietary flagship endpoint distributionally indistinguishable from an open-weight Qwen model) are reported; prompts, raw responses with serving metadata, and analysis code are released.
Significance. If the measurements hold, the work supplies a practical, near-zero-cost forensic instrument for the model-substitution problem that has been documented in commercial LLM APIs. Strengths that raise the contribution above a pure measurement note include: pre-registration of hypotheses and analysis plan, a large multi-family census with full raw-data release, an explicit reliability–cost curve (EER vs number of probe cells), and a threat model that distinguishes oblivious, filtering, and emulating adversaries. The protocol needs neither logits nor long generations, making it usable against text-only production endpoints. The main operational caveat (paraphrase robustness under a filtering adversary) is acknowledged and deferred rather than over-claimed.
major comments (2)
- Sec. III and Sec. VII-B: the claim that a T2 (filtering) adversary cannot cheaply special-case the probes rests on the assertion that the probe space is an open-ended paraphrase family sampled at audit time. The paper explicitly leaves a dedicated paraphrase-invariance experiment to future work. Because the verification protocol is offered for operational use, at least a modest empirical check (e.g., synonym/rewording variants of a subset of cells, or cross-language transfer already partially present) is needed to bound how much EER degrades under rewording; without it the T2 claim remains by-construction rather than measured.
- Sec. VI-A / RQ1 and Sec. VII-C: temperature-0 determinism drops from 90.4% within-provider to 84.5% when pooled across providers, and 10 of 34 same-model provider pairs exceed the 5th-percentile impostor distance. The paper correctly flags these as anomaly candidates, yet the main verification numbers (AUC 0.971, EER 7.3%) are computed on split halves that largely share serving context. A clearer separation of same-provider vs cross-provider genuine trials in the primary ROC/EER tables would let readers judge how much of the reported reliability survives the serving-stack variance that real audits will encounter.
minor comments (4)
- Table II: the heterogeneous “other” family (n=17) has precision/recall 0.20/0.06 and dilutes the flat-cut ARI; a short note on how labels were curated and whether re-labeling singletons changes LOO accuracy would help.
- Fig. 2 dendrogram leaf labels are dense; the electronic zoomable version is mentioned, but a supplementary large-format or interactive rendering should be explicitly linked in the caption for print readers.
- Sec. IV-B: validity is high overall (97.6%), yet the minimum per-model rate is 60.6%. A one-sentence statement of whether low-validity models were retained in the EER/LOO analyses (they appear to be) would remove ambiguity.
- The token-cap change from the pre-registered 12 to 16 is transparently documented; a brief confirmation that no measured cell used more than one answer token would close the loop for readers who check the pre-registration.
Circularity Check
No significant circularity: empirical measurement study with held-out splits, external family labels, and pre-registered analyses.
full rationale
The paper defines a behavioral fingerprint as the empirical categorical distribution of single-token answers to a fixed battery of trivial prompts (Sec. IV-A), then measures model-specificity via split-half Jensen–Shannon divergence, recovers lineage via LOO 1-NN against externally documented family labels, and evaluates verification as a biometric ROC/EER on genuine (same-model split halves) versus impostor trials (Sec. VI). None of these quantities is obtained by fitting a free parameter to a subset of the same data and then “predicting” a statistically forced related quantity; the distance, clustering, and error-rate figures are direct computations on held-out partitions of the released census. Family labels are taken from developer documentation, not inferred from the fingerprints themselves. There are no load-bearing self-citations of uniqueness theorems or ansatzes, no self-definitional equations, and no renaming of a known closed-form result. Pre-registration and pilot exclusion further separate design choices from confirmatory statistics. The only unmeasured claim (paraphrase robustness under a T2 adversary) is explicitly deferred to future work and does not enter the reported EER or accuracy numbers. The derivation chain is therefore self-contained empirical measurement, not circular.
Assumptions & free parameters
free parameters (4)
- probe battery composition (10 tasks × 4 languages)
- samples per cell (n=30 / n=15 for frontier; split-half evaluation)
- verification threshold τ and cell-subset size k
- minimum valid samples per cell (≥10) and validity/normalization rules
assumptions (6)
- domain assumption Jensen–Shannon divergence (base 2), averaged over cells with ≥10 valid samples, is an appropriate symmetric distance on sparse categorical answer distributions.
- domain assumption A client can obtain a trusted reference fingerprint of claimed model X (e.g., vendor first-party API) for enrollment.
- domain assumption Direct single-pass one-token completions (reasoning disabled, short token cap) sample the model’s conditional answer distribution in a way comparable across endpoints.
- ad hoc to paper T2 adversaries cannot cheaply special-case an open-ended paraphrase family of everyday questions sampled at audit time; T3 matching of conditional distributions collapses to running X.
- domain assumption Documented base-model lineage labels from public developer documentation are accurate enough for family classification evaluation.
- standard math Standard categorical entropy/JSD and biometric ROC/EER methodology apply to these histograms.
invented entities (1)
-
behavioral fingerprint F(M) as the tuple of empirical single-token answer distributions over the probe battery
independent evidence
Cite this review
Pith. "Pith review of One Token Is Enough: Fingerprinting and Verifying Large Language Models from Single-Token Output Distributions." pith.science (2026). https://pith.science/paper/R457MV2G
@misc{pith2026260710252,
author = {Pith},
title = {Pith review of: One Token Is Enough: Fingerprinting and Verifying Large Language Models from Single-Token Output Distributions},
year = {2026},
howpublished = {\url{https://pith.science/paper/R457MV2G}},
note = {Machine review of arXiv:2607.10252}
}
read the original abstract
Large language models (LLMs) are increasingly consumed through opaque serving chains - API aggregators, resellers, and inference providers - in which the client has no technical means to confirm that the model answering is the model advertised, and recent audits show that a substantial fraction of commercial endpoints deviate from the vendor's reference weights. Existing identification techniques require long generated texts, token-level log-probabilities, adversarially crafted prompts, or the model owner's cooperation. We show that far weaker evidence suffices. We define a behavioral fingerprint of an LLM as the empirical distribution of its answers to trivial one-word prompts - "name a random number between 1 and 100" - collected across four languages at a cost of one output token per query. Measuring 165 models served via a large commercial aggregator (OpenRouter), we find that (i) these distributions are highly non-uniform (median cell entropy 1.0 bit) and model-specific: split halves of the same model's samples lie an order of magnitude closer than samples of different models; (ii) Jensen-Shannon divergence between fingerprints recovers model lineage, assigning a model to its documented family with 59.5% leave-one-out accuracy against an 18.4% chance rate; and (iii) a biometric-style verification protocol achieves a 7.3% equal error rate with the full 40-cell battery, and below 11% with eight probe cells - roughly a hundred single-token queries per audit. We further report ecosystem anomalies, including a proprietary-branded flagship endpoint distributionally indistinguishable from an open-weight Qwen model. The protocol, prompts, raw data, and analysis code are released for reproduction and operational use.
Figures
Forward citations
Cited by 1 Pith paper
-
Which Model Is Actually Serving You? IRIS: Budgeted Black-Box Auditing of Model Substitution and Routing Dilution in LLM Gateways
Random-generation probes plus a pilot-fitted budget let a text-only auditor detect model substitution, estimate the routing dilution fraction, and attribute the served backend across LLM gateways.
Reference graph
Works this paper leans on
-
[1]
Model equality testing: Which model is this API serving?
I. Gao, P. Liang, and C. Guestrin, “Model equality testing: Which model is this API serving?” inThe Thirteenth International Conference on Learning Representations (ICLR), 2025. [Online]. Available: https://openreview.net/forum?id=QCDdI7X3f9
2025
-
[2]
Are you getting what you pay for? Auditing model substitution in LLM APIs,
W. Cai, T. Shi, X. Zhao, and D. Song, “Are you getting what you pay for? Auditing model substitution in LLM APIs,” arXiv preprint arXiv:2504.04715, 2025. [Online]. Available: https: //arxiv.org/abs/2504.04715
arXiv 2025
-
[3]
Auditing black-box LLM APIs with a rank-based uniformity test,
X. Zhu, Y . Ye, T. Qiu, H. Zhu, S. Tan, A. Mannan, J. Michala, R. A. Popa, and W. Neiswanger, “Auditing black-box LLM APIs with a rank-based uniformity test,” arXiv preprint arXiv:2506.06975, 2025. [Online]. Available: https://arxiv.org/abs/2506.06975
arXiv 2025
-
[4]
A watermark for large language models,
J. Kirchenbauer, J. Geiping, Y . Wen, J. Katz, I. Miers, and T. Goldstein, “A watermark for large language models,” inProceedings of the 40th International Conference on Machine Learning (ICML), ser. Proceedings of Machine Learning Research, vol. 202. PMLR, 2023, pp. 17 061–17 084. [Online]. Available: https://proceedings.mlr.press/ v202/kirchenbauer23a.html 9
2023
-
[5]
Instruc- tional fingerprinting of large language models,
J. Xu, F. Wang, M. D. Ma, P. W. Koh, C. Xiao, and M. Chen, “Instruc- tional fingerprinting of large language models,” inProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). Mexico City, Mexico: Association for Computational Linguistics, 2024,...
2024
-
[6]
FIT-Print: Toward false-claim-resistant model ownership verification via targeted fingerprint,
S. Shao, H. Zhu, Y . Li, H. Yao, T. Zhang, and Z. Qin, “FIT-Print: Toward false-claim-resistant model ownership verification via targeted fingerprint,”IEEE Transactions on Information Forensics and Security, vol. 21, pp. 5612–5626, 2026
2026
-
[7]
Authorship attribution for neu- ral text generation,
A. Uchendu, T. Le, K. Shu, and D. Lee, “Authorship attribution for neu- ral text generation,” inProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP). Association for Computational Linguistics, 2020, pp. 8384–8395
2020
-
[8]
Idiosyncrasies in large language models,
M. Sun, Y . Yin, Z. Xu, J. Z. Kolter, and Z. Liu, “Idiosyncrasies in large language models,” inProceedings of the 42nd International Conference on Machine Learning (ICML), ser. Proceedings of Machine Learning Research, vol. 267. PMLR, 2025, pp. 57 854–57 885. [Online]. Available: https://proceedings.mlr.press/v267/sun25z.html
2025
Show all 27 references
-
[9]
LLMmap: Fingerprinting for large language models,
D. Pasquini, E. M. Kornaropoulos, and G. Ateniese, “LLMmap: Fingerprinting for large language models,” inProceedings of the 34th USENIX Security Symposium (USENIX Security 25). Seattle, W A, USA: USENIX Association, 2025. [Online]. Available: https: //www.usenix.org/conference...
2025
-
[10]
TRAP: Targeted random adversarial prompt honeypot for black-box identification,
M. Gubri, D. Ulmer, H. Lee, S. Yun, and S. J. Oh, “TRAP: Targeted random adversarial prompt honeypot for black-box identification,” in Findings of the Association for Computational Linguistics: ACL 2024. Bangkok, Thailand: Association for Computational Linguistics, 2024, pp. 1...
2024
-
[11]
Can LLMs generate random numbers? Evaluating LLM sampling in controlled domains,
A. Renda, A. Hopkins, and M. Carbin, “Can LLMs generate random numbers? Evaluating LLM sampling in controlled domains,” in ICML 2023 Workshop: Sampling and Optimization in Discrete Space (SODS), 2023. [Online]. Available: https://openreview.net/forum?id= Vhh1K9LjVI
2023
-
[12]
How random is random? Evaluating the randomness and humaness of LLMs’ coin flips,
K. Van Koevering and J. Kleinberg, “How random is random? Evaluating the randomness and humaness of LLMs’ coin flips,” arXiv preprint arXiv:2406.00092, 2024. [Online]. Available: https: //arxiv.org/abs/2406.00092
2024 arXiv
-
[13]
A comparison of large language model and human performance on random number generation tasks,
R. M. Harrison, “A comparison of large language model and human performance on random number generation tasks,” arXiv preprint arXiv:2408.09656, 2024. [Online]. Available: https://arxiv.org/abs/2408. 09656
2024 arXiv
-
[14]
Deterministic or probabilistic? The psychology of LLMs as random number generators,
J. Coronado-Bl ´azquez, “Deterministic or probabilistic? The psychology of LLMs as random number generators,” arXiv preprint arXiv:2502.19965, 2025. [Online]. Available: https: //arxiv.org/abs/2502.19965
2025 arXiv
-
[15]
BOSC: A backdoor-based frame- work for open set synthetic image attribution,
J. Wang, B. Tondi, and M. Barni, “BOSC: A backdoor-based frame- work for open set synthetic image attribution,”IEEE Transactions on Information Forensics and Security, vol. 20, pp. 8043–8058, 2025
2025
-
[16]
AdaParse: Personalized fingerprinting for visual generative model reverse engineering,
Y . Zheng, Z. Li, B. Yu, J. Zhou, and J. Lu, “AdaParse: Personalized fingerprinting for visual generative model reverse engineering,”IEEE Transactions on Information Forensics and Security, vol. 21, pp. 2682– 2697, 2026
2026
-
[17]
A soft-contrastive pseudo learning approach toward open-world forged speech attribution,
Q. Zhang, X. Zhang, M. Sun, and J. Yang, “A soft-contrastive pseudo learning approach toward open-world forged speech attribution,”IEEE Transactions on Information Forensics and Security, vol. 20, pp. 1135– 1148, 2025
2025
-
[18]
BDMMT: Backdoor sample detection for language models through model mutation testing,
J. Wei, M. Fan, W. Jiao, W. Jin, and T. Liu, “BDMMT: Backdoor sample detection for language models through model mutation testing,”IEEE Transactions on Information Forensics and Security, vol. 19, pp. 4285– 4300, 2024
2024
-
[19]
Playing repeated games with large language models,
E. Akata, L. Schulz, J. Coda-Forno, S. J. Oh, M. Bethge, and E. Schulz, “Playing repeated games with large language models,”Nature Human Behaviour, vol. 9, pp. 1380–1390, 2025
2025
-
[20]
Picking on the same person: Does algorithmic monoculture lead to outcome homogenization?
R. Bommasani, K. A. Creel, A. Kumar, D. Jurafsky, and P. Liang, “Picking on the same person: Does algorithmic monoculture lead to outcome homogenization?” inAdvances in Neural Information Processing Systems 35 (NeurIPS 2022), 2022. [Online]. Available: https://proceedings.neur...
2022
-
[21]
Algorithmic monoculture and social welfare,
J. Kleinberg and M. Raghavan, “Algorithmic monoculture and social welfare,”Proceedings of the National Academy of Sciences, vol. 118, no. 22, p. e2018340118, 2021
2021
-
[22]
T. C. Schelling,The Strategy of Conflict. Cambridge, MA: Harvard University Press, 1960
1960
-
[23]
The nature of salience: An experimental investigation of pure coordination games,
J. Mehta, C. Starmer, and R. Sugden, “The nature of salience: An experimental investigation of pure coordination games,”American Economic Review, vol. 84, no. 3, pp. 658–673, 1994. [Online]. Available: https://www.jstor.org/stable/2118074
1994
-
[24]
Single-token output distributions as behavioral fingerprints of large language models,
T. Bruckner, “Single-token output distributions as behavioral fingerprints of large language models,” Zenodo dataset, Jul. 2026. [Online]. Available: https://doi.org/10.5281/zenodo.21278557
2026 doi
-
[25]
Single-token output distributions as behavioral fingerprints of large language models — software,
T. Bruckner, “Single-token output distributions as behavioral fingerprints of large language models — software,” Zenodo software archive, Jul
-
[26]
Available: https://doi.org/10.5281/zenodo.21278793
[Online]. Available: https://doi.org/10.5281/zenodo.21278793
-
[27]
Single-token output distributions as behavioral fingerprints of large language models: model verification and tacit coordination
T. Bruckner, “Single-token output distributions as behavioral fingerprints of large language models: model verification and tacit coordination.” OSF pre-registration, Jul. 2026. [Online]. Available: https://doi.org/10. 17605/OSF.IO/KXAHM
2026
Reviewed July 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.