Share via


GLEUEvaluatorContext.References Property

Definition

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.

Applies to