Skip to course content
Free RAG fundamentals course

Introduction to RAG and Knowledge Assistants

Module 08 Knowledge Check

5 questions. Pass mark 4 out of 5. Answer every question before checking the answer key below, then retry after reading the feedback.

1. A RAG evaluation set must test retrieval and generation separately because…

2. Which metric addresses 'did the right passage get retrieved at all?'

3. A good eval set includes…

4. Using the same model to generate and to grade answers risks…

5. Evaluations should be re-run when…

---

Answer Key and Explanations

Check these only after attempting every question.

1. B - A bad answer may come from a missing passage or from misuse of a correct passage - the fixes differ entirely

Without separating the stages you cannot tell whether to fix chunking or fix answering.

2. B - Recall@k

Recall@k measures whether the answer-bearing chunk appears in the top k results.

3. B - Answerable, unanswerable, ambiguous, and conflicting-source questions

The hard behaviours - refusal, conflict handling, ambiguity - only surface if you test for them deliberately.

4. B - Shared blind spots that systematically inflate scores

A judge that shares the generator's failure modes will forgive exactly the errors you most need to catch.

5. B - Documents, chunking, retrieval settings, prompts, or the model change

Every one of those inputs can silently change behaviour; the eval set is the regression test.

Practical Check

Apply this module to your own work: complete the module activity for *Evaluation Sets for RAG*, then write one sentence naming what your result shows and one naming what it does not.

Strong Answer Pattern

A strong answer names the task, the evidence used, the check performed, and the remaining limitation. It avoids "proved", "guaranteed", or "always" unless the evidence genuinely supports it.