Open-source tool for automated fact verification
Top 35.3% on sourcepulse
Loki is an open-source tool designed to automate fact verification by dissecting text into claims, assessing their verifiability, generating evidence queries, and performing the verification. It targets journalists, researchers, and anyone needing to assess information factuality, offering a comprehensive pipeline for automated fact-checking.
How It Works
Loki employs a modular pipeline architecture. It first breaks down input text into individual claims, then evaluates each claim's suitability for verification. Subsequently, it generates search queries to find supporting or refuting evidence, crawls the web for this evidence, and finally synthesizes the findings to verify the original claims. This structured approach allows for systematic and automated assessment of information.
Quick Start & Requirements
poetry install
or pip install -r requirements.txt
within a Python 3.9+ environment.from factcheck import FactCheck
) or as a web app (python webapp.py --api_config demo_data/api_config.yaml
). Supports multimodal inputs including text, speech, image, and video.Highlighted Details
Maintenance & Community
The project welcomes contributions and provides contribution guidelines. Community engagement is encouraged via a newsletter and Discord server.
Licensing & Compatibility
The project's license is not explicitly stated in the README. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The README does not specify the project's license, which may impact commercial adoption. Detailed performance benchmarks or limitations of the verification accuracy are not provided.
10 months ago
1 day