{% extends "base.html" %} {% block title %}About - TruthCheck AI{% endblock %} {% block content %}

About TruthCheck

Fighting Misinformation with Advanced Neural Networks & Logic

Our Mission

In an era where digital misinformation spreads faster than reality, TruthCheck provides a transparent, data-driven shield against fake news. Our platform doesn't just look for matching keywords; it understands the intent, logic, and context of news to ensure you stay informed with verified facts.

The Technology Stack

🧠
Semantic Search Engine

Utilizes Sentence-Transformers (all-MiniLM-L6-v2) to convert news headlines into numerical vectors for high-precision semantic matching.

⚖️
NLI Logic Judge

A Cross-Encoder (NLI) model acts as a logical judge, identifying contradictions between claims to prevent word-matching errors.

🌐
Real-time Sourcing

Integrated with SerpAPI to perform instant, multi-source Google searches for the most up-to-date information.

✍️
AI Reasoner (T5)

Leverages the T5 Transformer to generate human-readable reasoning, explaining why a piece of news is flagged.

Verdict Guide

REAL

The claim shows high semantic similarity (Score > 0.7) and is logically supported by trusted news sources.


FAKE

Either a logical conflict was detected (contradiction) or there is insufficient evidence from verified online sources.

Note: We penalize similarity scores if logical inconsistencies are detected to ensure high accuracy.

How It Works: The Verification Pipeline

  • Input Normalization: User headlines are cleaned and normalized to ensure consistent model processing.
  • Fact-Store Lookup: Claims are first checked against a curated database of verified historical and scientific facts.
  • Dynamic Web Search: If no local fact is found, our system triggers a real-time Google search via SerpAPI.
  • Logical Verdict: NLI and Similarity models work in tandem to provide a final confidence score and reasoning.
Why Logic Matters?

Standard detectors only look for similar words. Our Natural Language Inference (NLI)layer hunts for conflicts. This is how we identify when a headline claims a "Win" while the official source confirms a "Loss".

Fast

Verdicts generated in milliseconds using optimized transformer architectures.

Logical

Advanced contradiction detection to prevent word-matching errors.

Explainable

Transparent AI-generated reasoning for every single check performed.

Future Roadmap

We are continuously working to expand the capabilities of TruthCheck AI.

Multi-language Support
Image & Deepfake Detection
Browser Extension Support
{% endblock %}