A web app that verifies BibTeX citations against Semantic Scholar. Paste your .bib content and instantly check if your references are real and accurate.
Live: citation-verifier-lime.vercel.app
- Parses BibTeX entries and searches each one on Semantic Scholar
- Compares title, year, and first author between your bib and S2
- Shows side-by-side comparison with S2 ground truth (venue, ArXiv ID, DOI, full author list)
- Detects web resources (blogs, datasets) and verifies URLs are reachable instead
- Handles LaTeX in titles, nested braces, and deduplicates entries
- Streams results in real-time so you see progress as each citation is checked
- Export results as CSV for manual review
- Next.js + TypeScript + Tailwind CSS
- Semantic Scholar API (free, no key needed)
- Hosted on Vercel
npm install
npm run dev