How to win the SIGIR eCommerce Challenge with Transformers (Gabriel Moreira / NVIDIA)

The NVIDIA team performed well on the Session-based recommendation task of the SIGIR eCommerce Coveo Data Challenge 2021. NVIDIA achieved 1st place on the ‘Subsequent Items Prediction Leaderboard’ and 2nd on the ‘Next Item Prediction’ Leaderboard. These successes follow the previous successes of NVidia at the ACM RecSys Challenge and other recommender-system challenges.

Gabriel Moreira from NVIDIA explains in a blog post, how the team (Gabriel de Souza P. Moreira, Sara Rabhi, Ronay Ak, Md Yasin Kabir, Even Oldridge) won the challenge. It’s quite an in-depth explanation and a good read for anyone being interested in recommender systems.

Our solution included data augmentation and feature engineering techniques and models consisting of an ensemble of two different Transformer architectures — Transformer-XL and XLNet — trained with autoregressive and autoencoding approaches inspired by Natural Language Processing (NLP). We leveraged the rich information provided by the dataset, and explored different ways to combine tabular data of user interactions events (e.g., clicks, add-to-card, remove-from-cart, purchases, search queries) with unstructured data (product description and images) in a multi-modal approach.

Our detailed solution is described in our paper and solution code is available on GitHub. In this post, we will briefly describe the competition and our solution and provide some takeaways that might be instrumental to help you build your own session-based recommender system.

https://medium.com/nvidia-merlin/winning-the-sigir-ecommerce-challenge-on-session-based-recommendation-with-transformers-v2-793f6fac2994

Add a Comment

Your email address will not be published. Required fields are marked *