Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where does the Knowledge Graphs (KG) they used come from? Do they are constructed by authors? #4

Open
Wangshuaiia opened this issue Jul 16, 2019 · 13 comments

Comments

@Wangshuaiia
Copy link

Sorry, I cannot find where introduce to the KGs. Do the authors use the public KGs? What does the KG in Table 1 means?

@Wangshuaiia Wangshuaiia changed the title Where dose the Knowledge Graphs (KG) they used come from? Do they are constructed by authors? Where does the Knowledge Graphs (KG) they used come from? Do they are constructed by authors? Jul 16, 2019
@MhYao2014
Copy link

The source of data and how you clean them can be found in "readMe.pdf". For the KG of music, you can download it from https://www.kaggle.com/c/kkbox-music-recommendation-challenge.

@Wangshuaiia
Copy link
Author

The source of data and how you clean them can be found in "readMe.pdf". For the KG of music, you can download it from https://www.kaggle.com/c/kkbox-music-recommendation-challenge.

Thank you. I have seen "readMe.pdf". But I cannot understand whether the knowledge graph (KG) of dataset "MI" is construct by authors themselves. Do they extract entities from Movie Data, and then construct the KG?

@MhYao2014
Copy link

MhYao2014 commented Jul 17, 2019 via email

@chendh16
Copy link

对不起,电影的知识图谱部分我还没涉及到,暂时无法回答你的问题。 | | 姚命宏 | | [email protected] | 签名由网易邮箱大师定制 On 7/17/2019 22:02,windsor[email protected] wrote: The source of data and how you clean them can be found in "readMe.pdf". For the KG of music, you can download it from https://www.kaggle.com/c/kkbox-music-recommendation-challenge. Thank you. I have seen "readMe.pdf". But I cannot understand whether the knowledge graph (KG) of dataset "MI" is construct by authors themselves. Do they extract entities from Movie Data, and then construct the KG? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

老哥,关于KPRN的一些问题想请教或者共同探讨一下,能否留个联系方式?

@FloatingMaple
Copy link

MI是ML1m和IMDB数据集一起构建的知识图谱,可以参考RKGE这篇论文,其中有提到。
RKGE Recurrent Knowledge Graph Embedding for Effective Recommendation

The source of data and how you clean them can be found in "readMe.pdf". For the KG of music, you can download it from https://www.kaggle.com/c/kkbox-music-recommendation-challenge.

Thank you. I have seen "readMe.pdf". But I cannot understand whether the knowledge graph (KG) of dataset "MI" is construct by authors themselves. Do they extract entities from Movie Data, and then construct the KG?

MI是ML1m和IMDB数据集一起构建的知识图谱,可以参考RKGE这篇论文,其中有提到。
RKGE Recurrent Knowledge Graph Embedding for Effective Recommendation

@beryllw
Copy link

beryllw commented Mar 20, 2020

对不起,电影的知识图谱部分我还没涉及到,暂时无法回答你的问题。 | | 姚命宏 | | [email protected] | 签名由网易邮箱大师定制 On 7/17/2019 22:02,windsor[email protected] wrote: The source of data and how you clean them can be found in "readMe.pdf". For the KG of music, you can download it from https://www.kaggle.com/c/kkbox-music-recommendation-challenge. Thank you. I have seen "readMe.pdf". But I cannot understand whether the knowledge graph (KG) of dataset "MI" is construct by authors themselves. Do they extract entities from Movie Data, and then construct the KG? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

音乐部分的data我下载了,处理的文件需要自己动手写吗,我看他的inputdata和比赛中的数据不一样,应该是整理过的,求助老哥怎么解决的

@MiaoZzzz
Copy link

MiaoZzzz commented Apr 3, 2020

对不起,电影的知识图谱部分我还没涉及到,暂时无法回答你的问题。 | | 姚命宏 | | [email protected] | 签名由网易邮箱大师定制 On 7/17/2019 22:02,windsor[email protected] wrote: The source of data and how you clean them can be found in "readMe.pdf". For the KG of music, you can download it from https://www.kaggle.com/c/kkbox-music-recommendation-challenge. Thank you. I have seen "readMe.pdf". But I cannot understand whether the knowledge graph (KG) of dataset "MI" is construct by authors themselves. Do they extract entities from Movie Data, and then construct the KG? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

音乐部分的data我下载了,处理的文件需要自己动手写吗,我看他的inputdata和比赛中的数据不一样,应该是整理过的,求助老哥怎么解决的

我也碰到这个问题,没有预处理的数据啊,请问老哥解决了没,还望指点一下。

@beryllw
Copy link

beryllw commented Apr 9, 2020 via email

@MiaoZzzz
Copy link

MiaoZzzz commented Apr 11, 2020 via email

@ellaruc
Copy link

ellaruc commented May 7, 2020

image
where is the data sample?I cant understand the means of user_song_tuple.txt

@wh524611095
Copy link

image
where is the data sample?I cant understand the means of user_song_tuple.txt

wow,please tell me how do you find this file,and I can not find the way how to train this model

@wh524611095
Copy link

对不起,电影的知识图谱部分我还没涉及到,暂时无法回答你的问题。 | | 姚命宏 | | [email protected] | 签名由网易邮箱大师定制 On 7/17/2019 22:02,windsor[email protected] wrote: The source of data and how you clean them can be found in "readMe.pdf". For the KG of music, you can download it from https://www.kaggle.com/c/kkbox-music-recommendation-challenge. Thank you. I have seen "readMe.pdf". But I cannot understand whether the knowledge graph (KG) of dataset "MI" is construct by authors themselves. Do they extract entities from Movie Data, and then construct the KG? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

音乐部分的data我下载了,处理的文件需要自己动手写吗,我看他的inputdata和比赛中的数据不一样,应该是整理过的,求助老哥怎么解决的

我也碰到这个问题,没有预处理的数据啊,请问老哥解决了没,还望指点一下。

老哥,这个模型怎么训练啊,我看的一头雾水,,怎么启动

@Suasy
Copy link

Suasy commented Mar 2, 2023

image
where is the data sample?I cant understand the means of user_song_tuple.txt

wow,please tell me how do you find this file,and I can not find the way how to train this model

readMe.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants