CLLGSep 30, 2025

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

arXiv:2510.05125v14 citationsh-index: 5
Originality Highly original
AI Analysis

This addresses the problem of unifying collaborative signals and natural language for recommendation systems, offering a novel method to meet user expectations like natural-language queries and explanations.

The paper tackles the challenge of integrating collaborative filtering's predictive accuracy with LLMs' expressive reasoning in recommendation systems by introducing IDIOMoE, which treats item interactions as a native dialect in language space, achieving strong recommendation performance on public and proprietary datasets.

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 + Oral-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.

Foundations

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

Your Notes