paper-with-me

홈 › Papers

Text Matching Improves Sequential Recommendation by Reducing Popularity Biases

2023-08-27 · Zhenghao Liu, Sen Mei, Chenyan Xiong, Xiaohua LI, Shi Yu, Zhiyuan Liu, Yu Gu, Ge Yu

This paper proposes Text mAtching based SequenTial rEcommendation model (TASTE), which maps items and users in an embedding space and recommends items by matching their text representations. TASTE verbalizes items and user-item interactions using identifiers and attributes of items. To better characterize user behaviors, TASTE additionally proposes an attention sparsity method, which enables TASTE to model longer user-item interactions by reducing the self-attention computations during encoding. Our experiments show that TASTE outperforms the state-of-the-art methods on widely used sequential recommendation datasets. TASTE alleviates the cold start problem by representing long-tail items using full-text modeling and bringing the benefits of pretrained language models to recommendation systems. Our further analyses illustrate that TASTE significantly improves the recommendation accuracy by reducing the popularity bias of previous item id based recommendation models and returning more appropriate and text-relevant items to satisfy users. All codes are available at https://github.com/OpenMatch/TASTE.

📄 PDF Abstract BibTeX arXiv:2308.14029

Code (1)

openmatch/taste 공식 구현 pytorch

Tasks

Recommendation SystemsSequential RecommendationText Matching

Similar Papers 제목 키워드 기반

MARS: Matching Attribute-aware Representations for Text-based Sequential Recommendation

2024-09-01 · Hyunsoo Kim, Junyoung Kim, Minjin Choi, Sunkyung Lee 외

Sequential recommendation aims to predict the next item a user is likely to prefer based on their sequential interaction history. Recently, text-based sequential recommendation has emerged as a promising paradigm that us…

AttributeSequential RecommendationTransfer Learning

Adaptively Weighted Top-N Recommendation for Organ Matching

2021-07-23 · Parshin Shojaee, Xiaoyu Chen, Ran Jin

Reducing the shortage of organ donations to meet the demands of patients on the waiting list has being a major challenge in organ transplantation. Because of the shortage, organ matching decision is the most critical dec…

Decision Making

Multi-Item-Query Attention for Stable Sequential Recommendation

2025-09-29 · Mingshi Xu, Haoren Zhu, Wilfred Siu Hung Ng arxiv

The inherent instability and noise in user interaction data challenge sequential recommendation systems. Prevailing masked attention models, relying on a single query from the most recent item, are sensitive to this nois…

Sequential Recommendation

Reciprocal Sequential Recommendation

2023-06-26 · Bowen Zheng, Yupeng Hou, Wayne Xin Zhao, Yang song 외

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 pref…

Recommendation SystemsSequential Recommendation

GLoSS: Generative Language Models with Semantic Search for Sequential Recommendation

2025-06-02 · Krishna Acharya, Aleksandr V. Petrov, Juba Ziani

We propose Generative Low-rank language model with Semantic Search (GLoSS), a generative recommendation framework that combines large language models with dense retrieval for sequential recommendation. Unlike prior metho…

Sequential Recommendation