Spaces:
Running
Running
tardellirs commited on
Commit ·
0c84b74
1
Parent(s): 970a119
Card: refresh body to current state (93 models, 22 tasks/7 categories, mean_22, arXiv citation)
Browse files
README.md
CHANGED
|
@@ -97,38 +97,39 @@ models:
|
|
| 97 |
|
| 98 |
# MTEB-BR — Brazilian Portuguese Massive Text Embedding Benchmark
|
| 99 |
|
| 100 |
-
A Massive Text Embedding Benchmark for **Brazilian Portuguese**.
|
| 101 |
|
| 102 |
-
- **
|
| 103 |
-
-
|
| 104 |
-
- Headline metric: **
|
| 105 |
-
-
|
| 106 |
-
- Source code: [github.com/tardellirs/mteb-br](https://github.com/tardellirs/mteb-br)
|
| 107 |
|
| 108 |
-
## Tasks (
|
| 109 |
|
| 110 |
| Category | Tasks |
|
| 111 |
|---|---|
|
| 112 |
-
| Classification | HateBR,
|
| 113 |
-
|
|
| 114 |
-
|
|
| 115 |
-
|
|
| 116 |
-
|
|
| 117 |
-
|
|
|
|
|
| 118 |
|
| 119 |
## How to add a model
|
| 120 |
|
| 121 |
Submit via GitHub Issues at [tardellirs/mteb-br/issues](https://github.com/tardellirs/mteb-br/issues)
|
| 122 |
-
with
|
| 123 |
|
| 124 |
## Citation
|
| 125 |
|
| 126 |
```bibtex
|
| 127 |
-
@
|
| 128 |
-
title
|
| 129 |
-
author
|
| 130 |
-
|
| 131 |
-
|
| 132 |
}
|
| 133 |
```
|
| 134 |
|
|
|
|
| 97 |
|
| 98 |
# MTEB-BR — Brazilian Portuguese Massive Text Embedding Benchmark
|
| 99 |
|
| 100 |
+
A Massive Text Embedding Benchmark for **Brazilian Portuguese** — native, not translated.
|
| 101 |
|
| 102 |
+
- **93 models** (73 open-weight + 20 closed commercial APIs) evaluated on **22 native Brazilian-Portuguese tasks** across **7 categories**
|
| 103 |
+
- Admits only data created or found in Portuguese; machine-translated benchmarks (e.g. mMARCO, mkqa) are excluded by construction
|
| 104 |
+
- Headline metric: **mean_22** (average across all 22 tasks), reported with per-task bootstrap confidence intervals, paired-bootstrap significance, and IRT task discrimination
|
| 105 |
+
- Website: [mteb-br.org](https://mteb-br.org) · Paper: [arXiv:2607.04581](https://arxiv.org/abs/2607.04581)
|
| 106 |
+
- All raw results: [MTEB-BR/mteb-pt-results](https://huggingface.co/datasets/MTEB-BR/mteb-pt-results) · Source code: [github.com/tardellirs/mteb-br](https://github.com/tardellirs/mteb-br)
|
| 107 |
|
| 108 |
+
## Tasks (22)
|
| 109 |
|
| 110 |
| Category | Tasks |
|
| 111 |
|---|---|
|
| 112 |
+
| Classification | HateBR, ToxSyn-PT, FactckBR, PortuLexRRIP |
|
| 113 |
+
| Multi-label classification | BrighterEmotion |
|
| 114 |
+
| Pair classification | ASSIN-RTE, InferBR |
|
| 115 |
+
| Semantic textual similarity (STS) | ASSIN-STS, ASSIN2-STS |
|
| 116 |
+
| Clustering | WikipediaPT-Categories, MedPT, JurisTCU, SciELO, StackOverflow-PT |
|
| 117 |
+
| Retrieval | Quati, JurisTCU, BRTaxQA, FaQuAD, MedPT, FaQ-Bacen |
|
| 118 |
+
| Reranking | Quati, JurisTCU |
|
| 119 |
|
| 120 |
## How to add a model
|
| 121 |
|
| 122 |
Submit via GitHub Issues at [tardellirs/mteb-br/issues](https://github.com/tardellirs/mteb-br/issues)
|
| 123 |
+
with the model ID, evaluation JSONs, and a reproduction script.
|
| 124 |
|
| 125 |
## Citation
|
| 126 |
|
| 127 |
```bibtex
|
| 128 |
+
@article{stekel2026mtebbr,
|
| 129 |
+
title = {MTEB-BR: A Text Embedding Benchmark for Brazilian Portuguese},
|
| 130 |
+
author = {Stekel, Tardelli Ronan Coelho},
|
| 131 |
+
journal = {arXiv preprint arXiv:2607.04581},
|
| 132 |
+
year = {2026}
|
| 133 |
}
|
| 134 |
```
|
| 135 |
|