LoRA: Low-Rank Adaptation—a technique to fine-tune LLMs by training small rank-decomposition matrices while keeping the main model frozen.
CTR: Click-Through Rate—the probability that a user will click on a recommended item.
Soft Prompts: Learnable vectors injected into the input sequence that don't correspond to fixed vocabulary words but guide the model's behavior.
Collaborative Knowledge: Information regarding user-item interactions and patterns derived from conventional recommendation models (like similar users liking similar items).
Lifelong Sequential Behavior Incomprehension: A phenomenon defined in this paper where LLMs fail to extract information from long behavior sequences even when within context limits.
SUBR: Semantic User Behavior Retrieval—selecting historical items relevant to the target item rather than just recent ones.
CFLoRA: Component Fully-interactive LoRA—a proposed LoRA variant allowing full interaction between decomposed vector components.
CRM: Conventional Recommendation Model—traditional deep learning models for recommendation (e.g., DIN, SIM) used here to provide embeddings.