Datasets:
Card: MTEB(por) -> MTEB-BR; point sub-benchmark link to MTEB-BR/leaderboard
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ pretty_name: FactckBrClassification
|
|
| 15 |
|
| 16 |
Classify the veracity of a native Brazilian-Portuguese claim fact-checked by Brazilian agencies (Lupa, Publica, Aos Fatos), into 3 classes: falso, impreciso, verdadeiro. The input is the claim text only (not the fact-check title, which would leak the verdict). News / fact-checking domain; heavily imbalanced toward falso.
|
| 17 |
|
| 18 |
-
Part of **[MTEB
|
| 19 |
|
| 20 |
## Dataset structure
|
| 21 |
- **`default`** — columns: `text`, `label`
|
|
@@ -39,4 +39,4 @@ https://github.com/jghm-f/FACTCK.BR
|
|
| 39 |
```
|
| 40 |
|
| 41 |
---
|
| 42 |
-
*Repackaged for MTEB
|
|
|
|
| 15 |
|
| 16 |
Classify the veracity of a native Brazilian-Portuguese claim fact-checked by Brazilian agencies (Lupa, Publica, Aos Fatos), into 3 classes: falso, impreciso, verdadeiro. The input is the claim text only (not the fact-check title, which would leak the verdict). News / fact-checking domain; heavily imbalanced toward falso.
|
| 17 |
|
| 18 |
+
Part of **[MTEB-BR](https://huggingface.co/spaces/MTEB-BR/leaderboard)** — the native Brazilian-Portuguese MTEB sub-benchmark. **Task type:** Classification · **Language:** Brazilian Portuguese (mined from real-world sources) · **Domains:** News, Social, Written.
|
| 19 |
|
| 20 |
## Dataset structure
|
| 21 |
- **`default`** — columns: `text`, `label`
|
|
|
|
| 39 |
```
|
| 40 |
|
| 41 |
---
|
| 42 |
+
*Repackaged for MTEB-BR; pinned by commit SHA in the task for reproducibility.*
|