Hallucination RAG Metric
Check if an LLM adds unsupported or fabricated details. A high hallucination score flags ungrounded content and helps developers spot false outputs.

Last updated
Was this helpful?
Check if an LLM adds unsupported or fabricated details. A high hallucination score flags ungrounded content and helps developers spot false outputs.

Last updated
Was this helpful?
Was this helpful?
metrics=[
{"name": "Hallucination", "config": {"model": "gpt-4o-mini", "provider": "openai"}, "column_name": "your-column-identifier", "schema_mapping": schema_mapping}
]