Hi, thanks for the great work and for open-sourcing MiniOneRec.
I'm reproducing the pipeline and ran into a blocker on the data side.
Problem
The official Amazon Reviews 2018 dataset (UCSD / Julian McAuley's host) appears to be down / no longer
downloadable — the original links time out and I can't retrieve the raw review data.
This matters specifically for the preference / "thinking" alignment task: as I understand the pipeline, the raw user
reviews are required as input to prompt DeepSeek and generate the preference pseudo-labels used for that part
of training. Without the raw data I cannot regenerate these labels, and without the labels I cannot fully reproduce the
paper's reported results.
Requests
- Raw data mirror — Would you be able to provide a working download link (e.g., a cloud drive / HF dataset mirror)
for the raw Amazon 2018 data you used, so the preprocessing → pseudo-label pipeline can be run end to end?
- Pre-generated pseudo-labels — Alternatively (or additionally), could you share the DeepSeek-generated preference
pseudo-labels from your own run? That would let people reproduce the preference task directly even while the original
source is unavailable.
Either one would unblock reproduction. Thanks a lot in advance!
Hi, thanks for the great work and for open-sourcing MiniOneRec.
I'm reproducing the pipeline and ran into a blocker on the data side.
Problem
The official Amazon Reviews 2018 dataset (UCSD / Julian McAuley's host) appears to be down / no longer
downloadable — the original links time out and I can't retrieve the raw review data.
This matters specifically for the preference / "thinking" alignment task: as I understand the pipeline, the raw user
reviews are required as input to prompt DeepSeek and generate the preference pseudo-labels used for that part
of training. Without the raw data I cannot regenerate these labels, and without the labels I cannot fully reproduce the
paper's reported results.
Requests
for the raw Amazon 2018 data you used, so the preprocessing → pseudo-label pipeline can be run end to end?
pseudo-labels from your own run? That would let people reproduce the preference task directly even while the original
source is unavailable.
Either one would unblock reproduction. Thanks a lot in advance!