179 questions
No questions match those filters.
Your RAG system is less accurate than the base model on...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansWhen a RAG system shows improved overall accuracy but decreased performance on common queries, you must partition the data to understand the underlying dynamics. By constructing a 2x2 matrix of closed-book-correct versus RAG-correct, you can identify the specific cell where the base model succeeds and the retrieval system fails. The global margin is defined by the difference between the gain and loss across slices, meaning a net positive gain is entirely compatible with a performance regression on specific, high-frequency query slices.