Bi-Tuning: A parameter-efficient tuning method proposed in this paper that inserts trainable virtual tokens at both the prefix and suffix of the input text while freezing the LLM
M-Former: A lightweight MoE-based querying transformer designed to integrate ID-based collaborative information into the prefix tokens
Collaborative Information: Signals derived from user-item interactions (typically via ID embeddings) that capture latent user preferences
MoE: Mixture of Experts—a machine learning technique where different parts of the model (experts) specialize in different types of inputs, controlled by a router
Virtual Tokens: Learnable vectors inserted into the input sequence that don't correspond to actual vocabulary words but optimize the model for a specific task
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that accounts for the position of relevant items in the recommendation list
MRR: Mean Reciprocal Rank—a metric that evaluates the rank of the first correct recommendation
SASRec: Self-Attentive Sequential Recommendation—a baseline model using self-attention to capture sequential patterns from item IDs