Token-Efficient Item Representation via Images for LLM Recommender Systems

Abstract

Large Language Models (LLMs) have recently emerged as a powerful backbone for recommender systems. Existing LLM-based recommender systems take two different approaches for representing items in natural language, i.e., Attribute-based Representation and Description-based Representation. In this work, we aim to address the trade-off between efficiency and effectiveness that these two approaches encounter, when representing items consumed by users. Based on our observation that there is a significant information overlap between images and descriptions associated with items, we propose a novel method, **I**tem representation for **LLM**-based **Rec**ommender system (I-LLMRec). Our main idea is to leverage images as an alternative to lengthy textual descriptions for representing items, aiming at reducing token usage while preserving the rich semantic information of item descriptions. Through extensive experiments on real-world Amazon datasets, we demonstrate that I-LLMRec outperforms existing methods that leverage textual descriptions for representing items in both efficiency and effectiveness by leveraging images. Moreover, a further appeal of I-LLMRec is its ability to reduce sensitivity to noise in descriptions, leading to more robust recommendations.

Cite

Text

Kim et al. "Token-Efficient Item Representation via Images for LLM Recommender Systems." International Conference on Learning Representations, 2026.

Markdown

[Kim et al. "Token-Efficient Item Representation via Images for LLM Recommender Systems." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/kim2026iclr-tokenefficient/)

BibTeX

@inproceedings{kim2026iclr-tokenefficient,
  title     = {{Token-Efficient Item Representation via Images for LLM Recommender Systems}},
  author    = {Kim, Kibum and Kim, Sein and Kang, HongSeok and Kim, Jiwan and Noh, Heewoong and In, Yeonjun and Yoon, Kanghoon and Oh, Jinoh and McAuley, Julian and Park, Chanyoung},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/kim2026iclr-tokenefficient/}
}