--- license: cc-by-nc-4.0 task_categories: - question-answering language: - id tags: - MMLU - exams size_categories: - 1K

--- ## Introduction IndoCareer is a dataset comprising 8,834 multiple-choice questions designed to evaluate performance in vocational and professional certification exams across various fields. With a focus on Indonesia, IndoCareer provides rich local contexts, spanning six key sectors: (1) healthcare, (2) insurance and finance, (3) creative and design, (4) tourism and hospitality, (5) education and training, and (6) law.

## Data Each question in the dataset is a multiple-choice question with up to 5 choices and only one choice as the correct answer. ``` import datasets data = datasets.load_dataset('indolem/IndoCareer', 'all') ``` ## Examples These questions are written in Indonesian.

## Evaluation We evaluated one closed-source model (GPT-4o) and 26 open-weight LLMs:

## Citation Please find out paper 📄here. ``` @inproceedings{koto2025cracking, title={Cracking the Code: Multi-domain LLM Evaluation on Real-World Professional Exams in Indonesia}, author={"Fajri Koto"}, booktitle={Proceedings of the 2025 Conference of the North American Chapter of the Association for Computational Linguistics – Human Language Technologies (NAACL HLT 2025), Industry Track}, year={2025} } ```