Section 01
LLM Fact Auditor: A Fact-Checking Pipeline for LLM Answers
Core Introduction LLM Fact Auditor is a post-processing fact-checking system for large language model (LLM) answers, developed by students from the Web Data Processing Systems course at Vrije Universiteit Amsterdam. It addresses the critical 'hallucination' issue in LLMs (generating plausible but factually incorrect content) through a three-stage pipeline: entity linking, answer extraction, and fact verification.
Basic Info
- Original author/maintainer: dettinjo
- Source: GitHub (https://github.com/dettinjo/LLM-Fact-Auditor)
- Release/update time: 2026-06-02
This system aims to enhance the reliability of AI-generated content, making it suitable for high-accuracy scenarios like news writing and academic research.