Claim extract
Pull atomic claims from generated text.
Modular pipeline that extracts claims from LLM-generated text, retrieves supporting evidence, and verifies accuracy using LLM-based checks and tools like Factool. It achieves an F1-score of 0.87 and tackles misinformation with an intuitive UI and transparent analysis reports.
Claim extract
Pull atomic claims from generated text.
Evidence
Retrieve supporting or contradicting sources.
Report
Transparent analysis for each verification pass.
A modular fact-checking pipeline for LLM output: extract claims, retrieve evidence, verify with LLM checks and Factool, then surface transparent reports so users can see why something was flagged.
Problem
LLM-generated text can sound authoritative while carrying unverified claims.
Solution
A staged pipeline with measurable quality (F1 0.87) and an UI that explains verification steps.