Unifying Search and Recommendation in LLMs via Gradient Multi-Subspace Tuning
Jujia Zhao, Zihan Wang, Shuaiqun Pan, Suzan Verberne, Zhaochun Ren

TL;DR
This paper introduces GEMS, a parameter-efficient fine-tuning framework that unifies search and recommendation tasks in LLMs by reducing gradient conflicts and preserving general knowledge, leading to improved performance.
Contribution
GEMS proposes a novel multi-subspace decomposition and null-space projection method to effectively unify search and recommendation in LLMs while maintaining scalability and knowledge integrity.
Findings
GEMS outperforms state-of-the-art baselines on benchmark datasets.
It effectively reduces gradient conflicts across tasks.
It preserves general-domain knowledge during fine-tuning.
Abstract
Search and recommendation (S&R) are core to online platforms, addressing explicit intent through queries and modeling implicit intent from behaviors, respectively. Their complementary roles motivate a unified modeling paradigm. Early studies to unify S&R adopt shared encoders with task-specific heads, while recent efforts reframe item ranking in both S&R as conditional generation. The latter holds particular promise, enabling end-to-end optimization and leveraging the semantic understanding of LLMs. However, existing methods rely on full fine-tuning, which is computationally expensive and limits scalability. Parameter-efficient fine-tuning (PEFT) offers a more practical alternative but faces two critical challenges in unifying S&R: (1) gradient conflicts across tasks due to divergent optimization objectives, and (2) shifts in user intent understanding caused by overfitting to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Information Retrieval and Search Behavior
