Recommenders: Deep Learning for News Recs

Created on 14 Feb 2019  路  11Comments  路  Source: microsoft/recommenders

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)

algorithm high priority

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.

All 11 comments

TODO:

  • Find a knowledge graph
  • After the knowledge graph, try to find a dataset that has text (maybe not news) and matches knowledge graph

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

roalexan picture roalexan  路  4Comments

msalvaris picture msalvaris  路  6Comments

miguelgfierro picture miguelgfierro  路  4Comments

miguelgfierro picture miguelgfierro  路  4Comments

ngcferreira picture ngcferreira  路  4Comments