LightLM: A Lightweight Deep and Narrow Language Model for Generative Recommendation
Kai Mei, Yongfeng Zhang

TL;DR
LightLM is a lightweight, deep, and narrow Transformer model specifically designed for generative recommendation, outperforming larger models in accuracy and efficiency by using novel indexing methods and constrained generation.
Contribution
The paper introduces LightLM, a tailored deep and narrow Transformer architecture for generative recommendation, with new indexing methods and constrained generation to improve performance.
Findings
LightLM outperforms large-scale language models in recommendation accuracy.
LightLM achieves higher efficiency in generative recommendation tasks.
The proposed indexing methods enhance model performance.
Abstract
This paper presents LightLM, a lightweight Transformer-based language model for generative recommendation. While Transformer-based generative modeling has gained importance in various AI sub-fields such as NLP and vision, generative recommendation is still in its infancy due to its unique demand on personalized generative modeling. Existing works on generative recommendation often use NLP-oriented Transformer architectures such as T5, GPT, LLaMA and M6, which are heavy-weight and are not specifically designed for recommendation tasks. LightLM tackles the issue by introducing a light-weight deep and narrow Transformer architecture, which is specifically tailored for direct generation of recommendation items. This structure is especially apt for straightforward generative recommendation and stems from the observation that language model does not have to be too wide for this task, as the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Generative Adversarial Networks and Image Synthesis · Topic Modeling
MethodsMulti-Head Attention · Attention Is All You Need · Cosine Annealing · Linear Warmup With Cosine Annealing · Label Smoothing · Byte Pair Encoding · Adam · Position-Wise Feed-Forward Layer · Discriminative Fine-Tuning · Weight Decay
