ashim95 commited on
Commit
0318d9a
1 Parent(s): af63cc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -1
README.md CHANGED
@@ -208,4 +208,52 @@ configs:
208
  path: tr/ood*
209
  ---
210
 
211
- # Dataset Card for "xnli"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  path: tr/ood*
209
  ---
210
 
211
+ # Dataset Card for "x-fact"
212
+
213
+ ## Table of Contents
214
+ - [Dataset Description](#dataset-description)
215
+ - [Dataset Summary](#dataset-summary)
216
+ - [Languages](#languages)
217
+ - [Data Splits](#data-splits)
218
+ - [Additional Information](#additional-information)
219
+ - [Citation Information](#citation-information)
220
+
221
+ ## Dataset Description
222
+
223
+ ### Dataset Summary
224
+
225
+ X-FACT is a multilingual dataset for fact-checking with real world claims. The dataset contains short statments in 25 languages with top five evidence documents retrieved by performing google search with claim statements. The dataset contains two additional evaluation splits (in addition to a traditional `test` set): `ood` and `zeroshot`. `ood` measures out-of-domain generalization where while the language is present in the training data, the claim statements are taken from a different fact-checker. `zeroshot` on the other hand measures the cross lingual abilities to transfer to new languages. In total, the dataset contains 31,189 claim statments.
226
+
227
+ Github: [https://github.com/utahnlp/x-fact](https://github.com/utahnlp/x-fact)
228
+
229
+ ### Languages
230
+ The dataset contains claims from 25 languages (with and without training data):
231
+
232
+ With training data: `ar`, `de`, `es`, `hi`, `id`, `it`, `ka`, `pl`, `pt`, `ro`, `sr`, `ta`, `tr`
233
+ Without training data (only zeroshot): `az`, `bn`, `fa`, `fr`, `gu`, `mr`, `nl`, `no`, `pa`, `ru`, `si`, `sq`
234
+
235
+ ### Data Splits
236
+
237
+ |Split|# claims|# languages|
238
+ |-------------------|-------:|----------:|
239
+ |train| 19079| 13|
240
+ |dev| 2535| 12|
241
+ |test (in-domain)| 3826| 12|
242
+ |ood (out-of-domain)| 2368| 4|
243
+ |zeroshot| 3381| 12|
244
+
245
+ ## Additional Information
246
+
247
+ ### Citation Information
248
+ ```
249
+ @inproceedings{gupta2021xfact,
250
+ title={{X-FACT: A New Benchmark Dataset for Multilingual Fact Checking}},
251
+ author={Gupta, Ashim and Srikumar, Vivek},
252
+ booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics",
253
+ month = jul,
254
+ year = "2021",
255
+ address = "Online",
256
+ publisher = "Association for Computational Linguistics",
257
+ }
258
+ ```
259
+