LGAICLMLOct 29, 2024

Sequential choice in ordered bundles

arXiv:2410.21670v1h-index: 22
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of personalizing recommendations and demand forecasting for businesses offering sequential bundles like music or videos, though it is incremental as it applies existing Transformer architectures to a new predictive task.

The study tackled the problem of predicting sequential consumption choices in ordered bundles of experience goods, finding that a custom decoder-only Transformer model provided the most accurate predictions for individual choices and aggregate demand, with analysis showing equal weighting of all preceding choices.

Experience goods such as sporting and artistic events, songs, videos, news stories, podcasts, and television series, are often packaged and consumed in bundles. Many such bundles are ordered in the sense that the individual items are consumed sequentially, one at a time. We examine if an individual's decision to consume the next item in an ordered bundle can be predicted based on his/her consumption pattern for the preceding items. We evaluate several predictive models, including two custom Transformers using decoder-only and encoder-decoder architectures, fine-tuned GPT-3, a custom LSTM model, a reinforcement learning model, two Markov models, and a zero-order model. Using data from Spotify, we find that the custom Transformer with a decoder-only architecture provides the most accurate predictions, both for individual choices and aggregate demand. This model captures a general form of state dependence. Analysis of Transformer attention weights suggests that the consumption of the next item in a bundle is based on approximately equal weighting of all preceding choices. Our results indicate that the Transformer can assist in queuing the next item that an individual is likely to consume from an ordered bundle, predicting the demand for individual items, and personalizing promotions to increase demand.

Foundations

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

Your Notes