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

Explore option to pass multiple query documents as input #91

Open
joel-beck opened this issue May 30, 2023 · 0 comments
Open

Explore option to pass multiple query documents as input #91

joel-beck opened this issue May 30, 2023 · 0 comments
Assignees

Comments

@joel-beck
Copy link
Owner

The output is still a list of recommended documents. The computational costs during inference increase marginally for additional seen query papers, but more significantly for additional unseen query papers.

The most important aspect of the implementation is that any precomputed data frame is only loaded once into memory and then used for all query documents at once!

The only meaningful way to aggregate scores for all query documents is to first build individual rankings for each query document as usual, then sum the scores up for each feature separately and select the top candidate documents for the combined ranks.

Note that the set of documents with positive scores is now likely greater than 100 for each feature which is not an issue though.

@joel-beck joel-beck self-assigned this Jun 10, 2023
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

1 participant