[AI Evaluation] Add grounding EvaluationContext for RelevanceTruthAndCompletenessEvaluator
Open
area-ai-eval
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 894
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 23
Description
RelevanceTruthAndCompletenessEvaluator currently only considers the context present in the conversation history. When the LLM responses are based on grounding context that is supplied externally, the produced RTC scores are unreliable since the evaluation does not take this context into account. To fix this, RelevanceTruthAndCompletenessEvaluator should allow callers to (optionally) supply additional EvaluationContext and include this context as part of its evaluation prompt.
Contributor guide
Assessment
This issue has not been assessed yet.