Q&A on Retrieved Data
When To Use Q&A Eval Template
This Eval evaluates whether a question was correctly answered by the system based on the retrieved data. In contrast to retrieval Evals that are checks on chunks of data returned, this check is a system level check of a correct Q&A.
question: This is the question the Q&A system is running against
sampled_answer: This is the answer from the Q&A system.
context: This is the context to be used to answer the question, and is what Q&A Eval must use to check the correct answer
Q&A Eval Template
We are continually iterating our templates, view the most up-to-date template on GitHub. Last updated on 10/12/2023
Benchmark Results
GPT-4 Results
GPT-3.5 Results
Claude V2 Results
How To Run the Eval
The above Eval uses the QA template for Q&A analysis on retrieved data.
Q&A Eval | GPT-4 | GPT-3.5 | GPT-3.5-turbo-instruct | Palm (Text Bison) | Claude V2 |
---|---|---|---|---|---|
Precision | 1 | 0.99 | 0.42 | 1 | 1.0 |
Recall | 0.92 | 0.83 | 1 | 0.94 | 0.64 |
Precision | 0.96 | 0.90 | 0.59 | 0.97 | 0.78 |
Last updated