Measuring Brand Visibility in Large Language Models
The article discusses a system called Be Recommended that measures how often a brand is mentioned in responses from ChatGPT, Claude, Perplexity, and other large language models (LLMs). The system faces challenges like prompt and model variance, and requires complex parsing to extract brand mentions from the LLM outputs.
Why it matters
As more users turn to AI assistants like ChatGPT for product and service recommendations, brands need to understand their visibility and optimize their presence in these systems.
Key Points
- 1Measuring brand visibility in LLMs is harder than it seems due to prompt and model variance
- 2The system uses intent expansion, parallel fanout, rate limiting, response normalization, and scoring to generate an 'AI Visibility Score'
- 3The data shows the average brand has low visibility, with an average score of 31 out of 100
Details
The article describes a system called Be Recommended that measures how often a brand is mentioned in responses from popular large language models (LLMs) like ChatGPT, Claude, and Perplexity. The key challenges include prompt variance (different phrasings of the same query return different results), model variance (the LLMs don't always agree), response variance (the same prompt can surface different results on different days), and parsing the unstructured text responses to extract brand mentions. The system uses a multi-step process to address these challenges, including intent expansion to generate a diverse set of relevant prompts, parallel querying of the LLMs, rate limiting to avoid exceeding API limits, response normalization to extract and classify brand mentions, and a scoring algorithm that weighs factors like engine reach, sentiment, and position. The data the system has collected so far shows that the average brand has very low visibility in these LLMs, with an average 'AI Visibility Score' of just 31 out of 100, meaning most brands are either not mentioned or only mentioned in passing.
No comments yet
Be the first to comment