Skip to main content

Tokenizer fertility, cost, and multi-turn context-budget analyzer for low-resource Asian languages.

Project description

asia-fertility 🌏

The hidden multilingual tax in your tokenizer — measured before you deploy.

PyPI CI License Python HF Dataset

asia-fertility measures the structural cost penalty that LLM tokenizers impose on lower-resource Asian languages. The same content can cost up to 11× more tokens in Burmese than in English on a frontier tokenizer — silent inflation of API bills, smaller usable context windows, and fewer in-context examples.

Quickstart

pip install "asia-fertility[oai]"

# Measure your own text
asia-fertility measure --text "தமிழ் ஒரு செம்மொழி" --lang tam --tokenizer openai/o200k_base

# Compare cost across providers (in your local currency)
asia-fertility cost --text "Xin chào" --lang vie \
  --models openai/gpt-4o,openai/gpt-3.5-turbo \
  --currencies USD,VND

# Reproduce the full 16-language × 9-tokenizer leaderboard
asia-fertility run --config configs/study_main.yaml
asia-fertility figures --run runs/main --out runs/main/figures
asia-fertility leaderboard --run runs/main --out runs/main/leaderboard.json

What's inside

  • 16 lower-resource Asian languages: Vietnamese, Indonesian, Malay, Filipino, Thai, Hindi, Bengali, Sinhala, Tamil, Telugu, Kannada, Malayalam, Burmese, Khmer, Lao, plus English baseline.
  • 9 tokenizers measured: OpenAI o200k_base/cl100k_base/o200k_harmony, Mistral Tekken, Qwen3, DeepSeek v3, BLOOM, Gemma-2, Aya Expanse. 3 more registered behind license walls (Llama-3.1, etc.).
  • 5 metrics with 95% bootstrap CIs: fertility, premium, same-content cost ratio, characters/token (CPT), and bytes/token (BPT) — the only cross-script-fair comparator.
  • NIAH benchmark: script-native needle-in-haystack across gpt-4o-mini, gpt-3.5-turbo, llama-3.1-8b-instruct on Tamil/Hindi/Burmese/Lao haystacks.

Key findings (v0.2.0)

  • Same content costs 7–12× more tokens on cl100k_base for Brahmic-derived scripts (Tamil 7.61×, Burmese 11.66×).
  • Switching to o200k_base cuts the penalty 3–6× (Tamil → 1.98×, Burmese → 3.18×).
  • Gemma-2 is the best open-weight tokenizer for South Asian workloads (Tamil 2.58×, Burmese 4.80×).
  • NIAH recall collapses to 0–7% on Hindi/Tamil/Burmese/Lao with script-native markers, even at 4k context — across all three frontier models tested. See paper §4.4.

Paper

The full writeup is at paper/paper.pdf (11 pages). Cite as:

@misc{pedretti2026asianlanguagetax,
  title  = {The Asian Language Tax: Quantifying the Cost, Context, and Recall Penalty of Tokenizing Lower-Resource Asian Languages in Frontier LLMs},
  author = {Pedretti, Antoine},
  year   = {2026},
  url    = {https://github.com/Helmo21/asia-fertility},
}

Data

The full results leaderboard + NIAH benchmark are published as a HuggingFace dataset:

from datasets import load_dataset

ds   = load_dataset("Helmo21/asia-fertility", "leaderboard")  # 144 (lang × tokenizer) rows
niah = load_dataset("Helmo21/asia-fertility", "niah")          # 536 NIAH cells

License

MIT © 2026 Antoine Pedretti. Bundled FLORES-200 data: CC-BY-SA 4.0 (Meta NLLB).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asia_fertility-0.3.1.tar.gz (46.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

asia_fertility-0.3.1-py3-none-any.whl (62.5 kB view details)

Uploaded Python 3

File details

Details for the file asia_fertility-0.3.1.tar.gz.

File metadata

  • Download URL: asia_fertility-0.3.1.tar.gz
  • Upload date:
  • Size: 46.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for asia_fertility-0.3.1.tar.gz
Algorithm Hash digest
SHA256 2eef2eff64485ce12862396d45a5e50886de8e0c945c3db568e3511291ee9786
MD5 76440cd16ddbca3ce132535e28ae4887
BLAKE2b-256 cdf9d42802e89f69c4ad5f94d359e08f8ee3a67a2c1189485ee9c7bf3606b189

See more details on using hashes here.

File details

Details for the file asia_fertility-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: asia_fertility-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 62.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for asia_fertility-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1995db9da96ae8ecb02d4676223bb274d510e323f6b7e9778466b29e95707d20
MD5 b1b7901f987c040af7761bd96d279b74
BLAKE2b-256 7ecb0329f57ff687c908e7f74bda0fd736dd1a77f3fa1d3c747af275edfd5abf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page