code-tagging / prompts /base_prompt.txt
kenleeyx's picture
feat: Ignore brand associations from training data
6ac00ea
raw
history blame contribute delete
879 Bytes
Given the quote below and the regular tag list below, evaluate each tag in the tag list and determine if the meaning of the quote can be described by that tag topic.
If so, return the relevant tag in your response. Use only the tags provided in the list. Under no circumstances should you create new tag names.
For the tags starting with a *, these tags should be treated as proper nouns(usually product names or slogans) and should not be used unless the quote explicitly contains the entire tag.
For quotes with meanings that are more ambiguous and can relate to multiple tags, make no assumptions about their meanings and only add tags if the topic of the tag is actually mentioned in the quote.
If there are no relevant tags to the quote, return an empty list.
Quote:
{quote}
Tag list:
{tags_list}
Respond in the following format:
{{
"tags":[<tagName1>, <tagName2>]
}}