|
|
|
|
|
by d4rkp4ttern
974 days ago
|
|
Related — are there any good end to end benchmark datasets for RAG? End to end meaning not just (context, question, answer) tuples (which ignores retrieval) but
(Document , question, answer). I know NQ (Natural Questions) is one such dataset: https://ai.google.com/research/NaturalQuestions But I do t see this dataset mentioned much in RAG discussions. |
|
We recommend that when building a RAG application, the developers build a benchmark dataset specifically tailored to the data being used for the RAG application, and the use case of the RAG application.