holylovenia
commited on
Commit
·
1e90572
1
Parent(s):
fdde0c9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- fact-checking
|
5 |
+
language:
|
6 |
+
- ara
|
7 |
+
- aze
|
8 |
+
- ben
|
9 |
+
- deu
|
10 |
+
- spa
|
11 |
+
- fas
|
12 |
+
- fra
|
13 |
+
- guj
|
14 |
+
- hin
|
15 |
+
- ind
|
16 |
+
- ita
|
17 |
+
- kat
|
18 |
+
- mar
|
19 |
+
- nor
|
20 |
+
- nld
|
21 |
+
- pan
|
22 |
+
- pol
|
23 |
+
- por
|
24 |
+
- ron
|
25 |
+
- rus
|
26 |
+
- sin
|
27 |
+
- srp
|
28 |
+
- sqi
|
29 |
+
- tam
|
30 |
+
- tur
|
31 |
+
---
|
32 |
+
|
33 |
+
# x_fact
|
34 |
+
|
35 |
+
X-FACT: the largest publicly available multilingual dataset for factual verification of naturally existing realworld claims.
|
36 |
+
|
37 |
+
## Dataset Usage
|
38 |
+
|
39 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
40 |
+
|
41 |
+
## Citation
|
42 |
+
|
43 |
+
```
|
44 |
+
@inproceedings{gupta2021xfact,
|
45 |
+
title={{X-FACT: A New Benchmark Dataset for Multilingual Fact Checking}},
|
46 |
+
author={Gupta, Ashim and Srikumar, Vivek},
|
47 |
+
booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics",
|
48 |
+
month = jul,
|
49 |
+
year = "2021",
|
50 |
+
address = "Online",
|
51 |
+
publisher = "Association for Computational Linguistics",
|
52 |
+
}
|
53 |
+
```
|
54 |
+
|
55 |
+
## License
|
56 |
+
|
57 |
+
MIT
|
58 |
+
|
59 |
+
## Homepage
|
60 |
+
|
61 |
+
[https://github.com/utahnlp/x-fact](https://github.com/utahnlp/x-fact)
|
62 |
+
|
63 |
+
### NusaCatalogue
|
64 |
+
|
65 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|