12,445 papers · continuously updated · last export: 10 Aug 2026livingmeta.ai
← Browse all papers
AI evidence extraction

Source or It Didn't Happen: A Multi-Agent Framework for Citation Hallucination Detection

Mingzhe Li, Zhiqiang Lin, Shiqing Ma · ArXiv.org · 2026

AI-generated evidence extraction, verified across multiple analytical personas. Not a substitute for the peer-reviewed original.

9/10
Relevance
2/4
Quality (LMQS)
D
Evidence
0
Citations
0.00
FWCI

Methodology & findings

Study design

Multi-agent framework with four cascading modules: Reference Extractor (vision-LLM based PDF parsing), Cascading Evidence Collector (eight bibliographic connectors), Field Matcher (deterministic rule matching), and Class-specialist Judgers.

Primary method

Design science with iterative evaluation and ablation studies

Main result

CITETRACER achieves high performance on citation hallucination detection. The system "reaches 97.1% accuracy on the synthetic benchmark, with class-level F1 of 97.0, 95.8, and 98.5 for REAL, POTENTIAL, and HALLUCINATED, respectively, and detects 97.1% of fabrications on the real-world set without abstaining."

Research paradigm

empirical evaluation of computational artifact

Author conclusions

"We reframed citation hallucination detection from a binary found-or-not problem into a 12-code taxonomy and built a four-module cascading multi-agent detector that follows the taxonomy's structure: a deterministic rule matcher closes VALID and HALLUCINATED cases at near-zero cost, an ordered cascade over eight bibliographic connectors collects evidence before any LLM call, and three specialist agents adjudicate disjoint taxonomy slices with calibrated evidence thresholds." CITETRACER reaches 97.1% accuracy on synthetic data and 97.1% recall on real-world data.

Risk of bias

Domain bias: evaluation concentrated on CS/ML literature; Coverage bias: limited to citations indexed in queried bibliographic sources; API rate-limiting could produce false negatives in high-concurrency settings; Domain bias: Evaluation limited to computer science papers, especially ML literature; Selection bias: Synthetic benchmark built from only 50 recent ML and CS papers; Source coverage bias: Dependence on availability in specific bibliographic connectors (DBLP, Crossref, ACL, arXiv, OpenAlex, Semantic Scholar, Europe PMC, PubMed); API rate limiting: External dependencies may fail under high concurrency

Limitations

  • The authors state that "our evaluation concentrates on Computer Science papers, especially the ML literature
  • on citations from other fields with less standard formats, more complex structures, or limited coverage in the bibliographic connectors we query, the pipeline may miss candidates and emit incorrect HALLUCINATED verdicts." They also note that "under high-concurrency verification, parallel calls to the eight Scholar Connectors can trigger API rate limits and drop candidate evidence."

Open questions raised

  • Fine-grained taxonomy for citation hallucination detection beyond binary verdicts
  • Field-level audit capability for citation verification
  • Robust PDF parsing for reference extraction
  • Comprehensive retrieval pipeline covering diverse bibliographic sources
  • Extension to non-CS domains with different citation formats and coverage
  • The authors identify the need for improved handling of citations from fields beyond Computer Science with non-standard formats. They also mention the need for a future Scholar Connector router that routes each citation to the most appropriate connector by venue, publisher, and documented API coverage to reduce API rate-limiting issues.
Data: 2,450-citation synthetic benchmark (available via code release); 957-citation real-world test set from ICLR 2026 desk-rejected submissions (807 citations) and anonymous conference (150 citations); 2,450-citation synthetic benchmark (https://github.com/aaFrostnova/CiteTracer); 957-citation real-world hallucinated citations from ICLR 2026 desk-rejected submissions and anonymous conference; Synthetic benchmark: 2,450 citations from real seeds with controlled LLM mutations (https://github.com/aaFrostnova/CiteTracer); Real-world test set: 957 fabricated citations from ICLR 2026 desk-rejected submissions (807 citations) and anonymous conference (150 citations) - available through OpenReviewCode: https://github.com/aaFrostnova/CiteTracerExtracted from: pdfAgreement 74%

Explore related topics

Related papers