LGSep 25, 2024

Efficient Feature Interactions with Transformers: Improving User Spending Propensity Predictions in Gaming

arXiv:2409.17077v1h-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem for real money gaming platforms, offering incremental improvements in predictive accuracy for user spending behavior.

The paper tackles the problem of predicting user spending propensity in a fantasy sports gaming platform to enable personalized upselling and product listing, and reports that their proposed transformer model outperforms the state-of-the-art FT-Transformer by improving MAE by 2.5% and MSE by 21.8%.

Dream11 is a fantasy sports platform that allows users to create their own virtual teams for real-life sports events. We host multiple sports and matches for our 200M+ user base. In this RMG (real money gaming) setting, users pay an entry amount to participate in various contest products that we provide to users. In our current work, we discuss the problem of predicting the user's propensity to spend in a gaming round, so it can be utilized for various downstream applications. e.g. Upselling users by incentivizing them marginally as per their spending propensity, or personalizing the product listing based on the user's propensity to spend. We aim to model the spending propensity of each user based on past transaction data. In this paper, we benchmark tree-based and deep-learning models that show good results on structured data, and we propose a new architecture change that is specifically designed to capture the rich interactions among the input features. We show that our proposed architecture outperforms the existing models on the task of predicting the user's propensity to spend in a gaming round. Our new transformer model surpasses the state-of-the-art FT-Transformer, improving MAE by 2.5\% and MSE by 21.8\%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes