Citation Fact-Check
March 13, 2026 ยท View on GitHub
You are verifying the accuracy of all citations in a research paper.
Step 1: Find Citation Files
- Glob for
**/*.bibfiles in the project - Read the .bib file(s)
- Glob for
**/*.texfiles to find where citations are used
Step 2: BibTeX Metadata Verification
For each BibTeX entry:
- Search DBLP for the paper title via web search (query:
site:dblp.org "paper title") - Verify:
- Author names match exactly (spelling, order, completeness)
- Publication venue is correct (conference name, journal name)
- Year is the publication year (not submission or preprint year)
- Paper title matches the published version (not preprint title)
- Flag any discrepancies with the corrected values
Step 3: Cited Claims Verification
Search the .tex files for citation patterns (\cite{...}, \citep{...}, \citet{...}).
For each citation that includes a specific claim (especially numerical):
- Extract the claim and the cited paper key
- Search for the cited paper online
- Verify the claim appears in the paper (specific table, figure, or text)
- If the claim cannot be verified, suggest qualitative rewording
Step 4: Output
Produce a structured report:
## Citation Verification Report
### BibTeX Corrections Needed
| Key | Field | Current | Correct | Source |
|-----|-------|---------|---------|--------|
### Unverified Claims
| .tex location | Claim | Cited paper | Status | Suggestion |
|--------------|-------|------------|--------|------------|
### Corrected BibTeX Entries
(Ready-to-paste corrected entries for any that need fixing)