AI That 'Spots Fake News' Was Mostly Learning the Wrong Clues
That famous 99% accuracy score may mean almost nothing in real life.
A new study audited one of the most widely used datasets for training AI to tell real news from fake news — the ISOT/Kaggle "Fake and Real News" collection. For years, computer models trained on it have reported accuracy above 98%, which sounds almost too good for a task as hard as judging whether a story is true. The author found a big reason: the dataset leaks answers. Give a model nothing but the "subject" label attached to each article — no article text at all — and it scores a perfect 1.000, because the real and fake piles never overlap in topic.
Even after removing three of these cheats — the topic labels, a press-release tag found in 99.2% of the real articles, and 6,251 duplicated documents — performance dropped by only about one point. And when the researcher deleted the 1,000 most telling individual words, the model still hit 92.6%. In other words, the AI wasn't spotting lies; it was learning house style — the subtle writing habits of the outlets that produced each pile.
That shortcut falls apart the moment the news is actually new. When tested on unfamiliar topics, the model's ability to rank fake stories correctly slid from 0.9995 to 0.9475, and a more standard score fell from 0.99 to 0.81. A fancier, more powerful AI model looked even better on familiar data but degraded roughly twice as badly on new topics. On a completely separate fact-checking dataset, all three models scored near random — no better than always guessing "real."
The takeaway isn't that AI is useless against misinformation. It's that a headline number like "99% accurate" can measure how tidy a dataset is, not how well a tool works in the wild. The author recommends cheap checks — metadata-only tests, small samples, deliberately unseen topics — before anyone trusts such a tool in the real world.
- The AI often wasn't detecting lies — it was spotting which outlet an article came from, based on writing style and topic labels.
- Cleaning the obvious cheats barely dented the score (99.35% to 98.14%), which made the flaw harder to spot.
- On a completely different fact-checking dataset, all three models did no better than guessing — near 50/50.
Why It Matters
Be skeptical of "99% accurate" AI fact-checkers; those scores often vanish on real, unfamiliar news.