ittia-research/check
Automated fact-check
Extracts claims from text, searches the web for evidence via search engines, and uses LLM-powered analysis to assign verdicts (true/false/tie/irrelevant) with citations from top results. The architecture combines retrieval through customizable search backends, content extraction, multi-source ranking via embedding and reranking models, and LLM verdict generation—supporting self-hosting with OpenAI-compatible APIs, Ollama, or vLLM. Outputs structured analyses in Markdown or JSON, treating unverified claims as doubtful by default while distinguishing factual statements from opinions and questions.
No commits in the last 6 months.
Stars
10
Forks
2
Language
Python
License
MIT
Category
Last pushed
Oct 12, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/ittia-research/check"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
DeepCitation/deepcitation
The citation verification API.
LaimoKarca/FactGraph
此專案為大學畢業專題,運用 AI × 知識圖譜 × RAG 進行假新聞檢測與事實查證。所使用到的技術有 FastAPI + Vue 3,雲端部署於 GCP +...
tereza-vac/fact-checker
This application serves as a basic demonstration of various approaches (retrieval, LLM, RAG) to...
ytdjthhjr/Fake-News-detection-knowledge-graph
📰 Detect fake news using ML, NLP, and knowledge graphs with explainable insights through an...
Amin7410/FailSafe-AI-Powered-Fact-Checking-System
FailSafe: An autonomous fact-checking framework leveraging Multi-Agent LLMs and Structured...