Skip to content

Commit 1525332

Browse files
committed
update
1 parent 0596e49 commit 1525332

5 files changed

+8
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 推荐系统相关论文汇总
33
([English Version is Here](/README_EN.md))
44
## 介绍
5-
1. 截至2025-03-28,本仓库收集汇总了推荐系统领域相关论文共**897**篇,涉及:**召回****粗排****精排****重排****多任务****多场景****多模态****冷启动****校准**
5+
1. 截至2025-04-12,本仓库收集汇总了推荐系统领域相关论文共**900**篇,涉及:**召回****粗排****精排****重排****多任务****多场景****多模态****冷启动****校准**
66
**纠偏****多样性****公平性****反馈延迟****蒸馏****对比学习****因果推断****Look-Alike****Learning-to-Rank****强化学习**等领域,本仓库会跟踪业界进展,持续更新。
77
2. 因文件名特殊字符的限制,故论文title中所有的`:`都改为了`-`,检索时请注意。
88
3. 文件名前缀中带有`[]`的,表明本人已经通读过,第一个`[]`中为论文年份,第二个`[]`中为发表机构或公司(可选),第三个`[]`中为论文提出的model或method的简称(可选)。
@@ -371,6 +371,7 @@
371371
- [Cascade Ranking for Operational E-commerce Search](Pre-Rank/Cascade%20Ranking%20for%20Operational%20E-commerce%20Search.pdf)
372372
- [EENMF - An End-to-End Neural Matching Framework for E-Commerce Sponsored Search](Pre-Rank/EENMF%20-%20An%20End-to-End%20Neural%20Matching%20Framework%20for%20E-Commerce%20Sponsored%20Search.pdf)
373373
- [IntTower - the Next Generation of Two-Tower Model for Pre-Ranking System](Pre-Rank/IntTower%20-%20the%20Next%20Generation%20of%20Two-Tower%20Model%20for%20Pre-Ranking%20System.pdf)
374+
- [InteractRank - Personalized Web-Scale Search Pre-Ranking with Cross Interaction Features](Pre-Rank/InteractRank%20-%20Personalized%20Web-Scale%20Search%20Pre-Ranking%20with%20Cross%20Interaction%20Features.pdf)
374375
- [Rethinking the Role of Pre-ranking in Large-scale E-Commerce Searching System](Pre-Rank/Rethinking%20the%20Role%20of%20Pre-ranking%20in%20Large-scale%20E-Commerce%20Searching%20System.pdf)
375376
## Re-Rank
376377
- [[2018][Hulu] Fast Greedy MAP Inference for Determinantal Point Process to Improve Recommendation Diversity](Re-Rank/%5B2018%5D%5BHulu%5D%20Fast%20Greedy%20MAP%20Inference%20for%20Determinantal%20Point%20Process%20to%20Improve%20Recommendation%20Diversity.pdf)
@@ -399,6 +400,7 @@
399400
- [SLATEQ - A Tractable Decomposition for Reinforcement Learning with Recommendation Sets](Re-Rank/SLATEQ%20-%20A%20Tractable%20Decomposition%20for%20Reinforcement%20Learning%20with%20Recommendation%20Sets.pdf)
400401
- [Seq2slate - Re-ranking and slate optimization with rnns](Re-Rank/Seq2slate%20-%20Re-ranking%20and%20slate%20optimization%20with%20rnns.pdf)
401402
- [The Use of MMR, Diversity-Based Reranking for Reordering Documents and Producing Summaries](Re-Rank/The%20Use%20of%20MMR%2C%20Diversity-Based%20Reranking%20for%20Reordering%20Documents%20and%20Producing%20Summaries.pdf)
403+
- [Towards Principled Learning for Re-ranking in Recommender Systems](Re-Rank/Towards%20Principled%20Learning%20for%20Re-ranking%20in%20Recommender%20Systems.pdf)
402404
- [User Response Models to Improve a REINFORCE Recommender System](Re-Rank/User%20Response%20Models%20to%20Improve%20a%20REINFORCE%20Recommender%20System.pdf)
403405
## Match
404406
- [[2015][Microsoft][DSSM in Recsys] A Multi-View Deep Learning Approach for Cross Domain User Modeling in Recommendation Systems](Match/%5B2015%5D%5BMicrosoft%5D%5BDSSM%20in%20Recsys%5D%20A%20Multi-View%20Deep%20Learning%20Approach%20for%20Cross%20Domain%20User%20Modeling%20in%20Recommendation%20Systems.pdf)
@@ -642,6 +644,7 @@
642644
- [Utilizing Non-click Samples via Semi-supervised Learning for Conversion Rate Prediction](Multi-Task/Utilizing%20Non-click%20Samples%20via%20Semi-supervised%20Learning%20for%20Conversion%20Rate%20Prediction.pdf)
643645
- [Understanding and Improving Fairness-Accuracy Trade-offs in Multi-Task Learning](Multi-Task/Understanding%20and%20Improving%20Fairness-Accuracy%20Trade-offs%20in%20Multi-Task%20Learning.pdf)
644646
- [Why I like it - multi-task learning for recommendation and explanation](Multi-Task/Why%20I%20like%20it%20-%20multi-task%20learning%20for%20recommendation%20and%20explanation.pdf)
647+
- [xMTF - A Formula-Free Model for Reinforcement-Learning-Based Multi-Task Fusion in Recommender Systems](Multi-Task/xMTF%20-%20A%20Formula-Free%20Model%20for%20Reinforcement-Learning-Based%20Multi-Task%20Fusion%20in%20Recommender%20Systems.pdf)
645648
## Multi-Modal
646649
- [Adversarial Multimodal Representation Learning for Click-Through Rate Prediction](Multi-Modal/Adversarial%20Multimodal%20Representation%20Learning%20for%20Click-Through%20Rate%20Prediction.pdf)
647650
- [Adaptive Multi-Modalities Fusion in Sequential Recommendation Systems](Multi-Modal/Adaptive%20Multi-Modalities%20Fusion%20in%20Sequential%20Recommendation%20Systems.pdf)

README_EN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Summary of Papers Related to Recommendation System
33
## Introduce
4-
1. Up to 2025-03-28, **897** papers related to recommendation system have been collected and summarized in this repo,
4+
1. Up to 2025-04-12, **900** papers related to recommendation system have been collected and summarized in this repo,
55
including: **Match**, **Pre-Rank**, **Rank**, **Re-Rank**, **Multi-Task**, **Multi-Scenario**, **Multi-Modal**, **Cold-Start**, **Calibration**,
66
**Debias**, **Diversity**, **Fairness**, **Feedback-Delay**, **Distillation**, **Contrastive Learning**, **Casual Inference**,
77
**Look-Alike**, **Learning-to-Rank**, **Reinforcement Learning** and other fields, the repo will track the industry progress and update continuely.
@@ -378,6 +378,7 @@ I will remove it immediately after verification.
378378
- [Cascade Ranking for Operational E-commerce Search](Pre-Rank/Cascade%20Ranking%20for%20Operational%20E-commerce%20Search.pdf)
379379
- [EENMF - An End-to-End Neural Matching Framework for E-Commerce Sponsored Search](Pre-Rank/EENMF%20-%20An%20End-to-End%20Neural%20Matching%20Framework%20for%20E-Commerce%20Sponsored%20Search.pdf)
380380
- [IntTower - the Next Generation of Two-Tower Model for Pre-Ranking System](Pre-Rank/IntTower%20-%20the%20Next%20Generation%20of%20Two-Tower%20Model%20for%20Pre-Ranking%20System.pdf)
381+
- [InteractRank - Personalized Web-Scale Search Pre-Ranking with Cross Interaction Features](Pre-Rank/InteractRank%20-%20Personalized%20Web-Scale%20Search%20Pre-Ranking%20with%20Cross%20Interaction%20Features.pdf)
381382
- [Rethinking the Role of Pre-ranking in Large-scale E-Commerce Searching System](Pre-Rank/Rethinking%20the%20Role%20of%20Pre-ranking%20in%20Large-scale%20E-Commerce%20Searching%20System.pdf)
382383
## Re-Rank
383384
- [[2018][Hulu] Fast Greedy MAP Inference for Determinantal Point Process to Improve Recommendation Diversity](Re-Rank/%5B2018%5D%5BHulu%5D%20Fast%20Greedy%20MAP%20Inference%20for%20Determinantal%20Point%20Process%20to%20Improve%20Recommendation%20Diversity.pdf)
@@ -406,6 +407,7 @@ I will remove it immediately after verification.
406407
- [SLATEQ - A Tractable Decomposition for Reinforcement Learning with Recommendation Sets](Re-Rank/SLATEQ%20-%20A%20Tractable%20Decomposition%20for%20Reinforcement%20Learning%20with%20Recommendation%20Sets.pdf)
407408
- [Seq2slate - Re-ranking and slate optimization with rnns](Re-Rank/Seq2slate%20-%20Re-ranking%20and%20slate%20optimization%20with%20rnns.pdf)
408409
- [The Use of MMR, Diversity-Based Reranking for Reordering Documents and Producing Summaries](Re-Rank/The%20Use%20of%20MMR%2C%20Diversity-Based%20Reranking%20for%20Reordering%20Documents%20and%20Producing%20Summaries.pdf)
410+
- [Towards Principled Learning for Re-ranking in Recommender Systems](Re-Rank/Towards%20Principled%20Learning%20for%20Re-ranking%20in%20Recommender%20Systems.pdf)
409411
- [User Response Models to Improve a REINFORCE Recommender System](Re-Rank/User%20Response%20Models%20to%20Improve%20a%20REINFORCE%20Recommender%20System.pdf)
410412
## Match
411413
- [[2015][Microsoft][DSSM in Recsys] A Multi-View Deep Learning Approach for Cross Domain User Modeling in Recommendation Systems](Match/%5B2015%5D%5BMicrosoft%5D%5BDSSM%20in%20Recsys%5D%20A%20Multi-View%20Deep%20Learning%20Approach%20for%20Cross%20Domain%20User%20Modeling%20in%20Recommendation%20Systems.pdf)
@@ -649,6 +651,7 @@ I will remove it immediately after verification.
649651
- [Utilizing Non-click Samples via Semi-supervised Learning for Conversion Rate Prediction](Multi-Task/Utilizing%20Non-click%20Samples%20via%20Semi-supervised%20Learning%20for%20Conversion%20Rate%20Prediction.pdf)
650652
- [Understanding and Improving Fairness-Accuracy Trade-offs in Multi-Task Learning](Multi-Task/Understanding%20and%20Improving%20Fairness-Accuracy%20Trade-offs%20in%20Multi-Task%20Learning.pdf)
651653
- [Why I like it - multi-task learning for recommendation and explanation](Multi-Task/Why%20I%20like%20it%20-%20multi-task%20learning%20for%20recommendation%20and%20explanation.pdf)
654+
- [xMTF - A Formula-Free Model for Reinforcement-Learning-Based Multi-Task Fusion in Recommender Systems](Multi-Task/xMTF%20-%20A%20Formula-Free%20Model%20for%20Reinforcement-Learning-Based%20Multi-Task%20Fusion%20in%20Recommender%20Systems.pdf)
652655
## Multi-Modal
653656
- [Adversarial Multimodal Representation Learning for Click-Through Rate Prediction](Multi-Modal/Adversarial%20Multimodal%20Representation%20Learning%20for%20Click-Through%20Rate%20Prediction.pdf)
654657
- [Adaptive Multi-Modalities Fusion in Sequential Recommendation Systems](Multi-Modal/Adaptive%20Multi-Modalities%20Fusion%20in%20Sequential%20Recommendation%20Systems.pdf)
Binary file not shown.

0 commit comments

Comments
 (0)