Spotter Worksheet/Model readiness
ThoughtSpot’s AI tools achieve accuracy through four primary channels: our AI model training, system post-processing, customer data preparation, and coaching of the AI tool. By taking the time to prepare your data for use with our AI systems, you not only achieve greater accuracy, but increase the intuitiveness and satisfaction your users have with its experience.
There are several proactive steps you can take to optimize Worksheets or Models and significantly improve Spotter accuracy. These steps include:
Reducing Worksheet or Model size to fewer than fifty columns. Using human-readable and unique column names. Turning on Indexing for relevant columns. Adding synonyms for columns that have other nicknames or internal terms.
This article details each step of setting up a Worksheet or Model, and will help your company reach the highest accuracy with our AI systems.
Guidelines for column names
- Avoid similar column names
-
If identical strings appear in multiple columns, it may confuse Spotter’s judgment on column selection.
- Example
-
For the query ‘Show customers by Product’, it is difficult for Spotter to understand which column to choose between ‘Product Line’ and' Product Type’, and the answer generated may not use the column expected.
- Use user-friendly names over abbreviations & domain specific terms
-
When creating column names, avoid using abbreviations and internal jargon or acronyms, as they may not be easily understood by Spotter.
- Example
-
For instance, for the query ‘Show the number of policies created last month’ , it is difficult for Spotter to know whether to choose the ‘plc_date’ or ‘crt_date’ column to generate the answer.
- Avoid mismatch between column names and datatype
-
If column names do not align with their respective data types, it can impact accuracy.
- Example
-
If a column named ‘weeks’ is marked as an attribute column with values such as ‘Week 1’ and ‘Week 2’, it makes it difficult for Spotter to respond correctly to date related queries. If you want to keep the data, then we suggest renaming the column to ‘Week number’ to make it less confusing for Spotter.
- Avoid mismatch between column values and data type
-
Ensure column values match their respective data types.
- Example
-
If a column named 'order_date' has values like '01 Jan 20' but is set to text data type, change it to date data type to improve accuracy.
- Use underscores or spaces as delimiters in column names
-
Avoid using other types of delimiters such as brackets and emojis as they may interfere with Spotter functionalities.
- Avoid overlap in column names and keywords
-
Avoid overlap between column names and ThoughtSpot search keywords as it can impact accurate query interpretation.
- Example
-
If a column is named 'Sales growth,' indicating annual sales growth, and a user searches for 'What is the Sales growth month on month' Spotter might prioritize the 'Sales growth' column instead of recognizing the user’s intent to use the 'growth' keyword on the ‘Sales’ column in a monthly context.
Guidelines for synonyms
- Define synonyms for common terms
-
We recommend you consistently use easily understandable column names that are widely recognized within the business unit or organization. However, there may be occasions where different terms are employed to denote the same data column.
- Example
-
'Sales' typically denotes the column capturing total revenue from item sales, but 'turnover' and 'revenue' may also be used interchangeably for this purpose within your business context. In such instances, we advise you name the column as 'Sales,' which is the most prevalent term, and define ‘turnover’ and ‘revenue’ as synonyms for the ‘Sales’ column.
This approach will assist Spotter in picking the column correctly when users ask for sales, turnover or revenue.
- Avoid overlap in synonyms and column names
-
Ensure that the synonyms for a particular column are clear and distinct from any other column name or column synonyms to avoid confusing Spotter from picking the right column.
- Example
-
For the query ‘Show the total expenses for last month’, if there is a column named 'Costs' with a synonym 'Expense', and another column named 'Material Expenses' in the Worksheet or Model, Spotter might not be able to select the right column to generate a response
Guidelines for date columns
- Avoid adding multiple date columns
-
We advise keeping the number of date columns to a minimum, adding only those that are necessary. Keywords such as 'growth' often rely on date columns, making it challenging for the system to select the appropriate column to generate a response.
If your worksheet has more than 2 date columns, we suggest building content such as Answers and Liveboards containing the specific date columns. This helps Spotter understand the relationship between the columns in the Worksheet or Model and can significantly improve Spotter’s ability to accurately select the correct date columns when generating a response.
Guidelines for indexing columns
- Ensure the columns being queried upon Spotter are indexed
-
Indexing is essential for enabling access to relevant data values and accurately identifying specific column values in queries.
- Example
-
For instance, consider a query such as ‘Show sales for Metformin’. Without indexing, it becomes difficult for Spotter to discern whether to look for the value ‘Metformin’ in the column named ‘Area’ or ‘Vendor Name’ or ‘Drug Name’.
If you don’t see value suggestions in Search Data, then Spotter will likely be unable to pick those values correctly.
Always disable indexing for Personally Identifiable Information (PII) Data |
- Avoid indexing unused columns with overlapping values
-
Index only required columns. Too many values from columns might confuse Spotter in selecting the right column.
- Example
-
Consider a query such as 'Show sales for Washington area'. Spotter may find it challenging to determine whether the user is referring to 'Washington' within the context of the column names 'District' or 'State', as the value is present for both columns. If it’s unavoidable in your business context to disable indexing on a column as users can query for values on it, we suggest specifying the column name while querying to help Spotter in picking the right column.
For instance, changing the query to ‘Show sales for Washington State’, will provide a more accurate result.
- Avoid indexing descriptive text columns
-
This can impact accuracy as it confuses Spotter in picking the right column.
- Ensure indexing of low cardinality columns
-
Proactively identify and address low cardinality columns lacking indexing to optimize data accessibility and analysis accuracy.
- Create formulas or sets for high cardinality columns
-
This helps in mitigating potential indexing issues and enhancing Spotter’s accuracy.