Discover and explore top open-source AI tools and projects—updated daily.
gianlucasbDetects fabricated academic references in PDFs
Top 96.3% on SourcePulse
This project addresses the growing problem of AI-generated academic papers containing fabricated references. It provides a tool for researchers and academics to detect potentially hallucinated citations within PDF documents, acting as a crucial line of defense against AI misuse in scholarly work. The primary benefit is enhancing the integrity of academic research by identifying and flagging unreliable references.
How It Works
The tool employs a multi-stage process: it first extracts references from academic PDFs using MuPDF. Subsequently, it validates these extracted references by querying a comprehensive suite of academic databases and resolvers, including CrossRef, arXiv, DBLP, Semantic Scholar, and others, in parallel. For references not found in any database, an optional SearxNG web search fallback can be used for title verification. This approach leverages AI to combat AI-generated content, offering both online API access and robust offline database querying for performance and to circumvent rate limits.
Quick Start & Requirements
curl -sSf https://hallucinator.science/install.sh | shcurl -sSf https://hallucinator.science/install-cli.sh | shpip install hallucinator (Python 3.12 wheels available for Linux, macOS, Windows).Highlighted Details
Maintenance & Community
This project was created by Gianluca Stringhini with assistance from AI models. No specific community channels (e.g., Discord, Slack) or roadmap details are provided in the README.
Licensing & Compatibility
The project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). This is a strong copyleft license, meaning that modifications or derivative works, especially when distributed or used in a network service, may require making the source code available under the same terms.
Limitations & Caveats
Database coverage is not exhaustive, and very recent papers may not yet be indexed. The tool may struggle with non-academic content like books or technical reports, and poor PDF formatting can hinder reference extraction. While web search fallback is available, it only verifies titles, not authors, and requires manual confirmation. Some references (e.g., short titles, URLs) are intentionally skipped.
1 day ago
Inactive
manubot
allenai
Future-House