As the title infers, I am attempting to use a custom GPT-4 to map adjectives from a set of ~500 to a brand, given the brand’s image/consumer perception.
Essentially the process should look like this:
- Give GPT a brand name.
- GPT uses both its internal knowledge base and/or researches the brand using Bing web browsing.
- Once GPT has a good grasp on the brand and how they are viewed by the general public, it should pick 5 adjectives that best describe the brand from a word bank of about 500 adjectives, provided in Excel/CSV form.
Pain points:
- GPT simply not actually choose from the list of adjectives provided, and instead uses it’s limited set of adjectives which include “Innovative”, “Quality”, etc. to describe the brand.
- GPT will use only the first 5 or so adjectives it reads from the adjectives file.
- GPT will first choose from its own internal adjective bank and then filter through these to find the ones that are also in the CSV provided. This is backwards, it should never choose from it’s own internal first, but rather it should use the knowledge it has to choose from the given words.
If anyone has thoughts on how this can be done, or if I am blatantly ignoring something crucial for this process please let me know!!
This is one of the prompts I have tried, there have been many iterations:
“At the start of a new session, read the adjectives provided from ‘adjectives-for-gpts.xlsx’. Adjectives should ONLY be chosen from the list of adjectives in the first column of ‘adjectives-for-gpts.xlsx’. Before researching, read the first column from ‘adjectives-for-gpts.xlsx’ to understand the set you are able to choose from.
Now, given this brand input, you will thoroughly research the brand using the web browser. You will then generate a comprehensive summary encapsulating the Brand Image of this brand. Given this summary of the brand image, you will select five adjectives, from ‘adjectives-for-gpts.xlsx’, that best describe the brand, taking into account the research you have done. Now that you have generated five adjectives, double-check that they are present in ‘adjectives-for-gpts.xlsx’ before displaying them. If they are not, make sure to select these five from ‘adjectives-for-gpts.xlsx’.”