paper-with-me

Papers

Keyword-driven Retrieval-Augmented Large Language Models for Cold-start User Recommendations

2024-05-30 · Hai-Dang Kieu, Minh Duc Nguyen, Thanh-Son Nguyen, Dung D. Le

Recent advancements in Large Language Models (LLMs) have shown significant potential in enhancing recommender systems. However, addressing the cold-start recommendation problem, where users lack historical data, remains a considerable challenge. In this paper, we introduce KALM4Rec (Keyword-driven Retrieval-Augmented Large Language Models for Cold-start User Recommendations), a novel framework specifically designed to tackle this problem by requiring only a few input keywords from users in a practical scenario of cold-start user restaurant recommendations. KALM4Rec operates in two main stages: candidates retrieval and LLM-based candidates re-ranking. In the first stage, keyword-driven retrieval models are used to identify potential candidates, addressing LLMs' limitations in processing extensive tokens and reducing the risk of generating misleading information. In the second stage, we employ LLMs with various prompting strategies, including zero-shot and few-shot techniques, to re-rank these candidates by integrating multiple examples directly into the LLM prompts. Our evaluation, using a Yelp restaurant dataset with user reviews from three English-speaking cities, shows that our proposed framework significantly improves recommendation quality. Specifically, the integration of in-context instructions with LLMs for re-ranking markedly enhances the performance of the cold-start user recommender system.

📄 PDF Abstract BibTeX arXiv:2405.19612

Code (1)

dangkh/kalm4rec-www 공식 구현 pytorch

Tasks

Recommendation SystemsRe-RankingRetrieval

Similar Papers 제목 키워드 기반

IterKey: Iterative Keyword Generation with LLMs for Enhanced Retrieval Augmented Generation

2025-05-13 · Kazuki Hayashi, Hidetaka Kamigaito, Shinya Kouda, Taro Watanabe

Retrieval-Augmented Generation (RAG) has emerged as a way to complement the in-context knowledge of Large Language Models (LLMs) by integrating external documents. However, real-world applications demand not only accurac…

RAGRetrievalRetrieval-augmented Generation

Keyword Augmented Retrieval: Novel framework for Information Retrieval integrated with speech interface

2023-10-06 · Anupam Purwar, Rahul Sundar

Retrieving answers in a quick and low cost manner without hallucinations from a combination of structured and unstructured data using Language models is a major hurdle. This is what prevents employment of Language models…

ChatbotInformation RetrievalLanguage ModellingLarge Language Model+1

A Concept Knowledge-Driven Keywords Retrieval Framework for Sponsored Search

2021-02-21 · Yijiang Lian, Yubo Liu, Zhicong Ye, Liang Yuan 외

In sponsored search, retrieving synonymous keywords for exact match type is important for accurately targeted advertising. Data-driven deep learning-based method has been proposed to tackle this problem. An apparent disa…

Retrieval

Stealthy LLM-Driven Data Poisoning Attacks Against Embedding-Based Retrieval-Augmented Recommender Systems

2025-05-08 · Fatemeh Nazary, Yashar Deldjoo, Tommaso Di Noia, Eugenio Di Sciascio

We present a systematic study of provider-side data poisoning in retrieval-augmented recommender systems (RAG-based). By modifying only a small fraction of tokens within item descriptions -- for instance, adding emotiona…

Data PoisoningLanguage ModelingLanguage ModellingLarge Language Model+5

Keyword-Guided Neural Conversational Model

2020-12-15 · Peixiang Zhong, Yong liu, Hao Wang, Chunyan Miao

We study the problem of imposing conversational goals/keywords on open-domain conversational agents, where the agent is required to lead the conversation to a target keyword smoothly and fast. Solving this problem enable…

Knowledge GraphsmodelRetrievalWord Embeddings