← Latest papers
💬 NLP

BibTeX Citation Hallucinations in Scientific Publishing Agents: Evaluation and Mitigation

This paper introduces a comprehensive benchmark and error taxonomy to evaluate citation hallucinations in search-enabled LLMs, revealing that even frontier models struggle with recent papers due to reliance on parametric memory, and demonstrates that a two-stage mitigation strategy using the open-source `clibib` tool significantly improves BibTeX accuracy while minimizing regression.

Original authors: Delip Rao, Chris Callison-Burch

Published 2026-04-06
📖 4 min read☕ Coffee break read

Original authors: Delip Rao, Chris Callison-Burch

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a student writing a research paper. You ask a very smart, well-read AI assistant to find a specific book for your bibliography and write down all the details: the author's name, the title, the year it was published, and the page numbers.

You expect the AI to be perfect. But in reality, the AI often gets it wrong. It might invent a fake page number, mix up the author's middle name, or worse, cite a completely different book that sounds similar but isn't the one you asked for. This is called a "citation hallucination."

This paper is like a detective report investigating why these smart AI assistants keep making these mistakes, even when they have access to the internet, and how we can fix them.

The Problem: The "Smart but Forgetful" Librarian

The researchers tested three of the most advanced AI models available (think of them as the top three "super-librarians"). They asked these AIs to find citations for 931 different scientific papers.

They found three main problems:

  1. The "Famous Book" Bias: The AIs were great at finding details for famous, old, or highly cited papers. It's like they had these books memorized in their heads. But when asked about a brand-new paper or a very obscure one, they started guessing.
  2. The "Internet isn't Enough" Trap: Even when the researchers told the AIs, "Go look this up on the web," the AIs still made mistakes. It turns out that just because the AI found the right webpage doesn't mean it read the details correctly. It's like a student who finds the right textbook in the library but then writes down the wrong page number because they were daydreaming while reading.
  3. The "All-or-Nothing" Mistake: The researchers discovered two ways the AIs fail:
    • The "Wrong Book" Swap: The AI finds a different book entirely (e.g., it thinks you asked for "Harry Potter and the Chamber of Secrets" when you actually asked for "Harry Potter and the Goblet of Fire"). In this case, every detail (author, year, title) is wrong because it's talking about the wrong thing.
    • The "Typo" Mistake: The AI finds the right book but gets a small detail wrong, like the page numbers or the volume number.

The Solution: The "Fact-Checker" Tool

Since the AIs are prone to daydreaming and guessing, the researchers built a new tool called clibib.

Think of clibib as a super-strict fact-checker or a digital notary.

  • When the AI tries to write a citation, clibib doesn't let the AI guess.
  • Instead, clibib takes the paper's ID number (like a DOI) and goes straight to the official publisher's database.
  • It grabs the exact correct details and hands them to the AI, saying, "Here is the truth. Just copy this."

The Experiment: One-Step vs. Two-Step

The researchers tested two ways to use this fact-checker:

1. The "One-Step" Method (The Distracted Student):
They told the AI: "Go search the web, find the paper, and then use the fact-checker tool to get the details."

  • Result: The AI still got confused. It would search, find the paper, but then forget to use the fact-checker properly or mix up the details while trying to do too many things at once. Accuracy went up a little, but not enough.

2. The "Two-Step" Method (The Editor):
They changed the process:

  • Step 1: Let the AI do its best guess first (using the internet).
  • Step 2: Take that guess and run it through the fact-checker (clibib) separately. Then, ask the AI to simply compare its guess with the fact-checker's truth and fix the mistakes.
  • Result: This worked amazingly well. By separating the "searching" from the "fixing," the AI stopped getting confused. The accuracy jumped from about 50% (half the citations were perfect) to nearly 80%.

The Big Takeaway

The main lesson of this paper is that AI is a great writer but a terrible librarian.

If you ask an AI to generate a bibliography from scratch, it will likely invent facts. Even if you give it internet access, it might still get the details wrong because it's trying to "remember" things rather than "read" them carefully.

The Fix: Don't trust the AI to generate the citation. Instead, let the AI find the paper, but then use a deterministic tool (like clibib) to pull the official data from the source, and have the AI simply act as a copy-paste editor to format it.

In short: If you want a perfect citation, don't ask the AI to create it. Ask the AI to find the paper, and then let a computer program grab the details for you.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →