paper-with-me

홈 › Papers

Rethinking LLM-Based Recommendations: A Query Generation-Based, Training-Free Approach

2025-04-16 · Donghee Han, Hwanjun Song, Mun Yong Yi

Existing large language model LLM-based recommendation methods face several challenges, including inefficiency in handling large candidate pools, sensitivity to item order within prompts ("lost in the middle" phenomenon) poor scalability, and unrealistic evaluation due to random negative sampling. To address these issues, we propose a Query-to-Recommendation approach that leverages LLMs to generate personalized queries for retrieving relevant items from the entire candidate pool, eliminating the need for candidate pre-selection. This method can be integrated into an ID-based recommendation system without additional training, enhances recommendation performance and diversity through LLMs' world knowledge, and performs well even for less popular item groups. Experiments on three datasets show up to 57 percent improvement, with an average gain of 31 percent, demonstrating strong zero-shot performance and further gains when ensembled with existing models.

📄 PDF Abstract BibTeX arXiv:2504.11889

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityLanguage ModelingLanguage ModellingLarge Language ModelWorld Knowledge

Similar Papers 제목 키워드 기반

Do We Always Need Query-Level Workflows? Rethinking Agentic Workflow Generation for Multi-Agent Systems

2026-01-16 · Zixu Wang, Bingbing Xu, Yige Yuan, Huawei Shen 외 arxiv

Multi-Agent Systems (MAS) built on large language models typically solve complex tasks by coordinating multiple agents through workflows. Existing approaches generates workflows either at task level or query level, but t…

SCLIP: Rethinking Self-Attention for Dense Vision-Language Inference

2023-12-04 · Feng Wang, Jieru Mei, Alan Yuille

Recent advances in contrastive language-image pretraining (CLIP) have demonstrated strong capabilities in zero-shot classification by aligning visual representations with target text embeddings in an image level. However…

SegmentationSemantic Segmentationzero-shot-classificationZero-Shot Learning+1

Rethinking On-policy Optimization for Query Augmentation

2025-10-20 · Zhichao Xu, Shengyao Zhuang, Xueguang Ma, Bingsen Chen 외 arxiv

Recent advances in large language models (LLMs) have led to a surge of interest in query augmentation for information retrieval (IR). Two main approaches have emerged. The first prompts LLMs to generate answers or pseudo…

Reinforcement LearningInformation Retrieval

IDEAL: Query-Efficient Data-Free Learning from Black-box Models

2022-05-23 · Jie Zhang, Chen Chen, Lingjuan Lyu

Knowledge Distillation (KD) is a typical method for training a lightweight student model with the help of a well-trained teacher model. However, most KD methods require access to either the teacher's training data or mod…

Knowledge Distillation

FreeQ-Graph: Free-form Querying with Semantic Consistent Scene Graph for 3D Scene Understanding

2025-06-16 · Chenlu Zhan, Gaoang Wang, Hongwei Wang

Semantic querying in complex 3D scenes through free-form language presents a significant challenge. Existing 3D scene understanding methods use large-scale training data and CLIP to align text queries with 3D semantic fe…

FormGraph GenerationRelational ReasoningScene Understanding