Response Validity
Checks if the response generated is valid or not. A response is considered to be valid if it contains any information.
In some cases, an LLM might fail to generate a response due to reasons like limited knowledge or the asked question not being clear.
Response Validity score can be used to identify these cases, where a model is not generating an informative response.
Columns required:
question
: The question asked by the userresponse
: The response given by the model
How to use it?
Sample Response:
The response generated is not considered to be a valid response as the model has not generated any information on the quesktion asked i.e. “What is the formula of chlorophyll”
Rather the generated response is an argument reflecting the model’s inability to generate information.
Resulting in a low response validity score.
How it works?
We evaluate response validity by determining which of the following two cases apply for the given task data:
- The given response does contain some information.
- The given response does not contain any information.
Was this page helpful?