AI·기술
One Fake Citation, One Year Banned — The AI Verification Market Opens
Published: 2026-05-16
What Happened
arXiv has started enforcing a one-year submission ban on papers containing “hallucinated references” — citations to papers that simply do not exist. Even after the ban lifts, every future arXiv submission from that author must first clear peer review at a reputable venue before it can be posted. This is not a warning; it closes off the publishing path itself.
The scale explains the severity. Hallucinated citations have risen tenfold since 2023, reaching roughly 1 in every 277 papers by early 2026. The heaviest example is NeurIPS 2025: 53 papers that had passed at least three human reviewers were later found to contain more than 100 hallucinated citations combined. Leftover LLM meta-comments embedded in the text (“here is a 200-word summary; would you like me to make changes?”) count as evidence too.
arXiv framed this as “an authorship failure, not a technology problem.” It is not banning AI-assisted writing — it is putting a cost on shipping unverified AI output. The locus of responsibility moves from the tool back to the human.
What This Means for Founders
The signal is that “AI output verification” now has a clear price tag for the first time. Hallucination used to be an annoying problem with fuzzy cost. In academia, the cost of a single fake citation is now quantified: a one-year ban plus mandatory peer review. Once a cost is explicit, willingness to pay for tools that reduce it appears — the standard pattern of a market opening.
Verification demand will not stay inside academia. A hallucinated citation and a hallucinated API in code (a function, package, or config option that does not exist) are the same failure mode: a pointer to external reality that turns out to be fake. Hallucinated case law in legal filings, hallucinated guidelines in medical documents, hallucinated regulatory citations in compliance reports — all share the structure. The precedent arXiv set is likely to spread into verification mandates in other high-stakes domains.
Note that arXiv chose cost imposition over a detection tool. Instead of auto-verifying every citation, it penalizes the submitter when a fake is found. That means the verification tool market splits in two: tools that help authors filter out fake references before submission, and tools that let platforms and reviewers audit submissions after the fact. Founders should pick which customer they serve first.
What You Can Do Now
- Separate verifiable hallucinations from unverifiable ones. Citations and API references can be mechanically checked for existence. A hallucination that cites a real source but draws a conclusion the source never made requires semantic verification. Start the MVP with the former — lower difficulty, unambiguous ground truth.
- Narrow the domain. Pick one of academic citations, legal precedent, or code dependencies, and build a verifier that checks against that domain’s real registry (arXiv, PubMed, case-law DBs, package registries). A domain verifier beats a general-purpose hallucination detector on both accuracy and willingness to pay.
- Track the regulatory calendar. The arXiv policy is a starting point. As verification requirements for high-stakes AI systems spread to other fields, whichever verification tool establishes itself first becomes the standard.
Sources