Context Awareness Evals
Context Conciseness
Evaluates the concise context cited from an original context for irrelevant information.
Context conciseness refers to the quality of a reference context generated from retrieved context in terms of being clear, brief, and to the point.
A concise context effectively conveys the necessary information without unnecessary elaboration or verbosity.
Columns required:
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.
Sample Response:
A higher context conciseness score reflects that concise context does not contatin irrelevant information.
The 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.
Was this page helpful?