| PROMPT | TEXT CONTENT |
|---|---|
| [0] | Requirements: you must choose 10 articles for recommendation and sort them in order of priority, from the highest to the lowest. Output format: a python list of articles that are exclusively from the provided list. Do not explain the reason or include any other words. The user has interacted with the following articles (in no particular order): ["article1", "article2"...]. From the candidates listed below, choose the top 10 articles to recommend to the user and rank them from the highest to the lowest. Candidates: ["candidate1", "candidate2"...]. |
| [1] | Requirements: you must choose 10 articles for recommendation and sort them in order of priority, from the highest to the lowest. Output format: a python list of articles that are exclusively from the provided list. Do not explain the reason or include any other words. The user has interacted with the following articles (in no particular order): "article1", "article2".... From the candidates listed below, choose the top 10 articles to recommend to the user and rank them from the highest to the lowest: "candidate1", "candidate2".... |
| [2] | Requirements: you must choose 10 articles for recommendation and sort them in order of priority, from the highest to the lowest. Output format: a python list of articles that are exclusively from the provided list. Do not explain the reason or include any other words. The user has interacted with the following articles (in no particular order): ["article1", "article2"...]. From the candidates listed in the json file 'candidate articles' below, choose the top 10 articles to recommend to the user and rank them from the highest to the lowest: {"candidate articles": [{"title": "candidate1"}, {"title": "candidate2"}...]}. |
| [3] | Requirements: you must choose 10 articles for recommendation and sort them in order of priority, from the highest to the lowest. Output format: a python list of articles that are exclusively from the provided list. Do not explain the reason or include any other words. The user has interacted with the following articles in the json file 'history articles': {"history articles": [{"title": "candidate1"}, {"title": "candidate2"}...]}. From the candidates listed in the json file 'candidate articles' below, choose the top 10 articles to recommend to the user and rank them from the highest to the lowest: {"candidate articles": [{"title": "candidate1"}, {"title": "candidate2"}...]}. |