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
Files changed (1) hide show
  1. README.md +20 -19
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
- - **56 models** evaluated on **16 native PT-BR tasks** (no machine-translated mMARCO/mkqa)
103
- - Tasks: classification, NLI, STS, clustering, retrieval (incl. Quati Pool), reranking
104
- - Headline metric: **mean_16** (average across all 16 tasks)
105
- - All raw results: [MTEB-BR/mteb-pt-results](https://huggingface.co/datasets/MTEB-BR/mteb-pt-results)
106
- - Source code: [github.com/tardellirs/mteb-br](https://github.com/tardellirs/mteb-br)
107
 
108
- ## Tasks (16)
109
 
110
  | Category | Tasks |
111
  |---|---|
112
- | Classification | HateBR, OffComBR, TweetSentBR, ToxSynPT |
113
- | Pair classification (NLI) | AssinRTE, InferBR |
114
- | STS | AssinSTS |
115
- | Clustering | MedPTClustering, WikipediaPTCategoriesClusteringP2P |
116
- | Retrieval | Quati (Pool), JurisTCU, BRTaxQAR, FaQuADIR, MedPTRetrieval |
117
- | Reranking | QuatiReranking, JurisTCUReranking |
 
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 model_id, eval JSONs, and reproduction script.
123
 
124
  ## Citation
125
 
126
  ```bibtex
127
- @misc{mteb-por-2026,
128
- title = {MTEB-BR: The Brazilian Portuguese MTEB Sub-Benchmark},
129
- author = {Tardelli, R.S.},
130
- year = {2026},
131
- url = {https://huggingface.co/spaces/MTEB-BR/leaderboard}
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