Closed hotchilipowder closed 3 years ago
Thanks for your valuable question!
The interaction log between a user and an answer includes show time and read time. If the read time is 0, it means the user skipped the answer, and we consider this as negative feedback. As mentioned in the readme file, "If the user didn't read the answer, read time is set to 0." As mentioned in the paper, "Negative feedbacks are like the users delete and skip the answers. ".
Please give me your email address, I will send the config files of recbole to your email.
Thanks for the clarification. It helps a lot! My email is h12345jack@gmail.com.
If the config files are not complex, it will be helpful for retrieving for others by pasting it in the issues.
Thanks for your advice. config files.zip general.yaml is used for Recbole. zhihu1M.inter is the dataset (suitable for recbole) If you need to learn more information such as model selection and parameter tuning, please watch this blog of Recbole: https://blog.csdn.net/Turinger_2000/article/details/110395198 And this is the website of Recbole: https://recbole.io/
Hello, thank you for offering this helpful dataset to the community!
I am working on negative feedbacks in the recommendation system. This paper offers some discussions about negative feedbacks in sec 4.4.2.
The negative infomation is
答案被举报的次数, 答案被反对的次数, 答案收到的「没有帮助」的次数
and该用户的回答收到的反对数量
. But these feedbacks are not offered in the dataset if I am not missing something important.As described in the readme.txt, it has the following files:
In zhihu1M.txt files: it includes:
The paper refers to [22]:
But it not gives the positive/negatives info for the interactions.
Besides, are there any codes to run with RecBole as section 4.1 listed? It will be helpful to reproduce the results in Table 9.