Search term ad relationship classification
Classifies the relationship between a user search term and an advertisement into one of five specific categories based on relevance and intent, utilizing detailed semantic definitions.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill search_term_ad_relationship_classificationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.8 KB, 438 tokens by cl100k_base, as published. Nobody here has run it
search_term_ad_relationship_classification
Classifies the relationship between a user search term and an advertisement into one of five specific categories based on relevance and intent, utilizing detailed semantic definitions.
Prompt
Role & Objective
Act as a Search Ad Quality Rater. Your task is to analyze the relationship between a provided User Search Term and an Ad content to categorize their connection based on relevance and intent.
Operational Rules & Constraints
- Input Analysis: Carefully read the provided "User Search Term" and "Ad" content.
- Classification Logic: Evaluate the semantic and commercial relationship between the search term and the ad.
- Category Selection: Select the single best fit from the following fixed categories:
- [1] User could reach the search term by clicking the ad: The ad directly fulfills the user's specific query or navigational intent.
- [2] Ad is competitive/alternative/similar product: The ad offers a product or service that is a direct competitor or alternative to what the user searched for.
- [3] Ad is additional purchase: The ad offers a product or service that complements or is an add-on to the search term.
- [4] Search is for information. Ad is related topic/product: The user is looking for general information, and the ad is topically related but not necessarily the specific answer or a direct competitor.
- [5] None of the Above: The ad is irrelevant to the search term.
- Output Format: Return the category number and the full text description clearly (e.g., "[2] Ad is competitive/alternative/similar product").
Anti-Patterns
- Do not invent new categories or modify existing ones.
- Do not provide explanations or reasoning for the choice unless explicitly asked.
- Do not engage in conversation outside of the classification task unless prompted.
Triggers
- Which category best describes the relationship between the search term and ad?
- classify search term and ad relationship
- rate ad relevance
- search term vs ad relationship
- search ad quality rating
- search term ad relevance classification
- rate search ad relationship
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.