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

How to train NRMS model ? #2

Open
vic4code opened this issue Oct 14, 2022 · 2 comments
Open

How to train NRMS model ? #2

vic4code opened this issue Oct 14, 2022 · 2 comments

Comments

@vic4code
Copy link

vic4code commented Oct 14, 2022

I am glad to see this repo for news recommendation task! I recently tried to implement NRMS or other attention-based models on the MIND dataset, but found that the Dataset, Dataloader, Trainer, Recommender in the original design of RecBole needed to be modified to fit this specific task. Are you planning to integrate this repo back and rearrange your unified framework RecBole by task? If so, we can easily and conveniently run experiments on different datasets.

By the way, I tried to run the NMRS model with the following command.

python run_recbole_trm.py -m NRMS -t 8

The MIND dataset doesn't seem to be ready yet, some preprocessing is needed to get behaviors.tsv and npbehaviors.tsv defined in NRMS.yaml, how can I train the NRMS model correctly, thanks!

@shamanez
Copy link

shamanez commented May 2, 2023

Any update on this ?

@wenqisun
Copy link
Collaborator

wenqisun commented May 6, 2023

Due to the use of text data in news recommendation, the original MIND dataset needs to be configured here. In the future, we will consider developing a separate news recommendation library based on the existing foundation. Thank you.

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

3 participants