15-25 min read

Deep Learning Era of Ranking & Recommendation Systems: Must-Read Papers (2016–2020)

The deep learning revolution fundamentally transformed how we build ranking and recommendation systems. Between 2016 and 2020, neural networks moved from research labs to production systems, enabling platforms like YouTube, Facebook, and Amazon to deliver personalized experiences at unprecedented scale. This post explores the key papers that defined this era, from Google’s Wide & Deep architecture to the transformer-based sequential models that still power today’s recommendation engines.


1. Wide & Deep Models


2. Neural Collaborative Filtering (NCF)


3. Sequential & Context-Aware Models


4. Industry-Scale Systems


Why These Papers Matter

  1. Deep learning enters RecSys: Moving from latent factors to neural networks.
  2. Sequence awareness: First use of RNNs and Transformers to model temporal user behavior.
  3. Industry adoption: These architectures (Wide & Deep, YouTube’s two-tower, Facebook CTR) are still in production today.

Suggested Reading Order

  1. Wide & Deep → DeepFM → xDeepFM (feature interaction evolution).
  2. NCF (neural replacement of MF).
  3. GRU4Rec → SASRec → BERT4Rec (sequential models).
  4. YouTube 2016 + Facebook 2014 (industry blueprints).

Cited as:

@article{reneejia2025deep-learning-era-of-ranking-recommendation-systems-must-read-papers-2016-2020, title = "Deep Learning Era of Ranking & Recommendation Systems: Must-Read Papers (2016–2020)", author = "Renee Jia", journal = "renee-jia.github.io", year = "2025", url = "https://renee-jia.github.io/ai-learning-guide/deep-learning-era-ranking-recommendation-systems/" }
View Article