Skip to main content
Every evaluator in multivon-eval inherits from Evaluator. You can build your own with a few lines.

The base class

self._result(score, reason) handles the threshold comparison and returns an EvalResult.

Example: sentence count

Example: LLM-based custom check

Use it:

EvalResult fields

Accessing case fields