Abstract
Sequential recommendation (SR) aims to model users' dynamic preferences from a series of interactions. A pivotal challenge in user modeling for SR lies in the inherent variability of user preferences. An effective SR model is expected to capture both the long-term and short-term preferences exhibited by users, wherein the former can offer a comprehensive understanding of stable interests that impact the latter. To more effectively capture such information, we incorporate locality inductive bias into the Transformer by amalgamating its global attention mechanism with a local convolutional filter, and adaptively ascertain the mixing importance on a personalized basis through layer-aware adaptive mixture units, termed as AdaMCT. Moreover, as users may repeatedly browse potential purchases, it is expected to consider multiple relevant items concurrently in long-/short-term preferences modeling. Given that softmax-based attention may promote unimodal activation, we propose the Squeeze-Excitation Attention (with sigmoid activation) into SR models to capture multiple pertinent items (keys) simultaneously. Extensive experiments on three widely employed benchmarks substantiate the effectiveness and efficiency of our proposed approach. Source code is available at https://github.com/juyongjiang/AdaMCT.
| Original language | English |
|---|---|
| Title of host publication | CIKM 2023 - Proceedings of the 32nd ACM International Conference on Information and Knowledge Management |
| Publisher | Association for Computing Machinery |
| Pages | 976-986 |
| Number of pages | 11 |
| ISBN (Electronic) | 9798400701245 |
| DOIs | |
| Publication status | Published - 21 Oct 2023 |
| Event | 32nd ACM International Conference on Information and Knowledge Management, CIKM 2023 - Birmingham, United Kingdom Duration: 21 Oct 2023 → 25 Oct 2023 |
Publication series
| Name | International Conference on Information and Knowledge Management, Proceedings |
|---|
Conference
| Conference | 32nd ACM International Conference on Information and Knowledge Management, CIKM 2023 |
|---|---|
| Country/Territory | United Kingdom |
| City | Birmingham |
| Period | 21/10/23 → 25/10/23 |
Bibliographical note
Publisher Copyright:© 2023 Copyright held by the owner/author(s). Publication rights licensed to ACM.
Keywords
- CNNs
- Sequential Recommendation
- Transformer