Context Reranking
Evaluates how efficient the reranked context is compared to the original context.
Context Reranking reflects the efficiency of the reranking process applied to the original context in generating the new renaked context used to answer a given question.
This operator assess the degree to which the reranked context enhances the relevance, coherence, and informativeness with respect to the provided question.
Columns required:
question
: The question asked by the usercontext
: Information retrieved to answer the questionreranked_context
: The context generated from the original context using the reranking algorithm
How to use it?
Sample Response:
The original context was better suited to answer the question: “How to make red sauce pasta?” as the steps mentioned were in logical order.
The reranked context has changed the ordering of the steps breaking the logical flow of order, making it less efficient compared to the original context
How it works?
We evaluate context reranking by determining which of the following three cases apply for the given task data:
- The reranking of the original context is highly effective in generating the reranked context for the given question.
- The reranking of the original context is somewhat effective in generating the reranked context for the given question.
- The reranking of the original context is not very effective in generating the reranked context for the given question.
Was this page helpful?