TL;DR
This paper introduces a novel RNN survival model that effectively predicts web user return times, overcoming limitations of existing methods by handling non-returning users and learning from raw user action data.
Contribution
The paper proposes a new RNN survival model that combines strengths of RNNs and survival analysis, enabling better prediction of user return times including non-returning users.
Findings
Outperforms existing methods in predicting user return times.
Successfully distinguishes between returning and non-returning users.
Effective on large e-commerce dataset.
Abstract
The size of a website's active user base directly affects its value. Thus, it is important to monitor and influence a user's likelihood to return to a site. Essential to this is predicting when a user will return. Current state of the art approaches to solve this problem come in two flavors: (1) Recurrent Neural Network (RNN) based solutions and (2) survival analysis methods. We observe that both techniques are severely limited when applied to this problem. Survival models can only incorporate aggregate representations of users instead of automatically learning a representation directly from a raw time series of user actions. RNNs can automatically learn features, but can not be directly trained with examples of non-returning users who have no target value for their return time. We develop a novel RNN survival model that removes the limitations of the state of the art methods. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
