Deep Learning Based Recommender for News
Model: DKN
Pipeline: Training on DLVM+GPU via AML, O16N on AKS+GPU
Dataset: News (includes user or item features)
TODO:
I'd like to start a discussion about what are feasible scenarios with data in the public domain, that can be implemented. The objective is to have a scenario using DKN, maybe we could be flexible whether the data are about news or other types of text.
@Leavingseason do you think we could repeat the setup from this paper?
https://www.kdd.org/kdd2016/papers/files/adf0066-zhangA.pdf
The first data used is Movielens + Satori; is the Satori data publicly available? if not could we replace Satori with a public knowledge graph?
Is the second data set (IntentBooks) publicly available?
It looks like the first approach (Movielens + DBpedia) has been followed already in this paper
http://giusepperizzo.github.io/publications/Palumbo_Rizzo-RecSys2017.pdf
Instead of news, we could use other text associated to the movies.
Jester is another text recommendations data set
http://eigentaste.berkeley.edu/dataset/
Amazon reviews
http://jmcauley.ucsd.edu/data/amazon/
https://github.com/zygmuntz/goodbooks-10k is an interesting dataset, it would be nice to scrape text / images from each book to be able to leverage content features
https://github.com/zygmuntz/goodbooks-10k is an interesting dataset, it would be nice to scrape text / images from each book to be able to leverage content features
There may be IP issues with text / images from the book that may be difficult to sort out.
Possible Knowledge Graphs:
News datasets:
I think this other dataset could be used for news recommendation: https://www.kaggle.com/gspmoreira/articles-sharing-reading-from-cit-deskdrop
I think this other dataset could be used for news recommendation: https://www.kaggle.com/gspmoreira/articles-sharing-reading-from-cit-deskdrop
Do they have a link to the data outside Kaggle?
A github I saw related to knowledge graphs
https://github.com/SANSA-Stack
today, after a meeting with Jianxun, we discussed that we can create something similar to a news dataset, by merging Movielens with the text summary of the movie.
cc @almudenasanz @leavingseason
MSRA added 4 methods
Most helpful comment
I'd like to start a discussion about what are feasible scenarios with data in the public domain, that can be implemented. The objective is to have a scenario using DKN, maybe we could be flexible whether the data are about news or other types of text.
@Leavingseason do you think we could repeat the setup from this paper?
https://www.kdd.org/kdd2016/papers/files/adf0066-zhangA.pdf
The first data used is Movielens + Satori; is the Satori data publicly available? if not could we replace Satori with a public knowledge graph?
Is the second data set (IntentBooks) publicly available?
It looks like the first approach (Movielens + DBpedia) has been followed already in this paper
http://giusepperizzo.github.io/publications/Palumbo_Rizzo-RecSys2017.pdf
Instead of news, we could use other text associated to the movies.