GEMS: Gradient Multi-Subspace Tuning—the proposed framework that optimizes LLMs within specific low-rank subspaces to separate task signals.
PEFT: Parameter-Efficient Fine-Tuning—adapting pre-trained models by updating only a small subset of parameters (e.g., LoRA).
SVD: Singular Value Decomposition—a mathematical method used here to identify the principal directions (basis vectors) of gradients and pre-trained representations.
Null-space Projection: Restricting parameter updates to directions orthogonal to the pre-trained model's dominant features to prevent forgetting general knowledge.
S&R: Search and Recommendation—two core information retrieval tasks unified in this framework.
Gradient Conflict: When gradients from different tasks (e.g., Search vs. Rec) point in opposing directions, hindering joint optimization.
Subspace Tuning: An optimization technique where gradients are projected into a low-rank subspace spanned by principal directions, reducing memory and computation.
PLM: Pre-trained Language Model.