IRAICLOct 17, 2024

Large Language Models as Narrative-Driven Recommenders

arXiv:2410.13604v13 citationsh-index: 6Has CodeWWW
Originality Incremental advance
AI Analysis

This work addresses the need for personalized recommendations in real-world tools like movie suggestion platforms, though it is incremental as it applies existing LLMs to a relatively unexplored but specific domain.

The study tackled the problem of using large language models (LLMs) for narrative-driven movie recommendations from free-form text queries, finding that LLMs significantly outperformed state-of-the-art methods like doc2vec, with closed-source and large models performing best while medium-sized open-source models remained competitive.

Narrative-driven recommenders aim to provide personalized suggestions for user requests expressed in free-form text such as "I want to watch a thriller with a mind-bending story, like Shutter Island." Although large language models (LLMs) have been shown to excel in processing general natural language queries, their effectiveness for handling such recommendation requests remains relatively unexplored. To close this gap, we compare the performance of 38 open- and closed-source LLMs of various sizes, such as LLama 3.2 and GPT-4o, in a movie recommendation setting. For this, we utilize a gold-standard, crowdworker-annotated dataset of posts from reddit's movie suggestion community and employ various prompting strategies, including zero-shot, identity, and few-shot prompting. Our findings demonstrate the ability of LLMs to generate contextually relevant movie recommendations, significantly outperforming other state-of-the-art approaches, such as doc2vec. While we find that closed-source and large-parameterized models generally perform best, medium-sized open-source models remain competitive, being only slightly outperformed by their more computationally expensive counterparts. Furthermore, we observe no significant differences across prompting strategies for most models, underscoring the effectiveness of simple approaches such as zero-shot prompting for narrative-driven recommendations. Overall, this work offers valuable insights for recommender system researchers as well as practitioners aiming to integrate LLMs into real-world recommendation tools.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes