Atla provides simple out of the box metrics that can be used to perform base evaluations of your LLM application. Atla will score results on a Likert scale (1-5).

You can pass any or all of these metrics to the evaluate function of the Atla client and it will perform independent evaluations over the input and response provided.

Metric NameDescription
recallMeasures how complete the response captures the key facts and details.
precisionAssesses the relevance of all the information in the response.
logical_coherenceMeasures the logical flow, consistency, and rationality of the response.

Implementation Details