paper-with-me

Papers

Data Augmentation Using Many-To-Many RNNs for Session-Aware Recommender Systems

2021-08-22 · Martín Baigorria Alonso

The ACM WSDM WebTour 2021 Challenge organized by Booking.com focuses on applying Session-Aware recommender systems in the travel domain. Given a sequence of travel bookings in a user trip, we look to recommend the user's next destination. To handle the large dimensionality of the output's space, we propose a many-to-many RNN model, predicting the next destination chosen by the user at every sequence step as opposed to only the final one. We show how this is a computationally efficient alternative to doing data augmentation in a many-to-one RNN, where we consider every subsequence of a session starting from the first element. Our solution achieved 4th place in the final leaderboard, with an accuracy@4 of 0.5566.

📄 PDF Abstract BibTeX arXiv:2108.09858

Code (1)

mbaigorria/booking-challenge-2021-recsys 공식 구현 pytorch

Tasks

Data AugmentationRecommendation Systems

Methods 이 논문이 사용한 방법론

Travel 설명 없음

Similar Papers 제목 키워드 기반

Personalizing Session-based Recommendations with Hierarchical Recurrent Neural Networks

2017-06-13 · Massimo Quadrana, Alexandros Karatzoglou, Balázs Hidasi, Paolo Cremonesi

Session-based recommendations are highly relevant in many modern on-line services (e.g. e-commerce, video streaming) and recommendation settings. Recently, Recurrent Neural Networks have been shown to perform very well i…

Session-Based Recommendations

Recurrent Neural Networks with Top-k Gains for Session-based Recommendations

2017-06-12 · ICLR 2018 1 · Balázs Hidasi, Alexandros Karatzoglou

RNNs have been shown to be excellent models for sequential data and in particular for data that is generated by users in an session-based manner. The use of RNNs provides impressive performance benefits over classical me…

Collaborative FilteringData AugmentationSession-Based Recommendations

Inter-Session Modeling for Session-Based Recommendation

2017-06-22 · Massimiliano Ruocco, Ole Steinar Lillestøl Skrede, Helge Langseth

In recent years, research has been done on applying Recurrent Neural Networks (RNNs) as recommender systems. Results have been promising, especially in the session-based setting where RNNs have been shown to outperform s…

Recommendation SystemsSession-Based Recommendations

Improved Recurrent Neural Networks for Session-based Recommendations

2016-06-27 · Yong Kiam Tan, Xinxing Xu, Yong liu

Recurrent neural networks (RNNs) were recently proposed for the session-based recommendation task. The models showed promising improvements over traditional recommendation approaches. In this work, we further study RNN-b…

Data AugmentationSession-Based Recommendations

Robust Fraud Detection via Supervised Contrastive Learning

2023-08-19 · Vinay M. S., Shuhan Yuan, Xintao Wu

Deep learning models have recently become popular for detecting malicious user activity sessions in computing platforms. In many real-world scenarios, only a few labeled malicious and a large amount of normal sessions ar…

Contrastive LearningData AugmentationDiversityFraud Detection