AIAny
Icon for item

TMMLU+

A multiple-choice benchmark for evaluating LLM understanding in Traditional Chinese across 66 subjects (elementary to professional). Contains ~22K verified questions covering STEM, humanities, social sciences and Taiwan-specific topics, with standardized splits and model leaderboards under an MIT license.

Introduction

Why this matters

Traditional Chinese evaluation resources are scarce and often biased toward simplified-character datasets. That gap makes it hard to measure and improve LLM performance for Taiwan-specific language, terminology, and curricula. TMMLU+ provides a larger, more balanced, and region-aware multiple-choice benchmark so researchers can reliably assess and compare models on Traditional Chinese understanding.

What Sets It Apart
  • Broad coverage: 66 subjects spanning primary, secondary, undergraduate and professional domains (STEM, social sciences, humanities, and other vocational topics), plus Taiwan-specific items (e.g., Taiwanese Hokkien, geography, culture). This diversity stresses models across factual knowledge, domain terminology, and local context.
  • Scale and quality control: v1.1 contains ~22,203 verified multi-choice questions. The release corrected or removed thousands of problematic items via automated scans and human expert review, improving answer keys and removing ambiguous entries.
  • Evaluation-ready: pre-split dev/validation/test sets, CSV/Parquet formats and direct integration with the Hugging Face datasets library make benchmarking and reproducing results straightforward. A public leaderboard reports per-category and aggregate accuracies for many commercial and open models.
  • Region- and script-aware: focuses on Traditional Chinese wording and Taiwan terminology differences (not just character conversion), so it better reflects real-world usage in Taiwan than Simplified-Chinese-trained benchmarks.
Who It's For and Trade-offs

Great fit if you need a standardized, region-accurate benchmark to evaluate or compare LLMs' Traditional Chinese multiple-choice performance, to identify domain gaps (e.g., law, medical, vocational exams), or to build finetuning/evaluation pipelines that respect Taiwan-specific terminology.

Look elsewhere if your primary goal is open-ended generation, instruction-following dialogue, multimodal evaluation, or large-scale retrieval-augmented QA: TMMLU+ is multiple-choice centric and does not measure free-form generation quality or multimodal reasoning. Also, because it emphasizes Taiwan context, its topical distribution may not represent other Traditional Chinese user populations (e.g., Hong Kong) without additional adaptation.

Practical notes
  • Licensing: MIT — permissive for research and commercial use as long as copyright notice is kept.
  • Format & tooling: available via Hugging Face datasets with per-subject configs; usable as CSV/Parquet and directly loadable with load_dataset('ikala/tmmluplus', '<subject>').
  • Empirical findings (from the release): Traditional Chinese variants of many models still lag simplified-Chinese-trained counterparts; top closed-source models outperform most open models but average model performance remains below human levels on aggregate scores.

Information

  • Websitehuggingface.co
  • OrganizationsiKala AI Lab, National Yang Ming Chiao Tung University
  • AuthorsZhi-Rui Tam, Ya-Ting Pai, Yen-Wei Lee, Jun-Da Chen, Wei-Min Chu, Sega Cheng, Hong-Han Shuai
  • Published date2023/12/22

Categories

More Items

Hugging Face

Provides large-scale mathematical problem-solving, rewriting, and dialogue data organized into five Parquet-backed subsets for reasoning-oriented language-model training. Subsets support streaming access, Dataset Viewer inspection, and per-subset provenance metadata; licensed Apache 2.0.

Hugging Face

Provides image-level tag correction instructions for a Danbooru anime-image tagging corpus, listing per-post tags to add or remove. Contains 1.74M normalized correction rows (snapshot 2026-08-30); it's a corrections manifest (no images) intended to be applied to existing metadata.

Hugging Face

A curated set of 1,000 high-quality chain-of-thought coding and reasoning traces generated by Fable 5.1, totaling ~30M tokens (109 MB). Designed for SFT/distillation to teach smaller models step-by-step programmatic reasoning and debugging.