Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code:   JWTInvalidSignature
Exception:    InvalidSignatureError
Message:      Signature verification failed
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
                  decoded = jwt.decode(
                      jwt=token,
                  ...<2 lines>...
                      options=options,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
                  decoded = self.decode_complete(
                      jwt,
                  ...<8 lines>...
                      leeway=leeway,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
                  decoded = self._jws.decode_complete(
                      jwt,
                  ...<3 lines>...
                      detached_payload=detached_payload,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
                  self._verify_signature(
                  ~~~~~~~~~~~~~~~~~~~~~~^
                      signing_input,
                      ^^^^^^^^^^^^^^
                  ...<4 lines>...
                      options=merged_options,
                      ^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
                  raise InvalidSignatureError("Signature verification failed")
              jwt.exceptions.InvalidSignatureError: Signature verification failed

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

MaLLM-Bench - Malaysian Exam Benchmark Dataset

Dataset Summary

The Malaysian Exam Benchmark Dataset is a collection of questions derived from Malaysia’s national examinations, designed to evaluate the performance of Large Language Models (LLMs) in understanding the Malay language and its cultural nuances. This dataset addresses gaps in existing benchmarks like MMLU and its translations by incorporating culturally relevant and contextually rich content.

The dataset includes questions from primary and secondary school exams such as Sijil Pelajaran Malaysia (SPM), Penilaian Menengah Rendah (PMR), Pentaksiran Tingkatan Tiga (PT3), Ujian Pencapaian Sekolah Rendah (UPSR). The subjects span various areas of study, such as history, geography, and Islamic study, making it a well-rounded resource for evaluating LLMs on tasks that require both language understanding and cultural relevance.

Subject Question Count
Accounting 793
Biology 311
Business Study 731
Chemistry 432
Design and Technology 100
Economic Study 314
General Study 220
Geography 161
History 1287
Islamic Study 216
Malay Language 1363
Physical Education 144
Physics 311
Science 318

Dataset Structure

Data Instances

An example from general study looks as follows:

{
  "question": "Antara yang berikut, yang manakah bidang kuasa bersama Kerajaan Persekutuan dan Kerajaan Negeri?",
  "options": [
      "Pendidikan",
      "Tanah",
      "Perumahan",
      "Perpustakaan"
  ],
  "answer": 3,
  "subject": "general_study"
}
Downloads last month
18