G6 - GenAI evaluation

metrics

groundedness

  • reponse's claims supported by the supplied context

relevance

  • response answers what was asked

coherenche

  • response is logically organised and internally understandable

fluency

  • response's linguistic quality, such as grammar, natural phrasing, readability, linguistic correctness

evaluators

├── schema validity
├── expected fields
└── exact business rules

RETRIEVAL
├── Recall@k
├── Precision@k
└── ranking

QUALITATIVE
├── groundedness
├── relevance
├── coherence
└── fluency

OPERATIONAL
├── latency
├── tokens
└── cost

SAFETY
└── relevant safety evaluations