iKala/ievals

Official github repo for TMMLU+, Large scale traditional chinese massive multitask language understanding

47

stars

33

commits

Python

primary language

Sep 7, 2026

updated

README

iEvals : iKala's Evaluator for Large Language Models

iEvals is a framework for evaluating chinese large language models (LLMs), especially performance in traditional chinese domain. Our goal was to provide an easy to setup and fast evaluation library for guiding the performance/use on existing chinese LLMs.

Currently, we only support evaluation for TMMLU+, however in the future we are exploring more domain, ie knowledge extensive dataset (CMMLU, C-Eval) as well as context retrieval and multi-conversation dataset.

Dataset version note

TMMLU+ now has a v1.1 release: the question set was systematically re-verified, with 197 questions having their answer corrected and 539 questions removed for being defective or unresolvable. ievals currently loads whichever revision is tagged main on the dataset repo; see Dataset Versions on the dataset page for what changed between v1.0 and v1.1.

Installation

pip install git+https://github.com/ikala-corp/ievals.git

Usage

ieval <model name> <series: optional> --top_k <numbers of incontext examples>

For more details please refer to models section

Citation

@article{ikala2023eval,
  title={An Improved Traditional Chinese Evaluation Suite for Foundation Model},
  author={Tam, Zhi-Rui and Pai, Ya-Ting},
  journal={arXiv},
  year={2023}
}

About iKala

iKala helps enterprises make better, faster decisions by embedding AI and data at the core of their business. We support AI transformation by helping organizations move from data to decisions, delivering full AI solutions that combine their first-party data with iKala's intelligence built on billions of global social signals.

Headquartered in Taiwan with a global footprint, iKala serves over 1,000 enterprises and 50,000 brands across more than 190 countries, including Fortune 500 companies.

iKala logo iKala Official Website: ikala.ai
Kolr logo Kolr Official Website: kolr.ai
Kuroma logo Kuroma Official Website: kuroma.ai

Contributors

rayrayrays2

29 commits

ray2ikala

2 commits

iKala/ievals

Official github repo for TMMLU+, Large scale traditional chinese massive multitask language understanding

47

stars

33

commits

Python

primary language

Sep 7, 2026

updated

README

iEvals : iKala's Evaluator for Large Language Models

iEvals is a framework for evaluating chinese large language models (LLMs), especially performance in traditional chinese domain. Our goal was to provide an easy to setup and fast evaluation library for guiding the performance/use on existing chinese LLMs.

Currently, we only support evaluation for TMMLU+, however in the future we are exploring more domain, ie knowledge extensive dataset (CMMLU, C-Eval) as well as context retrieval and multi-conversation dataset.

Dataset version note

TMMLU+ now has a v1.1 release: the question set was systematically re-verified, with 197 questions having their answer corrected and 539 questions removed for being defective or unresolvable. ievals currently loads whichever revision is tagged main on the dataset repo; see Dataset Versions on the dataset page for what changed between v1.0 and v1.1.

Installation

pip install git+https://github.com/ikala-corp/ievals.git

Usage

ieval <model name> <series: optional> --top_k <numbers of incontext examples>

For more details please refer to models section

Citation

@article{ikala2023eval,
  title={An Improved Traditional Chinese Evaluation Suite for Foundation Model},
  author={Tam, Zhi-Rui and Pai, Ya-Ting},
  journal={arXiv},
  year={2023}
}

About iKala

iKala helps enterprises make better, faster decisions by embedding AI and data at the core of their business. We support AI transformation by helping organizations move from data to decisions, delivering full AI solutions that combine their first-party data with iKala's intelligence built on billions of global social signals.

Headquartered in Taiwan with a global footprint, iKala serves over 1,000 enterprises and 50,000 brands across more than 190 countries, including Fortune 500 companies.

iKala logo iKala Official Website: ikala.ai
Kolr logo Kolr Official Website: kolr.ai
Kuroma logo Kuroma Official Website: kuroma.ai

Contributors

rayrayrays2

29 commits

ray2ikala

2 commits

Languages

Python

100.0%