passdrill
AI & LLM Engineering · RAG & Embeddings · Card 021/022 easy

A RAG evaluation reports high faithfulness, meaning every claim in the generated answer is well supported by the retrieved passages, but low answer relevancy. The generated answer is a lengthy, fully-sourced discussion of a topic adjacent to what was asked, without ever directly addressing the specific question the user posed. What does this particular combination of scores indicate?

  1. The scores are contradictory and cannot both be correct at once, since an answer that is well supported by retrieved evidence must, by definition, also directly address the question being asked
  2. The retrieved passages must be missing the specific information the question required, which is what low answer relevancy directly measures, so the fix is to retrieve better passages
  3. The generated answer is grounded in the retrieved evidence (nothing in it is unsupported), but it fails to actually address what the user specifically asked, which is a distinct failure from being ungrounded and points to a generation-time problem with staying on-topic and targeted to the question rather than a problem with whether the cited material is trustworthy
  4. Answer relevancy is only meaningful when faithfulness is also low, so a high faithfulness score alongside a low answer relevancy score means the answer relevancy number should be disregarded entirely
Next card → Shuffle