Skip to main content

AI Audits a Century of Papers: 99.2% of Top-Tier Articles Flagged

Peer review, top-conference acceptance, SCI indexing — labels that once stood for the highest credibility in academic research are now being systematically challenged by AI agents. Starting in July 2026, multiple research teams used AI agents to bulk-reproduce and error-check papers from ICML, NeurIPS, and ICLR. The result is striking: 99.2% of top-tier papers contain at least one objectively verifiable error. A paper is shifting from the "end of research" to the "start of verification."

ICML 2026 Reproduction Audit: 8 of 168 Papers Reach 80% Reproducibility

On July 22, 2026, a US-based research-audit firm organized a systematic reproduction audit of all 168 ICML 2026 oral papers. The tool was an AI agent, not a human.

Scope and Method

ICML 2026 accepted 168 oral papers, of which 92 contained at least five verifiable claims. The AI agent's job was to check each claim's code, data, runtime environment, and final results one by one.

Key Numbers

Reproducibility bandPaper countShare
80%+ claims reproduced8 papers8.7%
40%+ claims reproduced34 papers37.0%
Below 40% claims reproduced58 papers63.0%

In other words, only 8 papers let the AI agent reproduce 80% of their claims, while 58 papers failed to reproduce more than half.

Four Categories of Failure

Reproduction failure is not the same as research fraud; the auditors drew a clear line. Failure causes include:

  1. Missing code: key training scripts, config files, or random seeds never uploaded
  2. Broken dependencies: library versions do not match what the paper declares, runtime crashes
  3. Result mismatch: code runs, but outputs diverge significantly from reported metrics
  4. Model offline: 4 papers depended on pretrained models that have since been taken down, permanently blocking reproduction

Two cases stand out. One paper's headline claim was "training only 0.77% of base-model parameters," but the released checkpoint had actually trained 6.31% of parameters — about 8x more. Another paper presented a reliability table based on a specific judge model, yet the released code did not include that judge model and contained no script that could generate the table.

Agent Reproduction Challenge: The Side Contest Also Falters

Around the same time, Hugging Face and AlphaXiv jointly launched the "Agent Reproduction Challenge," inviting researchers to use AI coding agents to reproduce ICML 2026 accepted papers.

The design idea: compress reproduction cost from "a PhD student's semester" to "an AI agent's hours." But the results were not encouraging. Multiple teams reported that for many papers, even installing the basic dependency environment was impossible; AI agents had to repeatedly patch Dockerfiles just to enter the training stage. For some papers, reproduced results diverged from authors' reports by more than 30%.

This independently confirms the audit's conclusion — reproduction failure is not an exception; it is a systemic problem.

GPT-5 Paper Checker: 99.2% of Papers Have at Least One Error

If reproduction audits answer "can it run?", the GPT-5-powered Paper Correctness Checker answers a different question: "is the paper text itself wrong?"

A research project released in late 2025 used GPT-5 to detect objective errors in published top-conference and top-journal papers. The researchers' stance was explicit: we only look at objective errors, not novelty, not research value.

Error Density

  • Average 4.7 objective errors per paper
  • 99.2% of papers contain at least one error
  • Math and formula errors are the most common, at 54.0%
  • 30.8% of NeurIPS papers and 23.8% of ICLR papers contain at least one substantive error that may affect result interpretation

Errors Are Increasing Over Time

YearAvg. errors per NeurIPS paper
20213.8
20255.9
Change+55.3%

ICLR's annual submissions rose from 1,013 papers in 2018 to 19,619 papers in 2026 — a nearly 20x expansion. This surge has pushed peer-review workload far beyond human capacity, and rising error rates are an inevitable consequence.

75-Year-Old Chemistry Data Overturned by AI

Even more striking is the error density in historical literature.

Pios, a theoretical chemist at a Zhejiang lab, used AI to predict molecular boiling points and found a clear conflict with a 75-year-old chemistry database. His first reaction was "I must be wrong," but after manually retracing the original literature, he found that the AI was right and the 75-year-old data was flawed.

Pios then expanded the audit and discovered that a roughly century-old, widely accepted authoritative boiling-point measurement was also wrong. That data had been cited and absorbed by countless follow-up papers.

An error first appearing in one paper travels down the citation chain and becomes de facto academic consensus — this is the core mechanism that has kept such errors hidden for so long.

Tool Capability Limits: 83.2% Precision, Still Needs Humans

A clear-eyed view is required: AI fact-checking tools are not yet ready to serve as judges of scientific literature.

For the GPT-5-driven Paper Correctness Checker:

  • Detection precision is 83.2%
  • About 40% of real errors are still missed in every run

This means AI output still needs human secondary review. Even so, AI has already turned "systematically re-auditing a century of scientific literature" from impossible into feasible.

Practical Advice for Researchers

For researchers looking to enter this new direction, AI paper auditing is not just a fraud-busting tool — it is a goldmine for new topics:

  1. Shift the mindset: move from "find a new topic" to "find anomalies in old papers", focusing on heavily cited but rarely contested classics
  2. Build a knowledge map: use AI tools to map citation lineages and identify suspicious nodes
  3. Re-examine classics: use AI to re-run "infallible" classic experiments and challenge long-accepted assumptions

Closing Thoughts

Paper publication no longer means research is "done"; it simply marks the start of the next round of AI verification. A 99.2% error rate is not a disgrace for academia — it is the starting point for AI to reorganize the history of science. When AI drives reproduction cost down to hours and error detection to scale, data that has slept for a century finally has a chance to be revisited.

The paradigm of research is shifting from "publication as endpoint" to "reproduction as starting point." The next major breakthrough may be hiding inside those 99.2% errors.