{% extends "base.html" %} {% block title %}About - TruthCheck AI{% endblock %} {% block content %}
Fighting Misinformation with Advanced Neural Networks & Logic
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.
Utilizes Sentence-Transformers (all-MiniLM-L6-v2) to convert news headlines into numerical vectors for high-precision semantic matching.
A Cross-Encoder (NLI) model acts as a logical judge, identifying contradictions between claims to prevent word-matching errors.
Integrated with SerpAPI to perform instant, multi-source Google searches for the most up-to-date information.
Leverages the T5 Transformer to generate human-readable reasoning, explaining why a piece of news is flagged.
The claim shows high semantic similarity (Score > 0.7) and is logically supported by trusted news sources.
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.
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".
Verdicts generated in milliseconds using optimized transformer architectures.
Advanced contradiction detection to prevent word-matching errors.
Transparent AI-generated reasoning for every single check performed.
We are continuously working to expand the capabilities of TruthCheck AI.