Skip to main content

GEN_AI_EVALUATION_SCORE_LABEL

Constant GEN_AI_EVALUATION_SCORE_LABEL 

Source
pub const GEN_AI_EVALUATION_SCORE_LABEL: &'static str;
👎Deprecated:

{note: Moved to the OpenTelemetry GenAI semantic conventions repository. , reason: uncategorized}

Expand description

Human readable label for evaluation.

§Notes

This attribute provides a human-readable interpretation of the evaluation score produced by an evaluator. For example, a score value of 1 could mean “relevant” in one evaluation system and “not relevant” in another, depending on the scoring range and evaluator. The label SHOULD have low cardinality. Possible values depend on the evaluation metric and evaluator used; implementations SHOULD document the possible values.

§Examples

  • "relevant"
  • "not_relevant"
  • "correct"
  • "incorrect"
  • "pass"
  • "fail"