Base class for llm evaluation metrics / scores

Type Parameters

  • ExampleType extends Record<string, unknown>

Hierarchy (View Summary)

Implements

Constructors

Properties

Methods

Constructors

Properties

name: string

The name of the evaluator / the metric that it measures

optimizationDirection?: OptimizationDirection

The direction to optimize the numeric evaluation score E.x. "MAXIMIZE" means that the higher the score, the better the evaluation

source: "LLM" = ...

The source of the evaluation. Also known as the "kind" of evaluator.

Methods