hc99 commited on
Commit
ff88fc5
·
verified ·
1 Parent(s): fc0f7bd

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +17 -0
  2. testbed/embeddings-benchmark__mteb/.gitignore +139 -0
  3. testbed/embeddings-benchmark__mteb/CONTRIBUTING.md +44 -0
  4. testbed/embeddings-benchmark__mteb/LICENSE +201 -0
  5. testbed/embeddings-benchmark__mteb/Makefile +28 -0
  6. testbed/embeddings-benchmark__mteb/README.md +259 -0
  7. testbed/embeddings-benchmark__mteb/pyproject.toml +101 -0
  8. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CUADPriceRestrictionsLegalBenchClassification.json +15 -0
  9. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CUADThirdPartyBeneficiaryLegalBenchClassification.json +15 -0
  10. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CUADUncappedLiabilityLegalBenchClassification.json +15 -0
  11. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CUADVolumeRestrictionLegalBenchClassification.json +15 -0
  12. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CanadaTaxCourtOutcomesLegalBenchClassification.json +13 -0
  13. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CodeEditSearchRetrieval.json +489 -0
  14. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIInclusionOfVerballyConveyedInformationLegalBenchClassification.json +15 -0
  15. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLILimitedUseLegalBenchClassification.json +15 -0
  16. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLINoLicensingLegalBenchClassification.json +15 -0
  17. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLINoticeOnCompelledDisclosureLegalBenchClassification.json +15 -0
  18. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIPermissibleAcquirementOfSimilarInformationLegalBenchClassification.json +15 -0
  19. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIPermissibleCopyLegalBenchClassification.json +15 -0
  20. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIPermissibleDevelopmentOfSimilarInformationLegalBenchClassification.json +15 -0
  21. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIReturnOfConfidentialInformationLegalBenchClassification.json +15 -0
  22. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLISharingWithEmployeesLegalBenchClassification.json +15 -0
  23. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLISharingWithThirdPartiesLegalBenchClassification.json +15 -0
  24. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLISurvivalOfObligationsLegalBenchClassification.json +15 -0
  25. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CorporateLobbyingLegalBenchClassification.json +15 -0
  26. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CrossLingualSemanticDiscriminationWMT19.json +82 -0
  27. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CrossLingualSemanticDiscriminationWMT21.json +82 -0
  28. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CyrillicTurkicLangClassification.json +13 -0
  29. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CzechProductReviewSentimentClassification.json +13 -0
  30. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CzechSoMeSentimentClassification.json +13 -0
  31. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CzechSubjectivityClassification.json +25 -0
  32. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DBpediaClassification.json +13 -0
  33. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DanFEVER.json +38 -0
  34. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DefinitionClassificationLegalBenchClassification.json +15 -0
  35. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DiaBlaBitextMining.json +22 -0
  36. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity1LegalBenchClassification.json +15 -0
  37. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity2LegalBenchClassification.json +15 -0
  38. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity3LegalBenchClassification.json +15 -0
  39. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity4LegalBenchClassification.json +15 -0
  40. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity5LegalBenchClassification.json +15 -0
  41. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity6LegalBenchClassification.json +15 -0
  42. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DutchBookReviewSentimentClassification.json +15 -0
  43. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/EightTagsClustering.v2.json +33 -0
  44. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/EstQA.json +43 -0
  45. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/EstonianValenceClassification.json +13 -0
  46. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FQuADRetrieval.json +81 -0
  47. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FaroeseSTS.json +20 -0
  48. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FarsTail.json +49 -0
  49. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FilipinoHateSpeechClassification.json +25 -0
  50. testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FilipinoShopeeReviewsClassification.json +21 -0
.gitattributes CHANGED
@@ -81,3 +81,20 @@ testbed/pyvista__pyvista/doc/intersphinx/python-objects.inv filter=lfs diff=lfs
81
  testbed/pyvista__pyvista/doc/intersphinx/pandas-objects.inv filter=lfs diff=lfs merge=lfs -text
82
  testbed/pyvista__pyvista/doc/intersphinx/scipy-objects.inv filter=lfs diff=lfs merge=lfs -text
83
  testbed/pyvista__pyvista/doc/intersphinx/matplotlib-objects.inv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  testbed/pyvista__pyvista/doc/intersphinx/pandas-objects.inv filter=lfs diff=lfs merge=lfs -text
82
  testbed/pyvista__pyvista/doc/intersphinx/scipy-objects.inv filter=lfs diff=lfs merge=lfs -text
83
  testbed/pyvista__pyvista/doc/intersphinx/matplotlib-objects.inv filter=lfs diff=lfs merge=lfs -text
84
+ testbed/pyocd__pyOCD/test/data/NXP.MK64F12_DFP.11.0.0.pack filter=lfs diff=lfs merge=lfs -text
85
+ testbed/pydicom__pydicom/pydicom/data/test_files/liver.dcm filter=lfs diff=lfs merge=lfs -text
86
+ testbed/pydicom__pydicom/pydicom/data/test_files/liver_expb.dcm filter=lfs diff=lfs merge=lfs -text
87
+ testbed/pydicom__pydicom/pydicom/data/test_files/SC_rgb_expb_32bit_2frame.dcm filter=lfs diff=lfs merge=lfs -text
88
+ testbed/pydicom__pydicom/pydicom/data/test_files/SC_rgb_expb_32bit.dcm filter=lfs diff=lfs merge=lfs -text
89
+ testbed/pydicom__pydicom/pydicom/data/test_files/SC_rgb_32bit_2frame.dcm filter=lfs diff=lfs merge=lfs -text
90
+ testbed/pydicom__pydicom/pydicom/data/test_files/color3d_jpeg_baseline.dcm filter=lfs diff=lfs merge=lfs -text
91
+ testbed/pydicom__pydicom/pydicom/data/test_files/SC_rgb_16bit_2frame.dcm filter=lfs diff=lfs merge=lfs -text
92
+ testbed/pydicom__pydicom/pydicom/data/test_files/SC_rgb_expb_16bit_2frame.dcm filter=lfs diff=lfs merge=lfs -text
93
+ testbed/pydicom__pydicom/pydicom/data/test_files/OBXXXX1A_expb.dcm filter=lfs diff=lfs merge=lfs -text
94
+ testbed/pydicom__pydicom/pydicom/data/test_files/JPEG-LL.dcm filter=lfs diff=lfs merge=lfs -text
95
+ testbed/pydicom__pydicom/pydicom/data/test_files/OBXXXX1A_expb_2frame.dcm filter=lfs diff=lfs merge=lfs -text
96
+ testbed/pydicom__pydicom/pydicom/data/test_files/OBXXXX1A_2frame.dcm filter=lfs diff=lfs merge=lfs -text
97
+ testbed/pydicom__pydicom/pydicom/data/test_files/OT-PAL-8-face.dcm filter=lfs diff=lfs merge=lfs -text
98
+ testbed/pydicom__pydicom/pydicom/data/test_files/SC_rgb_32bit.dcm filter=lfs diff=lfs merge=lfs -text
99
+ testbed/pydicom__pydicom/pydicom/data/test_files/OBXXXX1A.dcm filter=lfs diff=lfs merge=lfs -text
100
+ testbed/pvlib__pvlib-python/pvlib/data/aod550_tcwv_20121101_test.nc filter=lfs diff=lfs merge=lfs -text
testbed/embeddings-benchmark__mteb/.gitignore ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .DS_Store
2
+ .idea/
3
+
4
+ # Byte-compiled / optimized / DLL files
5
+ __pycache__/
6
+ *.py[cod]
7
+ *$py.class
8
+
9
+ # C extensions
10
+ *.so
11
+
12
+ # Distribution / packaging
13
+ .Python
14
+ build/
15
+ develop-eggs/
16
+ dist/
17
+ downloads/
18
+ eggs/
19
+ .eggs/
20
+ lib/
21
+ lib64/
22
+ parts/
23
+ sdist/
24
+ var/
25
+ wheels/
26
+ pip-wheel-metadata/
27
+ share/python-wheels/
28
+ *.egg-info/
29
+ .installed.cfg
30
+ *.egg
31
+ MANIFEST
32
+
33
+ # PyInstaller
34
+ # Usually these files are written by a python script from a template
35
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
36
+ *.manifest
37
+ *.spec
38
+
39
+ # Installer logs
40
+ pip-log.txt
41
+ pip-delete-this-directory.txt
42
+
43
+ # Unit test / coverage reports
44
+ htmlcov/
45
+ .tox/
46
+ .nox/
47
+ .coverage
48
+ .coverage.*
49
+ .cache
50
+ nosetests.xml
51
+ coverage.xml
52
+ *.cover
53
+ *.py,cover
54
+ .hypothesis/
55
+ .pytest_cache/
56
+
57
+ # Translations
58
+ *.mo
59
+ *.pot
60
+
61
+ # Django stuff:
62
+ *.log
63
+ local_settings.py
64
+ db.sqlite3
65
+ db.sqlite3-journal
66
+
67
+ # Flask stuff:
68
+ instance/
69
+ .webassets-cache
70
+
71
+ # Scrapy stuff:
72
+ .scrapy
73
+
74
+ # Sphinx documentation
75
+ docs/_build/
76
+
77
+ # PyBuilder
78
+ target/
79
+
80
+ # Jupyter Notebook
81
+ .ipynb_checkpoints
82
+
83
+ # IPython
84
+ profile_default/
85
+ ipython_config.py
86
+
87
+ # pyenv
88
+ .python-version
89
+
90
+ # pipenv
91
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
93
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
94
+ # install all needed dependencies.
95
+ #Pipfile.lock
96
+
97
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
98
+ __pypackages__/
99
+
100
+ # Celery stuff
101
+ celerybeat-schedule
102
+ celerybeat.pid
103
+
104
+ # SageMath parsed files
105
+ *.sage.py
106
+
107
+ # Environments
108
+ .env
109
+ .venv
110
+ env/
111
+ venv/
112
+ ENV/
113
+ env.bak/
114
+ venv.bak/
115
+
116
+ # Spyder project settings
117
+ .spyderproject
118
+ .spyproject
119
+
120
+ # Rope project settings
121
+ .ropeproject
122
+
123
+ # mkdocs documentation
124
+ /site
125
+
126
+ # mypy
127
+ .mypy_cache/
128
+ .dmypy.json
129
+ dmypy.json
130
+
131
+ # Pyre type checker
132
+ .pyre/
133
+
134
+ # error logs
135
+ error_logs.txt
136
+
137
+ # tests
138
+ tests/results
139
+ tmp.py
testbed/embeddings-benchmark__mteb/CONTRIBUTING.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Contributing to MTEB
2
+ We welcome contributions such as new datasets to MTEB! Please see detailed see the related [issue](https://github.com/embeddings-benchmark/mteb/issues/360) for more information.
3
+
4
+ Once you have decided on your contribution, this document describes how to set up the repository for development.
5
+
6
+ ### Development Installation
7
+ If you want to submit a dataset or on other ways contribute to MTEB, you can install the package in development mode:
8
+
9
+ ```bash
10
+ git clone https://github.com/embeddings-benchmark/mteb
11
+ cd mteb
12
+
13
+ # create your virtual environment and activate it
14
+ make install
15
+ ```
16
+
17
+ ### Running Tests
18
+ To run the tests, you can use the following command:
19
+
20
+ ```bash
21
+ make test
22
+ ```
23
+
24
+ This is also run by the CI pipeline, so you can be sure that your changes do not break the package. We recommend running the tests in the lowest version of python supported by the package (see the pyproject.toml) to ensure compatibility.
25
+
26
+ ### Running linting
27
+ To run the linting before a PR you can use the following command:
28
+
29
+ ```bash
30
+ make lint
31
+ ```
32
+
33
+ This command is equivalent to the command run during CI. It will check for code style and formatting issues.
34
+
35
+ ## Semantic Versioning and Releases
36
+ MTEB follows [semantic versioning](https://semver.org/). This means that the version number of the package is composed of three numbers: `MAJOR.MINOR.PATCH`. This allow us to use existing tools to automatically manage the versioning of the package. For maintainers (and contributors), this means that commits with the following prefixes will automatically trigger a version bump:
37
+
38
+ - `fix:` for patches
39
+ - `feat:` for minor versions
40
+ - `breaking:` for major versions
41
+
42
+ Any commit with one of these prefixes will trigger a version bump upon merging to the main branch as long as tests pass. A version bump will then trigger a new release on PyPI as well as a new release on GitHub.
43
+
44
+ Other prefixes will not trigger a version bump. For example, `docs:`, `chore:`, `refactor:`, etc., however they will structure the commit history and the changelog. You can find more information about this in the [python-semantic-release documentation](https://python-semantic-release.readthedocs.io/en/latest/). If you do not intend to trigger a version bump you're not required to follow this convention when contributing to MTEB.
testbed/embeddings-benchmark__mteb/LICENSE ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
testbed/embeddings-benchmark__mteb/Makefile ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ install:
2
+ @echo "--- 🚀 Installing project dependencies ---"
3
+ pip install -e ".[dev]"
4
+
5
+ install-for-tests:
6
+ @echo "--- 🚀 Installing project dependencies for test ---"
7
+ @echo "This ensures that the project is not installed in editable mode"
8
+ pip install ".[dev]"
9
+
10
+ lint:
11
+ @echo "--- 🧹 Running linters ---"
12
+ ruff format . # running ruff formatting
13
+ ruff check . --fix # running ruff linting
14
+
15
+ lint-check:
16
+ @echo "--- 🧹 Check is project is linted ---"
17
+ # Required for CI to work, otherwise it will just pass
18
+ ruff format . --check # running ruff formatting
19
+ ruff check **/*.py # running ruff linting
20
+
21
+ test:
22
+ @echo "--- 🧪 Running tests ---"
23
+ pytest -n auto --durations=5
24
+
25
+ pr:
26
+ @echo "--- 🚀 Running requirements for a PR ---"
27
+ make lint
28
+ make test
testbed/embeddings-benchmark__mteb/README.md ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h1 align="center">Massive Text Embedding Benchmark</h1>
2
+
3
+ <p align="center">
4
+ <a href="https://github.com/embeddings-benchmark/mteb/releases">
5
+ <img alt="GitHub release" src="https://img.shields.io/github/release/embeddings-benchmark/mteb.svg">
6
+ </a>
7
+ <a href="https://arxiv.org/abs/2210.07316">
8
+ <img alt="GitHub release" src="https://img.shields.io/badge/arXiv-2305.14251-b31b1b.svg">
9
+ </a>
10
+ <a href="https://github.com/embeddings-benchmark/mteb/blob/master/LICENSE">
11
+ <img alt="License" src="https://img.shields.io/github/license/embeddings-benchmark/mteb.svg?color=green">
12
+ </a>
13
+ <a href="https://pepy.tech/project/mteb">
14
+ <img alt="Downloads" src="https://static.pepy.tech/personalized-badge/mteb?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads">
15
+ </a>
16
+ </p>
17
+
18
+ <h4 align="center">
19
+ <p>
20
+ <a href="#installation">Installation</a> |
21
+ <a href="#usage">Usage</a> |
22
+ <a href="https://huggingface.co/spaces/mteb/leaderboard">Leaderboard</a> |
23
+ <a href="#documentation">Documentation</a> |
24
+ <a href="#citing">Citing</a>
25
+ <p>
26
+ </h4>
27
+
28
+ <h3 align="center">
29
+ <a href="https://huggingface.co/spaces/mteb/leaderboard"><img style="float: middle; padding: 10px 10px 10px 10px;" width="60" height="55" src="./docs/images/hf_logo.png" /></a>
30
+ </h3>
31
+
32
+
33
+ ## Installation
34
+
35
+ ```bash
36
+ pip install mteb
37
+ ```
38
+
39
+ ## Usage
40
+
41
+ * Using a python script (see [scripts/run_mteb_english.py](https://github.com/embeddings-benchmark/mteb/blob/main/scripts/run_mteb_english.py) and [mteb/mtebscripts](https://github.com/embeddings-benchmark/mtebscripts) for more):
42
+
43
+ ```python
44
+ import mteb
45
+ from sentence_transformers import SentenceTransformer
46
+
47
+ # Define the sentence-transformers model name
48
+ model_name = "average_word_embeddings_komninos"
49
+ # or directly from huggingface:
50
+ # model_name = "sentence-transformers/all-MiniLM-L6-v2"
51
+
52
+ model = SentenceTransformer(model_name)
53
+ tasks = mteb.get_tasks(tasks=["Banking77Classification"])
54
+ evaluation = mteb.MTEB(tasks=tasks)
55
+ results = evaluation.run(model, output_folder=f"results/{model_name}")
56
+ ```
57
+
58
+ * Using CLI
59
+
60
+ ```bash
61
+ mteb --available_tasks
62
+
63
+ mteb -m sentence-transformers/all-MiniLM-L6-v2 \
64
+ -t Banking77Classification \
65
+ --verbosity 3
66
+
67
+ # if nothing is specified default to saving the results in the results/{model_name} folder
68
+ ```
69
+
70
+ * Using multiple GPUs in parallel can be done by just having a custom encode function that distributes the inputs to multiple GPUs like e.g. [here](https://github.com/microsoft/unilm/blob/b60c741f746877293bb85eed6806736fc8fa0ffd/e5/mteb_eval.py#L60) or [here](https://github.com/ContextualAI/gritlm/blob/09d8630f0c95ac6a456354bcb6f964d7b9b6a609/gritlm/gritlm.py#L75).
71
+
72
+ <br />
73
+
74
+ <details>
75
+ <summary> Advanced Usage (click to unfold) </summary>
76
+
77
+
78
+ ## Advanced Usage
79
+
80
+
81
+ ### Dataset selection
82
+
83
+ Datasets can be selected by providing the list of datasets, but also
84
+
85
+ * by their task (e.g. "Clustering" or "Classification")
86
+
87
+ ```python
88
+ tasks = mteb.get_tasks(task_types=["Clustering", "Retrieval"]) # Only select clustering and retrieval tasks
89
+ ```
90
+
91
+ * by their categories e.g. "s2s" (sentence to sentence) or "p2p" (paragraph to paragraph)
92
+
93
+ ```python
94
+ tasks = mteb.get_tasks(categories=["s2s", "p2p"]) # Only select sentence2sentence and paragraph2paragraph datasets
95
+ ```
96
+
97
+ * by their languages
98
+
99
+ ```python
100
+ tasks = mteb.get_tasks(languages=["eng", "deu"]) # Only select datasets which contain "eng" or "deu" (iso 639-3 codes)
101
+ ```
102
+
103
+ You can also specify which languages to load for multilingual/cross-lingual tasks like below:
104
+
105
+ ```python
106
+ import mteb
107
+
108
+ tasks = [
109
+ mteb.get_task("AmazonReviewsClassification", languages = ["eng", "fra"]),
110
+ mteb.get_task("BUCCBitextMining", languages = ["deu"]), # all subsets containing "deu"
111
+ ]
112
+
113
+ # or you can select specific huggingface subsets like this:
114
+ from mteb.tasks import AmazonReviewsClassification, BUCCBitextMining
115
+
116
+ evaluation = mteb.MTEB(tasks=[
117
+ AmazonReviewsClassification(hf_subsets=["en", "fr"]) # Only load "en" and "fr" subsets of Amazon Reviews
118
+ BUCCBitextMining(hf_subsets=["de-en"]), # Only load "de-en" subset of BUCC
119
+ ])
120
+ # for an example of a HF subset see "Subset" in the dataset viewer at: https://huggingface.co/datasets/mteb/bucc-bitext-mining
121
+ ```
122
+
123
+ There are also presets available for certain task collections, e.g. to select the 56 English datasets that form the "Overall MTEB English leaderboard":
124
+
125
+ ```python
126
+ from mteb import MTEB_MAIN_EN
127
+ evaluation = mteb.MTEB(tasks=MTEB_MAIN_EN, task_langs=["en"])
128
+ ```
129
+
130
+
131
+ ### Evaluation split
132
+ You can evaluate only on `test` splits of all tasks by doing the following:
133
+
134
+ ```python
135
+ evaluation.run(model, eval_splits=["test"])
136
+ ```
137
+
138
+ Note that the public leaderboard uses the test splits for all datasets except MSMARCO, where the "dev" split is used.
139
+
140
+ ### Using a custom model
141
+
142
+ Models should implement the following interface, implementing an `encode` function taking as inputs a list of sentences, and returning a list of embeddings (embeddings can be `np.array`, `torch.tensor`, etc.). For inspiration, you can look at the [mteb/mtebscripts repo](https://github.com/embeddings-benchmark/mtebscripts) used for running diverse models via SLURM scripts for the paper.
143
+
144
+ ```python
145
+ class MyModel():
146
+ def encode(
147
+ self, sentences: list[str], **kwargs: Any
148
+ ) -> torch.Tensor | np.ndarray:
149
+ """Encodes the given sentences using the encoder.
150
+
151
+ Args:
152
+ sentences: The sentences to encode.
153
+ **kwargs: Additional arguments to pass to the encoder.
154
+
155
+ Returns:
156
+ The encoded sentences.
157
+ """
158
+ pass
159
+
160
+ model = MyModel()
161
+ tasks = mteb.get_task("Banking77Classification")
162
+ evaluation = MTEB(tasks=tasks)
163
+ evaluation.run(model)
164
+ ```
165
+
166
+ If you'd like to use different encoding functions for query and corpus when evaluating on Retrieval or Reranking tasks, you can add separate methods for `encode_queries` and `encode_corpus`. If these methods exist, they will be automatically used for those tasks. You can refer to the `DRESModel` at `mteb/evaluation/evaluators/RetrievalEvaluator.py` for an example of these functions.
167
+
168
+ ```python
169
+ class MyModel():
170
+ def encode_queries(self, queries: list[str], **kwargs) -> list[np.ndarray] | list[torch.Tensor]:
171
+ """
172
+ Returns a list of embeddings for the given sentences.
173
+ Args:
174
+ queries: List of sentences to encode
175
+
176
+ Returns:
177
+ List of embeddings for the given sentences
178
+ """
179
+ pass
180
+
181
+ def encode_corpus(self, corpus: list[str] | list[dict[str, str]], **kwargs) -> list[np.ndarray] | list[torch.Tensor]:
182
+ """
183
+ Returns a list of embeddings for the given sentences.
184
+ Args:
185
+ corpus: List of sentences to encode
186
+ or list of dictionaries with keys "title" and "text"
187
+
188
+ Returns:
189
+ List of embeddings for the given sentences
190
+ """
191
+ pass
192
+ ```
193
+
194
+ ### Evaluating on a custom dataset
195
+
196
+ To evaluate on a custom task, you can run the following code on your custom task. See [how to add a new task](docs/adding_a_dataset.md), for how to create a new task in MTEB.
197
+
198
+ ```python
199
+ from mteb import MTEB
200
+ from mteb.abstasks.AbsTaskReranking import AbsTaskReranking
201
+ from sentence_transformers import SentenceTransformer
202
+
203
+
204
+ class MyCustomTask(AbsTaskReranking):
205
+ ...
206
+
207
+ model = SentenceTransformer("average_word_embeddings_komninos")
208
+ evaluation = MTEB(tasks=[MyCustomTask()])
209
+ evaluation.run(model)
210
+ ```
211
+
212
+ </details>
213
+
214
+ <br />
215
+
216
+ ## Documentation
217
+
218
+ | Documentation | |
219
+ | ------------------------------ | ---------------------- |
220
+ | 📋 [Tasks] | Overview of available tasks |
221
+ | 📈 [Leaderboard] | The interactive leaderboard of the benchmark |
222
+ | 🤖 [Adding a model] | Information related to how to submit a model to the leaderboard |
223
+ | 👩‍💻 [Adding a dataset] | How to add a new task/dataset to MTEB | 
224
+ | 👩‍💻 [Adding a leaderboard tab] | How to add a new leaderboard tab to MTEB | 
225
+ | 🤝 [Contributing] | How to contribute to MTEB and set it up for development |
226
+ <!-- | 🌐 [MMTEB] | An open-source effort to extend MTEB to cover a broad set of languages |   -->
227
+
228
+ [Tasks]: docs/tasks.md
229
+ [Contributing]: CONTRIBUTING.md
230
+ [Adding a model]: docs/adding_a_model.md
231
+ [Adding a dataset]: docs/adding_a_dataset.md
232
+ [Adding a leaderboard tab]: docs/adding_a_leaderboard_tab.md
233
+ [Leaderboard]: https://huggingface.co/spaces/mteb/leaderboard
234
+ [MMTEB]: docs/mmteb/readme.md
235
+
236
+ ## Citing
237
+
238
+ MTEB was introduced in "[MTEB: Massive Text Embedding Benchmark](https://arxiv.org/abs/2210.07316)", feel free to cite:
239
+
240
+ ```bibtex
241
+ @article{muennighoff2022mteb,
242
+ doi = {10.48550/ARXIV.2210.07316},
243
+ url = {https://arxiv.org/abs/2210.07316},
244
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
245
+ title = {MTEB: Massive Text Embedding Benchmark},
246
+ publisher = {arXiv},
247
+ journal={arXiv preprint arXiv:2210.07316},
248
+ year = {2022}
249
+ }
250
+ ```
251
+
252
+ You may also want to read and cite the amazing work that has extended MTEB & integrated new datasets:
253
+ - Shitao Xiao, Zheng Liu, Peitian Zhang, Niklas Muennighoff. "[C-Pack: Packaged Resources To Advance General Chinese Embedding](https://arxiv.org/abs/2309.07597)" arXiv 2023
254
+ - Michael Günther, Jackmin Ong, Isabelle Mohr, Alaeddine Abdessalem, Tanguy Abel, Mohammad Kalim Akram, Susana Guzman, Georgios Mastrapas, Saba Sturua, Bo Wang, Maximilian Werk, Nan Wang, Han Xiao. "[Jina Embeddings 2: 8192-Token General-Purpose Text Embeddings for Long Documents](https://arxiv.org/abs/2310.19923)" arXiv 2023
255
+ - Silvan Wehrli, Bert Arnrich, Christopher Irrgang. "[German Text Embedding Clustering Benchmark](https://arxiv.org/abs/2401.02709)" arXiv 2024
256
+ - Orion Weller, Benjamin Chang, Sean MacAvaney, Kyle Lo, Arman Cohan, Benjamin Van Durme, Dawn Lawrie, Luca Soldaini. "[FollowIR: Evaluating and Teaching Information Retrieval Models to Follow Instructions](https://arxiv.org/abs/2403.15246)" arXiv 2024
257
+ - Dawei Zhu, Liang Wang, Nan Yang, Yifan Song, Wenhao Wu, Furu Wei, Sujian Li. "[LongEmbed: Extending Embedding Models for Long Context Retrieval](https://arxiv.org/abs/2404.12096)" arXiv 2024
258
+
259
+ For works that have used MTEB for benchmarking, you can find them on the [leaderboard](https://huggingface.co/spaces/mteb/leaderboard).
testbed/embeddings-benchmark__mteb/pyproject.toml ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=42", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "mteb"
7
+ version = "1.12.5"
8
+ description = "Massive Text Embedding Benchmark"
9
+ readme = "README.md"
10
+ authors = [
11
+ { name = "MTEB Contributors", email = "niklas@huggingface.co" },
12
+ { email = "nouamane@huggingface.co" },
13
+ { email = "info@nils-reimers.de" },
14
+ ]
15
+ license = { file = "LICENSE" }
16
+ keywords = ["deep learning", "text embeddings", "benchmark"]
17
+ classifiers = [
18
+ "Development Status :: 4 - Beta",
19
+ "Environment :: Console",
20
+ "Intended Audience :: Developers",
21
+ "Intended Audience :: Information Technology",
22
+ "License :: OSI Approved :: Apache Software License",
23
+ "Operating System :: OS Independent",
24
+ "Programming Language :: Python",
25
+ ]
26
+ requires-python = ">=3.8"
27
+ dependencies = [
28
+ "datasets>=2.19.0",
29
+ "jsonlines",
30
+ "numpy",
31
+ "requests>=2.26.0",
32
+ "scikit_learn>=1.0.2",
33
+ "scipy",
34
+ "sentence_transformers>=2.2.0",
35
+ "torch",
36
+ "tqdm",
37
+ "rich",
38
+ "pytrec-eval-terrier>=0.5.6",
39
+ "pydantic>=2.0.0",
40
+ "typing_extensions",
41
+ "eval_type_backport",
42
+ "polars>=0.20.22",
43
+ ]
44
+
45
+
46
+ [project.urls]
47
+ homepage = "https://github.com/embeddings-benchmark/mteb"
48
+ "Huggingface Organization" = "https://huggingface.co/mteb"
49
+ "Source Code" = "https://github.com/embeddings-benchmark/mteb"
50
+
51
+ [project.scripts]
52
+ mteb = "mteb.cmd:main"
53
+
54
+ [project.optional-dependencies]
55
+ dev = ["ruff>=0.0.254", "pytest", "pytest-xdist"]
56
+ codecarbon = ["codecarbon"]
57
+
58
+
59
+ [tool.setuptools.packages.find]
60
+ exclude = ["tests", "results"]
61
+
62
+ [tool.setuptools.package-data]
63
+ "*" = ["*.json"]
64
+
65
+ [tool.ruff]
66
+ target-version = "py38"
67
+
68
+ [tool.ruff.lint]
69
+ select = ["F", "I", "E", "D"]
70
+ ignore = ["E501", # line too long
71
+ "E741", # ambiguous variable name
72
+ "F403", # undefined import
73
+ "D100", # Missing docstring in public module
74
+ "D101", # Missing docstring in public class
75
+ "D102", # Missing docstring in public method
76
+ "D103", # Missing docstring in public function
77
+ "D105", # Missing docstring in magic method
78
+ "D104", # Missing docstring in public package
79
+ "D107", # Missing docstring in __init__
80
+ "D205", # 1 blank line required between summary line and description
81
+ "D415", # First line should end with a period
82
+ ]
83
+ ignore-init-module-imports = true
84
+
85
+ [tool.ruff.lint.pydocstyle]
86
+ convention = "google"
87
+
88
+ [tool.ruff.lint.flake8-annotations]
89
+ mypy-init-return = true
90
+ suppress-none-returning = true
91
+
92
+ [tool.semantic_release]
93
+ branch = "main"
94
+ version_toml = ["pyproject.toml:project.version"]
95
+ build_command = "python -m pip install build; python -m build"
96
+ tag_format = "{version}"
97
+
98
+ [tool.semantic_release.commit_parser_options]
99
+ major_types = ["breaking"]
100
+ minor_types = ["feat"]
101
+ patch_types = ["fix", "perf"]
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CUADPriceRestrictionsLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "CUADPriceRestrictionsLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.9130434782608695,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.8518518518518519,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 12.05,
11
+ "f1": 0.9123809523809522,
12
+ "f1_stderr": 1.1102230246251565e-16,
13
+ "main_score": 0.9130434782608695
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CUADThirdPartyBeneficiaryLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "CUADThirdPartyBeneficiaryLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.8529411764705882,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.7823529411764706,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 27.29,
11
+ "f1": 0.8517872711421098,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.8529411764705882
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CUADUncappedLiabilityLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "CUADUncappedLiabilityLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.7687074829931972,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.6861290857806537,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 44.73,
11
+ "f1": 0.7593412942989215,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.7687074829931972
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CUADVolumeRestrictionLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "CUADVolumeRestrictionLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.7795031055900621,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.765527950310559,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 49.74,
11
+ "f1": 0.7712953792903374,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.7795031055900621
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CanadaTaxCourtOutcomesLegalBenchClassification.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "CanadaTaxCourtOutcomesLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.7745901639344261,
7
+ "accuracy_stderr": 1.1102230246251565e-16,
8
+ "evaluation_time": 31.73,
9
+ "f1": 0.6713839797060511,
10
+ "f1_stderr": 0.0,
11
+ "main_score": 0.7745901639344261
12
+ }
13
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CodeEditSearchRetrieval.json ADDED
@@ -0,0 +1,489 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "4e51c66e0939303f6928472f13ad0848b2a3f4c0",
3
+ "mteb_dataset_name": "CodeEditSearchRetrieval",
4
+ "mteb_version": "1.7.41",
5
+ "train": {
6
+ "c": {
7
+ "map_at_1": 0.186,
8
+ "map_at_10": 0.23473,
9
+ "map_at_100": 0.24388,
10
+ "map_at_1000": 0.24532,
11
+ "map_at_20": 0.23964,
12
+ "map_at_3": 0.218,
13
+ "map_at_5": 0.22605,
14
+ "mrr_at_1": 0.186,
15
+ "mrr_at_10": 0.23473,
16
+ "mrr_at_100": 0.24388,
17
+ "mrr_at_1000": 0.24532,
18
+ "mrr_at_20": 0.23964,
19
+ "mrr_at_3": 0.218,
20
+ "mrr_at_5": 0.22605,
21
+ "ndcg_at_1": 0.186,
22
+ "ndcg_at_10": 0.2646,
23
+ "ndcg_at_100": 0.31515,
24
+ "ndcg_at_1000": 0.36195,
25
+ "ndcg_at_20": 0.28236,
26
+ "ndcg_at_3": 0.22852,
27
+ "ndcg_at_5": 0.24319,
28
+ "precision_at_1": 0.186,
29
+ "precision_at_10": 0.0362,
30
+ "precision_at_100": 0.00613,
31
+ "precision_at_1000": 0.001,
32
+ "precision_at_20": 0.0216,
33
+ "precision_at_3": 0.08633,
34
+ "precision_at_5": 0.059,
35
+ "recall_at_1": 0.186,
36
+ "recall_at_10": 0.362,
37
+ "recall_at_100": 0.613,
38
+ "recall_at_1000": 1.0,
39
+ "recall_at_20": 0.432,
40
+ "recall_at_3": 0.259,
41
+ "recall_at_5": 0.295
42
+ },
43
+ "c++": {
44
+ "map_at_1": 0.183,
45
+ "map_at_10": 0.24068,
46
+ "map_at_100": 0.25143,
47
+ "map_at_1000": 0.2527,
48
+ "map_at_20": 0.24629,
49
+ "map_at_3": 0.22283,
50
+ "map_at_5": 0.23433,
51
+ "mrr_at_1": 0.183,
52
+ "mrr_at_10": 0.24046,
53
+ "mrr_at_100": 0.25121,
54
+ "mrr_at_1000": 0.25248,
55
+ "mrr_at_20": 0.24607,
56
+ "mrr_at_3": 0.22233,
57
+ "mrr_at_5": 0.23428,
58
+ "ndcg_at_1": 0.183,
59
+ "ndcg_at_10": 0.27251,
60
+ "ndcg_at_100": 0.33129,
61
+ "ndcg_at_1000": 0.37207,
62
+ "ndcg_at_20": 0.29281,
63
+ "ndcg_at_3": 0.2362,
64
+ "ndcg_at_5": 0.25686,
65
+ "precision_at_1": 0.183,
66
+ "precision_at_10": 0.0374,
67
+ "precision_at_100": 0.00664,
68
+ "precision_at_1000": 0.001,
69
+ "precision_at_20": 0.0227,
70
+ "precision_at_3": 0.09167,
71
+ "precision_at_5": 0.065,
72
+ "recall_at_1": 0.183,
73
+ "recall_at_10": 0.374,
74
+ "recall_at_100": 0.664,
75
+ "recall_at_1000": 1.0,
76
+ "recall_at_20": 0.454,
77
+ "recall_at_3": 0.275,
78
+ "recall_at_5": 0.325
79
+ },
80
+ "evaluation_time": 23.02,
81
+ "go": {
82
+ "map_at_1": 0.228,
83
+ "map_at_10": 0.28359,
84
+ "map_at_100": 0.29424,
85
+ "map_at_1000": 0.29546,
86
+ "map_at_20": 0.28952,
87
+ "map_at_3": 0.264,
88
+ "map_at_5": 0.2744,
89
+ "mrr_at_1": 0.228,
90
+ "mrr_at_10": 0.28359,
91
+ "mrr_at_100": 0.29424,
92
+ "mrr_at_1000": 0.29546,
93
+ "mrr_at_20": 0.28952,
94
+ "mrr_at_3": 0.264,
95
+ "mrr_at_5": 0.2744,
96
+ "ndcg_at_1": 0.228,
97
+ "ndcg_at_10": 0.31698,
98
+ "ndcg_at_100": 0.37443,
99
+ "ndcg_at_1000": 0.4106,
100
+ "ndcg_at_20": 0.33868,
101
+ "ndcg_at_3": 0.27581,
102
+ "ndcg_at_5": 0.29487,
103
+ "precision_at_1": 0.228,
104
+ "precision_at_10": 0.0425,
105
+ "precision_at_100": 0.00707,
106
+ "precision_at_1000": 0.001,
107
+ "precision_at_20": 0.02555,
108
+ "precision_at_3": 0.10333,
109
+ "precision_at_5": 0.0714,
110
+ "recall_at_1": 0.228,
111
+ "recall_at_10": 0.425,
112
+ "recall_at_100": 0.707,
113
+ "recall_at_1000": 1.0,
114
+ "recall_at_20": 0.511,
115
+ "recall_at_3": 0.31,
116
+ "recall_at_5": 0.357
117
+ },
118
+ "java": {
119
+ "map_at_1": 0.17,
120
+ "map_at_10": 0.22235,
121
+ "map_at_100": 0.23297,
122
+ "map_at_1000": 0.23435,
123
+ "map_at_20": 0.22836,
124
+ "map_at_3": 0.20583,
125
+ "map_at_5": 0.21478,
126
+ "mrr_at_1": 0.17,
127
+ "mrr_at_10": 0.22235,
128
+ "mrr_at_100": 0.23297,
129
+ "mrr_at_1000": 0.23435,
130
+ "mrr_at_20": 0.22836,
131
+ "mrr_at_3": 0.20583,
132
+ "mrr_at_5": 0.21478,
133
+ "ndcg_at_1": 0.17,
134
+ "ndcg_at_10": 0.25361,
135
+ "ndcg_at_100": 0.3115,
136
+ "ndcg_at_1000": 0.35513,
137
+ "ndcg_at_20": 0.27574,
138
+ "ndcg_at_3": 0.21815,
139
+ "ndcg_at_5": 0.23446,
140
+ "precision_at_1": 0.17,
141
+ "precision_at_10": 0.0355,
142
+ "precision_at_100": 0.00641,
143
+ "precision_at_1000": 0.001,
144
+ "precision_at_20": 0.02215,
145
+ "precision_at_3": 0.08467,
146
+ "precision_at_5": 0.0588,
147
+ "recall_at_1": 0.17,
148
+ "recall_at_10": 0.355,
149
+ "recall_at_100": 0.641,
150
+ "recall_at_1000": 1.0,
151
+ "recall_at_20": 0.443,
152
+ "recall_at_3": 0.254,
153
+ "recall_at_5": 0.294
154
+ },
155
+ "javascript": {
156
+ "map_at_1": 0.198,
157
+ "map_at_10": 0.26473,
158
+ "map_at_100": 0.27347,
159
+ "map_at_1000": 0.27481,
160
+ "map_at_20": 0.26874,
161
+ "map_at_3": 0.2435,
162
+ "map_at_5": 0.25415,
163
+ "mrr_at_1": 0.198,
164
+ "mrr_at_10": 0.26473,
165
+ "mrr_at_100": 0.27347,
166
+ "mrr_at_1000": 0.27481,
167
+ "mrr_at_20": 0.26874,
168
+ "mrr_at_3": 0.2435,
169
+ "mrr_at_5": 0.25415,
170
+ "ndcg_at_1": 0.198,
171
+ "ndcg_at_10": 0.30319,
172
+ "ndcg_at_100": 0.35377,
173
+ "ndcg_at_1000": 0.39313,
174
+ "ndcg_at_20": 0.31799,
175
+ "ndcg_at_3": 0.25875,
176
+ "ndcg_at_5": 0.2776,
177
+ "precision_at_1": 0.198,
178
+ "precision_at_10": 0.0427,
179
+ "precision_at_100": 0.00682,
180
+ "precision_at_1000": 0.001,
181
+ "precision_at_20": 0.0243,
182
+ "precision_at_3": 0.101,
183
+ "precision_at_5": 0.0696,
184
+ "recall_at_1": 0.198,
185
+ "recall_at_10": 0.427,
186
+ "recall_at_100": 0.682,
187
+ "recall_at_1000": 1.0,
188
+ "recall_at_20": 0.486,
189
+ "recall_at_3": 0.303,
190
+ "recall_at_5": 0.348
191
+ },
192
+ "php": {
193
+ "map_at_1": 0.177,
194
+ "map_at_10": 0.23211,
195
+ "map_at_100": 0.24273,
196
+ "map_at_1000": 0.24414,
197
+ "map_at_20": 0.23769,
198
+ "map_at_3": 0.211,
199
+ "map_at_5": 0.22405,
200
+ "mrr_at_1": 0.177,
201
+ "mrr_at_10": 0.23211,
202
+ "mrr_at_100": 0.24273,
203
+ "mrr_at_1000": 0.24414,
204
+ "mrr_at_20": 0.23769,
205
+ "mrr_at_3": 0.211,
206
+ "mrr_at_5": 0.22405,
207
+ "ndcg_at_1": 0.177,
208
+ "ndcg_at_10": 0.26545,
209
+ "ndcg_at_100": 0.32213,
210
+ "ndcg_at_1000": 0.36504,
211
+ "ndcg_at_20": 0.28537,
212
+ "ndcg_at_3": 0.22252,
213
+ "ndcg_at_5": 0.24581,
214
+ "precision_at_1": 0.177,
215
+ "precision_at_10": 0.0373,
216
+ "precision_at_100": 0.0065,
217
+ "precision_at_1000": 0.001,
218
+ "precision_at_20": 0.02255,
219
+ "precision_at_3": 0.08533,
220
+ "precision_at_5": 0.0624,
221
+ "recall_at_1": 0.177,
222
+ "recall_at_10": 0.373,
223
+ "recall_at_100": 0.65,
224
+ "recall_at_1000": 1.0,
225
+ "recall_at_20": 0.451,
226
+ "recall_at_3": 0.256,
227
+ "recall_at_5": 0.312
228
+ },
229
+ "python": {
230
+ "map_at_1": 0.219,
231
+ "map_at_10": 0.28201,
232
+ "map_at_100": 0.29222,
233
+ "map_at_1000": 0.2933,
234
+ "map_at_20": 0.28725,
235
+ "map_at_3": 0.2595,
236
+ "map_at_5": 0.2726,
237
+ "mrr_at_1": 0.219,
238
+ "mrr_at_10": 0.28201,
239
+ "mrr_at_100": 0.29222,
240
+ "mrr_at_1000": 0.2933,
241
+ "mrr_at_20": 0.28725,
242
+ "mrr_at_3": 0.2595,
243
+ "mrr_at_5": 0.2726,
244
+ "ndcg_at_1": 0.219,
245
+ "ndcg_at_10": 0.31984,
246
+ "ndcg_at_100": 0.37734,
247
+ "ndcg_at_1000": 0.4104,
248
+ "ndcg_at_20": 0.33852,
249
+ "ndcg_at_3": 0.2732,
250
+ "ndcg_at_5": 0.29695,
251
+ "precision_at_1": 0.219,
252
+ "precision_at_10": 0.0442,
253
+ "precision_at_100": 0.0073,
254
+ "precision_at_1000": 0.001,
255
+ "precision_at_20": 0.02575,
256
+ "precision_at_3": 0.10433,
257
+ "precision_at_5": 0.0742,
258
+ "recall_at_1": 0.219,
259
+ "recall_at_10": 0.442,
260
+ "recall_at_100": 0.73,
261
+ "recall_at_1000": 1.0,
262
+ "recall_at_20": 0.515,
263
+ "recall_at_3": 0.313,
264
+ "recall_at_5": 0.371
265
+ },
266
+ "ruby": {
267
+ "map_at_1": 0.252,
268
+ "map_at_10": 0.31587,
269
+ "map_at_100": 0.32514,
270
+ "map_at_1000": 0.32629,
271
+ "map_at_20": 0.3208,
272
+ "map_at_3": 0.29667,
273
+ "map_at_5": 0.30722,
274
+ "mrr_at_1": 0.252,
275
+ "mrr_at_10": 0.31587,
276
+ "mrr_at_100": 0.32514,
277
+ "mrr_at_1000": 0.32629,
278
+ "mrr_at_20": 0.3208,
279
+ "mrr_at_3": 0.29667,
280
+ "mrr_at_5": 0.30722,
281
+ "ndcg_at_1": 0.252,
282
+ "ndcg_at_10": 0.35165,
283
+ "ndcg_at_100": 0.40291,
284
+ "ndcg_at_1000": 0.43754,
285
+ "ndcg_at_20": 0.36992,
286
+ "ndcg_at_3": 0.31186,
287
+ "ndcg_at_5": 0.33083,
288
+ "precision_at_1": 0.252,
289
+ "precision_at_10": 0.0466,
290
+ "precision_at_100": 0.0072,
291
+ "precision_at_1000": 0.001,
292
+ "precision_at_20": 0.02695,
293
+ "precision_at_3": 0.11867,
294
+ "precision_at_5": 0.0804,
295
+ "recall_at_1": 0.252,
296
+ "recall_at_10": 0.466,
297
+ "recall_at_100": 0.72,
298
+ "recall_at_1000": 1.0,
299
+ "recall_at_20": 0.539,
300
+ "recall_at_3": 0.356,
301
+ "recall_at_5": 0.402
302
+ },
303
+ "rust": {
304
+ "map_at_1": 0.189,
305
+ "map_at_10": 0.25479,
306
+ "map_at_100": 0.26372,
307
+ "map_at_1000": 0.26508,
308
+ "map_at_20": 0.25966,
309
+ "map_at_3": 0.23383,
310
+ "map_at_5": 0.24593,
311
+ "mrr_at_1": 0.189,
312
+ "mrr_at_10": 0.25479,
313
+ "mrr_at_100": 0.26372,
314
+ "mrr_at_1000": 0.26508,
315
+ "mrr_at_20": 0.25966,
316
+ "mrr_at_3": 0.23383,
317
+ "mrr_at_5": 0.24593,
318
+ "ndcg_at_1": 0.189,
319
+ "ndcg_at_10": 0.29181,
320
+ "ndcg_at_100": 0.34095,
321
+ "ndcg_at_1000": 0.38334,
322
+ "ndcg_at_20": 0.30987,
323
+ "ndcg_at_3": 0.24899,
324
+ "ndcg_at_5": 0.2708,
325
+ "precision_at_1": 0.189,
326
+ "precision_at_10": 0.041,
327
+ "precision_at_100": 0.00653,
328
+ "precision_at_1000": 0.001,
329
+ "precision_at_20": 0.0241,
330
+ "precision_at_3": 0.09767,
331
+ "precision_at_5": 0.0692,
332
+ "recall_at_1": 0.189,
333
+ "recall_at_10": 0.41,
334
+ "recall_at_100": 0.653,
335
+ "recall_at_1000": 1.0,
336
+ "recall_at_20": 0.482,
337
+ "recall_at_3": 0.293,
338
+ "recall_at_5": 0.346
339
+ },
340
+ "scala": {
341
+ "map_at_1": 0.137,
342
+ "map_at_10": 0.18535,
343
+ "map_at_100": 0.19735,
344
+ "map_at_1000": 0.1988,
345
+ "map_at_20": 0.19116,
346
+ "map_at_3": 0.1695,
347
+ "map_at_5": 0.17755,
348
+ "mrr_at_1": 0.137,
349
+ "mrr_at_10": 0.18535,
350
+ "mrr_at_100": 0.19735,
351
+ "mrr_at_1000": 0.1988,
352
+ "mrr_at_20": 0.19116,
353
+ "mrr_at_3": 0.1695,
354
+ "mrr_at_5": 0.17755,
355
+ "ndcg_at_1": 0.137,
356
+ "ndcg_at_10": 0.2143,
357
+ "ndcg_at_100": 0.28504,
358
+ "ndcg_at_1000": 0.32638,
359
+ "ndcg_at_20": 0.23568,
360
+ "ndcg_at_3": 0.18063,
361
+ "ndcg_at_5": 0.1953,
362
+ "precision_at_1": 0.137,
363
+ "precision_at_10": 0.0308,
364
+ "precision_at_100": 0.00669,
365
+ "precision_at_1000": 0.001,
366
+ "precision_at_20": 0.01965,
367
+ "precision_at_3": 0.071,
368
+ "precision_at_5": 0.0498,
369
+ "recall_at_1": 0.137,
370
+ "recall_at_10": 0.308,
371
+ "recall_at_100": 0.669,
372
+ "recall_at_1000": 1.0,
373
+ "recall_at_20": 0.393,
374
+ "recall_at_3": 0.213,
375
+ "recall_at_5": 0.249
376
+ },
377
+ "shell": {
378
+ "map_at_1": 0.202,
379
+ "map_at_10": 0.25621,
380
+ "map_at_100": 0.26555,
381
+ "map_at_1000": 0.26694,
382
+ "map_at_20": 0.26096,
383
+ "map_at_3": 0.239,
384
+ "map_at_5": 0.24845,
385
+ "mrr_at_1": 0.202,
386
+ "mrr_at_10": 0.25621,
387
+ "mrr_at_100": 0.26555,
388
+ "mrr_at_1000": 0.26694,
389
+ "mrr_at_20": 0.26096,
390
+ "mrr_at_3": 0.239,
391
+ "mrr_at_5": 0.24845,
392
+ "ndcg_at_1": 0.202,
393
+ "ndcg_at_10": 0.28768,
394
+ "ndcg_at_100": 0.3404,
395
+ "ndcg_at_1000": 0.38297,
396
+ "ndcg_at_20": 0.3049,
397
+ "ndcg_at_3": 0.25155,
398
+ "ndcg_at_5": 0.26871,
399
+ "precision_at_1": 0.202,
400
+ "precision_at_10": 0.0389,
401
+ "precision_at_100": 0.00653,
402
+ "precision_at_1000": 0.001,
403
+ "precision_at_20": 0.02285,
404
+ "precision_at_3": 0.096,
405
+ "precision_at_5": 0.066,
406
+ "recall_at_1": 0.202,
407
+ "recall_at_10": 0.389,
408
+ "recall_at_100": 0.653,
409
+ "recall_at_1000": 1.0,
410
+ "recall_at_20": 0.457,
411
+ "recall_at_3": 0.288,
412
+ "recall_at_5": 0.33
413
+ },
414
+ "swift": {
415
+ "map_at_1": 0.192,
416
+ "map_at_10": 0.26517,
417
+ "map_at_100": 0.27559,
418
+ "map_at_1000": 0.27666,
419
+ "map_at_20": 0.27072,
420
+ "map_at_3": 0.24067,
421
+ "map_at_5": 0.25287,
422
+ "mrr_at_1": 0.192,
423
+ "mrr_at_10": 0.26517,
424
+ "mrr_at_100": 0.27559,
425
+ "mrr_at_1000": 0.27666,
426
+ "mrr_at_20": 0.27072,
427
+ "mrr_at_3": 0.24067,
428
+ "mrr_at_5": 0.25287,
429
+ "ndcg_at_1": 0.192,
430
+ "ndcg_at_10": 0.3082,
431
+ "ndcg_at_100": 0.36605,
432
+ "ndcg_at_1000": 0.39858,
433
+ "ndcg_at_20": 0.32892,
434
+ "ndcg_at_3": 0.25595,
435
+ "ndcg_at_5": 0.27786,
436
+ "precision_at_1": 0.192,
437
+ "precision_at_10": 0.0448,
438
+ "precision_at_100": 0.00735,
439
+ "precision_at_1000": 0.001,
440
+ "precision_at_20": 0.02655,
441
+ "precision_at_3": 0.1,
442
+ "precision_at_5": 0.0706,
443
+ "recall_at_1": 0.192,
444
+ "recall_at_10": 0.448,
445
+ "recall_at_100": 0.735,
446
+ "recall_at_1000": 1.0,
447
+ "recall_at_20": 0.531,
448
+ "recall_at_3": 0.3,
449
+ "recall_at_5": 0.353
450
+ },
451
+ "typescript": {
452
+ "map_at_1": 0.185,
453
+ "map_at_10": 0.25176,
454
+ "map_at_100": 0.26208,
455
+ "map_at_1000": 0.2632,
456
+ "map_at_20": 0.25711,
457
+ "map_at_3": 0.22883,
458
+ "map_at_5": 0.24193,
459
+ "mrr_at_1": 0.185,
460
+ "mrr_at_10": 0.25176,
461
+ "mrr_at_100": 0.26208,
462
+ "mrr_at_1000": 0.2632,
463
+ "mrr_at_20": 0.25711,
464
+ "mrr_at_3": 0.22883,
465
+ "mrr_at_5": 0.24193,
466
+ "ndcg_at_1": 0.185,
467
+ "ndcg_at_10": 0.29112,
468
+ "ndcg_at_100": 0.34802,
469
+ "ndcg_at_1000": 0.38435,
470
+ "ndcg_at_20": 0.31059,
471
+ "ndcg_at_3": 0.24372,
472
+ "ndcg_at_5": 0.26705,
473
+ "precision_at_1": 0.185,
474
+ "precision_at_10": 0.0418,
475
+ "precision_at_100": 0.007,
476
+ "precision_at_1000": 0.001,
477
+ "precision_at_20": 0.02475,
478
+ "precision_at_3": 0.09567,
479
+ "precision_at_5": 0.0686,
480
+ "recall_at_1": 0.185,
481
+ "recall_at_10": 0.418,
482
+ "recall_at_100": 0.7,
483
+ "recall_at_1000": 1.0,
484
+ "recall_at_20": 0.495,
485
+ "recall_at_3": 0.287,
486
+ "recall_at_5": 0.343
487
+ }
488
+ }
489
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIInclusionOfVerballyConveyedInformationLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLIInclusionOfVerballyConveyedInformationLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.37410071942446044,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.4396534485404566,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 15.82,
11
+ "f1": 0.3608688758522277,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.37410071942446044
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLILimitedUseLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLILimitedUseLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.5625,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.5074625900768887,
9
+ "ap_stderr": 1.1102230246251565e-16,
10
+ "evaluation_time": 18.16,
11
+ "f1": 0.5550017632537909,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.5625
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLINoLicensingLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLINoLicensingLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.7962962962962962,
7
+ "accuracy_stderr": 1.1102230246251565e-16,
8
+ "ap": 0.7160634118967452,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 15.61,
11
+ "f1": 0.7940281256020034,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.7962962962962962
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLINoticeOnCompelledDisclosureLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLINoticeOnCompelledDisclosureLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.7253521126760563,
7
+ "accuracy_stderr": 1.1102230246251565e-16,
8
+ "ap": 0.6577464788732394,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 16.46,
11
+ "f1": 0.7242443857989345,
12
+ "f1_stderr": 1.1102230246251565e-16,
13
+ "main_score": 0.7253521126760563
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIPermissibleAcquirementOfSimilarInformationLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLIPermissibleAcquirementOfSimilarInformationLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.6966292134831462,
7
+ "accuracy_stderr": 1.1102230246251565e-16,
8
+ "ap": 0.627230667547918,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 18.11,
11
+ "f1": 0.6877598752598753,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.6966292134831462
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIPermissibleCopyLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLIPermissibleCopyLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.3563218390804598,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.1838054187192118,
9
+ "ap_stderr": 2.7755575615628914e-17,
10
+ "evaluation_time": 13.87,
11
+ "f1": 0.3416216216216217,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.3563218390804598
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIPermissibleDevelopmentOfSimilarInformationLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLIPermissibleDevelopmentOfSimilarInformationLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.75,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.6840277777777779,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 15.78,
11
+ "f1": 0.7497835497835499,
12
+ "f1_stderr": 1.1102230246251565e-16,
13
+ "main_score": 0.75
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLIReturnOfConfidentialInformationLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLIReturnOfConfidentialInformationLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.803030303030303,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.7361009286412512,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 12.9,
11
+ "f1": 0.8026224982746722,
12
+ "f1_stderr": 1.1102230246251565e-16,
13
+ "main_score": 0.803030303030303
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLISharingWithEmployeesLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLISharingWithEmployeesLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.711764705882353,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.652330539095245,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 17.57,
11
+ "f1": 0.7031255568623258,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.711764705882353
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLISharingWithThirdPartiesLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLISharingWithThirdPartiesLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.5666666666666667,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.42693444618327253,
9
+ "ap_stderr": 5.551115123125783e-17,
10
+ "evaluation_time": 18.51,
11
+ "f1": 0.555921052631579,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.5666666666666667
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/ContractNLISurvivalOfObligationsLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "ContractNLISurvivalOfObligationsLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.6114649681528662,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.5407272056032703,
9
+ "ap_stderr": 1.1102230246251565e-16,
10
+ "evaluation_time": 15.44,
11
+ "f1": 0.6114649681528662,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.6114649681528662
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CorporateLobbyingLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "CorporateLobbyingLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.7591836734693878,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.42160450387051374,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 44.73,
11
+ "f1": 0.6208126754282415,
12
+ "f1_stderr": 1.1102230246251565e-16,
13
+ "main_score": 0.7591836734693878
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CrossLingualSemanticDiscriminationWMT19.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "9627fbdb39b827ee5c066011ebe1e947cdb137bd",
3
+ "mteb_dataset_name": "CrossLingualSemanticDiscriminationWMT19",
4
+ "mteb_version": "1.8.0",
5
+ "test": {
6
+ "deu-fra": {
7
+ "map_at_1": 0.88391,
8
+ "map_at_10": 0.93077,
9
+ "map_at_100": 0.93086,
10
+ "map_at_1000": 0.93086,
11
+ "map_at_20": 0.93082,
12
+ "map_at_3": 0.92668,
13
+ "map_at_5": 0.93031,
14
+ "mrr_at_1": 0.88323,
15
+ "mrr_at_10": 0.93043,
16
+ "mrr_at_100": 0.93052,
17
+ "mrr_at_1000": 0.93052,
18
+ "mrr_at_20": 0.93048,
19
+ "mrr_at_3": 0.92634,
20
+ "mrr_at_5": 0.92997,
21
+ "ndcg_at_1": 0.88391,
22
+ "ndcg_at_10": 0.94741,
23
+ "ndcg_at_100": 0.94794,
24
+ "ndcg_at_1000": 0.94803,
25
+ "ndcg_at_20": 0.94759,
26
+ "ndcg_at_3": 0.93982,
27
+ "ndcg_at_5": 0.94631,
28
+ "precision_at_1": 0.88391,
29
+ "precision_at_10": 0.09966,
30
+ "precision_at_100": 0.00999,
31
+ "precision_at_1000": 0.001,
32
+ "precision_at_20": 0.04986,
33
+ "precision_at_3": 0.32587,
34
+ "precision_at_5": 0.19864,
35
+ "recall_at_1": 0.88391,
36
+ "recall_at_10": 0.99661,
37
+ "recall_at_100": 0.99932,
38
+ "recall_at_1000": 1.0,
39
+ "recall_at_20": 0.99728,
40
+ "recall_at_3": 0.9776,
41
+ "recall_at_5": 0.99321
42
+ },
43
+ "evaluation_time": 95.99,
44
+ "fra-deu": {
45
+ "map_at_1": 0.87712,
46
+ "map_at_10": 0.92579,
47
+ "map_at_100": 0.92608,
48
+ "map_at_1000": 0.92609,
49
+ "map_at_20": 0.92602,
50
+ "map_at_3": 0.92204,
51
+ "map_at_5": 0.92506,
52
+ "mrr_at_1": 0.87712,
53
+ "mrr_at_10": 0.92579,
54
+ "mrr_at_100": 0.92608,
55
+ "mrr_at_1000": 0.92609,
56
+ "mrr_at_20": 0.92602,
57
+ "mrr_at_3": 0.92204,
58
+ "mrr_at_5": 0.92506,
59
+ "ndcg_at_1": 0.87712,
60
+ "ndcg_at_10": 0.94302,
61
+ "ndcg_at_100": 0.94425,
62
+ "ndcg_at_1000": 0.94433,
63
+ "ndcg_at_20": 0.94376,
64
+ "ndcg_at_3": 0.93601,
65
+ "ndcg_at_5": 0.94139,
66
+ "precision_at_1": 0.87712,
67
+ "precision_at_10": 0.09939,
68
+ "precision_at_100": 0.00999,
69
+ "precision_at_1000": 0.001,
70
+ "precision_at_20": 0.04983,
71
+ "precision_at_3": 0.32541,
72
+ "precision_at_5": 0.19783,
73
+ "recall_at_1": 0.87712,
74
+ "recall_at_10": 0.99389,
75
+ "recall_at_100": 0.99932,
76
+ "recall_at_1000": 1.0,
77
+ "recall_at_20": 0.99661,
78
+ "recall_at_3": 0.97624,
79
+ "recall_at_5": 0.98914
80
+ }
81
+ }
82
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CrossLingualSemanticDiscriminationWMT21.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "9627fbdb39b827ee5c066011ebe1e947cdb137bd",
3
+ "mteb_dataset_name": "CrossLingualSemanticDiscriminationWMT21",
4
+ "mteb_version": "1.8.0",
5
+ "test": {
6
+ "deu-fra": {
7
+ "map_at_1": 0.89586,
8
+ "map_at_10": 0.93992,
9
+ "map_at_100": 0.93992,
10
+ "map_at_1000": 0.93992,
11
+ "map_at_20": 0.93992,
12
+ "map_at_3": 0.93673,
13
+ "map_at_5": 0.93908,
14
+ "mrr_at_1": 0.89586,
15
+ "mrr_at_10": 0.93992,
16
+ "mrr_at_100": 0.93992,
17
+ "mrr_at_1000": 0.93992,
18
+ "mrr_at_20": 0.93992,
19
+ "mrr_at_3": 0.93673,
20
+ "mrr_at_5": 0.93908,
21
+ "ndcg_at_1": 0.89586,
22
+ "ndcg_at_10": 0.95513,
23
+ "ndcg_at_100": 0.95513,
24
+ "ndcg_at_1000": 0.95513,
25
+ "ndcg_at_20": 0.95513,
26
+ "ndcg_at_3": 0.94903,
27
+ "ndcg_at_5": 0.95323,
28
+ "precision_at_1": 0.89586,
29
+ "precision_at_10": 0.1,
30
+ "precision_at_100": 0.01,
31
+ "precision_at_1000": 0.001,
32
+ "precision_at_20": 0.05,
33
+ "precision_at_3": 0.32811,
34
+ "precision_at_5": 0.19888,
35
+ "recall_at_1": 0.89586,
36
+ "recall_at_10": 1.0,
37
+ "recall_at_100": 1.0,
38
+ "recall_at_1000": 1.0,
39
+ "recall_at_20": 1.0,
40
+ "recall_at_3": 0.98432,
41
+ "recall_at_5": 0.9944
42
+ },
43
+ "evaluation_time": 181.66,
44
+ "fra-deu": {
45
+ "map_at_1": 0.88242,
46
+ "map_at_10": 0.93212,
47
+ "map_at_100": 0.93212,
48
+ "map_at_1000": 0.93212,
49
+ "map_at_20": 0.93212,
50
+ "map_at_3": 0.9274,
51
+ "map_at_5": 0.93165,
52
+ "mrr_at_1": 0.88242,
53
+ "mrr_at_10": 0.93212,
54
+ "mrr_at_100": 0.93212,
55
+ "mrr_at_1000": 0.93212,
56
+ "mrr_at_20": 0.93212,
57
+ "mrr_at_3": 0.9274,
58
+ "mrr_at_5": 0.93165,
59
+ "ndcg_at_1": 0.88242,
60
+ "ndcg_at_10": 0.94932,
61
+ "ndcg_at_100": 0.94932,
62
+ "ndcg_at_1000": 0.94932,
63
+ "ndcg_at_20": 0.94932,
64
+ "ndcg_at_3": 0.94069,
65
+ "ndcg_at_5": 0.94821,
66
+ "precision_at_1": 0.88242,
67
+ "precision_at_10": 0.1,
68
+ "precision_at_100": 0.01,
69
+ "precision_at_1000": 0.001,
70
+ "precision_at_20": 0.05,
71
+ "precision_at_3": 0.32624,
72
+ "precision_at_5": 0.19933,
73
+ "recall_at_1": 0.88242,
74
+ "recall_at_10": 1.0,
75
+ "recall_at_100": 1.0,
76
+ "recall_at_1000": 1.0,
77
+ "recall_at_20": 1.0,
78
+ "recall_at_3": 0.97872,
79
+ "recall_at_5": 0.99664
80
+ }
81
+ }
82
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CyrillicTurkicLangClassification.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "e42d330f33d65b7b72dfd408883daf1661f06f18",
3
+ "mteb_dataset_name": "CyrillicTurkicLangClassification",
4
+ "mteb_version": "1.7.27",
5
+ "test": {
6
+ "accuracy": 0.323828125,
7
+ "accuracy_stderr": 0.011146937995905885,
8
+ "evaluation_time": 12.49,
9
+ "f1": 0.3246119961767252,
10
+ "f1_stderr": 0.01256954046884907,
11
+ "main_score": 0.323828125
12
+ }
13
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CzechProductReviewSentimentClassification.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "2e6fedf42c9c104e83dfd95c3a453721e683e244",
3
+ "mteb_dataset_name": "CzechProductReviewSentimentClassification",
4
+ "mteb_version": "1.8.3",
5
+ "test": {
6
+ "accuracy": 0.513427734375,
7
+ "accuracy_stderr": 0.017551316905810053,
8
+ "evaluation_time": 16.69,
9
+ "f1": 0.5089843914012989,
10
+ "f1_stderr": 0.017227192977086348,
11
+ "main_score": 0.513427734375
12
+ }
13
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CzechSoMeSentimentClassification.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "6ced1d87a030915822b087bf539e6d5c658f1988",
3
+ "mteb_dataset_name": "CzechSoMeSentimentClassification",
4
+ "mteb_version": "1.8.3",
5
+ "test": {
6
+ "accuracy": 0.5833,
7
+ "accuracy_stderr": 0.024220033030530733,
8
+ "evaluation_time": 16.46,
9
+ "f1": 0.5796407099118327,
10
+ "f1_stderr": 0.0223418109125969,
11
+ "main_score": 0.5833
12
+ }
13
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/CzechSubjectivityClassification.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "e387ddf167f3eba99936cff89909ed6264f17e1f",
3
+ "mteb_dataset_name": "CzechSubjectivityClassification",
4
+ "mteb_version": "1.6.12",
5
+ "test": {
6
+ "accuracy": 0.7359500000000001,
7
+ "accuracy_stderr": 0.05993306683292621,
8
+ "ap": 0.6846848037480958,
9
+ "ap_stderr": 0.05808094473032864,
10
+ "evaluation_time": 3.73,
11
+ "f1": 0.7336733883205542,
12
+ "f1_stderr": 0.06045262849081143,
13
+ "main_score": 0.7359500000000001
14
+ },
15
+ "validation": {
16
+ "accuracy": 0.7372000000000001,
17
+ "accuracy_stderr": 0.05099960784162953,
18
+ "ap": 0.684491904824965,
19
+ "ap_stderr": 0.04979730463716986,
20
+ "evaluation_time": 5.44,
21
+ "f1": 0.7346713249823063,
22
+ "f1_stderr": 0.052259333936750106,
23
+ "main_score": 0.7372000000000001
24
+ }
25
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DBpediaClassification.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "9abd46cf7fc8b4c64290f26993c540b92aa145ac",
3
+ "mteb_dataset_name": "DBpediaClassification",
4
+ "mteb_version": "1.6.36",
5
+ "test": {
6
+ "accuracy": 0.850830078125,
7
+ "accuracy_stderr": 0.013677541375994482,
8
+ "evaluation_time": 34.75,
9
+ "f1": 0.8482267879321842,
10
+ "f1_stderr": 0.01348333759139074,
11
+ "main_score": 0.850830078125
12
+ }
13
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DanFEVER.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "5d01e3f6a661d48e127ab5d7e3aaa0dc8331438a",
3
+ "mteb_dataset_name": "DanFEVER",
4
+ "mteb_version": "1.2.1.dev0",
5
+ "train": {
6
+ "evaluation_time": 21.94,
7
+ "map_at_1": 0.27656,
8
+ "map_at_10": 0.34042,
9
+ "map_at_100": 0.34215,
10
+ "map_at_1000": 0.34218,
11
+ "map_at_3": 0.33252,
12
+ "map_at_5": 0.33752,
13
+ "mrr_at_1": 0.27664,
14
+ "mrr_at_10": 0.34049,
15
+ "mrr_at_100": 0.34222,
16
+ "mrr_at_1000": 0.34224,
17
+ "mrr_at_3": 0.33273,
18
+ "mrr_at_5": 0.33756,
19
+ "ndcg_at_1": 0.27664,
20
+ "ndcg_at_10": 0.36542,
21
+ "ndcg_at_100": 0.37339,
22
+ "ndcg_at_1000": 0.37403,
23
+ "ndcg_at_3": 0.34942,
24
+ "ndcg_at_5": 0.35841,
25
+ "precision_at_1": 0.27664,
26
+ "precision_at_10": 0.04417,
27
+ "precision_at_100": 0.00478,
28
+ "precision_at_1000": 0.00048,
29
+ "precision_at_3": 0.1327,
30
+ "precision_at_5": 0.08398,
31
+ "recall_at_1": 0.27656,
32
+ "recall_at_10": 0.44131,
33
+ "recall_at_100": 0.47748,
34
+ "recall_at_1000": 0.4825,
35
+ "recall_at_3": 0.39793,
36
+ "recall_at_5": 0.41966
37
+ }
38
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DefinitionClassificationLegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "DefinitionClassificationLegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.8040388930441287,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.7668456788707598,
9
+ "ap_stderr": 1.1102230246251565e-16,
10
+ "evaluation_time": 96.2,
11
+ "f1": 0.8039589442815249,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.8040388930441287
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DiaBlaBitextMining.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "5345895c56a601afe1a98519ce3199be60a27dba",
3
+ "mteb_dataset_name": "DiaBlaBitextMining",
4
+ "mteb_version": "1.2.1.dev0",
5
+ "test": {
6
+ "en-fr": {
7
+ "accuracy": 0.8107167710508003,
8
+ "f1": 0.7772438859983376,
9
+ "main_score": 0.7772438859983376,
10
+ "precision": 0.7637658654697831,
11
+ "recall": 0.8107167710508003
12
+ },
13
+ "evaluation_time": 24.84,
14
+ "fr-en": {
15
+ "accuracy": 0.8107167710508003,
16
+ "f1": 0.7772438859983376,
17
+ "main_score": 0.7772438859983376,
18
+ "precision": 0.7637658654697831,
19
+ "recall": 0.8107167710508003
20
+ }
21
+ }
22
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity1LegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "Diversity1LegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.7633333333333334,
7
+ "accuracy_stderr": 1.1102230246251565e-16,
8
+ "ap": 0.23666666666666666,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 14.4,
11
+ "f1": 0.43289224952741023,
12
+ "f1_stderr": 0.0,
13
+ "main_score": 0.7633333333333334
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity2LegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "Diversity2LegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.7466666666666668,
7
+ "accuracy_stderr": 1.1102230246251565e-16,
8
+ "ap": 0.25333333333333335,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 17.29,
11
+ "f1": 0.42748091603053434,
12
+ "f1_stderr": 5.551115123125783e-17,
13
+ "main_score": 0.7466666666666668
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity3LegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "Diversity3LegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.6133333333333333,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.6283273152081563,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 16.97,
11
+ "f1": 0.575091575091575,
12
+ "f1_stderr": 1.1102230246251565e-16,
13
+ "main_score": 0.6133333333333333
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity4LegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "Diversity4LegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.5333333333333333,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.5371412907268172,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 16.31,
11
+ "f1": 0.43338190059899623,
12
+ "f1_stderr": 5.551115123125783e-17,
13
+ "main_score": 0.5333333333333333
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity5LegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "Diversity5LegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.5600000000000002,
7
+ "accuracy_stderr": 1.1102230246251565e-16,
8
+ "ap": 0.5799574588769143,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 21.45,
11
+ "f1": 0.4794679005205322,
12
+ "f1_stderr": 5.551115123125783e-17,
13
+ "main_score": 0.5600000000000002
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/Diversity6LegalBenchClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "12ca3b695563788fead87a982ad1a068284413f4",
3
+ "mteb_dataset_name": "Diversity6LegalBenchClassification",
4
+ "mteb_version": "1.7.7",
5
+ "test": {
6
+ "accuracy": 0.5333333333333333,
7
+ "accuracy_stderr": 0.0,
8
+ "ap": 0.5498023360287512,
9
+ "ap_stderr": 0.0,
10
+ "evaluation_time": 30.58,
11
+ "f1": 0.5330012453300125,
12
+ "f1_stderr": 1.1102230246251565e-16,
13
+ "main_score": 0.5333333333333333
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/DutchBookReviewSentimentClassification.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "3f756ab4572e071eb53e887ab629f19fa747d39e",
3
+ "mteb_dataset_name": "DutchBookReviewSentimentClassification",
4
+ "mteb_version": "1.6.10",
5
+ "test": {
6
+ "accuracy": 0.5443794964028777,
7
+ "accuracy_stderr": 0.02015878375346909,
8
+ "ap": 0.5244085371991012,
9
+ "ap_stderr": 0.011173856228832468,
10
+ "evaluation_time": 117.63,
11
+ "f1": 0.5247460568799662,
12
+ "f1_stderr": 0.027208677500913513,
13
+ "main_score": 0.5443794964028777
14
+ }
15
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/EightTagsClustering.v2.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "78b962b130c6690659c65abf67bf1c2f030606b6",
3
+ "evaluation_time": 2.30400013923645,
4
+ "kg_co2_emissions": null,
5
+ "mteb_version": "1.8.3",
6
+ "scores": {
7
+ "test": [
8
+ {
9
+ "hf_subset": "default",
10
+ "languages": [
11
+ "pol-Latn"
12
+ ],
13
+ "main_score": 0.235457755936313,
14
+ "v_measure": 0.235457755936313,
15
+ "v_measures": {
16
+ "Level 0": [
17
+ 0.2725069596851991,
18
+ 0.23018117329755852,
19
+ 0.2214043574291382,
20
+ 0.23777464961133232,
21
+ 0.22133178236025697,
22
+ 0.18582865012594377,
23
+ 0.20959447123162897,
24
+ 0.2731351291863508,
25
+ 0.24049320047618436,
26
+ 0.26232718595953725
27
+ ]
28
+ }
29
+ }
30
+ ]
31
+ },
32
+ "task_name": "EightTagsClustering.v2"
33
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/EstQA.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "99d6f921d9dd4d09116a6312deceb22c16529cfb",
3
+ "mteb_dataset_name": "EstQA",
4
+ "mteb_version": "1.6.10",
5
+ "test": {
6
+ "evaluation_time": 8.91,
7
+ "map_at_1": 0.5141,
8
+ "map_at_10": 0.63549,
9
+ "map_at_100": 0.64132,
10
+ "map_at_1000": 0.64133,
11
+ "map_at_20": 0.64013,
12
+ "map_at_3": 0.60448,
13
+ "map_at_5": 0.62454,
14
+ "mrr_at_1": 0.5141,
15
+ "mrr_at_10": 0.63549,
16
+ "mrr_at_100": 0.64132,
17
+ "mrr_at_1000": 0.64133,
18
+ "mrr_at_20": 0.64013,
19
+ "mrr_at_3": 0.60448,
20
+ "mrr_at_5": 0.62454,
21
+ "ndcg_at_1": 0.5141,
22
+ "ndcg_at_10": 0.6966,
23
+ "ndcg_at_100": 0.72148,
24
+ "ndcg_at_1000": 0.72173,
25
+ "ndcg_at_20": 0.71287,
26
+ "ndcg_at_3": 0.63407,
27
+ "ndcg_at_5": 0.6699,
28
+ "precision_at_1": 0.5141,
29
+ "precision_at_10": 0.08889,
30
+ "precision_at_100": 0.00998,
31
+ "precision_at_1000": 0.001,
32
+ "precision_at_20": 0.0476,
33
+ "precision_at_3": 0.23991,
34
+ "precision_at_5": 0.16119,
35
+ "recall_at_1": 0.5141,
36
+ "recall_at_10": 0.88889,
37
+ "recall_at_100": 0.99834,
38
+ "recall_at_1000": 1.0,
39
+ "recall_at_20": 0.95191,
40
+ "recall_at_3": 0.71973,
41
+ "recall_at_5": 0.80597
42
+ }
43
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/EstonianValenceClassification.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "9157397f05a127b3ac93b93dd88abf1bdf710c22",
3
+ "mteb_dataset_name": "EstonianValenceClassification",
4
+ "mteb_version": "1.6.10",
5
+ "test": {
6
+ "accuracy": 0.3875305623471883,
7
+ "accuracy_stderr": 0.026048014367558086,
8
+ "evaluation_time": 39.23,
9
+ "f1": 0.357878574588202,
10
+ "f1_stderr": 0.023461519391358494,
11
+ "main_score": 0.3875305623471883
12
+ }
13
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FQuADRetrieval.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "5384ce827bbc2156d46e6fcba83d75f8e6e1b4a6",
3
+ "mteb_dataset_name": "FQuADRetrieval",
4
+ "mteb_version": "1.6.36",
5
+ "test": {
6
+ "evaluation_time": 2.96,
7
+ "map_at_1": 0.405,
8
+ "map_at_10": 0.51836,
9
+ "map_at_100": 0.527,
10
+ "map_at_1000": 0.52721,
11
+ "map_at_20": 0.52392,
12
+ "map_at_3": 0.48708,
13
+ "map_at_5": 0.50446,
14
+ "mrr_at_1": 0.405,
15
+ "mrr_at_10": 0.51836,
16
+ "mrr_at_100": 0.527,
17
+ "mrr_at_1000": 0.52721,
18
+ "mrr_at_20": 0.52392,
19
+ "mrr_at_3": 0.48708,
20
+ "mrr_at_5": 0.50446,
21
+ "ndcg_at_1": 0.405,
22
+ "ndcg_at_10": 0.58013,
23
+ "ndcg_at_100": 0.62168,
24
+ "ndcg_at_1000": 0.62584,
25
+ "ndcg_at_20": 0.6012,
26
+ "ndcg_at_3": 0.51473,
27
+ "ndcg_at_5": 0.54583,
28
+ "precision_at_1": 0.405,
29
+ "precision_at_10": 0.07775,
30
+ "precision_at_100": 0.0097,
31
+ "precision_at_1000": 0.001,
32
+ "precision_at_20": 0.04313,
33
+ "precision_at_3": 0.19833,
34
+ "precision_at_5": 0.134,
35
+ "recall_at_1": 0.405,
36
+ "recall_at_10": 0.7775,
37
+ "recall_at_100": 0.97,
38
+ "recall_at_1000": 1.0,
39
+ "recall_at_20": 0.8625,
40
+ "recall_at_3": 0.595,
41
+ "recall_at_5": 0.67
42
+ },
43
+ "validation": {
44
+ "evaluation_time": 0.84,
45
+ "map_at_1": 0.52,
46
+ "map_at_10": 0.65854,
47
+ "map_at_100": 0.66348,
48
+ "map_at_1000": 0.66348,
49
+ "map_at_20": 0.66261,
50
+ "map_at_3": 0.63667,
51
+ "map_at_5": 0.65017,
52
+ "mrr_at_1": 0.52,
53
+ "mrr_at_10": 0.65854,
54
+ "mrr_at_100": 0.66348,
55
+ "mrr_at_1000": 0.66348,
56
+ "mrr_at_20": 0.66261,
57
+ "mrr_at_3": 0.63667,
58
+ "mrr_at_5": 0.65017,
59
+ "ndcg_at_1": 0.52,
60
+ "ndcg_at_10": 0.71787,
61
+ "ndcg_at_100": 0.74012,
62
+ "ndcg_at_1000": 0.74012,
63
+ "ndcg_at_20": 0.73295,
64
+ "ndcg_at_3": 0.67357,
65
+ "ndcg_at_5": 0.69809,
66
+ "precision_at_1": 0.52,
67
+ "precision_at_10": 0.09,
68
+ "precision_at_100": 0.01,
69
+ "precision_at_1000": 0.001,
70
+ "precision_at_20": 0.048,
71
+ "precision_at_3": 0.26,
72
+ "precision_at_5": 0.168,
73
+ "recall_at_1": 0.52,
74
+ "recall_at_10": 0.9,
75
+ "recall_at_100": 1.0,
76
+ "recall_at_1000": 1.0,
77
+ "recall_at_20": 0.96,
78
+ "recall_at_3": 0.78,
79
+ "recall_at_5": 0.84
80
+ }
81
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FaroeseSTS.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "8cb36efa69428b3dc290e1125995a999963163c5",
3
+ "mteb_dataset_name": "FaroeseSTS",
4
+ "mteb_version": "1.7.40",
5
+ "train": {
6
+ "cos_sim": {
7
+ "pearson": 0.4879235610561259,
8
+ "spearman": 0.4729473496697959
9
+ },
10
+ "euclidean": {
11
+ "pearson": 0.4275245791955516,
12
+ "spearman": 0.42069228124153474
13
+ },
14
+ "evaluation_time": 0.72,
15
+ "manhattan": {
16
+ "pearson": 0.4253495084266426,
17
+ "spearman": 0.41850333234409315
18
+ }
19
+ }
20
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FarsTail.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "7335288588f14e5a687d97fc979194c2abe6f4e7",
3
+ "mteb_dataset_name": "FarsTail",
4
+ "mteb_version": "1.10.1",
5
+ "test": {
6
+ "cos_sim": {
7
+ "accuracy": 0.6239067055393586,
8
+ "accuracy_threshold": 0.7745091915130615,
9
+ "ap": 0.6484016684922852,
10
+ "f1": 0.6789940828402367,
11
+ "f1_threshold": 0.616790771484375,
12
+ "precision": 0.5510204081632653,
13
+ "recall": 0.884393063583815
14
+ },
15
+ "dot": {
16
+ "accuracy": 0.5519922254616132,
17
+ "accuracy_threshold": 8.397539138793945,
18
+ "ap": 0.5647177517881756,
19
+ "f1": 0.6714100905562743,
20
+ "f1_threshold": 0.8443635106086731,
21
+ "precision": 0.5053554040895814,
22
+ "recall": 1.0
23
+ },
24
+ "euclidean": {
25
+ "accuracy": 0.6190476190476191,
26
+ "accuracy_threshold": 2.3052868843078613,
27
+ "ap": 0.6052430762311987,
28
+ "f1": 0.6822498173849526,
29
+ "f1_threshold": 3.0024237632751465,
30
+ "precision": 0.5494117647058824,
31
+ "recall": 0.8998073217726397
32
+ },
33
+ "evaluation_time": 7.06,
34
+ "manhattan": {
35
+ "accuracy": 0.6229348882410107,
36
+ "accuracy_threshold": 38.67554473876953,
37
+ "ap": 0.606826462659015,
38
+ "f1": 0.682124158563949,
39
+ "f1_threshold": 45.12631607055664,
40
+ "precision": 0.5574572127139364,
41
+ "recall": 0.8786127167630058
42
+ },
43
+ "max": {
44
+ "accuracy": 0.6239067055393586,
45
+ "ap": 0.6484016684922852,
46
+ "f1": 0.6822498173849526
47
+ }
48
+ }
49
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FilipinoHateSpeechClassification.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "1994e9bb7f3ec07518e3f0d9e870cb293e234686",
3
+ "mteb_dataset_name": "FilipinoHateSpeechClassification",
4
+ "mteb_version": "1.7.16",
5
+ "test": {
6
+ "accuracy": 0.560986328125,
7
+ "accuracy_stderr": 0.0348712473938904,
8
+ "ap": 0.5039842907879104,
9
+ "ap_stderr": 0.02157794017691428,
10
+ "evaluation_time": 24.91,
11
+ "f1": 0.5536573846297469,
12
+ "f1_stderr": 0.038059572332273875,
13
+ "main_score": 0.560986328125
14
+ },
15
+ "validation": {
16
+ "accuracy": 0.565478515625,
17
+ "accuracy_stderr": 0.03724049742672737,
18
+ "ap": 0.4988523504858809,
19
+ "ap_stderr": 0.023410641459661194,
20
+ "evaluation_time": 27.67,
21
+ "f1": 0.5582113131675175,
22
+ "f1_stderr": 0.04244987733223218,
23
+ "main_score": 0.565478515625
24
+ }
25
+ }
testbed/embeddings-benchmark__mteb/results/sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2/FilipinoShopeeReviewsClassification.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_revision": "d096f402fdc76886458c0cfb5dedc829bea2b935",
3
+ "mteb_dataset_name": "FilipinoShopeeReviewsClassification",
4
+ "mteb_version": "1.7.58",
5
+ "test": {
6
+ "accuracy": 0.2609375,
7
+ "accuracy_stderr": 0.01915307710392323,
8
+ "evaluation_time": 4.56,
9
+ "f1": 0.2573114474927469,
10
+ "f1_stderr": 0.01897645749493735,
11
+ "main_score": 0.2609375
12
+ },
13
+ "validation": {
14
+ "accuracy": 0.26005859375,
15
+ "accuracy_stderr": 0.022346216879227603,
16
+ "evaluation_time": 6.21,
17
+ "f1": 0.2560173894318752,
18
+ "f1_stderr": 0.021947674046389195,
19
+ "main_score": 0.26005859375
20
+ }
21
+ }