ACM Twitter RecSys Challenge 2021 3rd Place Solution

Paper for project User Engagement Modeling with Deep Learning and Language Models (ACM Twitter RecSys Challenge 2021 3rd place Solution)

User Engagement Modeling with Deep Learning and Language Models (ACM Twitter RecSys Challenge 2021 3nd place Solution) Paper


Model Pipeline Overview

Abstract: Twitter is one of the main information sharing platforms in the world with millions of tweets created daily. To ensure that users get relevant content in their feeds Twitter extensively leverages machine learning-based recommender systems. However, given the large volume of data, all production systems must be both memory and CPU efficient. In the 2021 ACM RecSys challenge Twitter simulates the production environment with a large dataset of almost 1 bilion user-tweet engagements that span a 4 week period. The goal is to accurately predict engagement type, and all models are subject to strict run-time constraints during inference.

In this paper we present our approach to the 2021 ACM Recsys challenge. We use a hybrid pipeline and leverage gradient boosting, neural network classifiers and multi-lingual language models to maximize performance. Our approach achieves strong results placing 3rd on the public leaderboard. We further explore the complexity of language model inference, and show that through distillation it can be possible to run such models in highly constrained production environments.