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

Benchmark tasks are incorrectly selected #1757

Open
Samoed opened this issue Jan 10, 2025 · 0 comments
Open

Benchmark tasks are incorrectly selected #1757

Samoed opened this issue Jan 10, 2025 · 0 comments

Comments

@Samoed
Copy link
Collaborator

Samoed commented Jan 10, 2025

For now, when loading MTEB_ENG_CLASSIC, it provides:

from mteb import MTEB_ENG_CLASSIC

MTEB_ENG_CLASSIC.tasks
# MTEBTasks(..., STS17Crosslingual(name='STS17', languages=['ara', 'deu', 'eng', '...']), STS22CrosslingualSTS(name='STS22', languages=['cmn', 'deu', 'eng', '...']), ....)

However, in the old leaderboard, only the en split is selected https://github.com/embeddings-benchmark/leaderboard/blob/80dd9a2b2d4a0abc368a6cea5f79a517b753951b/config.yaml#L124-L125.

This could be an issue because main score for tasks is averaged

return val_sum / n_val

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