KongXiaoyu
KongXiaoyu
I met the same problem
Hi, thanks for your interest in our work! MiniOneRec is fully reproducible in our environment. Regarding the issue you mentioned, we found that differences in dependency versions can sometimes lead...
One version of our SFT-only model achieves the following metrics: Top-K: [1, 3, 5, 10, 20, 50] NDCG: [0.0655, 0.0828, 0.0907, 0.0999, 0.1095, 0.1230] HR: [0.0655, 0.0953, 0.1145, 0.1430, 0.1811,...
Hello, after the paper was released, we made several updates to the code, including new RQ methods and fixes for some minor bugs, which led to a certain degree of...
My collaborators and I verify that we can successfully reproduce MiniOneRec in our respective environments. We believe the issues you are currently facing may be related to differences in dependency...
Hello, thank you for your interest in our work! Could you please provide more details about your requirements? Are you planning to apply our framework to cross-domain recommendation? How exactly...
Hello, regarding your questions: Currently, the functionality you need is not fully supported, but I believe that with minor modifications to the “constrained decoding” part of our existing code, it...
Thank you for your interest in our work. The MiniOneRec checkpoints trained on the Industrial and Office datasets are available on HuggingFace and ModelScope. These models are fine-tuned from Qwen2.5‑1.5B‑Instruct.
Thank you for your interest in our work. To use a customized dataset, you need to: 1. process the dataset and construct the following files: a meta_data file similar to...
Thank you for your interest in our work! Based on your description, I believe the issue may be caused by not correctly configuring the constrained decoding part. Its code is...