[2604.08549] VerifAI: A Verifiable Open-Source Search Engine for Biomedical Question Answering
About this article
Abstract page for arXiv paper 2604.08549: VerifAI: A Verifiable Open-Source Search Engine for Biomedical Question Answering
Computer Science > Information Retrieval arXiv:2604.08549 (cs) [Submitted on 16 Jan 2026] Title:VerifAI: A Verifiable Open-Source Search Engine for Biomedical Question Answering Authors:Miloš Košprdić, Adela Ljajić, Bojana Bašaragin, Darija Medvecki, Lorenzo Cassano, Nikola Milošević View a PDF of the paper titled VerifAI: A Verifiable Open-Source Search Engine for Biomedical Question Answering, by Milo\v{s} Ko\v{s}prdi\'c and 5 other authors View PDF HTML (experimental) Abstract:We introduce VerifAI, an open-source expert system for biomedical question answering that integrates retrieval-augmented generation (RAG) with a novel post-hoc claim verification mechanism. Unlike standard RAG systems, VerifAI ensures factual consistency by decomposing generated answers into atomic claims and validating them against retrieved evidence using a fine-tuned natural language inference (NLI) engine. The system comprises three modular components: (1) a hybrid Information Retrieval (IR) module optimized for biomedical queries (MAP@10 of 42.7%), (2) a citation-aware Generative Component fine-tuned on a custom dataset to produce referenced answers, and (3) a Verification Component that detects hallucinations with state-of-the-art accuracy, outperforming GPT-4 on the HealthVer benchmark. Evaluations demonstrate that VerifAI significantly reduces hallucinated citations compared to zero-shot baselines and provides a transparent, verifiable lineage for every claim. The full pipeline, including ...