Relevance is measured by querying the model with a strict binary affirmative question across sampled iterations to calculate the Query Relevance Score (QRS) based on the percentage of positive answers.

flowchart LR
    A[Brand + Entity] --> B[Model Probing<br/>'Would you recommend Brand for Entity?']
    B --> C{Sampled Answers<br/>N iterations}
    C -->|Yes Count| D[Calculate QRS %]
    C -->|No Count| D
    D --> E[Relevance Distribution<br/>Per Model and Entity]