超要約: LLMで賢くアイテム識別! 爆速&高性能なレコメンドシステム、GRLM爆誕✨
✨ ギャル的キラキラポイント ✨ ● LLM(大規模言語モデル)の頭脳🧠をフル活用! 賢くアイテムを特定するよ🎵 ● アイテムをキーワード(Term IDs)で整理するから、色んなジャンルに対応できる💖 ● 「これはイケる!」ってアイテムを、超絶精度でオススメしてくれるの😍
詳細解説いくね!
背景 レコメンドシステムって、色んなサイトでよく見るじゃん? でも、もっと賢く、色んなアイテムを理解して、ユーザーにピッタリなのをおすすめしたい! って研究だよ。既存の手法だと、アイテムの識別(Item Identifier)が難しいって問題があったんだって🤔
続きは「らくらく論文」アプリで
Leveraging the vast open-world knowledge and understanding capabilities of Large Language Models (LLMs) to develop general-purpose, semantically-aware recommender systems has emerged as a pivotal research direction in generative recommendation. However, existing methods face bottlenecks in constructing item identifiers. Text-based methods introduce LLMs' vast output space, leading to hallucination, while methods based on Semantic IDs (SIDs) encounter a semantic gap between SIDs and LLMs' native vocabulary, requiring costly vocabulary expansion and alignment training. To address this, this paper introduces Term IDs (TIDs), defined as a set of semantically rich and standardized textual keywords, to serve as robust item identifiers. We propose GRLM, a novel framework centered on TIDs, employs Context-aware Term Generation to convert item's metadata into standardized TIDs and utilizes Integrative Instruction Fine-tuning to collaboratively optimize term internalization and sequential recommendation. Additionally, Elastic Identifier Grounding is designed for robust item mapping. Extensive experiments on real-world datasets demonstrate that GRLM significantly outperforms baselines across multiple scenarios, pointing a promising direction for generalizable and high-performance generative recommendation systems.