Created at 1pm, Dec 29
firstbatchArtificial Intelligence
2
LLM-Rec: Personalized Recommendation via Prompting Large Language Models
KIWtycmXirNsBscGwkUagVsnB9_BPU_phmr1F7iW9rw
File Type
PDF
Entry Count
79
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Researchers investigate various prompting strategies for enhancing personalized recommendation performance with large language models (LLMs) through input augmentation. Their proposed approach, termed LLM-Rec, encompasses four distinct prompting strategies: (1) basic prompting, (2) recommendation-driven prompting, (3) engagement-guided prompting, and (4) recommendation-driven + engagement-guided prompting. Their empirical experiments show that incorporating the augmented input text generated by LLM leads to improved recommendation performance. Recommendation-driven and engagement-guided prompting strategies are found to elicit LLM’s understanding of global and local item characteristics. This finding highlights the importance of leveraging diverse prompts and input augmentation techniques to enhance the recommendation capabilities with LLMs.

: This entertainment. classic movie, delicious and you can customize them with your favorite toppings or sauces. I personally love to serve them with green chile sauce for an extra kick of flavor. of Description: amazing flavor, and so simple! no salt needed here. in fact, you may wish to use half the ranch dressing mix to cut back on the saltiness. found this crock-pot pot roast recipe on of a website called www.recipegoldmine.com. it's all the rage there, so i thought i'd try it. Description: Marty McFly must travel back in time to save his future family and ensure his own existence. P The description of an item is as follows: '{description}', what else thrilling plot,
id: 0e31b099b808cab8214f4757037fe0de - page: 9
: I highly recommend this crock-pot pot roast recipe from www.recipegoldmine.com! It has an amazing flavor and is so simple to make no salt needed. You may even want to use half the ranch dressing mix to cut back on the saltiness. It's all the rage : Marty McFly must go back in time to protect his relatives and guarantee his own survival. P para Basic Prompting Ppara para classic action-adventure movie is a must-see for any fan of the Indiana Jones franchise. Follow Indy as he races against time to find the Ark of the Covenant and keep it out of the hands of the Nazis. With P P P P P P : Indiana Jones sets off on an exciting journey to locate the Ark of the Covenant and keep it away from the Nazis. P
id: 18a003767d9dd8d034ab7762ddd6bccc - page: 9
P : This is an alternative to the traditional deep-fried chimichangas that is both faster and healthier. They are very tasty and can be customized with different sauces, such as green chile sauce instead of picante sauce. should I say : This item is a must-have for any fan of the Description: A troubled child psychologist helps a young boy who is able to see and communicate with the dead. ensure his own existence. With an if I want to recommend it to others? Description: this recipe came from a local church fund raising cook book. mrs. geraldine is a good friend of the family. she reminds me so much of mrs. clause, that i can't help but smile every time i think of her. this recipe freezes well. do not bake before freezing. just put it together, freeze it, thaw it and cook. memorable characters, this item is sure to provide hours
id: 19cfbd240151df8da12dba8dc438de48 - page: 9
: This crock-pot pot roast recipe from www.recipegoldmine.com has an amazing flavor and is incredibly easy to make. You may want to use half the amount of ranch dressing mix to reduce the saltiness. It's a popular recipe on the website, so it's worth trying out. P iconic characters, and rec para para para para para para Recommendation Driven Precpara para : I highly recommend this recipe from Mrs. Geraldine! It's a great way to support your local church and it freezes well, so you can make it ahead of time and have it ready to go when you need it. Plus, it's a reminder of Mrs. Clause, which is sure to bring a smile to your face. Give it a try! : This movie is a must-watch for anyone who exciting and thought-provoking movie.
id: dfefaa258e55c9f5a5cc117b747930d3 - page: 9
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "KIWtycmXirNsBscGwkUagVsnB9_BPU_phmr1F7iW9rw", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "KIWtycmXirNsBscGwkUagVsnB9_BPU_phmr1F7iW9rw", "level": 2}'