Relevance is measured by querying AI models across repeated trials with a binary yes/no relevance probe to calculate the percentage probability and recommendation frequency of a brand for specific categories or queries.

flowchart LR
    A[Query or Entity + Brand] --> B[LLM Prompt Evaluation]
    B --> C{Binary Choice}
    C -->|Yes| D[Record Affirmative]
    C -->|No| E[Record Negative]
    D --> F[Calculate Relevance Score %]
    E --> F

Referenced by