Groundedness Evaluation
Groundedness evaluation is a way of checking whether an AI system's generated answer is actually supported by the source material it was given, rather than being made up. It is commonly used with retrieval-augmented generation (RAG) systems, where a model retrieves documents and then produces a response based on them. A response is considered 'grounded' when its statements can be traced back to and are supported by the retrieved or input source.
In the evidence provided, groundedness evaluation is described as a metric for assessing the degree to which an output generated by a large language model (LLM)—typically within a retrieval-augmented generation (RAG) pipeline—is supported by the retrieved context or input source material. As commonly implemented, an evaluator decomposes the generated response into individual claims and verifies each against the provided source, flagging content that deviates from or is not supported by that source. Groundedness is frequently cited as one component of broader RAG evaluation frameworks (for example, the 'RAG triad' referenced in the evidence, which pairs groundedness with relevance and factuality). Note that terminology is not standardized across the sources: one source treats 'groundedness' as synonymous with the answer being 'supported by the retrieved documents,' a notion also referred to elsewhere as faithfulness. Groundedness as defined here concerns alignment with a given source and should not be conflated with general factual correctness against the real world, since a response can be grounded in a source that is itself inaccurate. The specific decomposition methods, scoring scales, and thresholds vary by tool and vendor and are out of scope for this definition.
Why it matters
Groundedness evaluation matters because generative AI systems can produce fluent, confident-sounding text that is not actually supported by the source material provided to them. In retrieval-augmented generation (RAG) settings, where a model is expected to answer based on retrieved documents, an ungrounded response introduces content that cannot be traced to the input—a common failure mode often described as fabrication or 'hallucination.' For organizations deploying these systems in customer-facing or decision-support contexts, the ability to measure whether outputs stay tethered to their sources is a practical control for detecting this behavior.
A key limitation that experts insist on preserving is that groundedness measures alignment with a given source, not truth about the world. As the evidence indicates, groundedness concerns whether statements can be traced back to and are supported by the retrieved or input source. A response can therefore be well grounded in a source document that is itself inaccurate, incomplete, or outdated. Groundedness evaluation should not be treated as a substitute for factual verification against reality; in many evaluation frameworks it is paired with separate measures—for example, the 'RAG triad' referenced in the evidence combines groundedness with relevance and factuality. Conflating groundedness with general factual correctness is a frequent and consequential error.
Because groundedness evaluation is an emerging practice with non-standardized terminology, its results should be interpreted with care. The evidence shows that some sources use 'groundedness' interchangeably with 'faithfulness,' and the specific decomposition methods, scoring scales, and thresholds vary by tool and vendor. Treating a single groundedness score as an authoritative or universal measure of output reliability would overstate what the metric provides. It is best understood as one signal, useful for reducing but not eliminating the risk of unsupported outputs, and its meaning depends on the particular implementation and the quality of the sources being checked against.
Who it's relevant to
Inside Groundedness Evaluation
Common questions
Answers to the questions practitioners most commonly ask about Groundedness Evaluation.