Add graph-based paper recommendations with PageRank#388
Conversation
- Added a new recommendations API endpoint to suggest papers using Personalized PageRank. - Integrated recommendation functionality into the web UI with toggle options for graph recommendations and explanations. - Enhanced paper card display to show recommendation scores and reasons. - Updated search functionality to support recommendations and explanations. - Introduced tests for recommendation logic and behavior.
|
Hello, I was at your workshop today and thought that this would be a cool idea to add. A recommendation paper system. I changed the code and made a PR, feel free to reject it if you think it does not suit your current goals. |
|
@grpinto thank you so much ❤️ |
|
Thanks again for your PR. I just had a look at the code changes and tried it out on my machine. The feature looks super promising, however I would like to understand fully what is happening under the hood and I also have some ideas how we could integrate it with the "interesting papers" feature. Understanding the featurelet me summarize how I understand the feature. Please correct me where I am wrong and extend where I missed things.
Suggestions from my side
Cheers and thanks again for contributing to the project! |
Made with @raeesay