Skip to content

Computational fact checking

Computational fact checking encompasses automated approaches to assess the truthfulness of factual claims. Unlike manual fact-checking by journalists and expert annotators, computational methods aim to scale verification to the volume of claims produced online. Approaches range from knowledge-graph based methods that reason over structured knowledge bases, to NLP-based evidence retrieval systems that locate and rank supporting documents, to network-based credibility assessment.

Approaches

Knowledge-graph based fact checking: Reasoning over structured knowledge graphs (Wikipedia, DBpedia, Freebase) to assess claims by analyzing connectivity patterns and entity relationships. Encodes the assumption that factually correct statements should be expressible as paths in the knowledge graph.

Evidence-based fact verification: Identifying supporting or refuting evidence from text corpora, web documents, or existing knowledge bases. Often paired with NLP for claim decomposition and retrieval.

Source credibility assessment: Evaluating the historical accuracy and reliability of information sources as a proxy for individual claim verification.

Multimodal verification: For claims involving images, video, or audio: reverse image search, manipulation detection, caption-image consistency checking, and metadata analysis.

Key papers in this wiki