Tribunal.Judges.Faithful (Tribunal v1.3.6)

Copy Markdown View Source

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.