question
: The question asked by the usercontext
: Information retrieved to answer the questionconcise_context
: Concise context retrieved from the original context
How to use it?
By default, we are using GPT 3.5 Turbo for evaluations. If you want to use a different model, check out this tutorial.
A higher context conciseness score reflects that concise context does not contatin irrelevant information.
context
has information about the question
: “What is the capital of France.”
The concise_context
has cited some context which is not relevant to the question asked, hence a low context conciseness score.
How it works?
We evaluate context conciseness by determining which of the following three cases apply for the given task data:- The concise context adequately covers all the relevant information from the original context with respect to the given question.
- The concise context partially covers relevant information from the original context with respect to the given question.
- The concise context doesn’t cover the relevant information from the original context with respect to the given question.