← Back to home

AI for Academic Fraud Detection — 1,305 Distinguished Young Scholar Papers Screened Overnight

Long-Form Video · EP0037 June 11, 2026 5:07
What this episode covers

I don't know if you've been following this story: there is far more fabrication in the flagship papers of Distinguished Young Scholar teams than I ever expected. These teams carry a huge share of the country's research funding — they're the backbone of Chinese science — and yet so many of the flagship papers posted on the official site are fake.

What matters more: academic fraud this easy to spot somehow has no review system at all. Do the journals really have no checking mechanism at publication time?

I took a close look at the logic Geng used to find the fabrications — repeated data, reused images, all of it genuinely easy to spot. So could I use AI to turn Geng into a skill, run it across every Nature and Nature-family paper by 2025's Distinguished Young Scholars, and see how many fabricated papers are actually in there?

Companion downloads · Feed them to your Claude Code

I don’t know if you’ve been following this story: there is far more fabrication in the flagship papers of Distinguished Young Scholar teams than I ever expected. These teams carry a huge share of the country’s research funding — they’re the backbone of Chinese science — and yet so many of the flagship papers posted on the official site are fake. I was genuinely shocked when it first came across my feed.

I got very curious right away: what kind of person gets awarded Distinguished Young Scholar status? How many are there in this country? And how much research funding does the state give them, such that they’d take this kind of risk and commit academic fraud? And the part that matters more — academic fraud this easy to spot somehow has no review system at all. Do the journals really have no checking mechanism at publication time?

Turning Geng into a skill

I took a close look at how Geng actually found these fabrications. He has his own detection logic — repeated data, reused images — and all of it is genuinely easy to spot.

So I started thinking: could I use AI to turn Geng into a skill, run it across every Nature and Nature-family paper by 2025’s Distinguished Young Scholars, and see how many fabricated papers are actually in there?

Step one is the list. The state doesn’t actually publish a master list of Distinguished Young Scholars — it only publishes smaller lists separately. So I had AI aggregate and deduplicate those, which got me to a few hundred names. Then I searched their publication records across the whole Nature family of journals, and ended up locking in 187 awardees with output there and over 1,300 papers.

Because Nature family journals are English-language, author names are written in pinyin. To make sure a given name really was the right person, I ran a triple confirmation pass: confirm the pinyin matches, confirm the university matches, confirm the research area matches — only then does the paper get recorded under that name. Then I pulled down every paper’s source, all its data, and all the PDFs. 1,305 of them.

Four fraud fingerprints

For those 1,305 papers, I designed four detection mechanisms:

  • Constant difference between two columns — Geng’s point: if someone dragged rows and columns in Excel to compute values, you’ll find the difference between different data groups is a fixed constant. This is a laughably primitive way to fabricate data — anyone who knows what a random number is wouldn’t do it
  • Decimal-place locking — when altering data, they only change the integer digits, so the final decimal places all stay the same, and a whole swath of data has identical decimals
  • Reused images — hash comparison; only an exact match reports positive
  • Row-level duplication — different sample sets with completely identical data

Nothing more complex than that. A hit only produces a “positive report” — it may be fabrication; it is not a verdict.

Result: 2 anomalies plus 2 questionable out of 578

Of the 1,305, the papers I actually got to analyze numbered only 578 — 44% data coverage. The main reason: plenty of papers publish no spreadsheet data at all, and some park it behind external links or in odd formats that a simple AI pass can’t fully read.

Among those 578 papers, two show objective data anomalies that are close to unambiguous, and two more have data that looks questionable. Unfortunately, all four are in the life sciences — four suspect cases out of just over 300 life sciences papers. Counting the papers Geng surfaced, the life sciences are where the rate runs highest. Reportedly, around 2010 there was a wave of large-scale data fabrication and large-scale retractions in life sciences papers.

AI gives you the lead; a human makes the call

Having run the whole screen, my takeaway is that AI only gets you so far here: the machine can hand you a lead, but calling it real fraud in the end still takes an enormous amount of human effort — it takes domain expertise to see what’s genuinely wrong inside the data.

I’ve open-sourced this skill on my GitHub, so you can download it and run more checks — because this is only the result for 2025’s new Distinguished Young Scholars.

I’d also like to see the academic world build public oversight mechanisms, even if it’s just individual institutions setting up their own self-screening. Let the research funding go to people with real ability doing real research, making real contributions to the country’s scientific development — instead of all that money flowing to fraudsters.

The machine can hand you a lead, but calling it real fraud in the end still takes an enormous amount of human effort.