Skip to content

Commit ac4e438

Browse files
committed
update
1 parent 1aeca20 commit ac4e438

14 files changed

+28
-8
lines changed
Binary file not shown.
387 KB
Binary file not shown.
Binary file not shown.
141 KB
Binary file not shown.
Binary file not shown.

README.md

Lines changed: 14 additions & 4 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. 截至2022-11-15,本仓库收集汇总了推荐系统领域相关论文共**461**篇,涉及:**召回****粗排****精排****重排****多任务****多场景****多模态****冷启动****校准**
5+
1. 截至2022-11-16,本仓库收集汇总了推荐系统领域相关论文共**470**篇,涉及:**召回****粗排****精排****重排****多任务****多场景****多模态****冷启动****校准**
66
**纠偏****多样性****公平性****反馈延迟****蒸馏****对比学习****因果推断****Look-Alike****Learning-to-Rank****强化学习**等领域,本仓库会跟踪业界进展,持续更新。
77
2. 因文件名特殊字符的限制,故论文title中所有的`:`都改为了`-`,检索时请注意。
88
3. 文件名前缀中带有`[]`的,表明本人已经通读过,第一个`[]`中为论文年份,第二个`[]`中为发表机构或公司(可选),第三个`[]`中为论文提出的model或method的简称(可选)。
@@ -231,7 +231,6 @@
231231
- [Deep Matrix Factorization Models for Recommender Systems](Match/Deep%20Matrix%20Factorization%20Models%20for%20Recommender%20Systems.pdf)
232232
- [Disentangled Self-Supervision in Sequential Recommenders](Match/Disentangled%20Self-Supervision%20in%20Sequential%20Recommenders.pdf)
233233
- [Deep Collaborative Filtering via Marginalized Denoising Auto-encoder](Match/Deep%20Collaborative%20Filtering%20via%20Marginalized%20Denoising%20Auto-encoder.pdf)
234-
- [Deep Retrieval - Learning A Retrievable Structure for Large-Scale Recommendations](Match/Deep%20Retrieval%20-%20Learning%20A%20Retrievable%20Structure%20for%20Large-Scale%20Recommendations.pdf)
235234
- [Efficient Training on Very Large Corpora via Gramian Estimation](Match/Efficient%20Training%20on%20Very%20Large%20Corpora%20via%20Gramian%20Estimation.pdf)
236235
- [Extreme Multi-label Learning for Semantic Matching in Product Search](Match/Extreme%20Multi-label%20Learning%20for%20Semantic%20Matching%20in%20Product%20Search.pdf)
237236
- [Factorization Meets the Neighborhood - a Multifaceted Collaborative Filtering Model](Match/Factorization%20Meets%20the%20Neighborhood%20-%20a%20Multifaceted%20Collaborative%20Filtering%20Model.pdf)
@@ -240,9 +239,7 @@
240239
- [Itinerary-aware Personalized Deep Matching at Fliggy](Match/Itinerary-aware%20Personalized%20Deep%20Matching%20at%20Fliggy.pdf)
241240
- [ItemSage - Learning Product Embeddings for Shopping Recommendations at Pinterest](Match/ItemSage%20-%20Learning%20Product%20Embeddings%20for%20Shopping%20Recommendations%20at%20Pinterest.pdf)
242241
- [Inferring Networks of Substitutable and Complementary Products](Match/Inferring%20Networks%20of%20Substitutable%20and%20Complementary%20Products.pdf)
243-
- [Joint Optimization of Tree-based Index and Deep Model for Recommender Systems](Match/Joint%20Optimization%20of%20Tree-based%20Index%20and%20Deep%20Model%20for%20Recommender%20Systems.pdf)
244242
- [Latent Relational Metric Learning via Memory-based Attention for Collaborative Ranking](Match/Latent%20Relational%20Metric%20Learning%20via%20Memory-based%20Attention%20for%20Collaborative%20Ranking.pdf)
245-
- [Learning Tree-based Deep Model for Recommender Systems](Match/Learning%20Tree-based%20Deep%20Model%20for%20Recommender%20Systems.pdf)
246243
- [Learning Deep Structured Semantic Models for Web Search using Clickthrough Data](Match/Learning%20Deep%20Structured%20Semantic%20Models%20for%20Web%20Search%20using%20Clickthrough%20Data.pdf)
247244
- [NAIS - Neural Attentive Item Similarity Model for Recommendation](Match/NAIS%20-%20Neural%20Attentive%20Item%20Similarity%20Model%20for%20Recommendation.pdf)
248245
- [Octopus - Comprehensive and Elastic User Representation for the Generation of Recommendation Candidates](Match/Octopus%20-%20Comprehensive%20and%20Elastic%20User%20Representation%20for%20the%20Generation%20of%20Recommendation%20Candidates.pdf)
@@ -252,10 +249,16 @@
252249
- [Sequential Recommendation via Stochastic Self-Attention](Match/Sequential%20Recommendation%20via%20Stochastic%20Self-Attention.pdf)
253250
- [Sparse-Interest Network for Sequential Recommendation](Match/Sparse-Interest%20Network%20for%20Sequential%20Recommendation.pdf)
254251
- [Self-Attentive Sequential Recommendation](Match/Self-Attentive%20Sequential%20Recommendation.pdf)
252+
- [StarSpace - Embed All The Things!](Match/StarSpace%20-%20Embed%20All%20The%20Things%21.pdf)
255253
- [Towards Personalized and Semantic Retrieval - An End-to-End Solution for E-commerce Search via Embedding Learning](Match/Towards%20Personalized%20and%20Semantic%20Retrieval%20-%20An%20End-to-End%20Solution%20for%20E-commerce%20Search%20via%20Embedding%20Learning.pdf)
256254
- [Uni-Retriever - Towards Learning The Unified Embedding Based Retriever in Bing Sponsored Search](Match/Uni-Retriever%20-%20Towards%20Learning%20The%20Unified%20Embedding%20Based%20Retriever%20in%20Bing%20Sponsored%20Search.pdf)
257255
- [Variational Autoencoders for Collaborative Filtering](Match/Variational%20Autoencoders%20for%20Collaborative%20Filtering.pdf)
258256
- [XDM - Improving Sequential Deep Matching with Unclicked User Behaviors for Recommender System](Match/XDM%20-%20Improving%20Sequential%20Deep%20Matching%20with%20Unclicked%20User%20Behaviors%20for%20Recommender%20System.pdf)
257+
#### Tree-Based
258+
- [Deep Retrieval - Learning A Retrievable Structure for Large-Scale Recommendations](Match/Tree-Based/Deep%20Retrieval%20-%20Learning%20A%20Retrievable%20Structure%20for%20Large-Scale%20Recommendations.pdf)
259+
- [Joint Optimization of Tree-based Index and Deep Model for Recommender Systems](Match/Tree-Based/Joint%20Optimization%20of%20Tree-based%20Index%20and%20Deep%20Model%20for%20Recommender%20Systems.pdf)
260+
- [Learning Optimal Tree Models under Beam Search](Match/Tree-Based/Learning%20Optimal%20Tree%20Models%20under%20Beam%20Search.pdf)
261+
- [Learning Tree-based Deep Model for Recommender Systems](Match/Tree-Based/Learning%20Tree-based%20Deep%20Model%20for%20Recommender%20Systems.pdf)
259262
#### Nearline
260263
- [Truncation-Free Matching System for Display Advertising at Alibaba](Match/Nearline/Truncation-Free%20Matching%20System%20for%20Display%20Advertising%20at%20Alibaba.pdf)
261264
#### Classic
@@ -501,9 +504,16 @@
501504
## Look-Alike
502505
- [[2019][Tencent][RALM] Real-time Attention Based Look-alike Model for Recommender System](Look-Alike/%5B2019%5D%5BTencent%5D%5BRALM%5D%20Real-time%20Attention%20Based%20Look-alike%20Model%20for%20Recommender%20System.pdf)
503506
- [A Sub-linear, Massive-scale Look-alike Audience Extension System](Look-Alike/A%20Sub-linear%2C%20Massive-scale%20Look-alike%20Audience%20Extension%20System.pdf)
507+
- [Adversarial Factorization Autoencoder for Look-alike Modeling](Look-Alike/Adversarial%20Factorization%20Autoencoder%20for%20Look-alike%20Modeling.pdf)
508+
- [A Feature-Pair-based Associative Classification Approach to Look-alike Modeling for Conversion-Oriented User-Targeting in Tail Campaigns](Look-Alike/A%20Feature-Pair-based%20Associative%20Classification%20Approach%20to%20Look-alike%20Modeling%20for%20Conversion-Oriented%20User-Targeting%20in%20Tail%20Campaigns.pdf)
504509
- [Audience Expansion for Online Social Network Advertising](Look-Alike/Audience%20Expansion%20for%20Online%20Social%20Network%20Advertising.pdf)
510+
- [Comprehensive Audience Expansion based on End-to-End Neural Prediction](Look-Alike/Comprehensive%20Audience%20Expansion%20based%20on%20End-to-End%20Neural%20Prediction.pdf)
505511
- [Effective Audience Extension in Online Advertising](Look-Alike/Effective%20Audience%20Extension%20in%20Online%20Advertising.pdf)
506512
- [Finding Users Who Act Alike - Transfer Learning for Expanding](Look-Alike/Finding%20Users%20Who%20Act%20Alike%20-%20Transfer%20Learning%20for%20Expanding.pdf)
513+
- [Hubble - An Industrial System for Audience Expansion in Mobile Marketing](Look-Alike/Hubble%20-%20An%20Industrial%20System%20for%20Audience%20Expansion%20in%20Mobile%20Marketing.pdf)
514+
- [Learning to Expand Audience via Meta Hybrid Experts and Critics for Recommendation and Advertising](Look-Alike/Learning%20to%20Expand%20Audience%20via%20Meta%20Hybrid%20Experts%20and%20Critics%20for%20Recommendation%20and%20Advertising.pdf)
515+
- [Score Look-alike Audiences](Look-Alike/Score%20Look-alike%20Audiences.pdf)
516+
- [Two-Stage Audience Expansion for Financial Targeting in Marketing](Look-Alike/Two-Stage%20Audience%20Expansion%20for%20Financial%20Targeting%20in%20Marketing.pdf)
507517
## CausalInference
508518
- [CauseRec - Counterfactual User Sequence Synthesis for Sequential Recommendation](CausalInference/CauseRec%20-%20Counterfactual%20User%20Sequence%20Synthesis%20for%20Sequential%20Recommendation.pdf)
509519
- [Counterfactual Data-Augmented Sequential Recommendation](CausalInference/Counterfactual%20Data-Augmented%20Sequential%20Recommendation.pdf)

README_EN.md

Lines changed: 14 additions & 4 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 2022-11-15, **461** papers related to recommendation system have been collected and summarized in this repo,
4+
1. Up to 2022-11-16, **470** 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**, **ReinForce Learning** and other fields, the repo will track the industry progress and update continuely.
@@ -238,7 +238,6 @@ I will remove it immediately after verification.
238238
- [Deep Matrix Factorization Models for Recommender Systems](Match/Deep%20Matrix%20Factorization%20Models%20for%20Recommender%20Systems.pdf)
239239
- [Disentangled Self-Supervision in Sequential Recommenders](Match/Disentangled%20Self-Supervision%20in%20Sequential%20Recommenders.pdf)
240240
- [Deep Collaborative Filtering via Marginalized Denoising Auto-encoder](Match/Deep%20Collaborative%20Filtering%20via%20Marginalized%20Denoising%20Auto-encoder.pdf)
241-
- [Deep Retrieval - Learning A Retrievable Structure for Large-Scale Recommendations](Match/Deep%20Retrieval%20-%20Learning%20A%20Retrievable%20Structure%20for%20Large-Scale%20Recommendations.pdf)
242241
- [Efficient Training on Very Large Corpora via Gramian Estimation](Match/Efficient%20Training%20on%20Very%20Large%20Corpora%20via%20Gramian%20Estimation.pdf)
243242
- [Extreme Multi-label Learning for Semantic Matching in Product Search](Match/Extreme%20Multi-label%20Learning%20for%20Semantic%20Matching%20in%20Product%20Search.pdf)
244243
- [Factorization Meets the Neighborhood - a Multifaceted Collaborative Filtering Model](Match/Factorization%20Meets%20the%20Neighborhood%20-%20a%20Multifaceted%20Collaborative%20Filtering%20Model.pdf)
@@ -247,9 +246,7 @@ I will remove it immediately after verification.
247246
- [Itinerary-aware Personalized Deep Matching at Fliggy](Match/Itinerary-aware%20Personalized%20Deep%20Matching%20at%20Fliggy.pdf)
248247
- [ItemSage - Learning Product Embeddings for Shopping Recommendations at Pinterest](Match/ItemSage%20-%20Learning%20Product%20Embeddings%20for%20Shopping%20Recommendations%20at%20Pinterest.pdf)
249248
- [Inferring Networks of Substitutable and Complementary Products](Match/Inferring%20Networks%20of%20Substitutable%20and%20Complementary%20Products.pdf)
250-
- [Joint Optimization of Tree-based Index and Deep Model for Recommender Systems](Match/Joint%20Optimization%20of%20Tree-based%20Index%20and%20Deep%20Model%20for%20Recommender%20Systems.pdf)
251249
- [Latent Relational Metric Learning via Memory-based Attention for Collaborative Ranking](Match/Latent%20Relational%20Metric%20Learning%20via%20Memory-based%20Attention%20for%20Collaborative%20Ranking.pdf)
252-
- [Learning Tree-based Deep Model for Recommender Systems](Match/Learning%20Tree-based%20Deep%20Model%20for%20Recommender%20Systems.pdf)
253250
- [Learning Deep Structured Semantic Models for Web Search using Clickthrough Data](Match/Learning%20Deep%20Structured%20Semantic%20Models%20for%20Web%20Search%20using%20Clickthrough%20Data.pdf)
254251
- [NAIS - Neural Attentive Item Similarity Model for Recommendation](Match/NAIS%20-%20Neural%20Attentive%20Item%20Similarity%20Model%20for%20Recommendation.pdf)
255252
- [Octopus - Comprehensive and Elastic User Representation for the Generation of Recommendation Candidates](Match/Octopus%20-%20Comprehensive%20and%20Elastic%20User%20Representation%20for%20the%20Generation%20of%20Recommendation%20Candidates.pdf)
@@ -259,10 +256,16 @@ I will remove it immediately after verification.
259256
- [Sequential Recommendation via Stochastic Self-Attention](Match/Sequential%20Recommendation%20via%20Stochastic%20Self-Attention.pdf)
260257
- [Sparse-Interest Network for Sequential Recommendation](Match/Sparse-Interest%20Network%20for%20Sequential%20Recommendation.pdf)
261258
- [Self-Attentive Sequential Recommendation](Match/Self-Attentive%20Sequential%20Recommendation.pdf)
259+
- [StarSpace - Embed All The Things!](Match/StarSpace%20-%20Embed%20All%20The%20Things%21.pdf)
262260
- [Towards Personalized and Semantic Retrieval - An End-to-End Solution for E-commerce Search via Embedding Learning](Match/Towards%20Personalized%20and%20Semantic%20Retrieval%20-%20An%20End-to-End%20Solution%20for%20E-commerce%20Search%20via%20Embedding%20Learning.pdf)
263261
- [Uni-Retriever - Towards Learning The Unified Embedding Based Retriever in Bing Sponsored Search](Match/Uni-Retriever%20-%20Towards%20Learning%20The%20Unified%20Embedding%20Based%20Retriever%20in%20Bing%20Sponsored%20Search.pdf)
264262
- [Variational Autoencoders for Collaborative Filtering](Match/Variational%20Autoencoders%20for%20Collaborative%20Filtering.pdf)
265263
- [XDM - Improving Sequential Deep Matching with Unclicked User Behaviors for Recommender System](Match/XDM%20-%20Improving%20Sequential%20Deep%20Matching%20with%20Unclicked%20User%20Behaviors%20for%20Recommender%20System.pdf)
264+
#### Tree-Based
265+
- [Deep Retrieval - Learning A Retrievable Structure for Large-Scale Recommendations](Match/Tree-Based/Deep%20Retrieval%20-%20Learning%20A%20Retrievable%20Structure%20for%20Large-Scale%20Recommendations.pdf)
266+
- [Joint Optimization of Tree-based Index and Deep Model for Recommender Systems](Match/Tree-Based/Joint%20Optimization%20of%20Tree-based%20Index%20and%20Deep%20Model%20for%20Recommender%20Systems.pdf)
267+
- [Learning Optimal Tree Models under Beam Search](Match/Tree-Based/Learning%20Optimal%20Tree%20Models%20under%20Beam%20Search.pdf)
268+
- [Learning Tree-based Deep Model for Recommender Systems](Match/Tree-Based/Learning%20Tree-based%20Deep%20Model%20for%20Recommender%20Systems.pdf)
266269
#### Nearline
267270
- [Truncation-Free Matching System for Display Advertising at Alibaba](Match/Nearline/Truncation-Free%20Matching%20System%20for%20Display%20Advertising%20at%20Alibaba.pdf)
268271
#### Classic
@@ -508,9 +511,16 @@ I will remove it immediately after verification.
508511
## Look-Alike
509512
- [[2019][Tencent][RALM] Real-time Attention Based Look-alike Model for Recommender System](Look-Alike/%5B2019%5D%5BTencent%5D%5BRALM%5D%20Real-time%20Attention%20Based%20Look-alike%20Model%20for%20Recommender%20System.pdf)
510513
- [A Sub-linear, Massive-scale Look-alike Audience Extension System](Look-Alike/A%20Sub-linear%2C%20Massive-scale%20Look-alike%20Audience%20Extension%20System.pdf)
514+
- [Adversarial Factorization Autoencoder for Look-alike Modeling](Look-Alike/Adversarial%20Factorization%20Autoencoder%20for%20Look-alike%20Modeling.pdf)
515+
- [A Feature-Pair-based Associative Classification Approach to Look-alike Modeling for Conversion-Oriented User-Targeting in Tail Campaigns](Look-Alike/A%20Feature-Pair-based%20Associative%20Classification%20Approach%20to%20Look-alike%20Modeling%20for%20Conversion-Oriented%20User-Targeting%20in%20Tail%20Campaigns.pdf)
511516
- [Audience Expansion for Online Social Network Advertising](Look-Alike/Audience%20Expansion%20for%20Online%20Social%20Network%20Advertising.pdf)
517+
- [Comprehensive Audience Expansion based on End-to-End Neural Prediction](Look-Alike/Comprehensive%20Audience%20Expansion%20based%20on%20End-to-End%20Neural%20Prediction.pdf)
512518
- [Effective Audience Extension in Online Advertising](Look-Alike/Effective%20Audience%20Extension%20in%20Online%20Advertising.pdf)
513519
- [Finding Users Who Act Alike - Transfer Learning for Expanding](Look-Alike/Finding%20Users%20Who%20Act%20Alike%20-%20Transfer%20Learning%20for%20Expanding.pdf)
520+
- [Hubble - An Industrial System for Audience Expansion in Mobile Marketing](Look-Alike/Hubble%20-%20An%20Industrial%20System%20for%20Audience%20Expansion%20in%20Mobile%20Marketing.pdf)
521+
- [Learning to Expand Audience via Meta Hybrid Experts and Critics for Recommendation and Advertising](Look-Alike/Learning%20to%20Expand%20Audience%20via%20Meta%20Hybrid%20Experts%20and%20Critics%20for%20Recommendation%20and%20Advertising.pdf)
522+
- [Score Look-alike Audiences](Look-Alike/Score%20Look-alike%20Audiences.pdf)
523+
- [Two-Stage Audience Expansion for Financial Targeting in Marketing](Look-Alike/Two-Stage%20Audience%20Expansion%20for%20Financial%20Targeting%20in%20Marketing.pdf)
514524
## CausalInference
515525
- [CauseRec - Counterfactual User Sequence Synthesis for Sequential Recommendation](CausalInference/CauseRec%20-%20Counterfactual%20User%20Sequence%20Synthesis%20for%20Sequential%20Recommendation.pdf)
516526
- [Counterfactual Data-Augmented Sequential Recommendation](CausalInference/Counterfactual%20Data-Augmented%20Sequential%20Recommendation.pdf)

0 commit comments

Comments
 (0)