CoolFace
Modelpublic

wikilangs/ami

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
Model Card

Amis - Wikilangs Models

Comprehensive Research Report & Full Ablation Study

This repository contains NLP models trained and evaluated by Wikilangs, specifically on Amis Wikipedia data. We analyze tokenizers, n-gram models, Markov chains, vocabulary statistics, and word embeddings.

📋 Repository Contents

Models & Assets

  • Tokenizers (8k, 16k, 32k, 64k)
  • N-gram models (2, 3, 4, 5-gram)
  • Markov chains (context of 1, 2, 3, 4 and 5)
  • Subword N-gram and Markov chains
  • Embeddings in various sizes and dimensions (aligned and unaligned)
  • Language Vocabulary
  • Language Statistics

[image]

Analysis and Evaluation


1. Tokenizer Evaluation

[image]

[image]

[image]

[image]

Results

Vocab SizeCompressionAvg Token LenUNK RateTotal Tokens
8k3.160x3.160.4656%701,501
16k3.337x3.340.4917%664,267
32k3.486x3.490.5136%635,874
64k3.607x 🏆3.610.5314%614,596

Tokenization Examples

Below are sample sentences tokenized with each vocabulary size:

Sample 1: ising(Kuwaping a sowal:醫生) O maan ko ising? O ising kako. 'Amis

VocabTokensCount
8k▁ising ( kuwaping ▁a ▁sowal : 醫生 ) ▁o ▁maan ... (+9 more)19
16k▁ising ( kuwaping ▁a ▁sowal : 醫生 ) ▁o ▁maan ... (+9 more)19
32k▁ising ( kuwaping ▁a ▁sowal : 醫生 ) ▁o ▁maan ... (+9 more)19
64k▁ising ( kuwaping ▁a ▁sowal : 醫生 ) ▁o ▁maan ... (+9 more)19

Sample 2: O Sir James Paul McCartney(kuwaping a sowal:保羅·麥卡尼)

VocabTokensCount
8k▁o ▁sir ▁j am es ▁paul ▁mc car tn ey ... (+11 more)21
16k▁o ▁sir ▁james ▁paul ▁mccartney ( kuwaping ▁a ▁sowal : ... (+6 more)16
32k▁o ▁sir ▁james ▁paul ▁mccartney ( kuwaping ▁a ▁sowal : ... (+4 more)14
64k▁o ▁sir ▁james ▁paul ▁mccartney ( kuwaping ▁a ▁sowal : ... (+4 more)14

Sample 3: hana (花) O mialaan nai Dipong kona sowal. O falo han no roma a niyaro', no roma ...

VocabTokensCount
8k▁hana ▁( 花 ) ▁o ▁mi alaan ▁nai ▁dipong ▁kona ... (+15 more)25
16k▁hana ▁( 花 ) ▁o ▁mialaan ▁nai ▁dipong ▁kona ▁sowal ... (+14 more)24
32k▁hana ▁( 花 ) ▁o ▁mialaan ▁nai ▁dipong ▁kona ▁sowal ... (+14 more)24
64k▁hana ▁( 花 ) ▁o ▁mialaan ▁nai ▁dipong ▁kona ▁sowal ... (+14 more)24

Key Findings

  • Best Compression: 64k achieves 3.607x compression
  • Lowest UNK Rate: 8k with 0.4656% unknown tokens
  • Trade-off: Larger vocabularies improve compression but increase model size
  • Recommendation: 32k vocabulary provides optimal balance for production use

2. N-gram Model Evaluation

[image]

[image]

[image]

Results

N-gramVariantPerplexityEntropyUnique N-gramsTop-100 CoverageTop-1000 Coverage
2-gramWord6,66412.7022,55520.4%47.4%
2-gramSubword206 🏆7.686,76578.7%98.2%
3-gramWord12,81413.6536,10317.1%36.4%
3-gramSubword1,35710.4125,32937.0%81.9%
4-gramWord30,92314.9277,45615.4%26.9%
4-gramSubword6,31312.6295,30818.3%53.9%
5-gramWord25,90314.6663,93516.8%28.0%
5-gramSubword18,56814.18183,22511.1%36.2%

Top 5 N-grams by Size

2-grams (Word):

RankN-gramCount
1ira ko5,084
2romi ad4,077
3i miheca2,844
4a tamdaw2,817
5a sowal2,775

3-grams (Word):

RankN-gramCount
1ka aloman no2,123
2a romi ad1,679
3ko tamdaw o1,567
4sa osi no1,535
5ko ka aloman1,534

4-grams (Word):

RankN-gramCount
1ko sa osi no1,482
2ko ka aloman no1,395
3nina angan tilid i853
4nano nina angan tilid845
5o roma sato i767

5-grams (Word):

RankN-gramCount
1nano nina angan tilid i820
2aloman no roma a finacadan737
3tamdaw o roma sato i737
4ko sa osi no parod736
5sa osi no parod no736

2-grams (Subword):

RankN-gramCount
1o _201,957
2a _143,658
3a n139,880
4_ k106,844
5a y96,918

3-grams (Subword):

RankN-gramCount
1a y _60,683
2_ a _59,010
3n o _54,715
4a n _54,705
5t o _54,068

4-grams (Subword):

RankN-gramCount
1_ n o _47,866
2_ k o _44,431
3_ t o _37,474
4o _ k a18,696
5a y _ a15,406

5-grams (Subword):

RankN-gramCount
1n _ n o _13,318
2a y _ a _13,310
3a n _ n o11,599
4a m d a w11,462
5t a m d a11,449

Key Findings

  • Best Perplexity: 2-gram (subword) with 206
  • Entropy Trend: Decreases with larger n-grams (more predictable)
  • Coverage: Top-1000 patterns cover ~36% of corpus
  • Recommendation: 4-gram or 5-gram for best predictive performance

3. Markov Chain Evaluation

[image]

[image]

[image]

Results

ContextVariantAvg EntropyPerplexityBranching FactorUnique ContextsPredictability
1Word0.61351.5304.5372,74338.7%
1Subword1.53012.88810.104,1310.0%
2Word0.30271.2331.87329,30669.7%
2Subword0.40661.3262.3541,69359.3%
3Word0.12151.0881.23614,94487.9%
3Subword0.37591.2982.2198,06362.4%
4Word0.0417 🏆1.0291.07757,88495.8%
4Subword0.38801.3092.00216,47761.2%

Generated Text Samples (Word-based)

Below are text samples generated from each word-based Markov chain model:

Context Size 1:

  1. 1.a sowal 蝦 hananay ato misalidong i cowacowa a ingiden a misanga an a malasawad ko
  2. 2.no riyaran ko pico ay koya nitahidangan caay sa osi no pinalengaw a sowal 里約熱內盧 i
  3. 3.ko wawa i mihecaan malamirotocay to amilika misafa eloh a atapangan rikec saka 8 saka 8

Context Size 2:

  1. 1.ira ko sakowan no po o kakeridan no tadamaanay lisin mapatiko tayra i anpin 9 miheca 7
  2. 2.romi ad tahira i miheca oni pacomodan a dafong 經濟 縮圖 niyaro gitega flickr dave proffer ato
  3. 3.i miheca 希臘應借鑑愛爾蘭 實事求是由奢入儉 miheca lacemcem ko kohecalay tamdaw no ikiris a sowal formula ona kala ed...

Context Size 3:

  1. 1.ka aloman no yincomin polong han i 821 ko tamdaw o roma sato saheto i manikaway a kaliomahan
  2. 2.a romi ad o mihayiay 49 77 o minaayay ira ko 50 ko madengaay to nia aids 23
  3. 3.ko tamdaw o poay li i miheca a new hebrides palapa lira ko 45 000 a month reuters

Context Size 4:

  1. 1.ko sa osi no tamdaw 97 ko ka aloman no roma a finacadan polong 全部 han i 11 ko
  2. 2.ko ka aloman no roma a finacadan polong han i 53 ko tamdaw o roma sato i 7 ko
  3. 3.nina angan tilid i 522 south africa tona ci mandela ato kalalaed no finacadan mala likisiay to new y...

Generated Text Samples (Subword-based)

Below are text samples generated from each subword-based Markov chain model:

Context Size 1:

  1. 1.afidawapafoco_ip
  2. 2._巴哥維茨·穆罕默西亞灣基追思的
  3. 3.o’ena_mu_no_safi

Context Size 2:

  1. 1.o_samday_a_i_lont
  2. 2.a_cifetatating_a_
  3. 3.an._ci_jinceca,_s

Context Size 3:

  1. 1.ay_lals_mata._ikir
  2. 2._a_mital,_tangos_n
  3. 3.no_kasapipankos_of

Context Size 4:

  1. 1._no_nina’angra_to,_
  2. 2._ko_tamdaw;_o_romi’
  3. 3._to_i,_caay_ko_i_ta

Key Findings

  • Best Predictability: Context-4 (word) with 95.8% predictability
  • Branching Factor: Decreases with context size (more deterministic)
  • Memory Trade-off: Larger contexts require more storage (216,477 contexts)
  • Recommendation: Context-3 or Context-4 for text generation

4. Vocabulary Analysis

[image]

[image]

[image]

Statistics

MetricValue
Vocabulary Size29,904
Total Tokens912,858
Mean Frequency30.53
Median Frequency3
Frequency Std Dev654.44

Most Common Words

RankWordFrequency
1a59,833
2no48,143
3ko44,598
4to39,959
5i38,034
6o30,294
7ato10,833
8tamdaw10,726
9miheca6,785
10sa6,742

Least Common Words (from vocabulary)

RankWordFrequency
1hiay2
2牡丹社事件2
3pasitenokay2
4satsuma2
5pisamawmaw2
6saigo2
7tsumoru2
8vetoma2
9mitingting2
10kalosaasik2

Zipf's Law Analysis

MetricValue
Zipf Coefficient1.1692
R² (Goodness of Fit)0.995283
Adherence Qualityexcellent

Coverage Analysis

Top N WordsCoverage
Top 10053.0%
Top 1,00076.7%
Top 5,00089.9%
Top 10,00094.1%

Key Findings

  • Zipf Compliance: R²=0.9953 indicates excellent adherence to Zipf's law
  • High Frequency Dominance: Top 100 words cover 53.0% of corpus
  • Long Tail: 19,904 words needed for remaining 5.9% coverage

5. Word Embeddings Evaluation

[image]

[image]

[image]

[image]

5.1 Cross-Lingual Alignment

[image]

[image]

5.2 Model Comparison

ModelDimensionIsotropySemantic DensityAlignment R@1Alignment R@10
mono_32d320.84370.3356N/AN/A
mono_64d640.80070.2526N/AN/A
mono_128d1280.48180.2214N/AN/A
aligned_32d320.8437 🏆0.33130.03400.2100
aligned_64d640.80070.25600.05400.2540
aligned_128d1280.48180.22130.10400.3400

Key Findings

  • Best Isotropy: aligned_32d with 0.8437 (more uniform distribution)
  • Semantic Density: Average pairwise similarity of 0.2697. Lower values indicate better semantic separation.
  • Alignment Quality: Aligned models achieve up to 10.4% R@1 in cross-lingual retrieval.
  • Recommendation: 128d aligned for best cross-lingual performance

6. Morphological Analysis (Experimental)

This section presents an automated morphological analysis derived from the statistical divergence between word-level and subword-level models. By analyzing where subword predictability spikes and where word-level coverage fails, we can infer linguistic structures without supervised data.

6.1 Productivity & Complexity

MetricValueInterpretationRecommendation
Productivity Index5.000High morphological productivityReliable analysis
Idiomaticity Gap-0.226Low formulaic content-

6.2 Affix Inventory (Productive Units)

These are the most productive prefixes and suffixes identified by sampling the vocabulary for global substitutability patterns. A unit is considered an affix if stripping it leaves a valid stem that appears in other contexts.

Productive Prefixes
PrefixExamples
-mamamakari, mapasifana, mamisarocod
-mimipaliwalay, micowatan, mipadangay
-kakasasolsol, kasasiked, katulagan
-sasacipaysoay, sakararamod, sapifelih
-papataminaan, pawalian, paliwalan
-pipidafo, pirnato, pisaepahan
-tatatangangay, taypa, taipingjing
-malmaliyangay, malawidangay, malikiday
Productive Suffixes
SuffixExamples
-ncayin, napirmaan, komian
-ymipaliwalay, ccayay, nanomay
-aymipaliwalay, ccayay, nanomay
-annapirmaan, komian, pataminaan
-ngpopatireng, intuyang, awsiyong
-encecayen, iloen, pakilacen

6.3 Bound Stems (Lexical Roots)

Bound stems are high-frequency subword units that are semantically cohesive but rarely appear as standalone words. These often correspond to the 'core' of a word that requires inflection or derivation to be valid.

StemCohesionSubstitutabilityExamples
emak2.37x36 contextsdemak, hemak, ademak
alom2.07x51 contextsaloma, alomi, naloma
ilid2.25x32 contextstilid, atilid, mililid
dema2.16x33 contextsdemak, ademak, odemak
olon1.93x46 contextstolon, olong, polon
iren2.24x25 contextsireng, yiren, sairen
ihec2.13x28 contextsniheca, miheca, ciheci
onga1.54x55 contextsongay, conga, songa
taki2.19x15 contextstakid, takimi, kitaki
ngra1.98x19 contextsingra, cngra, angra
mihe2.08x14 contextsmihea, miheca, miheaan
ngan1.37x52 contextsngani, ingan, angan

6.4 Affix Compatibility (Co-occurrence)

This table shows which prefixes and suffixes most frequently co-occur on the same stems, revealing the 'stacking' rules of the language's morphology.

PrefixSuffixFrequencyExamples
-ma-y212 wordsmafalicay, mapatodongay
-ma-ay210 wordsmafalicay, mapatodongay
-mi-y196 wordsmitekeday, mihinomay
-mi-ay190 wordsmitekeday, mihinomay
-ka-n187 wordskasakapingan, kamaomahan
-ka-an168 wordskasakapingan, kamaomahan
-pa-n119 wordspasitaywan, palinkaan
-pi-n113 wordspisiyakayan, pidemakan
-pi-an105 wordspisiyakayan, pidemakan
-pa-y91 wordspacarcaray, pahay

6.5 Recursive Morpheme Segmentation

Using Recursive Hierarchical Substitutability, we decompose complex words into their constituent morphemes. This approach handles nested affixes (e.g., prefix-prefix-root-suffix).

WordSuggested SplitConfidenceStem
pipalafangan`pi-pa-lafa-ng-an`9.0lafa
masataporoay`ma-sa-ta-poro-ay`9.0poro
kasatatelekan`ka-sa-ta-telek-an`9.0telek
masapinangay`ma-sa-pi-nang-ay`9.0nang
pipanganganan`pi-pa-ngang-an-an`9.0ngang
tatefingen`ta-tefi-ng-en`7.5tefi
masawawaay`ma-sa-wawa-ay`7.5wawa
mikowananay`mi-kowan-an-ay`7.5kowan
papinanamen`pa-pi-nanam-en`7.5nanam
kakakilimen`ka-ka-kilim-en`7.5kilim
mipatenakay`mi-pa-tenak-ay`7.5tenak
masamaciay`ma-sa-ma-ciay`7.5ciay
pakalayapay`pa-ka-layap-ay`7.5layap
pisadingkian`pi-sa-dingki-an`7.5dingki
sakapilowid`sa-ka-pi-lowid`7.5lowid

6.6 Linguistic Interpretation

Automated Insight:

The language Amis shows high morphological productivity. The subword models are significantly more efficient than word models, suggesting a rich system of affixation or compounding.


7. Summary & Recommendations

[image]

Production Recommendations

ComponentRecommendedRationale
Tokenizer64k BPEBest compression (3.61x)
N-gram2-gramLowest perplexity (206)
MarkovContext-4Highest predictability (95.8%)
Embeddings100dBalanced semantic capture and isotropy

Appendix: Metrics Glossary & Interpretation Guide

This section provides definitions, intuitions, and guidance for interpreting the metrics used throughout this report.

Tokenizer Metrics

Compression Ratio

Definition: The ratio of characters to tokens (chars/token). Measures how efficiently the tokenizer represents text. Intuition: Higher compression means fewer tokens needed to represent the same text, reducing sequence lengths for downstream models. A 3x compression means ~3 characters per token on average. What to seek: Higher is generally better for efficiency, but extremely high compression may indicate overly aggressive merging that loses morphological information.

Average Token Length (Fertility)

Definition: Mean number of characters per token produced by the tokenizer. Intuition: Reflects the granularity of tokenization. Longer tokens capture more context but may struggle with rare words; shorter tokens are more flexible but increase sequence length. What to seek: Balance between 2-5 characters for most languages. Arabic/morphologically-rich languages may benefit from slightly longer tokens.

Unknown Token Rate (OOV Rate)

Definition: Percentage of tokens that map to the unknown/UNK token, indicating words the tokenizer cannot represent. Intuition: Lower OOV means better vocabulary coverage. High OOV indicates the tokenizer encounters many unseen character sequences. What to seek: Below 1% is excellent; below 5% is acceptable. BPE tokenizers typically achieve very low OOV due to subword fallback.

N-gram Model Metrics

Perplexity

Definition: Measures how "surprised" the model is by test data. Mathematically: 2^(cross-entropy). Lower values indicate better prediction. Intuition: If perplexity is 100, the model is as uncertain as if choosing uniformly among 100 options at each step. A perplexity of 10 means effectively choosing among 10 equally likely options. What to seek: Lower is better. Perplexity decreases with larger n-grams (more context). Values vary widely by language and corpus size.

Entropy

Definition: Average information content (in bits) needed to encode the next token given the context. Related to perplexity: perplexity = 2^entropy. Intuition: High entropy means high uncertainty/randomness; low entropy means predictable patterns. Natural language typically has entropy between 1-4 bits per character. What to seek: Lower entropy indicates more predictable text patterns. Entropy should decrease as n-gram size increases.

Coverage (Top-K)

Definition: Percentage of corpus occurrences explained by the top K most frequent n-grams. Intuition: High coverage with few patterns indicates repetitive/formulaic text; low coverage suggests diverse vocabulary usage. What to seek: Depends on use case. For language modeling, moderate coverage (40-60% with top-1000) is typical for natural text.

Markov Chain Metrics

Average Entropy

Definition: Mean entropy across all contexts, measuring average uncertainty in next-word prediction. Intuition: Lower entropy means the model is more confident about what comes next. Context-1 has high entropy (many possible next words); Context-4 has low entropy (few likely continuations). What to seek: Decreasing entropy with larger context sizes. Very low entropy (<0.1) indicates highly deterministic transitions.

Branching Factor

Definition: Average number of unique next tokens observed for each context. Intuition: High branching = many possible continuations (flexible but uncertain); low branching = few options (predictable but potentially repetitive). What to seek: Branching factor should decrease with context size. Values near 1.0 indicate nearly deterministic chains.

Predictability

Definition: Derived metric: (1 - normalized_entropy) × 100%. Indicates how deterministic the model's predictions are. Intuition: 100% predictability means the next word is always certain; 0% means completely random. Real text falls between these extremes. What to seek: Higher predictability for text generation quality, but too high (>98%) may produce repetitive output.

Vocabulary & Zipf's Law Metrics

Zipf's Coefficient

Definition: The slope of the log-log plot of word frequency vs. rank. Zipf's law predicts this should be approximately -1. Intuition: A coefficient near -1 indicates the corpus follows natural language patterns where a few words are very common and most words are rare. What to seek: Values between -0.8 and -1.2 indicate healthy natural language distribution. Deviations may suggest domain-specific or artificial text.

R² (Coefficient of Determination)

Definition: Measures how well the linear fit explains the frequency-rank relationship. Ranges from 0 to 1. Intuition: R² near 1.0 means the data closely follows Zipf's law; lower values indicate deviation from expected word frequency patterns. What to seek: R² > 0.95 is excellent; > 0.99 indicates near-perfect Zipf adherence typical of large natural corpora.

Vocabulary Coverage

Definition: Cumulative percentage of corpus tokens accounted for by the top N words. Intuition: Shows how concentrated word usage is. If top-100 words cover 50% of text, the corpus relies heavily on common words. What to seek: Top-100 covering 30-50% is typical. Higher coverage indicates more repetitive text; lower suggests richer vocabulary.

Word Embedding Metrics

Isotropy

Definition: Measures how uniformly distributed vectors are in the embedding space. Computed as the ratio of minimum to maximum singular values. Intuition: High isotropy (near 1.0) means vectors spread evenly in all directions; low isotropy means vectors cluster in certain directions, reducing expressiveness. What to seek: Higher isotropy generally indicates better-quality embeddings. Values > 0.1 are reasonable; > 0.3 is good. Lower-dimensional embeddings tend to have higher isotropy.

Average Norm

Definition: Mean magnitude (L2 norm) of word vectors in the embedding space. Intuition: Indicates the typical "length" of vectors. Consistent norms suggest stable training; high variance may indicate some words are undertrained. What to seek: Relatively consistent norms across models. The absolute value matters less than consistency (low std deviation).

Cosine Similarity

Definition: Measures angular similarity between vectors, ranging from -1 (opposite) to 1 (identical direction). Intuition: Words with similar meanings should have high cosine similarity. This is the standard metric for semantic relatedness in embeddings. What to seek: Semantically related words should score > 0.5; unrelated words should be near 0. Synonyms often score > 0.7.

t-SNE Visualization

Definition: t-Distributed Stochastic Neighbor Embedding - a dimensionality reduction technique that preserves local structure for visualization. Intuition: Clusters in t-SNE plots indicate groups of semantically related words. Spread indicates vocabulary diversity; tight clusters suggest semantic coherence. What to seek: Meaningful clusters (e.g., numbers together, verbs together). Avoid over-interpreting distances - t-SNE preserves local, not global, structure.

General Interpretation Guidelines

  1. 1.Compare within model families: Metrics are most meaningful when comparing models of the same type (e.g., 8k vs 64k tokenizer).
  2. 2.Consider trade-offs: Better performance on one metric often comes at the cost of another (e.g., compression vs. OOV rate).
  3. 3.Context matters: Optimal values depend on downstream tasks. Text generation may prioritize different metrics than classification.
  4. 4.Corpus influence: All metrics are influenced by corpus characteristics. Wikipedia text differs from social media or literature.
  5. 5.Language-specific patterns: Morphologically rich languages (like Arabic) may show different optimal ranges than analytic languages.

Visualizations Index

VisualizationDescription
Tokenizer CompressionCompression ratios by vocabulary size
Tokenizer FertilityAverage token length by vocabulary
Tokenizer OOVUnknown token rates
Tokenizer Total TokensTotal tokens by vocabulary
N-gram PerplexityPerplexity by n-gram size
N-gram EntropyEntropy by n-gram size
N-gram CoverageTop pattern coverage
N-gram UniqueUnique n-gram counts
Markov EntropyEntropy by context size
Markov BranchingBranching factor by context
Markov ContextsUnique context counts
Zipf's LawFrequency-rank distribution with fit
Vocab FrequencyWord frequency distribution
Top 20 WordsMost frequent words
Vocab CoverageCumulative coverage curve
Embedding IsotropyVector space uniformity
Embedding NormsVector magnitude distribution
Embedding SimilarityWord similarity heatmap
Nearest NeighborsSimilar words for key terms
t-SNE Words2D word embedding visualization
t-SNE Sentences2D sentence embedding visualization
Position EncodingEncoding method comparison
Model SizesStorage requirements
Performance DashboardComprehensive performance overview

About This Project

Data Source

Models trained on wikipedia-monthly - a monthly snapshot of Wikipedia articles across 300+ languages.

Project

A project by [Wikilangs](https://wikilangs.org) - Open-source NLP models for every Wikipedia language.

Maintainer

Omar Kamali - Omneity Labs

Citation

If you use these models in your research, please cite:

bibtex
@misc{wikilangs2025,
  author = {Kamali, Omar},
  title = {Wikilangs: Open NLP Models for Wikipedia Languages},
  year = {2025},
  doi = {10.5281/zenodo.18073153},
  publisher = {Zenodo},
  url = {https://huggingface.co/wikilangs}
  institution = {Omneity Labs}
}

License

MIT License - Free for academic and commercial use.

Links

Report Date: 2026-01-03 18:29:47