This is an LLM Graded Evaluator GithubDocumentation Index
Fetch the complete documentation index at: https://docs.athina.ai/llms.txt
Use this file to discover all available pages before exploring further.
Info
This evaluator checks if the response answer’s the query sufficiently. Required Argsquery: The query, ideally in a question format.response: The LLM generated response.
gpt-4
Example
- Query: Which spaceship landed on the moon first?
- Response: Neil Armstrong was the first man to set foot on the moon in 1969
Run the eval on a dataset
- Load your data with the
Loader
- Run the evaluator on your dataset