REVIEW 2 major objections 5 minor 28 references
A hybrid LLM-and-Semantic-Scholar checker flags 94 of 100 confirmed hallucinated citations from NeurIPS 2025, driven mainly by author mismatch.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-14 15:58 UTC pith:AQ4VY7JY
load-bearing objection Solid external recall eval of an open citation checker on the NeurIPS 2025 fakes; architecture is not new, but the numbers and author-mismatch mechanism are useful and honestly scoped. the 2 major comments →
Hallucination Detector: A hybrid LLM and Semantic Scholar tool calling for detecting hallucination in scientific literature on AtomGPT.org
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the GPTZero NeurIPS 2025 set of 100 confirmed hallucinated citations, the AtomGPT reference checker classifies 66 as likely hallucinated, 28 as partial, and 6 as verified, for a 94 percent detection rate when both non-verified statuses count as flags. A per-field breakdown shows that near-zero author similarity is the dominant signal even when title similarity is high, while venue similarity contributes little; the few misses are fabrications that either recombine real fields or leave authors unparsed so a strong title alone pushes the composite over the verified threshold.
What carries the argument
The weighted composite score S = 0.60·title similarity + 0.25·author similarity + 0.15·journal similarity (missing fields replaced by the title score), computed against the best Semantic Scholar match after LLM field extraction and then thresholded into verified (≥80), partial (60–79), or likely hallucinated (<60). This score turns free-form citations into graded, field-interpretable judgments grounded in an external scholarly index.
Load-bearing premise
The graded judgment is reliable only if a single live scholarly index plus fixed weights that heavily favor title similarity (and substitute the title score for any missing author field) correctly separate fabrications from real papers.
What would settle it
A balanced test set containing both genuine and fabricated citations that produced a high false-positive rate on real references, or repeated runs on the same 100 known fakes that yielded substantially fewer than 94 detections because of LLM extraction variability, would falsify the reliability claim.
If this is right
- Editorial and submission systems can insert a lightweight open checker that catches the great majority of fabricated references before publication.
- Author-list mismatch, not title plausibility, is the practical diagnostic signal for retrieval-grounded citation verification.
- The tool’s automated status split (66 likely / 28 partial / 6 verified) closely tracks an independent manual taxonomy of the same citations, supporting the claim that most are wholesale inventions.
- The six misses reveal a concrete failure mode: “Frankenstein” recombinations or unparsed author lists that let a strong title alone exceed the verified threshold.
Where Pith is reading between the lines
- Re-weighting the composite toward authorship or adding an explicit author-veto rule would likely cut the six false negatives, since three already arise from the missing-field substitution of title for author.
- A balanced real-plus-fake benchmark is the single most important next measurement; without it the high recall could mask an unacceptable false-positive rate on genuine citations.
- Cross-checking against multiple scholarly indices would harden the approach against coverage gaps and rate-limit zeros in any single live source.
- The same author-driven signal could be run retrospectively over large published corpora to quantify how many already-accepted papers contain undetected fabrications.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents and evaluates the AtomGPT reference checker, a web tool that parses free-form citations with an open-weight LLM (gpt-oss-20b, with regex fallback), retrieves candidates from Semantic Scholar, and scores title/author/journal agreement via a fixed weighted composite (Eq. 1: 60/25/15) to assign verified / partial / likely-hallucinated labels. Evaluation is a citation-level recall test on the external GPTZero NeurIPS 2025 set of 100 human-verified hallucinated citations: 66 are labeled likely hallucinated, 28 partial, and 6 verified (94% detection when partial is counted as a flag). A per-field decomposition shows near-zero author similarity as the dominant signal despite high title similarity for fabrications; the six misses are analyzed in Table 2 and attributed mainly to the missing-field substitution rule and title-heavy weights. Limitations (positives-only design, LLM stochasticity, single-index dependence, weight misalignment) are stated explicitly, with public code and data.
Significance. Fabricated citations are already entering top-tier proceedings; an open, lightweight, retrieval-grounded checker with an external expert-verified benchmark and a clear mechanistic account (author mismatch as the decisive field) is a useful contribution to research integrity tooling. Strengths include the independent GPTZero ground truth, the alignment with Ansari’s manual taxonomy, the public web tool and evaluation notebook, and the honest scoping as recall-only rather than a precision claim. The work is incremental relative to CheckIfExist but supplies the quantitative external benchmark that system lacked. If the reported detection behavior holds under modest re-weighting and multi-source checks, the tool is a practical drop-in for editorial pipelines.
major comments (2)
- The evaluation is correctly scoped as recall on known positives, yet the abstract and conclusion still phrase the result as the tool “reliably flags the great majority” without always restating the operating point (partial counted as detection) or the absence of a false-positive estimate. A short, explicit statement in the abstract and §5 that precision remains unmeasured would prevent over-reading of the 94% figure.
- §2 Eq. (1) and the missing-field rule (substitute title score for unextracted author/venue) are load-bearing: Table 2 shows three of the six verified misses arise directly from this rule. Section 4.1 already diagnoses the misalignment and proposes re-weighting or an author veto testable on the existing data. Reporting at least one such re-weighting experiment (or an author-veto ablation) would convert a known failure mode into a quantified improvement and strengthen the central claim without requiring new data.
minor comments (5)
- Figure 3 and the status counts are clear; adding the composite-score histogram (or box-plots by band) would make the monotonic separation (means 33.3 / 69.4 / 88.5) immediately visible.
- Journal similarity is extractable for only 44/100 citations and does not separate bands; consider demoting or dropping the 15% journal weight in the main reported score, or reporting an ablated composite without it.
- The LLM extraction stage is stochastic; a short multi-run stability table (mean ± range of the 66/28/6 split over, e.g., 5 runs) would quantify the reproducibility caveat already noted in §4.1.
- Typographical: “Harichandaan” vs “Harichandana” in the acknowledgements/author list; “Frankenstein” references are well described but could be cross-referenced to Ansari’s compound-failure modes for consistency.
- Related-work placement of CheckIfExist and CiteAudit is appropriate; a one-sentence explicit statement that the present study supplies the external quantitative benchmark those works lacked would clarify novelty.
Circularity Check
No circularity: external recall test on independently curated positives; composite weights and thresholds are fixed a priori, not fitted then re-predicted.
full rationale
The paper’s load-bearing claim is an empirical recall measurement: of 100 GPTZero-verified hallucinated NeurIPS 2025 citations, the AtomGPT checker flags 94 (66 likely hallucinated + 28 partial), with a per-field decomposition showing author mismatch as the dominant signal. The ground-truth labels come from an external, human-verified set (GPTZero + Ansari’s independent taxonomy), not from the authors’ own judgments or from any quantity defined in terms of the tool’s outputs. The composite S = 0.60 st + 0.25 sa + 0.15 sj and the status thresholds (≥80 verified, 60–79 partial, <60 likely hallucinated) are stated as fixed design choices and applied once; they are not fitted to the benchmark and then re-reported as predictions. Self-citations ([11–16]) point to the AtomGPT platform that hosts the tool under test; they do not supply the fabrication labels, uniqueness theorems, or any ansatz that forces the reported detection rate. Limitations (positives-only design, stochastic LLM extraction, title-heavy weights, missing-field substitution) are acknowledged in Section 4.1 and constrain precision and production readiness, but they do not make any reported number equivalent to its inputs by construction. The evaluation is therefore self-contained against an external benchmark and exhibits no circular reduction.
Axiom & Free-Parameter Ledger
free parameters (4)
- title weight in composite =
0.60
- author weight in composite =
0.25
- journal weight in composite =
0.15
- verified / partial thresholds =
80 / 60
axioms (3)
- domain assumption Semantic Scholar's top-k paper-search API returns a sufficiently complete and correct set of candidate real papers for matching.
- ad hoc to paper When an author or venue field is missing from extraction, substituting the title score (rather than zero or a penalty) is an acceptable design choice.
- ad hoc to paper Treating both 'likely hallucinated' and 'partial' as positive detections is a valid operating point for measuring recall.
read the original abstract
Large language models are now commonly used as partners in scientific writing, and this shift has brought a subtler type of failure: made-up references. Fabricated authors, bogus DOIs, wrongly assigned identifiers, and citations that merge elements from multiple genuine articles are now being inserted into manuscripts at a volume that traditional peer review was never meant to handle. Recent audits reveal that such references have already slipped through the review process and made their way into the published literature, including leading journals and conferences. Automated verification that operates at the speed and scale of modern content production has therefore become a necessary safeguard rather than a convenience. This work presents and evaluates the AtomGPT reference checker (https://atomgpt.org/hallucination_detector), an open, web-accessible tool that verifies citations against the scholarly literature by combining large-language-model field extraction with structured retrieval from Semantic Scholar. For each reference, the tool extracts the bibliographic fields, retrieves the closest matching real papers, and scores the agreement across title, authorship, and venue to produce a graded judgment of whether a citation is trustworthy, partially supported, or likely fabricated. We benchmark the tool against an externally curated set of confirmed hallucinated citations from accepted NeurIPS 2025 papers and find that it reliably flags the great majority of them.
Figures
Reference graph
Works this paper leans on
-
[1]
Walters and Esther I
William H. Walters and Esther I. Wilder. Fabrication and errors in the bibliographic citations generated by ChatGPT.Scientific Reports, 13(1):14045, 2023
2023
-
[2]
Miller, Debjani Bhattacharyya, and Larry E
Mehul Bhattacharyya, Valerie M. Miller, Debjani Bhattacharyya, and Larry E. Miller. High rates of fabricated and inaccurate references in ChatGPT-generated medical content.Cureus, 15(5):e39238, 2023
2023
-
[3]
Sai Anirudh Athaluri, Sandeep Varma Manthena, V. S. R. Krishna Manoj Kesapragada, Vineel Yarlagadda, Tirth Dave, and Rama Tulasi Siri Duddumpudi. Exploring the boundaries of reality: investigating the phenomenon of artificial intelligence hallucination in scientific writing through ChatGPT references.Cureus, 15(4):e37432, 2023
2023
-
[4]
A preliminary investigation of fake peer-reviewed citations and references generated by ChatGPT.The Professional Geographer, 75(6):1024–1027, 2023
Terence Day. A preliminary investigation of fake peer-reviewed citations and references generated by ChatGPT.The Professional Geographer, 75(6):1024–1027, 2023
2023
-
[5]
Matthew Dahl, Varun Magesh, Mirac Suzgun, and Daniel E. Ho. Large legal fictions: profiling legal hallucinations in large language models.Journal of Legal Analysis, 16(1):64–93, 2024
2024
-
[6]
Manning, and Daniel E
Varun Magesh, Faiz Surani, Matthew Dahl, Mirac Suzgun, Christopher D. Manning, and Daniel E. Ho. Hallucination-free? assessing the reliability of leading AI legal research tools.Journal of Empirical Legal Studies, 2025
2025
-
[7]
Hallucination rates and reference accuracy of ChatGPT and Bard for systematic reviews: comparative analysis.Journal of Medical Internet Research, 26:e53164, 2024
Mikaël Chelli, Jules Descamps, Vincent Lavoué, Christophe Trojani, Michel Azar, Marcel Deckert, Jean-Luc Raynier, Gilles Clowez, Pascal Boileau, and Caroline Ruetsch-Chelli. Hallucination rates and reference accuracy of ChatGPT and Bard for systematic reviews: comparative analysis.Journal of Medical Internet Research, 26:e53164, 2024
2024
-
[8]
Fabricated citations: an audit across 2.5 million biomedical papers.The Lancet, 407:1779–1781, 2026
Maxim Topaz, Nir Roguin, Pallavi Gupta, Zhihong Zhang, and Laura-Maria Peltonen. Fabricated citations: an audit across 2.5 million biomedical papers.The Lancet, 407:1779–1781, 2026
2026
-
[9]
NeurIPS, one of the world’s top AI conferences, accepted research papers with 100+ AI-hallucinated citations.https://gptzero.me/news/neurips/, 2026
GPTZero. NeurIPS, one of the world’s top AI conferences, accepted research papers with 100+ AI-hallucinated citations.https://gptzero.me/news/neurips/, 2026. Accessed 2026
2026
-
[10]
Mohammad Samar Ansari. Compound deception in elite peer review: A failure mode taxonomy of 100 fabricated citations at NeurIPS 2025, 2026. arXiv:2602.05930. 11
arXiv 2025
-
[11]
AtomGPT: Atomistic generative pretrained transformer for forward and inverse materials design.The Journal of Physical Chemistry Letters, 15(27):6909–6917, 2024
Kamal Choudhary. AtomGPT: Atomistic generative pretrained transformer for forward and inverse materials design.The Journal of Physical Chemistry Letters, 15(27):6909–6917, 2024
2024
-
[12]
AGAPI-agents: An open-access agentic AI platform for accelerated materials design on Atom- GPT.org.The Journal of Physical Chemistry Letters, 2026
Jaehyung Lee, Justin Ely, Kent Zhang, Akshaya Ajith, Charles Rhys Campbell, and Kamal Choud- hary. AGAPI-agents: An open-access agentic AI platform for accelerated materials design on Atom- GPT.org.The Journal of Physical Chemistry Letters, 2026
2026
-
[13]
Kamal Choudhary. DiffractGPT: Atomic structure determination from X-ray diffraction patterns using a generative pretrained transformer.The Journal of Physical Chemistry Letters, 16(8):2110– 2119, 2025
2025
-
[14]
Kamal Choudhary. MicroscopyGPT: Generating atomic-structure captions from microscopy images of 2D materials with vision-language transformers.The Journal of Physical Chemistry Letters, 16(27):7028–7035, 2025
2025
-
[15]
The JARVIS infrastructure is all you need for materials design.Computational Materials Science, 259:114063, 2025
Kamal Choudhary. The JARVIS infrastructure is all you need for materials design.Computational Materials Science, 259:114063, 2025
2025
-
[16]
Romero, Kamal Choudhary, et al
Jaehyung Lee, Harichandaan Neralla, Charles Campbell, Kent Zhang, Akshaya Ajith, Justin Ely, Aldo H. Romero, Kamal Choudhary, et al. Lessons learned from the 2025 agentic AI for science hackathon.Machine Learning: Science and Technology, 2026
2025
-
[17]
The Se- mantic Scholar open data platform.arXiv preprint arXiv:2301.10140, 2023
Rodney Kinney, Chloe Anastasiades, Russell Authur, Iz Beltagy, Jonathan Bragg, et al. The Se- mantic Scholar open data platform.arXiv preprint arXiv:2301.10140, 2023. arXiv:2301.10140
Pith/arXiv arXiv 2023
-
[18]
Lei Huang, Weijiang Yu, Weitao Ma, Weihong Zhong, Zhangyin Feng, Haotian Wang, Qiang- long Chen, Weihua Peng, Xiaocheng Feng, Bing Qin, and Ting Liu. A survey on hallucination in large language models: Principles, taxonomy, challenges, and open questions.arXiv preprint arXiv:2311.05232, 2023. arXiv:2311.05232
Pith/arXiv arXiv 2023
-
[19]
Bhanu Prakash Vangala, Sajid Mahmud, Pawan Neupane, Joel Selvaraj, and Jianlin Cheng. Hal- luMat: Detecting hallucinations in LLM-generated materials science content through multi-stage verification, 2025. arXiv:2512.22396
arXiv 2025
-
[20]
Do language models know when they’re hallucinating references? InFindings of the Association for Computational Linguistics: EACL 2024, pages 912–928, 2024
Ayush Agrawal, Mirac Suzgun, Lester Mackey, and Adam Tauman Kalai. Do language models know when they’re hallucinating references? InFindings of the Association for Computational Linguistics: EACL 2024, pages 912–928, 2024
2024
-
[21]
Mesallam, Mohamed Farahat, and Khalid H
FadiAljamaan, Mohamad-HaniTemsah, IbraheemAltamimi, AymanAl-Eyadhy, AmrJamal, Khalid Alhasan, Tamer A. Mesallam, Mohamed Farahat, and Khalid H. Malki. Reference hallucination score for medical artificial intelligence chatbots: development and usability study.JMIR Medical Informatics, 12:e54345, 2024
2024
-
[22]
CheckIfExist: DetectingcitationhallucinationsintheeraofAI-generatedcontent,
DilettaAbbonato. CheckIfExist: DetectingcitationhallucinationsintheeraofAI-generatedcontent,
-
[23]
Zhengqing Yuan, Kexin Shi, Zhaonan Zhang, Lichao Sun, Nitesh V. Chawla, and Yanfang Ye. CiteAudit: You cited it, but did you read it? a benchmark for verifying scientific references in the LLM era, 2026. arXiv:2602.23452
Pith/arXiv arXiv 2026
-
[24]
Fellegi and Alan B
Ivan P. Fellegi and Alan B. Sunter. A theory for record linkage.Journal of the American Statistical Association, 64(328):1183–1210, 1969
1969
-
[25]
Mikhail Bilenko and Raymond J. Mooney. Adaptive duplicate detection using learnable string simi- larity measures. InProceedings of the Ninth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 39–48, 2003
2003
-
[26]
arXiv API access.https://info.arxiv.org/help/api/index.html
arXiv. arXiv API access.https://info.arxiv.org/help/api/index.html. Accessed 2026
2026
-
[27]
Crossref REST API.https://www.crossref.org/documentation/retrieve-metadata/ rest-api/
Crossref. Crossref REST API.https://www.crossref.org/documentation/retrieve-metadata/ rest-api/. Accessed 2026
2026
-
[28]
gpt-oss-120b & gpt-oss-20b model card, 2025
OpenAI. gpt-oss-120b & gpt-oss-20b model card, 2025. arXiv:2508.10925. 12
Pith/arXiv arXiv 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.