The Veracity engine evaluates how accurately an AI model represents its cited sources by calculating the proportion of source facts that survived versus those lost or distorted in the generated response.
flowchart TD
A[Source Web Page] --> C[Veracity Comparison]
B[AI Response] --> C
C --> D[Survived Facts]
C --> E[Lost Facts]
C --> F[Distortions]
D --> G[Fidelity Score %]
E --> G
F --> GReferenced by