We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I made a little script to evaluate the MTEB retrieval tasks with BM25 (especially to have a strong baseline for the multilingual tasks that): https://gist.github.com/malteos/178a1b77ac362cd7857a054e2d9c07cb
Is this something worth adding to this repo or the mteb scripts repo? If so, where do you recommend to add this? I could make PR then.
Best Malte
The text was updated successfully, but these errors were encountered:
Wouldn't it be possible to write it as an Encoder module to avoid wrapping the MTEB module?
(e.g. see #888)
Sorry, something went wrong.
from comment #888 I think it is great to add this in as well. I would love to in the future more natively support BM25 models
@malteos will you make the PR? We might want to also discuss potential refactors to allow for native implementation of BM25 (or similar).
Note that the BM25MTEB wrap might be unecc. instead, you can probably do:
BM25MTEB
tasks = mteb.get_tasks(... task_type == "retrieval")
I will make a PR in the next weeks. I cannot promise any exact date though.
No branches or pull requests
Hi all,
I made a little script to evaluate the MTEB retrieval tasks with BM25 (especially to have a strong baseline for the multilingual tasks that): https://gist.github.com/malteos/178a1b77ac362cd7857a054e2d9c07cb
Is this something worth adding to this repo or the mteb scripts repo? If so, where do you recommend to add this? I could make PR then.
Best
Malte
The text was updated successfully, but these errors were encountered: