Datasets:

Multilinguality:
multilingual
Size Categories:
1K<n<10K
Annotations Creators:
crowdsourced
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
55795e8
1 Parent(s): c410c22

Add X-CODAH-en data files

Browse files
README.md CHANGED
@@ -116,13 +116,13 @@ dataset_info:
116
  dtype: string
117
  splits:
118
  - name: test
119
- num_bytes: 417286
120
  num_examples: 1000
121
  - name: validation
122
- num_bytes: 121923
123
  num_examples: 300
124
- download_size: 7519903
125
- dataset_size: 539209
126
  - config_name: X-CODAH-es
127
  features:
128
  - name: id
@@ -933,6 +933,12 @@ dataset_info:
933
  download_size: 207379
934
  dataset_size: 385717
935
  configs:
 
 
 
 
 
 
936
  - config_name: X-CSQA-ar
937
  data_files:
938
  - split: test
 
116
  dtype: string
117
  splits:
118
  - name: test
119
+ num_bytes: 417000
120
  num_examples: 1000
121
  - name: validation
122
+ num_bytes: 121811
123
  num_examples: 300
124
+ download_size: 217262
125
+ dataset_size: 538811
126
  - config_name: X-CODAH-es
127
  features:
128
  - name: id
 
933
  download_size: 207379
934
  dataset_size: 385717
935
  configs:
936
+ - config_name: X-CODAH-en
937
+ data_files:
938
+ - split: test
939
+ path: X-CODAH-en/test-*
940
+ - split: validation
941
+ path: X-CODAH-en/validation-*
942
  - config_name: X-CSQA-ar
943
  data_files:
944
  - split: test
X-CODAH-en/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f02ccbaa711d3a20efa0885456903a8f3afe325a46bb65b00c0d82eeb8d5af7d
3
+ size 165791
X-CODAH-en/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c1c5404053e5e493fb37a93365fb7aac72c09437c2ea9902a707f1a2a911ae
3
+ size 51471
dataset_infos.json CHANGED
@@ -1063,53 +1063,42 @@
1063
  "features": {
1064
  "id": {
1065
  "dtype": "string",
1066
- "id": null,
1067
  "_type": "Value"
1068
  },
1069
  "lang": {
1070
  "dtype": "string",
1071
- "id": null,
1072
  "_type": "Value"
1073
  },
1074
  "question_tag": {
1075
  "dtype": "string",
1076
- "id": null,
1077
  "_type": "Value"
1078
  },
1079
  "question": {
1080
  "stem": {
1081
  "dtype": "string",
1082
- "id": null,
1083
  "_type": "Value"
1084
  },
1085
  "choices": {
1086
  "feature": {
1087
  "label": {
1088
  "dtype": "string",
1089
- "id": null,
1090
  "_type": "Value"
1091
  },
1092
  "text": {
1093
  "dtype": "string",
1094
- "id": null,
1095
  "_type": "Value"
1096
  }
1097
  },
1098
- "length": -1,
1099
- "id": null,
1100
  "_type": "Sequence"
1101
  }
1102
  },
1103
  "answerKey": {
1104
  "dtype": "string",
1105
- "id": null,
1106
  "_type": "Value"
1107
  }
1108
  },
1109
- "post_processed": null,
1110
- "supervised_keys": null,
1111
- "task_templates": null,
1112
  "builder_name": "xcsr",
 
1113
  "config_name": "X-CODAH-en",
1114
  "version": {
1115
  "version_str": "1.1.0",
@@ -1121,27 +1110,20 @@
1121
  "splits": {
1122
  "test": {
1123
  "name": "test",
1124
- "num_bytes": 417286,
1125
  "num_examples": 1000,
1126
- "dataset_name": "xcsr"
1127
  },
1128
  "validation": {
1129
  "name": "validation",
1130
- "num_bytes": 121923,
1131
  "num_examples": 300,
1132
- "dataset_name": "xcsr"
1133
- }
1134
- },
1135
- "download_checksums": {
1136
- "https://inklab.usc.edu/XCSR/xcsr_datasets.zip": {
1137
- "num_bytes": 7519903,
1138
- "checksum": "c45b29ece740643252d5402e76be1e33f96f9d6910053f79e80d39887f10c85e"
1139
  }
1140
  },
1141
- "download_size": 7519903,
1142
- "post_processing_size": null,
1143
- "dataset_size": 539209,
1144
- "size_in_bytes": 8059112
1145
  },
1146
  "X-CODAH-zh": {
1147
  "description": "To evaluate multi-lingual language models (ML-LMs) for commonsense reasoning in a cross-lingual zero-shot transfer setting (X-CSR), i.e., training in English and test in other languages, we create two benchmark datasets, namely X-CSQA and X-CODAH. Specifically, we automatically translate the original CSQA and CODAH datasets, which only have English versions, to 15 other languages, forming development and test sets for studying X-CSR. As our goal is to evaluate different ML-LMs in a unified evaluation protocol for X-CSR, we argue that such translated examples, although might contain noise, can serve as a starting benchmark for us to obtain meaningful analysis, before more human-translated datasets will be available in the future.\n",
 
1063
  "features": {
1064
  "id": {
1065
  "dtype": "string",
 
1066
  "_type": "Value"
1067
  },
1068
  "lang": {
1069
  "dtype": "string",
 
1070
  "_type": "Value"
1071
  },
1072
  "question_tag": {
1073
  "dtype": "string",
 
1074
  "_type": "Value"
1075
  },
1076
  "question": {
1077
  "stem": {
1078
  "dtype": "string",
 
1079
  "_type": "Value"
1080
  },
1081
  "choices": {
1082
  "feature": {
1083
  "label": {
1084
  "dtype": "string",
 
1085
  "_type": "Value"
1086
  },
1087
  "text": {
1088
  "dtype": "string",
 
1089
  "_type": "Value"
1090
  }
1091
  },
 
 
1092
  "_type": "Sequence"
1093
  }
1094
  },
1095
  "answerKey": {
1096
  "dtype": "string",
 
1097
  "_type": "Value"
1098
  }
1099
  },
 
 
 
1100
  "builder_name": "xcsr",
1101
+ "dataset_name": "xcsr",
1102
  "config_name": "X-CODAH-en",
1103
  "version": {
1104
  "version_str": "1.1.0",
 
1110
  "splits": {
1111
  "test": {
1112
  "name": "test",
1113
+ "num_bytes": 417000,
1114
  "num_examples": 1000,
1115
+ "dataset_name": null
1116
  },
1117
  "validation": {
1118
  "name": "validation",
1119
+ "num_bytes": 121811,
1120
  "num_examples": 300,
1121
+ "dataset_name": null
 
 
 
 
 
 
1122
  }
1123
  },
1124
+ "download_size": 217262,
1125
+ "dataset_size": 538811,
1126
+ "size_in_bytes": 756073
 
1127
  },
1128
  "X-CODAH-zh": {
1129
  "description": "To evaluate multi-lingual language models (ML-LMs) for commonsense reasoning in a cross-lingual zero-shot transfer setting (X-CSR), i.e., training in English and test in other languages, we create two benchmark datasets, namely X-CSQA and X-CODAH. Specifically, we automatically translate the original CSQA and CODAH datasets, which only have English versions, to 15 other languages, forming development and test sets for studying X-CSR. As our goal is to evaluate different ML-LMs in a unified evaluation protocol for X-CSR, we argue that such translated examples, although might contain noise, can serve as a starting benchmark for us to obtain meaningful analysis, before more human-translated datasets will be available in the future.\n",