You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 召回 |[fasttext](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/recall/fasttext/)| ✓ | ✓ | x | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[EACL 2017][Bag of Tricks for Efficient Text Classification](https://www.aclweb.org/anthology/E17-2068.pdf)|
110
110
| 召回 |[MIND](models/recall/mind/)| ✓ | ✓ | x | x | 2.1.0 |[2019][Multi-Interest Network with Dynamic Routing for Recommendation at Tmall](https://arxiv.org/pdf/1904.08030.pdf)|
111
111
| 召回 |[Word2Vec](models/recall/word2vec/)| ✓ | ✓ | ✓ | x | 2.1.0 |[NIPS 2013][Distributed Representations of Words and Phrases and their Compositionality](https://papers.nips.cc/paper/5021-distributed-representations-of-words-and-phrases-and-their-compositionality.pdf)|
112
+
| 召回 |[DeepWalk](models/recall/deepwalk/)| ✓ | ✓ | x | x | 2.1.0 |[SIGKDD 2014][DeepWalk: Online Learning of Social Representations](https://arxiv.org/pdf/1403.6652.pdf)|
112
113
| 召回 |[SSR](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/recall/ssr/)| ✓ | ✓ | ✓ | ✓ |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[SIGIR 2016][Multtti-Rate Deep Learning for Temporal Recommendation](http://sonyis.me/paperpdf/spr209-song_sigir16.pdf)|
| 排序 |[Pnn](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/pnn/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[ICDM 2016][Product-based Neural Networks for User Response Prediction](https://arxiv.org/pdf/1611.00144.pdf)|
125
-
| 排序 |[DCN](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/dcn/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[KDD 2017][Deep & Cross Network for Ad Click Predictions](https://dl.acm.org/doi/pdf/10.1145/3124749.3124754)|
126
+
| 排序 |[DCN](models/rank/dcn/)| ✓ | ✓ | ✓ | x |2.1.0|[KDD 2017][Deep & Cross Network for Ad Click Predictions](https://dl.acm.org/doi/pdf/10.1145/3124749.3124754)|
126
127
| 排序 |[NFM](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/nfm/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[SIGIR 2017][Neural Factorization Machines for Sparse Predictive Analytics](https://dl.acm.org/doi/pdf/10.1145/3077136.3080777)|
127
128
| 排序 |[AFM](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/afm/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[IJCAI 2017][Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks](https://arxiv.org/pdf/1708.04617.pdf)|
129
+
| 排序 |[DMR](models/rank/dmr/)| ✓ | ✓ | x | x | 2.1.0 |[AAAI 2020][Deep Match to Rank Model for Personalized Click-Through Rate Prediction](https://github.com/lvze92/DMR/blob/master/%5BDMR%5D%20Deep%20Match%20to%20Rank%20Model%20for%20Personalized%20Click-Through%20Rate%20Prediction-AAAI20.pdf)|
128
130
| 排序 |[DeepFM](models/rank/deepfm/)| ✓ | ✓ | ✓ | x | 2.1.0 |[IJCAI 2017][DeepFM: A Factorization-Machine based Neural Network for CTR Prediction](https://arxiv.org/pdf/1703.04247.pdf)|
129
131
| 排序 |[xDeepFM](models/rank/xdeepfm/)| ✓ | ✓ | ✓ | x | 2.1.0 |[KDD 2018][xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems](https://dl.acm.org/doi/pdf/10.1145/3219819.3220023)|
130
132
| 排序 |[DIN](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/din/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[KDD 2018][Deep Interest Network for Click-Through Rate Prediction](https://dl.acm.org/doi/pdf/10.1145/3219819.3219823)|
| Recall |[fasttext](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/recall/fasttext/)| ✓ | ✓ | x | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[EACL 2017][Bag of Tricks for Efficient Text Classification](https://www.aclweb.org/anthology/E17-2068.pdf)|
105
105
| Recall |[MIND](models/recall/mind/)| ✓ | ✓ | x | x | 2.1.0 |[2019][Multi-Interest Network with Dynamic Routing for Recommendation at Tmall](https://arxiv.org/pdf/1904.08030.pdf)|
106
106
| Recall |[Word2Vec](models/recall/word2vec/)| ✓ | ✓ | ✓ | x | 2.1.0 |[NIPS 2013][Distributed Representations of Words and Phrases and their Compositionality](https://papers.nips.cc/paper/5021-distributed-representations-of-words-and-phrases-and-their-compositionality.pdf)|
107
+
| Recall |[DeepWalk](models/recall/deepwalk/)| ✓ | ✓ | x | x | 2.1.0 |[SIGKDD 2014][DeepWalk: Online Learning of Social Representations](https://arxiv.org/pdf/1403.6652.pdf)|
107
108
| Recall |[SSR](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/recall/ssr/)| ✓ | ✓ | ✓ | ✓ |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[SIGIR 2016][Multi-Rate Deep Learning for Temporal Recommendation](http://sonyis.me/paperpdf/spr209-song_sigir16.pdf)|
| Rank |[Pnn](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/pnn/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[ICDM 2016][Product-based Neural Networks for User Response Prediction](https://arxiv.org/pdf/1611.00144.pdf)|
120
-
| Rank |[DCN](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/dcn/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[KDD 2017][Deep & Cross Network for Ad Click Predictions](https://dl.acm.org/doi/pdf/10.1145/3124749.3124754)|
121
+
| Rank |[DCN](models/rank/dcn/)| ✓ | ✓ | ✓ | x |2.1.0|[KDD 2017][Deep & Cross Network for Ad Click Predictions](https://dl.acm.org/doi/pdf/10.1145/3124749.3124754)|
121
122
| Rank |[NFM](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/nfm/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[SIGIR 2017][Neural Factorization Machines for Sparse Predictive Analytics](https://dl.acm.org/doi/pdf/10.1145/3077136.3080777)|
122
123
| Rank |[AFM](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/afm/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[IJCAI 2017][Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks](https://arxiv.org/pdf/1708.04617.pdf)|
124
+
| Rank |[DMR](models/rank/dmr/)| ✓ | ✓ | x | x | 2.1.0 |[AAAI 2020][Deep Match to Rank Model for Personalized Click-Through Rate Prediction](https://github.com/lvze92/DMR/blob/master/%5BDMR%5D%20Deep%20Match%20to%20Rank%20Model%20for%20Personalized%20Click-Through%20Rate%20Prediction-AAAI20.pdf)|
123
125
| Rank |[DeepFM](models/rank/deepfm/)| ✓ | ✓ | ✓ | x | 2.1.0 |[IJCAI 2017][DeepFM: A Factorization-Machine based Neural Network for CTR Prediction](https://arxiv.org/pdf/1703.04247.pdf)|
124
126
| Rank |[xDeepFM](models/rank/xdeepfm/)| ✓ | ✓ | ✓ | x | 2.1.0 |[KDD 2018][xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems](https://dl.acm.org/doi/pdf/10.1145/3219819.3220023)|
125
127
| Rank |[DIN](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5/models/rank/din/)| ✓ | ✓ | ✓ | x |[1.8.5](https://github.com/PaddlePaddle/PaddleRec/tree/release/1.8.5)|[KDD 2018][Deep Interest Network for Click-Through Rate Prediction](https://dl.acm.org/doi/pdf/10.1145/3219819.3219823)|
0 commit comments