#205 · Primary category: MLOps & Evaluation
factool
FacTool: Factuality Detection in Generative AI
Project last updated:08/19/24
GitHub Stars
934
Forks
67
Contributors
5
License
Apache-2.0
Why we included this project
Anyone who has watched ChatGPT answer confidently with something completely wrong knows the problem FacTool tackles. It is a tool-augmented framework that runs a verification pass over text a model generated, covering four kinds of output: knowledge-based QA, code, math reasoning, and scientific literature. That means one library can flag hallucinated facts, code that will not run as written, calculation slips, or citations to papers that do not exist. You install it with pip, call it from Python, and get back a structured report with individual claims, supporting evidence, and a per-claim factuality score, so it fits into an evaluation or QA pipeline rather than staying a research demo. A ChatGPT plugin gives you the same checks interactively, and the companion Halu-J model handles critique-based hallucination scoring. If you build guardrails around chat or generated content, this is a tool worth keeping close.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models