Values.AutomatedReasoningPolicyVariableReportSourceProvides detailed fidelity analysis for a specific policy variable, including which source document statements support it and how accurate the variable definition is.
type nonrec t = {policyVariable : AutomatedReasoningPolicyDefinitionVariableName.t option;The name of the policy variable being analyzed in this report.
*)groundingStatements : AutomatedReasoningPolicyStatementReferenceList.t option;References to statements from the source documents that provide the basis or justification for this variable.
*)groundingJustifications : AutomatedReasoningPolicyJustificationList.t option;Explanations describing how the source statements support and justify this specific variable definition.
*)accuracyScore : AutomatedReasoningPolicyAccuracyScore.t option;A score from 0.0 to 1.0 indicating how accurately this variable represents concepts from the source material.
*)accuracyJustification : AutomatedReasoningPolicyJustificationText.t option;A textual explanation of the accuracy score, describing why the variable received this particular accuracy rating.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of AutomatedReasoningPolicyAccuracyScore.t
| `List of
[> `String of AutomatedReasoningPolicyJustificationText.t
| `Structure of
(string * [> `String of AutomatedReasoningPolicyDocumentId.t ])
list ]
list
| `String of AutomatedReasoningPolicyDefinitionVariableName.t ])
list ]