-
Notifications
You must be signed in to change notification settings - Fork 506
refactor: split BRIGHT benchmark into individual subset tasks
#3285
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
Open
whybe-choi
wants to merge
10
commits into
embeddings-benchmark:main
Choose a base branch
from
whybe-choi:bright-subset-tasks
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
57c757f
refactor: split BRIGHT benchmark into individual subset tasks
whybe-choi b04b46e
Merge branch 'main' into bright-subset-tasks
Samoed 7299e59
readd bright
Samoed bf31a79
Merge branch 'embeddings-benchmark:main' into bright-subset-tasks
whybe-choi 3f875a2
readd bright subset tasks
whybe-choi 6aeea07
feat: add descriptive stats for BRIGHT subsets retrieval tasks
whybe-choi f95a246
feat: add top_ranked for excluded_ids handling
whybe-choi 9df0bba
change main score to recall@1 for long version
whybe-choi c9a30bd
improve BRIGHT task descriptions
whybe-choi 3b1e90b
add prompts to BRIGHT retrieval tasks
whybe-choi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "standard": { | ||
| "num_samples": 188113, | ||
| "number_of_characters": 141769714, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 141734227, | ||
| "min_text_length": 58, | ||
| "average_text_length": 753.8974425803981, | ||
| "max_text_length": 7334, | ||
| "unique_texts": 176508 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 35487, | ||
| "min_text_length": 85, | ||
| "average_text_length": 319.7027027027027, | ||
| "max_text_length": 1167, | ||
| "unique_texts": 111 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 524, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 4.7207207207207205, | ||
| "max_relevant_docs_per_query": 8, | ||
| "unique_relevant_docs": 111 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
mteb/descriptive_stats/Retrieval/BrightBiologyLongRetrieval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "long": { | ||
| "num_samples": 627, | ||
| "number_of_characters": 19398082, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 19344209, | ||
| "min_text_length": 142, | ||
| "average_text_length": 36916.42938931298, | ||
| "max_text_length": 1324201, | ||
| "unique_texts": 498 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 53873, | ||
| "min_text_length": 89, | ||
| "average_text_length": 523.0388349514564, | ||
| "max_text_length": 2195, | ||
| "unique_texts": 103 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 134, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 1.3009708737864079, | ||
| "max_relevant_docs_per_query": 4, | ||
| "unique_relevant_docs": 134 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
mteb/descriptive_stats/Retrieval/BrightBiologyRetrieval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "standard": { | ||
| "num_samples": 57462, | ||
| "number_of_characters": 18936054, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 18882181, | ||
| "min_text_length": 1, | ||
| "average_text_length": 329.192994996426, | ||
| "max_text_length": 31130, | ||
| "unique_texts": 49434 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 53873, | ||
| "min_text_length": 89, | ||
| "average_text_length": 523.0388349514564, | ||
| "max_text_length": 2195, | ||
| "unique_texts": 103 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 374, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 3.6310679611650487, | ||
| "max_relevant_docs_per_query": 19, | ||
| "unique_relevant_docs": 374 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
mteb/descriptive_stats/Retrieval/BrightEarthScienceLongRetrieval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "long": { | ||
| "num_samples": 717, | ||
| "number_of_characters": 41696684, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 41641374, | ||
| "min_text_length": 28, | ||
| "average_text_length": 69286.81198003328, | ||
| "max_text_length": 2627262, | ||
| "unique_texts": 587 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 55310, | ||
| "min_text_length": 83, | ||
| "average_text_length": 476.8103448275862, | ||
| "max_text_length": 1565, | ||
| "unique_texts": 116 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 187, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 1.6120689655172413, | ||
| "max_relevant_docs_per_query": 4, | ||
| "unique_relevant_docs": 187 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
mteb/descriptive_stats/Retrieval/BrightEarthScienceRetrieval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "standard": { | ||
| "num_samples": 121365, | ||
| "number_of_characters": 40478259, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 40422949, | ||
| "min_text_length": 1, | ||
| "average_text_length": 333.3878959826473, | ||
| "max_text_length": 233622, | ||
| "unique_texts": 117633 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 55310, | ||
| "min_text_length": 83, | ||
| "average_text_length": 476.8103448275862, | ||
| "max_text_length": 1565, | ||
| "unique_texts": 116 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 609, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 5.25, | ||
| "max_relevant_docs_per_query": 23, | ||
| "unique_relevant_docs": 609 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
mteb/descriptive_stats/Retrieval/BrightEconomicsLongRetrieval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "long": { | ||
| "num_samples": 619, | ||
| "number_of_characters": 19993261, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 19917079, | ||
| "min_text_length": 43, | ||
| "average_text_length": 38598.99031007752, | ||
| "max_text_length": 429507, | ||
| "unique_texts": 515 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 76182, | ||
| "min_text_length": 164, | ||
| "average_text_length": 739.6310679611651, | ||
| "max_text_length": 2223, | ||
| "unique_texts": 103 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 109, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 1.058252427184466, | ||
| "max_relevant_docs_per_query": 3, | ||
| "unique_relevant_docs": 109 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
mteb/descriptive_stats/Retrieval/BrightEconomicsRetrieval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "standard": { | ||
| "num_samples": 50323, | ||
| "number_of_characters": 19882579, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 19806397, | ||
| "min_text_length": 1, | ||
| "average_text_length": 394.3926125049781, | ||
| "max_text_length": 39672, | ||
| "unique_texts": 40594 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 76182, | ||
| "min_text_length": 164, | ||
| "average_text_length": 739.6310679611651, | ||
| "max_text_length": 2223, | ||
| "unique_texts": 103 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 823, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 7.990291262135922, | ||
| "max_relevant_docs_per_query": 85, | ||
| "unique_relevant_docs": 823 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
mteb/descriptive_stats/Retrieval/BrightLeetcodeRetrieval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "standard": { | ||
| "num_samples": 414074, | ||
| "number_of_characters": 438348000, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 438140779, | ||
| "min_text_length": 75, | ||
| "average_text_length": 1058.4849178125876, | ||
| "max_text_length": 103665, | ||
| "unique_texts": 413932 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 207221, | ||
| "min_text_length": 422, | ||
| "average_text_length": 1459.3028169014085, | ||
| "max_text_length": 3964, | ||
| "unique_texts": 142 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 262, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 1.8450704225352113, | ||
| "max_relevant_docs_per_query": 5, | ||
| "unique_relevant_docs": 216 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
mteb/descriptive_stats/Retrieval/BrightPonyLongRetrieval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "long": { | ||
| "num_samples": 689, | ||
| "number_of_characters": 2093720, | ||
| "documents_text_statistics": { | ||
| "total_text_length": 2050155, | ||
| "min_text_length": 28, | ||
| "average_text_length": 3553.1282495667247, | ||
| "max_text_length": 108885, | ||
| "unique_texts": 577 | ||
| }, | ||
| "documents_image_statistics": null, | ||
| "queries_text_statistics": { | ||
| "total_text_length": 43565, | ||
| "min_text_length": 182, | ||
| "average_text_length": 388.9732142857143, | ||
| "max_text_length": 946, | ||
| "unique_texts": 112 | ||
| }, | ||
| "queries_image_statistics": null, | ||
| "relevant_docs_statistics": { | ||
| "num_relevant_docs": 769, | ||
| "min_relevant_docs_per_query": 1, | ||
| "average_relevant_docs_per_query": 6.866071428571429, | ||
| "max_relevant_docs_per_query": 12, | ||
| "unique_relevant_docs": 17 | ||
| }, | ||
| "top_ranked_statistics": null | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.