Reciprocal Sequential Recommendation
Bowen Zheng, Yupeng Hou, Wayne Xin Zhao, Yang Song, Hengshu Zhu

TL;DR
This paper introduces ReSeq, a reciprocal sequential recommendation model that captures dynamic user preferences and mutual matching through sequence similarity and co-attention, improving efficiency with self-distillation.
Contribution
The paper formulates reciprocal recommendation as a sequence matching task and proposes ReSeq, a novel model with co-attention and self-distillation for dynamic, efficient two-way matching.
Findings
ReSeq outperforms existing methods on five real-world datasets.
The co-attention mechanism effectively captures dual-perspective sequence similarities.
Self-distillation significantly speeds up inference without sacrificing accuracy.
Abstract
Reciprocal recommender system (RRS), considering a two-way matching between two parties, has been widely applied in online platforms like online dating and recruitment. Existing RRS models mainly capture static user preferences, which have neglected the evolving user tastes and the dynamic matching relation between the two parties. Although dynamic user modeling has been well-studied in sequential recommender systems, existing solutions are developed in a user-oriented manner. Therefore, it is non-trivial to adapt sequential recommendation algorithms to reciprocal recommendation. In this paper, we formulate RRS as a distinctive sequence matching task, and further propose a new approach ReSeq for RRS, which is short for Reciprocal Sequential recommendation. To capture dual-perspective matching, we propose to learn fine-grained sequence similarities by co-attention mechanism across…
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
TopicsRecommender Systems and Techniques · Generative Adversarial Networks and Image Synthesis · Image Retrieval and Classification Techniques
