

Global-MMLU-Lite is a multilingual evaluation set spanning 23 languages, including English. It is "lite" version of the original Global-MMLU dataset 🌍. It includes 200 Culturally Sensitive (CS) and 200 Culturally Agnostic (CA) samples per language. All samples in Global MMLU lite are fully human translated or post edited.
NOTE: Of the 23 languages presently included in Global-MMLU-Lite, 15 are taken from Global-MMLU dataset whereas Albanian, Burmese, Welsh have been contributed by external collaborators or members of Cohere Labs Open Science Community. The evaluation results reported in our paper are corresponding to the 15 languages originally released as part of Global-MMLU-Lite.
| Name | Explanation |
|---|---|
| Global-MMLU | Full Global-MMLU set with translations for all 14K samples including CS and CA subsets |
| Global-MMLU-Lite | Lite version of Global-MMLU with human translated samples in 23 languages and containing 200 samples each for CS and CA subsets per language. |
To load this dataset with datasets, you'll first need to install it using pip install datasets and then use the following code:
from datasets import load_dataset
# load HF dataset
gmmlu_lite = load_dataset("CohereLabs/Global-MMLU-Lite", 'en')
# can also be used as pandas dataframe
gmmlu_lite.set_format("pandas")
gmmlu_lite_test = gmmlu_lite['test'][:]
gmmlu_lite_dev = gmmlu_lite['dev'][:]
The columns corresponding to annotations collected from our cultural bias study (i.e. 'required_knowledge', 'time_sensitive', 'reference', 'culture', 'region', 'country') contain a list of values representing annotations from different annotators. However, to avoid conversion issues to HF dataset, these columns are provided as string in the final dataset. You can convert these columns back to list of values for easier manipulation as follows:
import ast
# convert string values to list
gmmlu_lite_test['required_knowledge'] = gmmlu_lite_test['required_knowledge'].apply(lamda x: ast.literal_eval(x))
The data fields are the same among all splits. Brief description of each field is provided below.
sample_id: A unique identifier for the question.subject: The main topic the question falls under.subject_category: The high-level category the subject falls under i.e. STEM/Humanities/Social Sciences/Medical/Business/Other.question: translated question from MMLUoption_a: one of the possible option choicesoption_b: one of the possible option choicesoption_c: one of the possible option choicesoption_d: one of the possible option choicesrequired_knowledge: annotator votes for knowledge needed to answer the question correctly. Possible values include: "cultural", "regional", "dialect" or "none"time_sensitive: annotator votes indicating if the question's answer is time-dependent. Possible values include: Yes/Noreference: annotations for which part of the question contains cultural/regional/dialect references. The different items in the list are annotations from different annotators.culture: annotations for which culture does the question belong to. The different items in the list correspond to annotations from different annotators.region: Geographic region the question is relevant to. Each item in the list correspond to annotations from different annotators.country: Specific country the question pertains to. Each item in the list correspond to annotations from different annotators.cultural_sensitivity_label: Label to indicate if question is culturally sensitive (CS) or culturally agnostic (CA) based on annotator votes.is_annotated: True/False flag to indicate if sample contains any annotations from our cultural bias study.The following are the splits of the data:
| Split | No. of instances | Language Coverage |
|---|---|---|
| test | 9,200 | 23 |
| dev | 4,655 | 22 |
An example from test set looks as follows:
{'sample_id': 'astronomy/test/58',
'subject': 'astronomy',
'subject_category': 'STEM',
'question': 'When traveling north from the United States into Canada you’ll see the North Star (Polaris) getting _________.',
'option_a': 'Brighter',
'option_b': 'Dimmer',
'option_c': 'Higher in the sky',
'option_d': 'Lower in the sky',
'answer': 'C',
'required_knowledge': "['regional', 'regional', 'regional', 'regional']",
'time_sensitive': "['No', 'No', 'No', 'No']",
'reference': "[{'end': 55, 'label': 'Geographic', 'score': None, 'start': 5}, {'end': 43, 'label': 'Geographic', 'score': None, 'start': 30}, {'end': 55, 'label': 'Geographic', 'score': None, 'start': 5}, {'end': 43, 'label': 'Geographic', 'score': None, 'start': 30}]",
'culture': '[]',
'region': "['North America', 'North America', 'North America', 'North America']",
'country': "['United States of America (USA)', 'United States of America (USA)', 'United States of America (USA)', 'United States of America (USA)']",
'cultural_sensitivity_label': 'CS',
'is_annotated': True
}
The following is the breakdown of CS🗽, CA⚖️ and MA📝 samples in the final dataset.
| Type of Annotation | Instances per language | No. of languages | Total instances |
|---|---|---|---|
| Culturally Sensitive 🗽 | 200 | 23 | 4,600 |
| Culturally Agnostic ⚖️ | 200 | 23 | 4,600 |
| MMLU Annotated 📝 | 400 | 23 | 9,200 |
The dataset covers 23 languages. The following is details about the languages included in the dataset.
| ISO Code | Language | Resources |
|---|---|---|
ar | Arabic (Standard) | High |
bn | Bengali | Mid |
cs | Czech | Mid |
cy | Welsh | Low |
de | German | High |
en | English | High |
fr | French | High |
hi | Hindi | High |
hu | Hungarian | Mid |
id | Indonesian | Mid |
it | Italian | High |
ja | Japanese | High |
ko | Korean | Mid |
my | Burmese | Low |
or | Oriya | Low |
pt | Portuguese | High |
es | Spanish | High |
sk | Slovak | Mid |
sq | Albanian | Low |
sw | Swahili | Low |
tg | Tajik | Low |
yo | Yorùbá | Low |
zh | Chinese (Simplified) | High |
A brief overview of limitations of this dataset is provided below.
This dataset can be used for any purpose, under the terms of the Apache 2.0 License.
If you want to contribute to improving the quality of translations in Global-MMLU-Lite then please contribute using our annotation UI. You can also help review and edit machine translations in additional languages using our annotation interface to help improve language coverage of Global-MMLU-Lite.
For any additional details, please check our paper, Global MMLU: Understanding and Addressing Cultural and Linguistic Biases in Multilingual Evaluation.
@misc{singh2024globalmmluunderstandingaddressing,
title={Global MMLU: Understanding and Addressing Cultural and Linguistic Biases in Multilingual Evaluation},
author={Shivalika Singh and Angelika Romanou and Clémentine Fourrier and David I. Adelani and Jian Gang Ngui and Daniel Vila-Suero and Peerat Limkonchotiwat and Kelly Marchisio and Wei Qi Leong and Yosephine Susanto and Raymond Ng and Shayne Longpre and Wei-Yin Ko and Madeline Smith and Antoine Bosselut and Alice Oh and Andre F. T. Martins and Leshem Choshen and Daphne Ippolito and Enzo Ferrante and Marzieh Fadaee and Beyza Ermis and Sara Hooker},
year={2024},
eprint={2412.03304},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2412.03304},
}


Global-MMLU-Lite is a multilingual evaluation set spanning 23 languages, including English. It is "lite" version of the original Global-MMLU dataset 🌍. It includes 200 Culturally Sensitive (CS) and 200 Culturally Agnostic (CA) samples per language. All samples in Global MMLU lite are fully human translated or post edited.
NOTE: Of the 23 languages presently included in Global-MMLU-Lite, 15 are taken from Global-MMLU dataset whereas Albanian, Burmese, Welsh have been contributed by external collaborators or members of Cohere Labs Open Science Community. The evaluation results reported in our paper are corresponding to the 15 languages originally released as part of Global-MMLU-Lite.
| Name | Explanation |
|---|---|
| Global-MMLU | Full Global-MMLU set with translations for all 14K samples including CS and CA subsets |
| Global-MMLU-Lite | Lite version of Global-MMLU with human translated samples in 23 languages and containing 200 samples each for CS and CA subsets per language. |
To load this dataset with datasets, you'll first need to install it using pip install datasets and then use the following code:
from datasets import load_dataset
# load HF dataset
gmmlu_lite = load_dataset("CohereLabs/Global-MMLU-Lite", 'en')
# can also be used as pandas dataframe
gmmlu_lite.set_format("pandas")
gmmlu_lite_test = gmmlu_lite['test'][:]
gmmlu_lite_dev = gmmlu_lite['dev'][:]
The columns corresponding to annotations collected from our cultural bias study (i.e. 'required_knowledge', 'time_sensitive', 'reference', 'culture', 'region', 'country') contain a list of values representing annotations from different annotators. However, to avoid conversion issues to HF dataset, these columns are provided as string in the final dataset. You can convert these columns back to list of values for easier manipulation as follows:
import ast
# convert string values to list
gmmlu_lite_test['required_knowledge'] = gmmlu_lite_test['required_knowledge'].apply(lamda x: ast.literal_eval(x))
The data fields are the same among all splits. Brief description of each field is provided below.
sample_id: A unique identifier for the question.subject: The main topic the question falls under.subject_category: The high-level category the subject falls under i.e. STEM/Humanities/Social Sciences/Medical/Business/Other.question: translated question from MMLUoption_a: one of the possible option choicesoption_b: one of the possible option choicesoption_c: one of the possible option choicesoption_d: one of the possible option choicesrequired_knowledge: annotator votes for knowledge needed to answer the question correctly. Possible values include: "cultural", "regional", "dialect" or "none"time_sensitive: annotator votes indicating if the question's answer is time-dependent. Possible values include: Yes/Noreference: annotations for which part of the question contains cultural/regional/dialect references. The different items in the list are annotations from different annotators.culture: annotations for which culture does the question belong to. The different items in the list correspond to annotations from different annotators.region: Geographic region the question is relevant to. Each item in the list correspond to annotations from different annotators.country: Specific country the question pertains to. Each item in the list correspond to annotations from different annotators.cultural_sensitivity_label: Label to indicate if question is culturally sensitive (CS) or culturally agnostic (CA) based on annotator votes.is_annotated: True/False flag to indicate if sample contains any annotations from our cultural bias study.The following are the splits of the data:
| Split | No. of instances | Language Coverage |
|---|---|---|
| test | 9,200 | 23 |
| dev | 4,655 | 22 |
An example from test set looks as follows:
{'sample_id': 'astronomy/test/58',
'subject': 'astronomy',
'subject_category': 'STEM',
'question': 'When traveling north from the United States into Canada you’ll see the North Star (Polaris) getting _________.',
'option_a': 'Brighter',
'option_b': 'Dimmer',
'option_c': 'Higher in the sky',
'option_d': 'Lower in the sky',
'answer': 'C',
'required_knowledge': "['regional', 'regional', 'regional', 'regional']",
'time_sensitive': "['No', 'No', 'No', 'No']",
'reference': "[{'end': 55, 'label': 'Geographic', 'score': None, 'start': 5}, {'end': 43, 'label': 'Geographic', 'score': None, 'start': 30}, {'end': 55, 'label': 'Geographic', 'score': None, 'start': 5}, {'end': 43, 'label': 'Geographic', 'score': None, 'start': 30}]",
'culture': '[]',
'region': "['North America', 'North America', 'North America', 'North America']",
'country': "['United States of America (USA)', 'United States of America (USA)', 'United States of America (USA)', 'United States of America (USA)']",
'cultural_sensitivity_label': 'CS',
'is_annotated': True
}
The following is the breakdown of CS🗽, CA⚖️ and MA📝 samples in the final dataset.
| Type of Annotation | Instances per language | No. of languages | Total instances |
|---|---|---|---|
| Culturally Sensitive 🗽 | 200 | 23 | 4,600 |
| Culturally Agnostic ⚖️ | 200 | 23 | 4,600 |
| MMLU Annotated 📝 | 400 | 23 | 9,200 |
The dataset covers 23 languages. The following is details about the languages included in the dataset.
| ISO Code | Language | Resources |
|---|---|---|
ar | Arabic (Standard) | High |
bn | Bengali | Mid |
cs | Czech | Mid |
cy | Welsh | Low |
de | German | High |
en | English | High |
fr | French | High |
hi | Hindi | High |
hu | Hungarian | Mid |
id | Indonesian | Mid |
it | Italian | High |
ja | Japanese | High |
ko | Korean | Mid |
my | Burmese | Low |
or | Oriya | Low |
pt | Portuguese | High |
es | Spanish | High |
sk | Slovak | Mid |
sq | Albanian | Low |
sw | Swahili | Low |
tg | Tajik | Low |
yo | Yorùbá | Low |
zh | Chinese (Simplified) | High |
A brief overview of limitations of this dataset is provided below.
This dataset can be used for any purpose, under the terms of the Apache 2.0 License.
If you want to contribute to improving the quality of translations in Global-MMLU-Lite then please contribute using our annotation UI. You can also help review and edit machine translations in additional languages using our annotation interface to help improve language coverage of Global-MMLU-Lite.
For any additional details, please check our paper, Global MMLU: Understanding and Addressing Cultural and Linguistic Biases in Multilingual Evaluation.
@misc{singh2024globalmmluunderstandingaddressing,
title={Global MMLU: Understanding and Addressing Cultural and Linguistic Biases in Multilingual Evaluation},
author={Shivalika Singh and Angelika Romanou and Clémentine Fourrier and David I. Adelani and Jian Gang Ngui and Daniel Vila-Suero and Peerat Limkonchotiwat and Kelly Marchisio and Wei Qi Leong and Yosephine Susanto and Raymond Ng and Shayne Longpre and Wei-Yin Ko and Madeline Smith and Antoine Bosselut and Alice Oh and Andre F. T. Martins and Leshem Choshen and Daphne Ippolito and Enzo Ferrante and Marzieh Fadaee and Beyza Ermis and Sara Hooker},
year={2024},
eprint={2412.03304},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2412.03304},
}