AkshitaS commited on
Commit
a0dcc36
1 Parent(s): 99d6e6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  license: cc-by-sa-3.0
3
- source_datasets:
4
- - facebook/mlqa
5
  configs:
6
  - config_name: ara_Arab
7
  data_files:
@@ -61,4 +59,13 @@ language:
61
  - es
62
  - vi
63
  - zh
64
- ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-3.0
 
 
3
  configs:
4
  - config_name: ara_Arab
5
  data_files:
 
59
  - es
60
  - vi
61
  - zh
62
+ ---
63
+
64
+ Source Dataset : [facebook/mlqa](https://huggingface.co/datasets/facebook/mlqa)
65
+
66
+ MLQA (MultiLingual Question Answering) is a benchmark dataset for evaluating cross-lingual question answering performance.
67
+ MLQA consists of over 5K extractive QA instances (12K in English) in SQuAD format in seven languages - English, Arabic,
68
+ German, Spanish, Hindi, Vietnamese and Simplified Chinese. MLQA is highly parallel, with QA instances parallel between
69
+ 4 different languages on average.
70
+
71
+ MLQA Plus additionally has hin_Latn data generated using indictrans library.