Untimed. Answers are graded when you submit, with explanations and spaced-repetition scheduling.
Question 1easy
Why does RAG evaluation score the retriever and generator separately?
Question 2easy
What is a 'golden set' in RAG evaluation?
Question 3medium
What should a good golden set include? (Select all that apply)
Select all that apply.
Question 4medium
Context recall measures:
Question 5medium
Context precision measures:
Question 6hard
You measure high context recall but low context precision. What does this point to?
Question 7medium
Which metric catches an answer that invents facts even though the retrieved context was correct?
Question 8medium
Why is 'LLM-as-judge' used for faithfulness and answer relevance?
Question 9hard
Which practices reduce LLM-as-judge error? (Select all that apply)
Select all that apply.
Question 10medium
What is the purpose of a RAG regression harness?
Question 11hard
Between two configs on the same golden set, recall is unchanged but faithfulness rises from 0.78 to 0.91 after adding reranking. What does this indicate?
Question 12medium
What is the difference between offline and online RAG evaluation?
Question 13easy
Which are established frameworks that package RAG metrics like context precision/recall and faithfulness?
Question 14medium
Name the labelled ground-truth dataset (two words) that RAG metrics are measured against.
Question 15hard
Which generator-side metric (one word) measures whether every claim in the answer is supported by the retrieved context?