# `Tribunal.Judges.Faithful`
[🔗](https://github.com/georgeguimaraes/tribunal/blob/v1.3.6/lib/tribunal/judges/faithful.ex#L1)

Evaluates whether LLM output is grounded in provided context.

Faithfulness means the output only contains information that can be derived
from the context. Use for RAG systems, documentation assistants, etc.

Uses claim extraction approach: breaks output into claims, verifies each
against context, scores based on proportion of supported claims.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
