Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

CORE: Simple and Effective Session-based Recommendation within Consistent Representation Space

About

Session-based Recommendation (SBR) refers to the task of predicting the next item based on short-term user behaviors within an anonymous session. However, session embedding learned by a non-linear encoder is usually not in the same representation space as item embeddings, resulting in the inconsistent prediction issue while recommending items. To address this issue, we propose a simple and effective framework named CORE, which can unify the representation space for both the encoding and decoding processes. Firstly, we design a representation-consistent encoder that takes the linear combination of input item embeddings as session embedding, guaranteeing that sessions and items are in the same representation space. Besides, we propose a robust distance measuring method to prevent overfitting of embeddings in the consistent representation space. Extensive experiments conducted on five public real-world datasets demonstrate the effectiveness and efficiency of the proposed method. The code is available at: https://github.com/RUCAIBox/CORE.

Yupeng Hou, Binbin Hu, Zhiqiang Zhang, Wayne Xin Zhao• 2022

Related benchmarks

TaskDatasetResultRank
Sequential RecommendationSports (test)
HR@103.24
57
Sequential RecommendationBeauty (test)--
57
Sequential RecommendationYelp--
45
Sequential RecommendationYelp (test)
HR@100.0614
40
Sequential RecommendationML-100K
NDCG@204.0904
34
Sequential RecommendationSports
Hit Rate@202.8127
16
Sequential RecommendationML 1M (test)
HR@1015.55
16
Sequential RecommendationToys
HR@206.1481
12
Sequential RecommendationBaby
HR@202.7472
12
Sequential RecommendationBeauty
HR@207.5635
12
Showing 10 of 20 rows

Other info

Follow for update