Catalog-Native LLM: Speaking Item-ID Dialect with Less Entanglement for Recommendation

Abstract

While collaborative filtering delivers predictive accuracy and efficiency, and Large Language Models (LLMs) enable expressive and generalizable reasoning, modern recommendation systems must bring these strengths together. Growing user expectations, such as natural-language queries and transparent explanations, further highlight the need for a unified approach. However, doing so is nontrivial. Collaborative signals are often token-efficient but semantically opaque, while LLMs are semantically rich but struggle to model implicit user preferences when trained only on textual inputs. This paper introduces Item-ID + Natural-language Mixture-of-Experts Language Model (IDIOMoE), which treats item interaction histories as a native dialect within the language space, enabling collaborative signals to be understood in the same way as natural language. By splitting the Feed Forward Network of each block of a pretrained LLM into a separate text expert and an item expert with token-type gating, our method avoids destructive interference between text and catalog modalities. IDIOMoE demonstrates strong recommendation performance across both public and proprietary datasets, while preserving the text understanding of the pretrained model.

Cite

Text

Shirkavand et al. "Catalog-Native LLM: Speaking Item-ID Dialect with Less Entanglement for Recommendation." International Conference on Learning Representations, 2026.

Markdown

[Shirkavand et al. "Catalog-Native LLM: Speaking Item-ID Dialect with Less Entanglement for Recommendation." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/shirkavand2026iclr-catalognative/)

BibTeX

@inproceedings{shirkavand2026iclr-catalognative,
  title     = {{Catalog-Native LLM: Speaking Item-ID Dialect with Less Entanglement for Recommendation}},
  author    = {Shirkavand, Reza and Wei, Xiaokai and Wang, Chen and Hui, Zheng and Huang, Heng and Gong, Michelle},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/shirkavand2026iclr-catalognative/}
}