TL;DR
ABXI introduces a novel method for cross-domain sequential recommendation that effectively extracts and aligns domain-invariant interests, improving transfer learning across domains and addressing sequence alignment issues.
Contribution
The paper proposes ABXI, which uses domain and invariant LoRAs to extract shared interests and align sequences, enhancing cross-domain recommendation performance.
Findings
Outperforms existing CDSR methods on three datasets
Effectively extracts domain-invariant interests
Reduces prediction mismatches during sequence alignment
Abstract
Cross-Domain Sequential Recommendation (CDSR) has recently gained attention for countering data sparsity by transferring knowledge across domains. A common approach merges domain-specific sequences into cross-domain sequences, serving as bridges to connect domains. One key challenge is to correctly extract the shared knowledge among these sequences and appropriately transfer it. Most existing works directly transfer unfiltered cross-domain knowledge rather than extracting domain-invariant components and adaptively integrating them into domain-specific modelings. Another challenge lies in aligning the domain-specific and cross-domain sequences. Existing methods align these sequences based on timestamps, but this approach can cause prediction mismatches when the current tokens and their targets belong to different domains. In such cases, the domain-specific knowledge carried by 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
MethodsSoftmax · Attention Is All You Need · ALIGN
