Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Size:
100K - 1M
ArXiv:
License:
Commit
•
6b1f432
1
Parent(s):
23c3a4a
Add crosslingual_it data files
Browse files- README.md +10 -4
- crosslingual_it/train-00000-of-00001.parquet +3 -0
- crosslingual_it/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +8 -236
README.md
CHANGED
@@ -211,13 +211,13 @@ dataset_info:
|
|
211 |
dtype: string
|
212 |
splits:
|
213 |
- name: train
|
214 |
-
num_bytes:
|
215 |
num_examples: 1010
|
216 |
- name: validation
|
217 |
-
num_bytes:
|
218 |
num_examples: 246
|
219 |
-
download_size:
|
220 |
-
dataset_size:
|
221 |
- config_name: crosslingual_mk
|
222 |
features:
|
223 |
- name: id
|
@@ -1011,6 +1011,12 @@ configs:
|
|
1011 |
path: crosslingual_hu/train-*
|
1012 |
- split: validation
|
1013 |
path: crosslingual_hu/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
1014 |
- config_name: crosslingual_test
|
1015 |
data_files:
|
1016 |
- split: test
|
|
|
211 |
dtype: string
|
212 |
splits:
|
213 |
- name: train
|
214 |
+
num_bytes: 399312
|
215 |
num_examples: 1010
|
216 |
- name: validation
|
217 |
+
num_bytes: 93175
|
218 |
num_examples: 246
|
219 |
+
download_size: 226376
|
220 |
+
dataset_size: 492487
|
221 |
- config_name: crosslingual_mk
|
222 |
features:
|
223 |
- name: id
|
|
|
1011 |
path: crosslingual_hu/train-*
|
1012 |
- split: validation
|
1013 |
path: crosslingual_hu/validation-*
|
1014 |
+
- config_name: crosslingual_it
|
1015 |
+
data_files:
|
1016 |
+
- split: train
|
1017 |
+
path: crosslingual_it/train-*
|
1018 |
+
- split: validation
|
1019 |
+
path: crosslingual_it/validation-*
|
1020 |
- config_name: crosslingual_test
|
1021 |
data_files:
|
1022 |
- split: test
|
crosslingual_it/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceefc63ff4bf30000850b0d5c7713be5b646ab21786edda2ce15b91e1851dfc4
|
3 |
+
size 178661
|
crosslingual_it/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4744304f4803a7d8451a9833ec4ec31909440269d96dbeed797c1a1f375a58bc
|
3 |
+
size 47715
|
dataset_infos.json
CHANGED
@@ -847,65 +847,52 @@
|
|
847 |
"features": {
|
848 |
"id": {
|
849 |
"dtype": "string",
|
850 |
-
"id": null,
|
851 |
"_type": "Value"
|
852 |
},
|
853 |
"question": {
|
854 |
"stem": {
|
855 |
"dtype": "string",
|
856 |
-
"id": null,
|
857 |
"_type": "Value"
|
858 |
},
|
859 |
"choices": {
|
860 |
"feature": {
|
861 |
"text": {
|
862 |
"dtype": "string",
|
863 |
-
"id": null,
|
864 |
"_type": "Value"
|
865 |
},
|
866 |
"label": {
|
867 |
"dtype": "string",
|
868 |
-
"id": null,
|
869 |
"_type": "Value"
|
870 |
},
|
871 |
"para": {
|
872 |
"dtype": "string",
|
873 |
-
"id": null,
|
874 |
"_type": "Value"
|
875 |
}
|
876 |
},
|
877 |
-
"length": -1,
|
878 |
-
"id": null,
|
879 |
"_type": "Sequence"
|
880 |
}
|
881 |
},
|
882 |
"answerKey": {
|
883 |
"dtype": "string",
|
884 |
-
"id": null,
|
885 |
"_type": "Value"
|
886 |
},
|
887 |
"info": {
|
888 |
"grade": {
|
889 |
"dtype": "int32",
|
890 |
-
"id": null,
|
891 |
"_type": "Value"
|
892 |
},
|
893 |
"subject": {
|
894 |
"dtype": "string",
|
895 |
-
"id": null,
|
896 |
"_type": "Value"
|
897 |
},
|
898 |
"language": {
|
899 |
"dtype": "string",
|
900 |
-
"id": null,
|
901 |
"_type": "Value"
|
902 |
}
|
903 |
}
|
904 |
},
|
905 |
-
"post_processed": null,
|
906 |
-
"supervised_keys": null,
|
907 |
-
"task_templates": null,
|
908 |
"builder_name": "exams",
|
|
|
909 |
"config_name": "crosslingual_it",
|
910 |
"version": {
|
911 |
"version_str": "1.0.0",
|
@@ -917,235 +904,20 @@
|
|
917 |
"splits": {
|
918 |
"train": {
|
919 |
"name": "train",
|
920 |
-
"num_bytes":
|
921 |
"num_examples": 1010,
|
922 |
-
"dataset_name":
|
923 |
},
|
924 |
"validation": {
|
925 |
"name": "validation",
|
926 |
-
"num_bytes":
|
927 |
"num_examples": 246,
|
928 |
-
"dataset_name":
|
929 |
-
}
|
930 |
-
},
|
931 |
-
"download_checksums": {
|
932 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/parallel_questions.jsonl": {
|
933 |
-
"num_bytes": 1254422,
|
934 |
-
"checksum": "a6e7a9da316b10e0a0b3c3ae51a74a801f0ed3cd65baaaf72f2a40f014dae3df"
|
935 |
-
},
|
936 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/train.jsonl.tar.gz": {
|
937 |
-
"num_bytes": 890210,
|
938 |
-
"checksum": "13ad2961f5a776b7e4cceba8076d51501ef0547911a3634db47e53af3493a46b"
|
939 |
-
},
|
940 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/dev.jsonl.tar.gz": {
|
941 |
-
"num_bytes": 320547,
|
942 |
-
"checksum": "0a6850d000319f748ab6d36c57568c2db41fb5bc0ed7f0cad01fd4c5d1945334"
|
943 |
-
},
|
944 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/test.jsonl.tar.gz": {
|
945 |
-
"num_bytes": 1489924,
|
946 |
-
"checksum": "404fd7db164bd9bd91669228c264ddb594b8586dae3d4b745be5de869d72c985"
|
947 |
-
},
|
948 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/train_with_para.jsonl.tar.gz": {
|
949 |
-
"num_bytes": 22372531,
|
950 |
-
"checksum": "bc8a1a2cbd9c62457798ec729411dd494c163fb03d4e821ed35b7bafdc44e36b"
|
951 |
-
},
|
952 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/dev_with_para.jsonl.tar.gz": {
|
953 |
-
"num_bytes": 7593662,
|
954 |
-
"checksum": "8da6611f4d1b85c4802c8fc9028357dbeddaf794f812aff7db6e43558a1532e0"
|
955 |
-
},
|
956 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/test_with_para.jsonl.tar.gz": {
|
957 |
-
"num_bytes": 38208781,
|
958 |
-
"checksum": "96960451dd4c41f208ee5ab3bdbce8ea06ecd3506faa830e3ce61d316222c2f3"
|
959 |
-
},
|
960 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/test.jsonl.tar.gz": {
|
961 |
-
"num_bytes": 2136703,
|
962 |
-
"checksum": "c816ea24d3c43b8f52124439d6f848f7052e87ced01aee9347bf95306004802b"
|
963 |
-
},
|
964 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/test_with_para.jsonl.tar.gz": {
|
965 |
-
"num_bytes": 38208781,
|
966 |
-
"checksum": "96960451dd4c41f208ee5ab3bdbce8ea06ecd3506faa830e3ce61d316222c2f3"
|
967 |
-
},
|
968 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_bg.jsonl.tar.gz": {
|
969 |
-
"num_bytes": 229172,
|
970 |
-
"checksum": "94f180851e332fd15faef90664084d17857b45d3a01b16224b2b4e8140596ad7"
|
971 |
-
},
|
972 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_bg_with_para.jsonl.tar.gz": {
|
973 |
-
"num_bytes": 6197892,
|
974 |
-
"checksum": "3d395327ad1a9660163002d5372424f43a6b1ddb2c9914b006949fea4b529358"
|
975 |
-
},
|
976 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_bg.jsonl.tar.gz": {
|
977 |
-
"num_bytes": 61609,
|
978 |
-
"checksum": "b5330d5643b59c14b968c2c41e33745cc96cafe72dafaa4dea5b53411f344169"
|
979 |
-
},
|
980 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_bg_with_para.jsonl.tar.gz": {
|
981 |
-
"num_bytes": 1566495,
|
982 |
-
"checksum": "6bf4ac10dee659c6271f5585d959f16aa0559f3b69686af3af2a4105979c87dc"
|
983 |
-
},
|
984 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_hr.jsonl.tar.gz": {
|
985 |
-
"num_bytes": 239976,
|
986 |
-
"checksum": "5573999ce8a7f0d5c8b4d7839307ed0fb56ee17c55c2878405ca97b0e69fed27"
|
987 |
-
},
|
988 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_hr_with_para.jsonl.tar.gz": {
|
989 |
-
"num_bytes": 4608466,
|
990 |
-
"checksum": "bb46efd5c0d0fbc809d4051aa7e9985bc687121aa0cd1caa08b664f561535a34"
|
991 |
-
},
|
992 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_hr.jsonl.tar.gz": {
|
993 |
-
"num_bytes": 53774,
|
994 |
-
"checksum": "c6e4353d295cef50ec973a52eb5162be3e75771740fa361b5b6583133a9b07d6"
|
995 |
-
},
|
996 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_hr_with_para.jsonl.tar.gz": {
|
997 |
-
"num_bytes": 1045884,
|
998 |
-
"checksum": "3c8d869622fe255e254b728270826c25af06989cf3c917f5a5aee32ab2f05f0f"
|
999 |
-
},
|
1000 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_hu.jsonl.tar.gz": {
|
1001 |
-
"num_bytes": 190855,
|
1002 |
-
"checksum": "ad1c319a05634126d06e01f9b4cd53a957a2d83eced656bde6e4bdb8cf031306"
|
1003 |
-
},
|
1004 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_hu_with_para.jsonl.tar.gz": {
|
1005 |
-
"num_bytes": 4116805,
|
1006 |
-
"checksum": "50dcd5336e5f7af65d104526e09492aa9d13e652c12e9f909ed2099a5ff27307"
|
1007 |
-
},
|
1008 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_hu.jsonl.tar.gz": {
|
1009 |
-
"num_bytes": 60818,
|
1010 |
-
"checksum": "4d1165dcba7af44e54fb1afe86f17b905b11c2fcb5e3f030dc0490ccf0c3d4e0"
|
1011 |
-
},
|
1012 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_hu_with_para.jsonl.tar.gz": {
|
1013 |
-
"num_bytes": 1285277,
|
1014 |
-
"checksum": "e8602a6d66650df88e3f9291c421dc9dfdb23175bfb4528a6642e49e305b1aff"
|
1015 |
-
},
|
1016 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_it.jsonl.tar.gz": {
|
1017 |
-
"num_bytes": 113153,
|
1018 |
-
"checksum": "ed2b7999725f7c392c82f3d37b87b0b51b7e550f607a26feacb38ed95d74205f"
|
1019 |
-
},
|
1020 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_it_with_para.jsonl.tar.gz": {
|
1021 |
-
"num_bytes": 3105594,
|
1022 |
-
"checksum": "9bd3349211ba8215e7e7632602886dee2676a4df3ae6cc1513d11db9bcf31a8c"
|
1023 |
-
},
|
1024 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_it.jsonl.tar.gz": {
|
1025 |
-
"num_bytes": 27897,
|
1026 |
-
"checksum": "e6323558ff746211a3f534c83d8ba578cb1422df80bec486f2b19ac2a1f0a71c"
|
1027 |
-
},
|
1028 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_it_with_para.jsonl.tar.gz": {
|
1029 |
-
"num_bytes": 755521,
|
1030 |
-
"checksum": "ebbf36239b726b01d542386d86f204b7f0b589ea7b75f115720010ac50360f64"
|
1031 |
-
},
|
1032 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_mk.jsonl.tar.gz": {
|
1033 |
-
"num_bytes": 183689,
|
1034 |
-
"checksum": "7737847560aa2862a71a2a542efe70ecd0809f474e477e93c31e34aa00ba429f"
|
1035 |
-
},
|
1036 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_mk_with_para.jsonl.tar.gz": {
|
1037 |
-
"num_bytes": 4983245,
|
1038 |
-
"checksum": "aef0a36d8e98a5933e112daa12a9943c4fdfd62d0a9c0993b45c3c4a200d31b2"
|
1039 |
-
},
|
1040 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_mk.jsonl.tar.gz": {
|
1041 |
-
"num_bytes": 48344,
|
1042 |
-
"checksum": "58ad89e802865ae68fada9d3591326aba6502d1761667764d6be436e9d02f786"
|
1043 |
-
},
|
1044 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_mk_with_para.jsonl.tar.gz": {
|
1045 |
-
"num_bytes": 1274490,
|
1046 |
-
"checksum": "954c077c592c9734ad5d2970962e7fd7148c81922eeab87803ad298428123d18"
|
1047 |
-
},
|
1048 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_pl.jsonl.tar.gz": {
|
1049 |
-
"num_bytes": 171608,
|
1050 |
-
"checksum": "a8ae8bb02400ae2242a2b7b7ce03434579b3059dc8c485180613aa046c23741f"
|
1051 |
-
},
|
1052 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_pl_with_para.jsonl.tar.gz": {
|
1053 |
-
"num_bytes": 2990255,
|
1054 |
-
"checksum": "9dbfd98091a174f535fd8e8b8f272ef1abdc49942152ea868a0b0e64485704f6"
|
1055 |
-
},
|
1056 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_pl.jsonl.tar.gz": {
|
1057 |
-
"num_bytes": 43183,
|
1058 |
-
"checksum": "37a882d92ee692052ff46e5fe74a88fae659ef25a67e8ff4baae6d50c8e7b7bf"
|
1059 |
-
},
|
1060 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_pl_with_para.jsonl.tar.gz": {
|
1061 |
-
"num_bytes": 749262,
|
1062 |
-
"checksum": "2aeb2f3558ddd97651d24cc8270cacdc88f89c6fa631aa5c2aace252c1519b13"
|
1063 |
-
},
|
1064 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_pt.jsonl.tar.gz": {
|
1065 |
-
"num_bytes": 98894,
|
1066 |
-
"checksum": "660dafd1078e31359a8dcf5b9cef1487ad8f9a3c4e68e8ffcf173af0b56dcc22"
|
1067 |
-
},
|
1068 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_pt_with_para.jsonl.tar.gz": {
|
1069 |
-
"num_bytes": 2216366,
|
1070 |
-
"checksum": "be700ad7b821e6b04477d7b2ed3d8918567b670ca06512e863acadadb227b61a"
|
1071 |
-
},
|
1072 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_pt.jsonl.tar.gz": {
|
1073 |
-
"num_bytes": 25253,
|
1074 |
-
"checksum": "91d664be240dc8e60f7a22fcac2123e03a8067e9317b04ac5cf11c94ea914c71"
|
1075 |
-
},
|
1076 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_pt_with_para.jsonl.tar.gz": {
|
1077 |
-
"num_bytes": 559847,
|
1078 |
-
"checksum": "61f4fd18d4ecc5306ca9e338dbddc0879f5e1bfb9c5181e50f3805a3535bd23e"
|
1079 |
-
},
|
1080 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_sq.jsonl.tar.gz": {
|
1081 |
-
"num_bytes": 123464,
|
1082 |
-
"checksum": "01631d80688ff6ad7b8bf9ca7533921a62022acdf5251e33ca4180cc3434d8e0"
|
1083 |
-
},
|
1084 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_sq_with_para.jsonl.tar.gz": {
|
1085 |
-
"num_bytes": 3217235,
|
1086 |
-
"checksum": "76df84c639dd25a00e08c671da8887c5eb24da04842467e60ebc42a454a1a6bd"
|
1087 |
-
},
|
1088 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_sq.jsonl.tar.gz": {
|
1089 |
-
"num_bytes": 33985,
|
1090 |
-
"checksum": "344715896df9a839ce9198052ff8b37bfe1a5c5bafb7bbbb956c89ea6d12e1ac"
|
1091 |
-
},
|
1092 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_sq_with_para.jsonl.tar.gz": {
|
1093 |
-
"num_bytes": 855786,
|
1094 |
-
"checksum": "5813304c6cd942572c53164f49d7606066352b50fc5dd3a2b8f8a92891a2226b"
|
1095 |
-
},
|
1096 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_sr.jsonl.tar.gz": {
|
1097 |
-
"num_bytes": 160264,
|
1098 |
-
"checksum": "1dd7d863aab01103909b3fbfcd86c4290d644f5ff58d4bd9e131fb8f269c60a7"
|
1099 |
-
},
|
1100 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_sr_with_para.jsonl.tar.gz": {
|
1101 |
-
"num_bytes": 3359444,
|
1102 |
-
"checksum": "99f758ea931a62f5b402d69ad352208c202742be021fc6bb248ce7474edf16fe"
|
1103 |
-
},
|
1104 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_sr.jsonl.tar.gz": {
|
1105 |
-
"num_bytes": 38978,
|
1106 |
-
"checksum": "5011570a2fe09c131d3d2ad44d1abd8a44ebe53aff376861f7b75e363c2f14cd"
|
1107 |
-
},
|
1108 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_sr_with_para.jsonl.tar.gz": {
|
1109 |
-
"num_bytes": 791106,
|
1110 |
-
"checksum": "52005dfc3f41283a56d8b299254d9393878fc7f6bda5f6a3ec2365038e804d71"
|
1111 |
-
},
|
1112 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_tr.jsonl.tar.gz": {
|
1113 |
-
"num_bytes": 217619,
|
1114 |
-
"checksum": "0c15fa0c058769dea2e013ba7f87797d0e7b4bc82d2ca22a3bc76918e4a838d0"
|
1115 |
-
},
|
1116 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_tr_with_para.jsonl.tar.gz": {
|
1117 |
-
"num_bytes": 3313469,
|
1118 |
-
"checksum": "0daa166ca4d5540a4c875e309b7854d50720d8ce0728e10cc2205f989921adb4"
|
1119 |
-
},
|
1120 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_tr.jsonl.tar.gz": {
|
1121 |
-
"num_bytes": 58036,
|
1122 |
-
"checksum": "40d7ff9c442695f204120c3f26d04420845630881933ee3a657139cc1d4eb2c1"
|
1123 |
-
},
|
1124 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_tr_with_para.jsonl.tar.gz": {
|
1125 |
-
"num_bytes": 862076,
|
1126 |
-
"checksum": "21071665733bb691f65aa6731cd852a885e4be111b4d60e6947b70e4e093cc80"
|
1127 |
-
},
|
1128 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_vi.jsonl.tar.gz": {
|
1129 |
-
"num_bytes": 231505,
|
1130 |
-
"checksum": "f29c3550e9b09186493e59d199e684b41c78940f6a95b19e64f8226110100768"
|
1131 |
-
},
|
1132 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_vi_with_para.jsonl.tar.gz": {
|
1133 |
-
"num_bytes": 5555122,
|
1134 |
-
"checksum": "c76bee0438ca84289be1ec76b82717c686297f2f1d8d9ac557b794710adc4c1e"
|
1135 |
-
},
|
1136 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_vi.jsonl.tar.gz": {
|
1137 |
-
"num_bytes": 60271,
|
1138 |
-
"checksum": "a8f0634b9bff14d4d373b4004b3f6db53782b9b6fe2f2928bd142e2163189853"
|
1139 |
-
},
|
1140 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_vi_with_para.jsonl.tar.gz": {
|
1141 |
-
"num_bytes": 1387632,
|
1142 |
-
"checksum": "1b9e280429d73d51d614e4bc55b53fdef82b3a6ca2fb13234d1f79f846e20c1a"
|
1143 |
}
|
1144 |
},
|
1145 |
-
"download_size":
|
1146 |
-
"
|
1147 |
-
"
|
1148 |
-
"size_in_bytes": 170238384
|
1149 |
},
|
1150 |
"crosslingual_with_para_it": {
|
1151 |
"description": "EXAMS is a benchmark dataset for multilingual and cross-lingual question answering from high school examinations.\nIt consists of more than 24,000 high-quality high school exam questions in 16 languages,\ncovering 8 language families and 24 school subjects from Natural Sciences and Social Sciences, among others.\n",
|
|
|
847 |
"features": {
|
848 |
"id": {
|
849 |
"dtype": "string",
|
|
|
850 |
"_type": "Value"
|
851 |
},
|
852 |
"question": {
|
853 |
"stem": {
|
854 |
"dtype": "string",
|
|
|
855 |
"_type": "Value"
|
856 |
},
|
857 |
"choices": {
|
858 |
"feature": {
|
859 |
"text": {
|
860 |
"dtype": "string",
|
|
|
861 |
"_type": "Value"
|
862 |
},
|
863 |
"label": {
|
864 |
"dtype": "string",
|
|
|
865 |
"_type": "Value"
|
866 |
},
|
867 |
"para": {
|
868 |
"dtype": "string",
|
|
|
869 |
"_type": "Value"
|
870 |
}
|
871 |
},
|
|
|
|
|
872 |
"_type": "Sequence"
|
873 |
}
|
874 |
},
|
875 |
"answerKey": {
|
876 |
"dtype": "string",
|
|
|
877 |
"_type": "Value"
|
878 |
},
|
879 |
"info": {
|
880 |
"grade": {
|
881 |
"dtype": "int32",
|
|
|
882 |
"_type": "Value"
|
883 |
},
|
884 |
"subject": {
|
885 |
"dtype": "string",
|
|
|
886 |
"_type": "Value"
|
887 |
},
|
888 |
"language": {
|
889 |
"dtype": "string",
|
|
|
890 |
"_type": "Value"
|
891 |
}
|
892 |
}
|
893 |
},
|
|
|
|
|
|
|
894 |
"builder_name": "exams",
|
895 |
+
"dataset_name": "exams",
|
896 |
"config_name": "crosslingual_it",
|
897 |
"version": {
|
898 |
"version_str": "1.0.0",
|
|
|
904 |
"splits": {
|
905 |
"train": {
|
906 |
"name": "train",
|
907 |
+
"num_bytes": 399312,
|
908 |
"num_examples": 1010,
|
909 |
+
"dataset_name": null
|
910 |
},
|
911 |
"validation": {
|
912 |
"name": "validation",
|
913 |
+
"num_bytes": 93175,
|
914 |
"num_examples": 246,
|
915 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
916 |
}
|
917 |
},
|
918 |
+
"download_size": 226376,
|
919 |
+
"dataset_size": 492487,
|
920 |
+
"size_in_bytes": 718863
|
|
|
921 |
},
|
922 |
"crosslingual_with_para_it": {
|
923 |
"description": "EXAMS is a benchmark dataset for multilingual and cross-lingual question answering from high school examinations.\nIt consists of more than 24,000 high-quality high school exam questions in 16 languages,\ncovering 8 language families and 24 school subjects from Natural Sciences and Social Sciences, among others.\n",
|