-
Notifications
You must be signed in to change notification settings - Fork 207
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
Can't get the paper results for Book-crossing dataset #4
Comments
I tried on my computer just now and the code seems working well. Here is the result: I found that the code can hardly reproduce the reported result on Windows. You can try it on Linux. Another thing is did you use the default setting for book-crossing (see main.py)? You cannot just run "python main.py --dataset book". The default setting is for movielens. |
That table is from the ealier version of the paper. We have found mistakes when pre-processing the book-crossing dataset and re-run the experiments for RippleNet and all baselines. The correct result can be found in the latest version of this paper in arxiv and the procedding of cikm (may not be available yet). |
Oh,there. I'll go check the latest version, thx. |
I ran the code for 5 times just now, and here are the results: There is indeed a chance that the model get stuck in AUC of 0.7, but the probability is small. I have checked the parameters and there is no problem. The only thing different is that I anonymized the IDs of entities (i.e., re-indexing) in the released datasets according to the privacy policy of Microsoft, but that should have no effect on the performance. I'll check that later. |
Thanks a lot. I will try it again. |
how about the result? |
By using different random seeds, I get better results, which is 0.72~0.73 on the Book-Crossing dataset. Some random seeds will get stuck, and some will not. |
The seed is? |
i want to ask why the results in your picture decrease after better results. |
I think it may suffer from overfitting. |
Hi, I just run the code using Booking-crossing dataset for CTR prediction task without modifying any line of code, but it seems I could not reproduce the paper results, see my result:
I don't understand why. Could you kindly examine the default hyperparameter settings and help me reproduce the paper results?
Thanks a lot.
The text was updated successfully, but these errors were encountered: