IRMay 13, 2021

Lessons Learned Addressing Dataset Bias in Model-Based Candidate Generation at Twitter

arXiv:2105.09293v13 citations
Originality Incremental advance
AI Analysis

This addresses dataset bias issues in candidate generation for Twitter's recommender system, but it is incremental as it builds on existing random sampling and fine-tuning methods.

The paper tackled dataset bias in model-based candidate generation for large-scale recommender systems, showing that random sampling techniques and fine-tuning improved performance on Twitter's home timeline.

Traditionally, heuristic methods are used to generate candidates for large scale recommender systems. Model-based candidate generation promises multiple potential advantages, primarily that we can explicitly optimize the same objective as the downstream ranking model. However, large scale model-based candidate generation approaches suffer from dataset bias problems caused by the infeasibility of obtaining representative data on very irrelevant candidates. Popular techniques to correct dataset bias, such as inverse propensity scoring, do not work well in the context of candidate generation. We first explore the dynamics of the dataset bias problem and then demonstrate how to use random sampling techniques to mitigate it. Finally, in a novel application of fine-tuning, we show performance gains when applying our candidate generation system to Twitter's home timeline.

Foundations

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

Your Notes