zihanz commited on
Commit
fe71a76
·
verified ·
1 Parent(s): d39f4db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ viewer: false
13
  ## Dataset Summary
14
 
15
  **RetrievalQA** is a short-form open-domain question answering (QA) dataset consisting of 1,271 questions covering new world and long-tail knowledge.
16
- We ensure the knowledge necessary to answer the questions is absent from LLMs. Therefore, LLMs must truthfully decide whether to retrieve to be able to answer the questions correctly.
17
 
18
  RetrievalQA enables us to evaluate the effectiveness of **adaptive retrieval-augmented generation (RAG)** approaches, an aspect predominantly overlooked
19
  in prior studies and recent RAG evaluation systems, which focus only on task performance, the relevance of retrieval context or the faithfulness of answers.
 
13
  ## Dataset Summary
14
 
15
  **RetrievalQA** is a short-form open-domain question answering (QA) dataset consisting of 1,271 questions covering new world and long-tail knowledge.
16
+ We ensure the knowledge necessary to answer the questions is absent from most LLMs. Therefore, LLMs must truthfully decide whether to retrieve to be able to answer the questions correctly.
17
 
18
  RetrievalQA enables us to evaluate the effectiveness of **adaptive retrieval-augmented generation (RAG)** approaches, an aspect predominantly overlooked
19
  in prior studies and recent RAG evaluation systems, which focus only on task performance, the relevance of retrieval context or the faithfulness of answers.