The first AI system for automated full-text citation verification
This Hugging Face Space hosts the complete SemanticCite project, including fine-tuned models, training dataset, and interactive demo for AI-powered citation verification.
SemanticCite transforms citation verification by analysing complete source documents and providing nuanced classification through four categories: Supported, Partially Supported, Unsupported, and Uncertain. Beyond simple validation, the system delivers detailed reasoning, confidence scores, and evidence reference snippets that show researchers exactly how their claims connect to the supporting literature.
# Clone repository
git clone https://github.com/sebhaan/SemanticCite
cd SemanticCite
# Setup environment
conda env create -f environment.yaml
conda activate cite
# Run web interface
streamlit run src/app.py
For local deployment with Ollama:
# Install models
ollama pull sebsigma/semanticcite-refiner-qwen3-1b
ollama pull sebsigma/semanticcite-checker-qwen3-4b
Full documentation available in the GitHub repository.
Need to verify entire documents automatically? Visit semanticcite.com for:
If you use SemanticCite in your research, please cite:
@article{semanticcite2025,
title={SemanticCite: Citation Verification with AI-Powered Full-Text Analysis and Evidence-Based Reasoning},
author={Sebastian Haan},
journal={ArXiv Preprint},
year={2025},
url={https://arxiv.org/abs/2511.16198}
}