TL;DR
Digital marketplaces often rely on popularity-based signals for ranking, which can lead to overfitting and poor performance for new items. To address this, a method called Representation Curriculum (RC) stages the use of features, initially focusing on content-based merit signals before introducing popularity signals.
✦ Why It Matters
Engineers can implement Representation Curriculum to improve ranking systems' performance for new items without sacrificing established item rankings.
Key Takeaways
How It Works
RC begins by training models on content-based merit signals, which assess the intrinsic quality of items. As training progresses, exposure-dependent signals are introduced, but the model is anchored to the initial content representation.
This staged approach mitigates the risk of overfitting to historical data and ensures that the model remains sensitive to the actual quality of new items.
Related