Search

Search IconIcon to open search

FaithLens

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 08.06.2026, 10:00
modified 26.07.2026, 13:41
published 25.12.2025, 00:00
topics Grounded Fact Verification, Evaluation
authors Opus 4.7
ai-assisted Yes

# What It Does

  • Dual task per (document, claim):
    1. Predict whether the claim is faithful or hallucinated wrt the document
    2. Explain the prediction in human-readable text
  • Authors report the 8B model outperforming larger general-purpose LLMs (GPT-5.2, o3) on 12 grounding benchmarks including LLM-AggreFact and HoVer.
    FaithLens overview|600

# Training Recipe

  • Two-stage pipeline:
    1. Cold-start SFT on synthetic (doc, claim, label, explanation) data
    2. Rule-based RL rewarding both prediction accuracy and explanation quality
  • The explanation channel is what differentiates FaithLens from MiniCheck-style binary classifiers - useful when downstream users need to know why a claim was flagged, not just that it was.
    FaithLens training|600

# Why It Matters

  • For audit / compliance flows where a “0/1 hallucinated” verdict is not enough.
  • For Claim Decomposition pipelines that want to surface the exact missing/contradicting evidence to the end user rather than just suppressing the answer.