passdrill
AI & LLM Engineering · RAG & Embeddings · Card 010/012 medium

A RAG evaluation reports high context recall, meaning the retrieved passages contain essentially all the information needed to answer the question, but low faithfulness, meaning much of the generated answer is not actually supported by those retrieved passages. What does this particular combination of scores most directly indicate is going wrong?

  1. The retrieval component failed to find the relevant passages, so the retrieved context is missing key information the answer needed
  2. The retrieval component is doing its job, since the needed information was present in what was retrieved, but the generation step is not staying grounded in that retrieved context and is producing claims the context does not actually support
  3. The embedding model used for retrieval is outdated and should be replaced with a newer one in order to fix the low faithfulness score
  4. Context recall and faithfulness measure the same underlying property from two different angles, so a high score on one should always produce a high score on the other
Next card → Shuffle