LibRec 精选:基于LSTM的序列推荐实现(PyTorch)

2018 年 8 月 27 日 LibRec智能推荐

LibRec 精选


推荐系统进展 第12期(更新至2018.8.26),更新 9 篇论文。


我一直以为人是慢慢变老的,其实不是,人是一瞬间变老的。-- 村上春树


1

社交更新


1

ACM UMAP 2018 best paper: 
Schaffer et al., Easy to Please: Separating User Experience from Choice, https://dl.acm.org/citation.cfm?id=3209222


2

【Florian Wilhelm's Blog】Multiplicative LSTM for sequence-based Recommendersby PyTorch,附有源码和评估结果): 
https://florianwilhelm.info/2018/08/multiplicative_LSTM_for_sequence_based_recos/
















3

【Pavel Kordik's Blog】Machine Learning for Recommender Systems - Part 2 (Deep Recommendation, Sequence Prediction, AutoML and Reinforcement Learning in Recommendation):
https://medium.com/recombee-blog/machine-learning-for-recommender-systems-part-2-deep-recommendation-sequence-prediction-automl-f134bc79d66b


2

论文更新


1. Attainment Ratings for Graph-Query Recommendation

Hal Cooper, Garud Iyengar, Ching-Yung Lin

https://arxiv.org/abs/1808.05988v1

Recommender systems for video games have received relatively scant academic attention, despite the uniqueness of the medium and its data. We show that the use of implicit data that tracks user-game interactions and levels of attainment (e.g. We demonstrate the natural suitability of graph-query based recommendation for this purpose.


2. A Simple but Hard-to-Beat Baseline for Session-based Recommendations

Fajie Yuan, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M Jose, Xiangnan He

https://arxiv.org/abs/1808.05163v2

Convolutional Neural Networks (CNNs) models have been recently introduced in the domain of top-$N$ session-based recommendations. The proposed generative model attains state-of-the-art accuracy with less training time in the session-based recommendation task. It accordingly can be used as a powerful session-based recommendation baseline to beat in future, especially when there are long sequences of user feedback.


3. Neural Collaborative Ranking

Bo Song, Xin Yang, Yi Cao, Congfu Xu

https://arxiv.org/abs/1808.04957v1

With the unprecedented success of deep learning in computer vision and speech recognition, recently it has been a hot topic to bridge the gap between recommender systems and deep neural network. We combine our classification strategy with the recently proposed neural collaborative filtering framework, and propose a general collaborative ranking framework called Neural Network based Collaborative Ranking (NCR). We resort to a neural network architecture to model a user's pairwise preference between items, with the belief that neural network will effectively capture the latent structure of latent factors.


4. AFEL-REC: A Recommender System for Providing Learning Resource Recommendations in Social Learning Environments

Dominik Kowald, Emanuel Lacic, Dieter Theiler, Elisabeth Lex

https://arxiv.org/abs/1808.04603v1

In this paper, we present preliminary results of AFEL-REC, a recommender system for social learning environments. Furthermore, AFEL-REC can cope with any kind of data that is present in social learning environments such as resource metadata, user interactions or social tags. This paper should be valuable for both researchers and practitioners interested in providing resource recommendations in social learning environments.



5. Automatic Playlist Continuation through a Composition of Collaborative Filters

Irene Teinemaa, Niek Tax, Carlos Bentes

https://arxiv.org/abs/1808.04288v1

The RecSys Challenge 2018 focused on automatic playlist continuation, i.e., the task was to recommend additional music tracks for playlists based on the playlist's title and/or a subset of the tracks that it already contains. The challenge is based on the Spotify Million Playlist Dataset (MPD), containing the tracks and the metadata from one million real-life playlists. This paper describes the automatic playlist continuation solution of team Latte, which is based on a composition of collaborative filters that each capture different aspects of a playlist, where the optimal combination of those collaborative filters is determined using a Tree-structured Parzen Estimator (TPE).


6. IceBreaker: Solving Cold Start Problem for Video Recommendation Engines

Yaman Kumar, Agniv Sharma, Abhigyan Khaund, Akash Kumar, Ponnurangam Kumaraguru, Rajiv Ratn Shah

https://arxiv.org/abs/1808.05636v1

Thus it becomes imperative for video recommendation engines such as Hulu to look for novel and innovative ways to recommend the newly added videos to their users. However, the problem with new videos is that they lack any sort of metadata and user interaction so as to be able to rate the videos for the consumers. The obtained results are encouraging and will impel the boundaries of research for multimedia based video recommendation systems.


7. Adversarial Personalized Ranking for Recommendation

Xiangnan He, Zhankui He, Xiaoyu Du, Tat-Seng Chua

https://arxiv.org/abs/1808.03908v1

Item recommendation is a personalized ranking task. To this end, many recommender systems optimize models with pairwise ranking objectives, such as the Bayesian Personalized Ranking (BPR). To enhance the robustness of a recommender model and thus improve its generalization performance, we propose a new optimization framework, namely Adversarial Personalized Ranking (APR).


8. Outer Product-based Neural Collaborative Filtering

Xiangnan He, Xiaoyu Du, Xiang Wang, Feng Tian, Jinhui Tang, Tat-Seng Chua

https://arxiv.org/abs/1808.03912v1

In this work, we contribute a new multi-layer neural network architecture named ONCF to perform collaborative filtering. The idea is to use an outer product to explicitly model the pairwise correlations between the dimensions of the embedding space. Above the interaction map obtained by outer product, we propose to employ a convolutional neural network to learn high-order correlations among embedding dimensions.



9. A Hybrid Recommender System for Patient-Doctor Matchmaking in Primary Care

Qiwei Han, Mengxin Ji, Inigo Martinez de Rituerto de Troya, Manas Gaur, Leid Zejnilovic

https://arxiv.org/abs/1808.03265v1

We partner with a leading European healthcare provider and design a mechanism to match patients with family doctors in primary care. We define the matchmaking process for several distinct use cases given different levels of available information about patients. Then, we adopt a hybrid recommender system to present each patient a list of family doctor recommendations.





登录查看更多
50

相关内容

专知会员服务
59+阅读 · 2020年3月19日
【MIT深度学习课程】深度序列建模,Deep Sequence Modeling
专知会员服务
76+阅读 · 2020年2月3日
一网打尽!100+深度学习模型TensorFlow与Pytorch代码实现集合
【推荐系统/计算广告/机器学习/CTR预估资料汇总】
专知会员服务
86+阅读 · 2019年10月21日
【深度学习视频分析/多模态学习资源大列表】
专知会员服务
90+阅读 · 2019年10月16日
开源书:PyTorch深度学习起步
专知会员服务
49+阅读 · 2019年10月11日
计算机视觉最佳实践、代码示例和相关文档
专知会员服务
17+阅读 · 2019年10月9日
最新BERT相关论文清单,BERT-related Papers
专知会员服务
52+阅读 · 2019年9月29日
LibRec 精选:你见过最有趣的论文标题是什么?
LibRec智能推荐
4+阅读 · 2019年11月6日
LibRec 精选:AutoML for Contextual Bandits
LibRec智能推荐
7+阅读 · 2019年9月19日
LibRec 精选:从0开始构建RNN网络
LibRec智能推荐
5+阅读 · 2019年5月31日
LibRec 精选:如何评估交互式推荐系统?
LibRec智能推荐
8+阅读 · 2019年5月5日
LibRec 精选:推荐系统的常用数据集
LibRec智能推荐
17+阅读 · 2019年2月15日
LibRec 精选:CCF TPCI 的推荐系统专刊征稿
LibRec智能推荐
4+阅读 · 2019年1月12日
LibRec 精选:推荐系统的论文与源码
LibRec智能推荐
14+阅读 · 2018年11月29日
LibRec 精选:推荐系统9个必备数据集
LibRec智能推荐
6+阅读 · 2018年3月7日
LibRec 每周精选:近期推荐系统论文及进展
LibRec智能推荐
30+阅读 · 2018年2月5日
LibRec 每周精选:10篇每个人都应该读的RecSys文章
LibRec智能推荐
5+阅读 · 2018年1月1日
Arxiv
91+阅读 · 2020年2月28日
Image Captioning based on Deep Reinforcement Learning
Arxiv
13+阅读 · 2018年4月18日
Arxiv
6+阅读 · 2018年3月28日
Arxiv
5+阅读 · 2017年11月13日
Arxiv
4+阅读 · 2015年8月25日
VIP会员
相关VIP内容
专知会员服务
59+阅读 · 2020年3月19日
【MIT深度学习课程】深度序列建模,Deep Sequence Modeling
专知会员服务
76+阅读 · 2020年2月3日
一网打尽!100+深度学习模型TensorFlow与Pytorch代码实现集合
【推荐系统/计算广告/机器学习/CTR预估资料汇总】
专知会员服务
86+阅读 · 2019年10月21日
【深度学习视频分析/多模态学习资源大列表】
专知会员服务
90+阅读 · 2019年10月16日
开源书:PyTorch深度学习起步
专知会员服务
49+阅读 · 2019年10月11日
计算机视觉最佳实践、代码示例和相关文档
专知会员服务
17+阅读 · 2019年10月9日
最新BERT相关论文清单,BERT-related Papers
专知会员服务
52+阅读 · 2019年9月29日
相关资讯
LibRec 精选:你见过最有趣的论文标题是什么?
LibRec智能推荐
4+阅读 · 2019年11月6日
LibRec 精选:AutoML for Contextual Bandits
LibRec智能推荐
7+阅读 · 2019年9月19日
LibRec 精选:从0开始构建RNN网络
LibRec智能推荐
5+阅读 · 2019年5月31日
LibRec 精选:如何评估交互式推荐系统?
LibRec智能推荐
8+阅读 · 2019年5月5日
LibRec 精选:推荐系统的常用数据集
LibRec智能推荐
17+阅读 · 2019年2月15日
LibRec 精选:CCF TPCI 的推荐系统专刊征稿
LibRec智能推荐
4+阅读 · 2019年1月12日
LibRec 精选:推荐系统的论文与源码
LibRec智能推荐
14+阅读 · 2018年11月29日
LibRec 精选:推荐系统9个必备数据集
LibRec智能推荐
6+阅读 · 2018年3月7日
LibRec 每周精选:近期推荐系统论文及进展
LibRec智能推荐
30+阅读 · 2018年2月5日
LibRec 每周精选:10篇每个人都应该读的RecSys文章
LibRec智能推荐
5+阅读 · 2018年1月1日
相关论文
Arxiv
91+阅读 · 2020年2月28日
Image Captioning based on Deep Reinforcement Learning
Arxiv
13+阅读 · 2018年4月18日
Arxiv
6+阅读 · 2018年3月28日
Arxiv
5+阅读 · 2017年11月13日
Arxiv
4+阅读 · 2015年8月25日
Top
微信扫码咨询专知VIP会员