GLEUEvaluatorContext.References Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the references against which the provided response will be scored.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ References { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> References { get; }
member this.References : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property References As IReadOnlyList(Of String)
Property Value
Remarks
The GLEUEvaluator measures the degree to which the response being evaluated is similar to the responses supplied via References. The metric will be reported as a GLEU score.