tardellirs commited on
Commit
e7e1553
·
verified ·
1 Parent(s): a57f556

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +40 -22
README.md CHANGED
@@ -1,24 +1,42 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: label
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 164294
11
- num_examples: 1029
12
- - name: test
13
- num_bytes: 35007
14
- num_examples: 259
15
- download_size: 124567
16
- dataset_size: 199301
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- - split: test
23
- path: data/test-*
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - pt
4
+ license: apache-2.0
5
+ task_categories:
6
+ - text-classification
7
+ tags:
8
+ - mteb
9
+ - portuguese
10
+ - brazilian-portuguese
11
+ - classification
12
+ pretty_name: FactckBrClassification
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
+ # 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(por)](https://huggingface.co/mteb-pt)** — 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`
22
+
23
+ ## Source
24
+ https://github.com/jghm-f/FACTCK.BR
25
+
26
+ ## License
27
+ `apache-2.0`
28
+
29
+ ## Citation
30
+ ```bibtex
31
+ @inproceedings{moreno2019factckbr,
32
+ title = {{FACTCK.BR}: a new dataset to study fake news},
33
+ author = {Moreno, Jo{\~a}o and Bressan, Giovanni},
34
+ booktitle = {Proceedings of the 25th Brazillian Symposium on Multimedia and the Web (WebMedia)},
35
+ year = {2019},
36
+ doi = {10.1145/3323503.3361698},
37
+ url = {https://doi.org/10.1145/3323503.3361698},
38
+ }
39
+ ```
40
+
41
+ ---
42
+ *Repackaged for MTEB(por); pinned by commit SHA in the task for reproducibility.*