1 instantiation of GroundednessEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
QualityEvaluatorTests.cs (1)
65IEvaluator groundednessEvaluator = new GroundednessEvaluator();
9 references to GroundednessEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
QualityEvaluatorTests.cs (2)
181Assert.True(result.TryGet(GroundednessEvaluator.GroundednessMetricName, out NumericMetric? groundedness)); 255Assert.True(result.TryGet(GroundednessEvaluator.GroundednessMetricName, out NumericMetric? groundedness));
Microsoft.Extensions.AI.Evaluation.Quality (7)
GroundednessEvaluator.cs (4)
19/// <see cref="GroundednessEvaluator"/> measures the degree to which the response being evaluated is grounded in the 25/// <b>Note:</b> <see cref="GroundednessEvaluator"/> is an AI-based evaluator that uses an AI model to perform its 31/// The prompt that <see cref="GroundednessEvaluator"/> uses has been tested against (and tuned to work well with) the 43/// <see cref="GroundednessEvaluator"/>.
GroundednessEvaluatorContext.cs (3)
12/// Contextual information that the <see cref="GroundednessEvaluator"/> uses to evaluate the 'Groundedness' of a 19/// <see cref="GroundednessEvaluator"/> measures the degree to which the response being evaluated is grounded in the 35/// The <see cref="GroundednessEvaluator"/> measures the degree to which the response being evaluated is grounded