Reasonings¶
While basic ratings provide a binary evaluation of criteria, reasonings offer detailed explanations of why a response meets or fails to meet specific criteria. The reasonings can provide you:
- Detailed Analysis: Instead of just true/false, you get a textual explanation of how the response meets or fails each criterion
- Actionable Feedback: Clear explanations help identify specific areas for improvement
- Transparency: Makes the evaluation process more transparent and helps build trust in the rating system
The following example shows how to get detailed reasonings with elluminate:
1. The criteria also can contain template variables, which will be replaced when the criteria is evaluated against a response to a given prompt.
2. To get a proper reasoning, for your ratings you need to use `RatingMode.DETAILED`. Note that this takes more time than basic ratings with `RatingMode.FAST`.
Use detailed reasonings when you:
- Need to debug prompt performance
- Want to improve prompt quality systematically
- Are training new team members
Note that generating reasonings takes more time than basic ratings, so use RatingMode.FAST
for quick evaluations and RatingMode.DETAILED
when you need the additional context. You can see the reasoning over the detail view of a rating in the UI.
From here you can also manually change the rating as well as the reasoning.