rag_recall_critical_information_text_documents

RAG Recall (Critical Information)

Measures the fraction of ground-truth answer claims that are correctly reproduced by the RAG model's response, on questions targeting critical information - facts whose incorrect answer carries real legal, financial, safety, or discrimination/bias risk.
Tags:

Performance

Overview

The RAG Recall (Critical Information) evaluation measures how completely a RAG model's response covers the ground-truth answer, on questions that target critical information. It shares the recall metric with the general RAG recall evaluation, but its test set is deliberately concentrated on the facts whose incomplete answer carries real legal, financial, safety, health, security, eligibility, or discrimination / bias risk - not mere customer inconvenience.

A low recall score indicates the model omits important information present in the target answer, resulting in incomplete responses. On critical-information questions, an omitted condition, exception, or obligation is the kind of gap most likely to cause real harm.

Metrics

Recall

The fraction of ground-truth answer claims that are correctly answered by the model response (range: 0.0 to 1.0).

Recall
0.01.0
0.0
0.5
0.7
0.9
1.0
0.0No target claims are reproduced - critical failure.
0.5Half of target claims are reproduced - significant omissions.
0.770% of target claims are reproduced - moderately complete.
0.990% of target claims are reproduced - nearly complete.
1.0All target claims are reproduced - complete response.

Motivation

A model that only answers part of a question may appear correct while leaving the user with an incomplete and potentially misleading picture. In RAG applications where users ask multi-part questions or expect comprehensive summaries, systematic under-coverage is a quality failure distinct from hallucination or unfaithfulness.

This evaluation raises the stakes by focusing the questions on critical information. On a high-risk question, a partial answer that drops a safety caveat, an eligibility exception, a deadline, or a cost can be as harmful as a wrong one - the user acts on an incomplete picture without knowing what was left out. Measuring recall specifically on these questions surfaces the omissions that matter most, and helps attribute them to the retriever, the model's use of context, or an over-selective summarisation strategy.

Methodology

This evaluation measures how completely a model's response covers the ground-truth answer, on a QA set targeting critical information.

  1. Test Cases: A generator model reads your text documents and writes questions focused on critical facts - those whose incorrect or incomplete answer carries legal, financial, safety, health, security, eligibility, or discrimination / bias risk - each with a ground-truth target answer and supporting quotes.
  2. Model Response: The evaluated model receives the query, retrieves relevant references from the knowledge base, and produces a response.
  3. Recall Scoring: The ground-truth target answer is broken down into atomic factual claims. Each target claim is checked against the model response to determine whether it is correctly answered.
  4. Score Computation: The recall score is calculated as the fraction of target claims that are correctly answered by the model response.

The evaluation focuses on coverage at the claim level. A higher score indicates that a larger fraction of the expected answer is present in the model's response.

Claim extraction and entailment checks are performed by a judge model, which is configurable through the task configuration.

Scoring

Recall Scorer

Recall
Score valueExplanation
1.0The target claim is reproduced (entailed) by the model response - the model covered this piece of the expected answer.
0.5The target claim is partially reproduced - the model's response touches on this claim but does not fully entail it.
0.0The target claim is not reproduced by the model response - the model omitted this piece of the expected answer entirely.

Examples

High recall - all critical target claims reproduced

User
Who is eligible for a full refund after a cancellation, and by when must it be requested?
Assistant
Passengers whose flight was cancelled by the airline are eligible for a full refund, and the request must be submitted within 90 days of the cancellation.
Recall
1.0

Both target claims are reproduced - the eligibility condition (cancelled by the airline) and the 90-day deadline.

Low recall - critical condition omitted

User
Who is eligible for a full refund after a cancellation, and by when must it be requested?
Assistant
Passengers whose flight was cancelled by the airline are eligible for a full refund.
Recall
0.5

Only the eligibility claim is reproduced; the critical 90-day deadline is omitted, leaving the user able to miss the refund window.

References

[1] Ru D, Qiu L, Hu X, Zhang T, Shi P, Chang S, Jiayang C, Wang C, Sun S, Li H, Zhang Z. Ragchecker: A fine-grained framework for diagnosing retrieval-augmented generation. Advances in Neural Information Processing Systems. 2024 Dec 16;37:21999-2027.

Run Evaluation in LatticeFlow AI Platform

Use the following CLI command to initialize and run the evaluation in LatticeFlow AI Platform.
Requires LatticeFlow AI Platform CLI
lf init --atlas rag_recall_critical_information_text_documents

Metrics

Recall

Don't have the LatticeFlow AI Platform?

Contact us to see this evaluation in action:
Contact Us