-
Notifications
You must be signed in to change notification settings - Fork 2
SRI Answer Appraiser
tursynay edited this page Dec 13, 2023
·
6 revisions
Description: The SRI Answer Appraiser provides the ARS with the input needed to calculate an overall score for a Translator result. The input consists of three factors: a confidence score, a novelty score, and a clinical evidence score.
The SRI Answer Appraiser is given a complete message from the ARS and computes the inputs listed above for each result. It can be called synchronously or asynchronously at the get_appraisal
and async_get_appraisal
endpoints respectively.
Example edge:
Additional Links: A working example of the API docs can be found here. The complete code can be found here.