Skip to content

Commit f3e3c0b

Browse files
committed
update
1 parent c23d183 commit f3e3c0b

5 files changed

+10
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 推荐系统相关论文汇总
33
([English Version is Here](/README_EN.md))
44
## 介绍
5-
1. 截至2024-10-17,本仓库收集汇总了推荐系统领域相关论文共**843**篇,涉及:**召回****粗排****精排****重排****多任务****多场景****多模态****冷启动****校准**
5+
1. 截至2024-10-17,本仓库收集汇总了推荐系统领域相关论文共**844**篇,涉及:**召回****粗排****精排****重排****多任务****多场景****多模态****冷启动****校准**
66
**纠偏****多样性****公平性****反馈延迟****蒸馏****对比学习****因果推断****Look-Alike****Learning-to-Rank****强化学习**等领域,本仓库会跟踪业界进展,持续更新。
77
2. 因文件名特殊字符的限制,故论文title中所有的`:`都改为了`-`,检索时请注意。
88
3. 文件名前缀中带有`[]`的,表明本人已经通读过,第一个`[]`中为论文年份,第二个`[]`中为发表机构或公司(可选),第三个`[]`中为论文提出的model或method的简称(可选)。
@@ -161,8 +161,6 @@
161161
- [Micro-Behavior Encoding for Session-based Recommendation](Industry/Micro-Behavior%20Encoding%20for%20Session-based%20Recommendation.pdf)
162162
- [Neural News Recommendation with Negative Feedback](Industry/Neural%20News%20Recommendation%20with%20Negative%20Feedback.pdf)
163163
- [News Recommendation with Candidate-aware User Modeling](Industry/News%20Recommendation%20with%20Candidate-aware%20User%20Modeling.pdf)
164-
- [Out of the Box Thinking - Improving Customer Lifetime Value Modelling via Expert Routing and Game Whale Detection](Industry/Out%20of%20the%20Box%20Thinking%20-%20Improving%20Customer%20Lifetime%20Value%20Modelling%20via%20Expert%20Routing%20and%20Game%20Whale%20Detection.pdf)
165-
- [OptDist - Learning Optimal Distribution for Customer Lifetime Value Prediction](Industry/OptDist%20-%20Learning%20Optimal%20Distribution%20for%20Customer%20Lifetime%20Value%20Prediction.pdf)
166164
- [Optimizing Feature Set for Click-Through Rate Prediction](Industry/Optimizing%20Feature%20Set%20for%20Click-Through%20Rate%20Prediction.pdf)
167165
- [Product-based Neural Networks for User Response Prediction over Multi-field Categorical Data](Industry/Product-based%20Neural%20Networks%20for%20User%20Response%20Prediction%20over%20Multi-field%20Categorical%20Data.pdf)
168166
- [PURS - Personalized Unexpected Recommender System for Improving User Satisfaction](Industry/PURS%20-%20Personalized%20Unexpected%20Recommender%20System%20for%20Improving%20User%20Satisfaction.pdf)
@@ -229,6 +227,10 @@
229227
#### BigPromotion
230228
- [Capturing Conversion Rate Fluctuation during Sales Promotions - A Novel Historical Data Reuse Approach](Industry/BigPromotion/Capturing%20Conversion%20Rate%20Fluctuation%20during%20Sales%20Promotions%20-%20A%20Novel%20Historical%20Data%20Reuse%20Approach.pdf)
231229
- [Multi-task based Sales Predictions for Online Promotions](Industry/BigPromotion/Multi-task%20based%20Sales%20Predictions%20for%20Online%20Promotions.pdf)
230+
#### LifetimeValue
231+
- [ADSNet - Cross-Domain LTV Prediction with an Adaptive Siamese Network in Advertising](Industry/LifetimeValue/ADSNet%20-%20Cross-Domain%20LTV%20Prediction%20with%20an%20Adaptive%20Siamese%20Network%20in%20Advertising.pdf)
232+
- [Out of the Box Thinking - Improving Customer Lifetime Value Modelling via Expert Routing and Game Whale Detection](Industry/LifetimeValue/Out%20of%20the%20Box%20Thinking%20-%20Improving%20Customer%20Lifetime%20Value%20Modelling%20via%20Expert%20Routing%20and%20Game%20Whale%20Detection.pdf)
233+
- [OptDist - Learning Optimal Distribution for Customer Lifetime Value Prediction](Industry/LifetimeValue/OptDist%20-%20Learning%20Optimal%20Distribution%20for%20Customer%20Lifetime%20Value%20Prediction.pdf)
232234
#### Bundle
233235
- [Bundle Recommendation with Graph Convolutional Networks](Industry/Bundle/Bundle%20Recommendation%20with%20Graph%20Convolutional%20Networks.pdf)
234236
- [Bundle MCR - Towards Conversational Bundle Recommendation](Industry/Bundle/Bundle%20MCR%20-%20Towards%20Conversational%20Bundle%20Recommendation.pdf)

README_EN.md

Lines changed: 5 additions & 3 deletions
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 2024-10-17, **843** papers related to recommendation system have been collected and summarized in this repo,
4+
1. Up to 2024-10-17, **844** 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.
@@ -168,8 +168,6 @@ I will remove it immediately after verification.
168168
- [Micro-Behavior Encoding for Session-based Recommendation](Industry/Micro-Behavior%20Encoding%20for%20Session-based%20Recommendation.pdf)
169169
- [Neural News Recommendation with Negative Feedback](Industry/Neural%20News%20Recommendation%20with%20Negative%20Feedback.pdf)
170170
- [News Recommendation with Candidate-aware User Modeling](Industry/News%20Recommendation%20with%20Candidate-aware%20User%20Modeling.pdf)
171-
- [Out of the Box Thinking - Improving Customer Lifetime Value Modelling via Expert Routing and Game Whale Detection](Industry/Out%20of%20the%20Box%20Thinking%20-%20Improving%20Customer%20Lifetime%20Value%20Modelling%20via%20Expert%20Routing%20and%20Game%20Whale%20Detection.pdf)
172-
- [OptDist - Learning Optimal Distribution for Customer Lifetime Value Prediction](Industry/OptDist%20-%20Learning%20Optimal%20Distribution%20for%20Customer%20Lifetime%20Value%20Prediction.pdf)
173171
- [Optimizing Feature Set for Click-Through Rate Prediction](Industry/Optimizing%20Feature%20Set%20for%20Click-Through%20Rate%20Prediction.pdf)
174172
- [Product-based Neural Networks for User Response Prediction over Multi-field Categorical Data](Industry/Product-based%20Neural%20Networks%20for%20User%20Response%20Prediction%20over%20Multi-field%20Categorical%20Data.pdf)
175173
- [PURS - Personalized Unexpected Recommender System for Improving User Satisfaction](Industry/PURS%20-%20Personalized%20Unexpected%20Recommender%20System%20for%20Improving%20User%20Satisfaction.pdf)
@@ -236,6 +234,10 @@ I will remove it immediately after verification.
236234
#### BigPromotion
237235
- [Capturing Conversion Rate Fluctuation during Sales Promotions - A Novel Historical Data Reuse Approach](Industry/BigPromotion/Capturing%20Conversion%20Rate%20Fluctuation%20during%20Sales%20Promotions%20-%20A%20Novel%20Historical%20Data%20Reuse%20Approach.pdf)
238236
- [Multi-task based Sales Predictions for Online Promotions](Industry/BigPromotion/Multi-task%20based%20Sales%20Predictions%20for%20Online%20Promotions.pdf)
237+
#### LifetimeValue
238+
- [ADSNet - Cross-Domain LTV Prediction with an Adaptive Siamese Network in Advertising](Industry/LifetimeValue/ADSNet%20-%20Cross-Domain%20LTV%20Prediction%20with%20an%20Adaptive%20Siamese%20Network%20in%20Advertising.pdf)
239+
- [Out of the Box Thinking - Improving Customer Lifetime Value Modelling via Expert Routing and Game Whale Detection](Industry/LifetimeValue/Out%20of%20the%20Box%20Thinking%20-%20Improving%20Customer%20Lifetime%20Value%20Modelling%20via%20Expert%20Routing%20and%20Game%20Whale%20Detection.pdf)
240+
- [OptDist - Learning Optimal Distribution for Customer Lifetime Value Prediction](Industry/LifetimeValue/OptDist%20-%20Learning%20Optimal%20Distribution%20for%20Customer%20Lifetime%20Value%20Prediction.pdf)
239241
#### Bundle
240242
- [Bundle Recommendation with Graph Convolutional Networks](Industry/Bundle/Bundle%20Recommendation%20with%20Graph%20Convolutional%20Networks.pdf)
241243
- [Bundle MCR - Towards Conversational Bundle Recommendation](Industry/Bundle/Bundle%20MCR%20-%20Towards%20Conversational%20Bundle%20Recommendation.pdf)

0 commit comments

Comments
 (0)