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

New recommendation models #31

Open
andrewtavis opened this issue Apr 4, 2021 · 6 comments · Fixed by #47
Open

New recommendation models #31

andrewtavis opened this issue Apr 4, 2021 · 6 comments · Fixed by #47
Labels
good first issue Good for newcomers question Further information is requested

Comments

@andrewtavis
Copy link
Owner

Please use this issue to make suggestions for new models that could be added to wikirec. Suggestions would ideally include some of the following:

  • A blogpost or other source where the method is applied for related NLP tasks
  • A research paper that details the method and its potential applications
  • Source code for the method in Python or another language

Estimates of the model's efficacy would also be appreciated so that a new good first issue can be made and prioritized.

Thanks for any suggestions!

@andrewtavis andrewtavis added enhancement New feature or request good first issue Good for newcomers question Further information is requested labels Apr 4, 2021
@andrewtavis
Copy link
Owner Author

#36 has been created for adding an embeddings neural network to wikirec.

@andrewtavis andrewtavis added help wanted Extra attention is needed and removed enhancement New feature or request help wanted Extra attention is needed labels Apr 7, 2021
@andrewtavis andrewtavis linked a pull request May 18, 2021 that will close this issue
@zedeus
Copy link

zedeus commented Nov 27, 2023

Have you taken a look at this research paper? Curious to know how it would compare to TF-IDF and your other methods.
https://arxiv.org/abs/2009.11771
https://meta.wikimedia.org/wiki/Research:Convolutional_Graph_Embeddings_for_article_recommendation_in_Wikipedia
https://github.com/digitalTranshumant/WikiRecNet-ComplexRec2020

@andrewtavis
Copy link
Owner Author

Thanks for brining it up! I hadn't seen it yet :) Will check the paper out!

@zedeus
Copy link

zedeus commented Nov 27, 2023

The purpose of recommending articles to edit is obviously different than what to read, but I assume you'd get good results by simply swapping out the list of edits with a list of reads/likes.

@zedeus
Copy link

zedeus commented Dec 1, 2023

On another note, did you try BM25? From my reading it seems to be TF-IDF but better, by simply adding document length normalisation.

@andrewtavis
Copy link
Owner Author

Also haven't tried this one :) We could even do a specific issue for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants