English

Filling the Gaps: Selective Knowledge Augmentation for LLM Recommenders

Information Retrieval 2026-04-21 v2 Artificial Intelligence

Abstract

Large language models (LLMs) have recently emerged as powerful training-free recommenders. However, their knowledge of individual items is inevitably uneven due to imbalanced information exposure during pretraining, a phenomenon we refer to as knowledge gap problem. To address this, most prior methods have employed a naive uniform augmentation that appends external information for every item in the input prompt. However, this approach not only wastes limited context budget on redundant augmentation for well-known items but can also hinder the model's effective reasoning. To this end, we propose KnowSA_CKP (Knowledge-aware Selective Augmentation with Comparative Knowledge Probing) to mitigate the knowledge gap problem. KnowSA_CKP estimates the LLM's internal knowledge by evaluating its capability to capture collaborative relationships and selectively injects additional information only where it is most needed. By avoiding unnecessary augmentation for well-known items, KnowSA_CKP focuses on items that benefit most from knowledge supplementation, thereby making more effective use of the context budget. KnowSA_CKP requires no fine-tuning step, and consistently improves both recommendation accuracy and context efficiency across four real-world datasets. Our code is available at https://github.com/nowhyun/KnowSA\_CKP.

Keywords

Cite

@article{arxiv.2604.07825,
  title  = {Filling the Gaps: Selective Knowledge Augmentation for LLM Recommenders},
  author = {Jaehyun Lee and Sanghwan Jang and SeongKu Kang and Hwanjo Yu},
  journal= {arXiv preprint arXiv:2604.07825},
  year   = {2026}
}

Comments

Accepted to SIGIR 2026 full papers track

R2 v1 2026-07-01T12:00:35.033Z