surveys on recommendation system and computational advertising system
- Sequence Embedding
- Word2Vec
- Item2Vec
- Listing Embedding
- DNN-based Embedding
- AutoEncoder
- WDL-ID2Vec
- NCF-CF2Vec
- YouTube DNN (Softmax Embedding)
- Graph Embedding
- Node2Vec
- LINE
- DeepWalk
- EGES
word2vec解释
- Word2vec Explained Negative-Sampling Word-Embedding Method (2014)
- Word2vec Parameter Learning Explained (2016)
various CTR prediction models for recommendation systems
- Tree-based series
- GBDT+LR
- FTRL series
- FTRL
- FM series
- FM/FFM
- Deep series
CTR预估深度模型演化之路:https://mp.weixin.qq.com/s/jpWS9ec0MCO4ncSZx38r3w https://zhuanlan.zhihu.com/p/86181485
DeepCTR:易用可扩展的深度学习点击率预测算法包: https://zhuanlan.zhihu.com/p/53231955
Transfer Learning related/Multi-Task Learning based Recommendation Systems
Model | Conference | Paper |
---|---|---|
ESMM | SIGIR’18 | Entire Space Multi-Task Model: An Effective Approach for Estimating Post-Click Conversion Rate [Alibaba] |
MMoE | KDD’18 | Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts [Google] |
YouTube-MTL | RecSys’19 | Recommending What Video to Watch Next: A Multitask Ranking System [Google] |
DeepMCP | IJCAI’19 | Representation Learning-Assisted Click-Through Rate Prediction [Alibaba] |
- Schick, Timo, and Hinrich Schütze. "It's Not Just Size That Matters: Small Language Models Are Also Few-Shot Learners." arXiv preprint [arXiv:2009.07118] (2020).
- Zero-Shot Transfer Learning with Synthesized Data for Multi-Domain Dialogue State Tracking, Giovanni Campagna Agata Foryciarz Mehrad Moradshahi Monica S. Lam, ACL 2020 [arXiv]
- DReCa: A General Task Augmentation Strategy for Few-Shot Natural Language Inference Shikhar Murty, Tatsunori B. Hashimoto, Christopher D. Manning, 2020 [arXiv]
Federated Learning based Recommendation Systems
- Deep Reinforcement Learning based Recommendation Systems
Explainable AI and model interpretation methods for ML models
- PDP:A simple and effective model-based variable importance measure. Greenwell, Brandon M., Bradley C. Boehmke, and Andrew J. McCarthy. arXiv preprint arXiv:1805.04755 (2018).
- ICE:Peeking inside the black box: Visualizing statistical learning with plots of individual conditional expectation. Goldstein, Alex, Adam Kapelner, Justin Bleich, and Emil Pitkin. Journal of Computational and Graphical Statistics 24, no. 1 (2015): 44-65.
- LIME:LIME: "Why Should I Trust You?": Explaining the Predictions of Any Classifier Ribeiro, Sameer Singh, Guestrin, KDD 2016 [arXiv]
- SHAP:SHAP: A Unified Approach to Interpreting Model Predictions, Lundberg, Lee, NIPS 2017 [arXiv]
- DeepLift:DeepLift: Learning Important Features Through Propagating Activation Differences Avanti Shrikumar et al, ICML 2019 [arXiv]
- RETAIN
- LRP
Methods
- https://christophm.github.io/interpretable-ml-book/
- Principles and Practice of Explainable Machine Learning Vaishak Belle, Ioannis Papantonis [arXiv]
- Explainable Artificial Intelligence (XAI): Concepts, Taxonomies, Opportunities and Challenges toward Responsible AI, Arrieta et al., 2019 [arXiv]
- Definitions, methods, and applications in interpretable machine learning W. James Murdocha, Chandan Singhb, Karl Kumbiera, Reza Abbasi-Asl, and Bin Yua, PNAS 2019 [PNAS]
- How Can I Explain This to You? An Empirical Study of Deep Neural Network Explanation Methods Jeya Vikranth Jeyakumar, Joseph Noor, Yu-Hsi Cheng, Luis Garcia, Mani Srivastava, NIPS 2020 [arXiv]
- Towards Transparent and Explainable Attention Models Mohankumar, Mitesh Khapra et al. ACL 2020 [arXiv]
- A Framework for Understanding Unintended Consequences of Machine Learning Harini Suresh, John V. Guttag, 2020 [arXiv]
- Explaining Explanations: Axiomatic Feature Interactions for Deep Networks Janizek, Sturmfels, Lee, 2020 [arXiv]
- Explainable AI: A Review of Machine Learning Interpretability Methods
- Explaining Explanations: An Overview of Interpretability of Machine Learning
- How Important Is a Neuron?, Kedar Dhamdhere, Mukund Sundararajan, Qiqi Yan, Google Research [arXiv]
- https://cloud.google.com/explainable-ai
- https://github.com/keyurfaldu/AIgrads
evaluation methods for RS
- Predicting Online Performance of News Recommender Systems Through Richer Evaluation Metrics
- RecSys2018 tutorial
Recommendation systems references, and hashing function for flow allocations
Company | Conference | Paper |
---|---|---|
Tencent | SIGMOD'15 | TencentRec: Real-time stream recommendation in practice |
Uber | PAPIs'16 | Scaling Machine Learning as a Service |
KDD'17 | TFX: A TensorFlow-Based Production-Scale Machine Learning |
- News
- Pictures
- Videos (PGC, UGC)
- Musics
- e-commerce
- financial products
- Computational advertising systems
- CVR prediction
- LTV prediction
-
《计算广告论文、学习资料、业界分享》https://github.com/wzhe06/Ad-papers
-
《Must-read papers on Recommender System》https://github.com/hongleizhang/RSPapers
-
《A review and evaluation of CTR prediction models》https://github.com/anyai/OpenCTR
-
《Easy-to-use,Modular and Extendible package of deep-learning based CTR models》https://github.com/shenweichen/DeepCTR
-
《CTR预估深度模型演化之路》https://mp.weixin.qq.com/s/jpWS9ec0MCO4ncSZx38r3w
-
Conferences: AAAI、KDD、ICML、WWW、RecSys