首页 > 其他分享 >深度学习推荐系统、CTR预估工业界实战论文整理分享

深度学习推荐系统、CTR预估工业界实战论文整理分享

时间:2023-06-23 10:33:20浏览次数:35  
标签:Network CTR 19 Deep Alibaba 工业界 KDD Learning 预估


深度学习推荐系统、CTR预估工业界实战论文整理分享_Network

    本资源整理了深度学习在推荐系统、广告系统中应用的一些经典论文,涉及推荐系统中召回、排序、CTR预估、Embedding化、系统多样性、多目标,排序和混排的EE和RL等部分。

    资源整理自网络,源链接:https://github.com/imsheridan/DeepRec

 

目录

    点击率预估

    召回层

    排序层

    向量化

    多任务学习

    多样性

    探索/应用(EE)

    强化学习

    序列模型推荐

    用户模型

    BERT推荐模型

    图模型推荐(浅层/深层图模型)

 

点击率预估

    •[FiBiNET][RecSys 19][Weibo] FiBiNET_Combining Feature Importance and Bilinear feature Interaction for Click-Through Rate Prediction

    •[DSIN][IJCAI 19][Alibaba] Deep Session Interest Network for Click-Through Rate Prediction

    •[FGCNN][WWW 19][Huawei] Feature Generation by Convolutional Neural Network for Click-Through Rate Prediction

    •[AutoInt][CIKM 19] AutoInt_Automatic Feature Interaction Learning via Self-Attentive Neural Networks

    •[DIEN][AAAI 19][Alibaba] Deep Interest Evolution Network for Click-Through Rate Prediction

    •[PNN][TOIS 18] Product-based Neural Networks for User Response Prediction

    •[xDeepFM][KDD 18][Microsoft] xDeepFM_Combining Explicit and Implicit Feature Interactions for Recommender Systems

    •[DCN][KDD 17][Google] Deep & Cross Network for Ad Click Predictions

    •[DIN][KDD 18][Alibaba] Deep Interest Network for Click-Through Rate Prediction

    •[FNN][ECIR 16] Deep Learning over Multi-field Categorical Data_A Case Study on User Response Prediction

    •[AFM][IJCAI 17] Attentional Factorization Machines - Learning the Weight of Feature Interactions via Attention Networks

    •[DeepFM][IJCAI 17][Huawei] DeepFM_A Factorization-Machine based Neural Network for CTR Prediction

    •[NFM][SIGIR 17] Neural Factorization Machines for Sparse Predictive Analytics

    •[WDL][DLRS 16][Google] Wide & Deep Learning for Recommender Systems

    

召回层

    •[JTM][NIPS 19] Joint Optimization of Tree-based Index and Deep Model for Recommender Systems

    •[MIND][arxiv 19][Alibaba] Multi-Interest Network with Dynamic Routing for Recommendation at Tmall

    •[SDM][CIKM 19][Alibaba] Sequential Deep Matching Model for Online Large-scale Recommender System

    •[TDM][KDD 18][Alibaba] Learning Tree-based Deep Model for Recommender Systems

    •[NCF][WWW 17] Neural Collaborative Filtering

    •[YoutubeDNN][RecSys 16][Google] Deep Neural Networks for YouTube Recommendations

    •[DSSM][CIKM 13][Microsoft] Learning Deep Structured Semantic Models for Web Search using Clickthrough Data

    

排序层

    •[PRM][RecSys 19][Alibaba] Personalized Re-ranking for Recommendation

    •[BERT4Rec][CIKM 19][Alibaba] BERT4Rec_Sequential Recommendation with Bidirectional Encoder Representations from Transformer

    •[BST][DLP-KDD 19][Alibaba] Behavior Sequence Transformer for E-commerce Recommendation in Alibaba

    

向量化

    •[Airbnb Embedding][KDD 18][Airbnb] Real-time Personalization using Embeddings for Search Ranking at Airbnb

    •[Alibaba Embedding][KDD 18][Alibaba] Billion-scale Commodity Embedding for E-commerce Recommendation in Alibaba

    •[DeepWalk][KDD 14] DeepWalk- Online Learning of Social Representations

    •[LINE][WWW 15][Microsoft] LINE_Large-scale Information Network Embedding

    •[Node2vec][KDD 16] Node2vec_Scalable Feature Learning for Networks

    •[SDNE][KDD 16] Structural Deep Network Embedding

    •[Struc2Vec][KDD 17]struc2vec_Learning Node Representations from Structural Identity

    •[GraphSAGE][NIPS 17] Inductive Representation Learning on Large Graphs

    •[GCN][ICLR 17] Semi-supervised Classification with Graph Convolutional Networks

    

多任务学习

    •[RecSys 19][Alibaba] A Pareto-Efficient Algorithm for Multiple Objective Optimization in E-Commerce Recommendation

    •[MMoE][KDD 18][Google] Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts

    •[ESMM][SIGIR 18][Alibaba] Entire Space Multi-Task Model_An Effective Approach for Estimating Post-Click Conversion Rate

    

多样性

    •[CIKM 18][Google] Practical Diversified Recommendations on YouTube with Determinantal Point Processes

    •[NeurIPS 18][Hulu] Fast Greedy MAP Inference for Determinantal Point Process to Improve Recommendation Diversity

    

探索/应用(EE)

    •[LinUCB][WWW 10][Yahoo] A Contextual-Bandit Approach to Personalized News Article Recommendation

    

强化学习

    •[IJCAI 19][Google] Reinforcement Learning for Slate-based Recommender Systems_A Tractable Decomposition and Practical Methodology

    •[WSDM 19][Google] Top-K Off-Policy Correction for a REINFORCE Recommender System

    •[DRN][WWW 18][Microsoft] DRN_A Deep Reinforcement Learning Framework for News Recommendation

    

序列模型推荐

    •[IJCAI 19] Sequential Recommender Systems_Challenges, Progress and Prospects

    

用户模型

    •[KDD 19][Tencent] A User-Centered Concept Mining System for Query and Document Understanding at Tencent

    

BERT推荐模型

    •[ALBERT][arxiv 19][Google] ALBERT_A Lite BERT for Self-supervised Learning of Language Representations

    •[BERT][arxiv 19][Google ]BERT_Pre-training of Deep Bidirectional Transformers for Language Understanding

    •[ERNIE][arxiv 19][Baidu] ERNIE_Enhanced Representation through Knowledge Integration

    •[T5][arxiv 19][Google] Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer

    •[XLNet][arxiv 19][Google] XLNet_Generalized Autoregressive Pretraining for Language Understanding

    

图模型推荐

    浅层图向量化模型

    •[DeepWak][KDD 14] DeepWalk_Online Learning of Social Representations

    •[GraRep][CIKM 15] GraRep_Learning Graph Representations with Global Structural Information

    •[HOPE][KDD 16] Asymmetric Transitivity Preserving Graph Embedding

    •[LINE][WWW 15][Microsoft] LINE_Large-scale Information Network Embedding

    •[NetMF][WSDM 18] Network Embedding as Matrix Factorization_Unifying DeepWalk, LINE, PTE, and node2vec

    •[NetSMF][WWW 19] NetSMF_Large-Scale Network Embedding as Sparse Matrix

    •[Node2Vec][KDD 16] Node2Vec_Scalable Feature Learning for Networks

    •[ProNE][IJCAI 19] ProNE_Fast and Scalable Network Representation Learning

    •[SDNE][KDD 16] Structural Deep Network Embedding

    •[Struc2Vec][KDD 17] Struc2Vec_Learning Node Representations from Structural Identity

    

    图神经网络模型

    •[FastGCN][ICLR 18] FastGCN_Fast Learning with Graph Convolutional Networks via Importance Sampling

    •[GAT][ICLR 18] Graph Attention Networks

    •[GCN][ICLR 17] Semi-Supervised Classification with Graph Convolutional Networks

    •[GraphSAGE][NIPS 17] Inductive Representation Learning on Large Graphs

标签:Network,CTR,19,Deep,Alibaba,工业界,KDD,Learning,预估
From: https://blog.51cto.com/u_13046751/6537328

相关文章

  • Electron Vue Vite 开发桌面应用
    我需要使用Electron,VUE3,Vite开发一个桌面应用,接收来自串口的数据,并使用Plotly绘制随时间变化的曲线,请提供开发步骤,项目文件结构好的,以下是一个基本的Electron+Vue3+Vite应用的开发步骤:确保您已经安装了Node.js和npm。安装VueCLI:npminstall-g@vue/cli创建......
  • Electron打包若依前端为桌面程序
    下面的步骤是我事后整理的,还需要第二个项目进行验证,才能知道是否完整。1.npminstallelectron--save-dev2.npminstallelectron-builder 3.设置图标的:npminstall electron-icon-builder 3.打开env.development文件修改:VUE_APP_BASE_API='线上地址/prod-api'4.在pac......
  • ReactRouter6
    ReactRouter6官方文档概述ReactRouter发布了三个不同的包:react-router:路由核心库,提供许多组件、钩子react-router-dom:包括了react-router所有内容,同时添加了用于DOM的组件,如<BrowserRouter>react-router-native:包括了react-router所有内容,同时添加了用于React......
  • electron 无边框窗口拖拽移动问题记录及解决办法
    在做一款uTools的插件,悬浮文本窗口是没有标题栏的,所以需要找一个地方可以拖动移动位置就开始了接下来的踩坑记录项目结构只是一个简单的容器元素,一个多行文本框容器元素加一个内边距,然后这个内边距区域就是我理想的可拖动位置<body><divid="container"><texta......
  • ctrl+z(挂起)、ctrl+c(中断)、ctrl+\(退出)和ctrl+d(EOF)的区别
    Linux后台进程管理以及ctrl+z(挂起)、ctrl+c(中断)、ctrl+\(退出)和ctrl+d(EOF)的区别-江召伟-博客园(cnblogs.com)1、四种操作的表现ctrl+c强行中断当前程序的执行。ctrl+z将任务中断,但是此任务并没有结束,他仍然在进程中,只是放到后台并维持挂起的状态。如需其在后台继续运行,需用......
  • POJ2117 Electricity 题解 tarjan点双连通分量 割点
    题目链接:http://poj.org/problem?id=2117题目大意:给定一个由\(n\)个点\(m\)解题思路:tarjan,判断\(u\)的子节点有几个\(v\)满足\(low[v]\gedfn[u]\)就是答案,但是同时如果\(u\)不是这个dfs树的根节点,个数还要加\(1\)。示例程序1(C++11,POJ不支持):#include<bits/stdc++.h>......
  • Journal of Electronic Imaging投稿分享
    JournalofElectronicImaging投稿分享在研究生阶段中的第一篇论文,前后总共三个月,还是很开心的!!!附下中稿图片 这个期刊从二月份开始投的,然后三月份给了大修,大修时间一个月。在四月份左右提交了修改稿,最终五月份就给了录用通知!总的来说,速度还是很快的。附下两次的审稿进度。......
  • 计算广告——平滑CTR
    一、广告计算的基本概念1、广告的形式在互联网发展的过程中,广告成为了互联网企业盈利的一个很重要的部分,根据不同的广告形式,互联网广告可以分为:展示广告(displayads)赞助商搜索广告(sponsoredsearch)上下文广告(contextualadvertising)2、竞价模型对于在线广告,主要有如下的几种......
  • CTR——人工神经网络+决策树
    一、引言   这是篇论文的笔记,记录阅读该论文中的一些体会,希望与大家一起学到知识。论文题目为《Usingneuralnetworksforclickpredictionofsponsoredsearch》。二、文章的核心思想  文章的核心思想是利用人工神经网络+决策树的方法去进行点击率的预测。1、模型  该......
  • CVR预估模型ESMM
    1.概述一般在对CVR建模的过程中,正样本选择的是在点击后有转化的样本作为正样本,负样本则是在点击后没有转化的样本作为负样本。然而,这样的建模方式存在一定的问题:SampleSelectionBias(SSB)问题,即样本选择有偏。在training和inference阶段面对的样本空间不一致,在training阶段,选择的......