CoolFace
Modelpublic

wikilangs/pwn

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

Paiwan - Wikilangs Models

Comprehensive Research Report & Full Ablation Study

This repository contains NLP models trained and evaluated by Wikilangs, specifically on Paiwan 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.662x3.660.7466%241,760
16k3.933x3.940.8020%225,069
32k4.197x 🏆4.200.8558%210,910

Tokenization Examples

Below are sample sentences tokenized with each vocabulary size:

Sample 1: aicu a qalici (陰莖) kinacavacavan nua uqaljai, tua sinipukelang nua naqemati tu u...

VocabTokensCount
8k▁aicu ▁a ▁qali ci ▁( 陰 莖 ) ▁kinacavacavan ▁nua ... (+11 more)21
16k▁aicu ▁a ▁qalici ▁( 陰 莖 ) ▁kinacavacavan ▁nua ▁uqaljai ... (+10 more)20
32k▁aicu ▁a ▁qalici ▁( 陰 莖 ) ▁kinacavacavan ▁nua ▁uqaljai ... (+8 more)18

Sample 2: kivecik(紋身) aicu a titjen a payuan kivecik a vavayan a pitalima. 排灣族來義鄉傳統手紋

VocabTokensCount
8k▁kivecik ( 紋 身 ) ▁aicu ▁a ▁titjen ▁a ▁payuan ... (+16 more)26
16k▁kivecik ( 紋 身 ) ▁aicu ▁a ▁titjen ▁a ▁payuan ... (+10 more)20
32k▁kivecik ( 紋身 ) ▁aicu ▁a ▁titjen ▁a ▁payuan ▁kivecik ... (+6 more)16

Sample 3: Pucevuljan(煙起的地方) avan tiribi dorama i taiwan. inalang tua tiribi na kacalisian....

VocabTokensCount
8k▁pucev uljan ( 煙 起 的 地方 ) ▁avan ▁tiribi ... (+26 more)36
16k▁pucevuljan ( 煙起的地方 ) ▁avan ▁tiribi ▁dorama ▁i ▁taiwan . ... (+18 more)28
32k▁pucevuljan ( 煙起的地方 ) ▁avan ▁tiribi ▁dorama ▁i ▁taiwan . ... (+17 more)27

Key Findings

  • —Best Compression: 32k achieves 4.197x compression
  • —Lowest UNK Rate: 8k with 0.7466% 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-gramWord1,59910.643,47630.6%70.4%
2-gramSubword175 🏆7.452,43979.5%98.6%
3-gramWord2,72411.414,57919.2%57.3%
3-gramSubword1,04210.039,63341.2%85.4%
4-gramWord4,98712.287,62313.9%41.7%
4-gramSubword4,25712.0630,58622.0%60.0%
5-gramWord3,65811.845,38815.3%44.9%
5-gramSubword10,34013.3449,67513.3%42.7%

Top 5 N-grams by Size

2-grams (Word):

RankN-gramCount
1aicu a1,188
2a cavilj821
3a caucau748
4a a732
5ka a570

3-grams (Word):

RankN-gramCount
1a a a530
2ka a cavilj413
3palidring a djalan222
4a djalan na167
5a palidring a164

4-grams (Word):

RankN-gramCount
1a a a a514
2a palidring a djalan164
3palidring a djalan na143
4a djalan na taiwan63
5gaku na kukumin a62

5-grams (Word):

RankN-gramCount
1a a a a a500
2a palidring a djalan na130
3palidring a djalan na taiwan62
4venecikan na takakudan a umaq41
5a venecikan na takakudan a39

2-grams (Subword):

RankN-gramCount
1a _54,084
2a n30,246
3_ a28,919
4n _16,909
5k a16,220

3-grams (Subword):

RankN-gramCount
1_ a _22,599
2a n _14,379
3_ k a8,495
4u a _8,199
5a _ k6,913

4-grams (Subword):

RankN-gramCount
1a _ a _4,611
2n _ a _4,406
3a n _ a4,391
4u _ a _3,968
5a n g a3,863

5-grams (Subword):

RankN-gramCount
1a n _ a _3,756
2_ t u a _2,908
3_ a _ c a2,118
4k a t a _2,100
5_ n u a _1,928

Key Findings

  • —Best Perplexity: 2-gram (subword) with 175
  • —Entropy Trend: Decreases with larger n-grams (more predictable)
  • —Coverage: Top-1000 patterns cover ~43% 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.49641.4113.2322,12050.4%
1Subword1.22692.3416.302,7010.0%
2Word0.23551.1771.5371,16976.5%
2Subword0.41601.3342.3217,02058.4%
3Word0.09411.0671.15108,43990.6%
3Subword0.38311.3042.0539,42261.7%
4Word0.0376 🏆1.0261.05124,75996.2%
4Subword0.32371.2521.7280,95467.6%

Generated Text Samples (Word-based)

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

Context Size 1:

  1. 1.a tja sini pakigaljuanga tua zusi yuli citing a cavilj a tja sicavu tua qinaljan sa
  2. 2.i marekacemecemel i vudai izua a 源氏物語 ka a puday ljaceng tua mareka caucau pukeljang a
  3. 3.tua cawtun a cavilj sigac masansika drusapuluq sa pitju a cengkung a qemungcuy maqati a tja

Context Size 2:

  1. 1.aicu a ika namakeljang saka aza tjaljanguanguaqan a zuga nu tjapacunan tucu tucu maljian anga zidai ...
  2. 2.a cavilj aza cenkungaw a qinaljan a caucau nua cemual nu secevung tua amis a i tjaikacedas
  3. 3.a caucau i guan aza na linbien 林邊 pana qapulu kemasi kuljauc pasakaledep a navalj tua taiwan

Context Size 3:

  1. 1.a a a a a a a a a a a a a a a a a a
  2. 2.ka a cavilj tjelu a qiljas masansivalj drusa a kuzulj sa alu taiday sa siva a cuacau 3
  3. 3.palidring a djalan na qakaw 23px sikamasan pitjulj a palidring a djalan na taiwan paravacan a racev ...

Context Size 4:

  1. 1.a a a a a a a a a a a a a a a a a a a
  2. 2.a palidring a djalan na taiwan djalan a pasaviri itua taiwan 省道 23px sikamasan 118 a palidirng a dja...
  3. 3.palidring a djalan na taiwan patje dahu gu kata sanwan gu 省道 23px sikamasannemelj a palidring a djal...

Generated Text Samples (Subword-based)

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

Context Size 1:

  1. 1.alanasemekin._ke
  2. 2._a_kay_avavan"pa
  3. 3.ngaivazua_ilâ-1,

Context Size 2:

  1. 1.a_liljeledasa_pai
  2. 2.an_i_nucau,_kak(區
  3. 3._ayalet_of_jilicu

Context Size 3:

  1. 1._a_drusa_kinalj_i_
  2. 2.an_富源森林遊樂區vuy_umin
  3. 3._kata_katj張孝娘(muma

Context Size 4:

  1. 1.a_a_qiljan_niamadju
  2. 2.n_a_caviljan_nua_in
  3. 3.an_a_hada_kuara_sin

Key Findings

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

4. Vocabulary Analysis

[image]

[image]

[image]

Statistics

MetricValue
Vocabulary Size7,537
Total Tokens130,405
Mean Frequency17.30
Median Frequency3
Frequency Std Dev279.99

Most Common Words

RankWordFrequency
1a22,819
2i3,801
3tua2,914
4ta2,856
5na2,750
6sa2,550
7nua1,941
8kata1,767
9izua1,539
10aicu1,375

Least Common Words (from vocabulary)

RankWordFrequency
1tuleken2
2iqecev2
3rigi2
4新年快樂2
5kalevay2
6ljavia2
7capelju2
8sanvaljin2
9qazavai2
10sinikamaretimalji2

Zipf's Law Analysis

MetricValue
Zipf Coefficient1.0332
R² (Goodness of Fit)0.987155
Adherence Qualityexcellent

Coverage Analysis

Top N WordsCoverage
Top 10056.8%
Top 1,00081.7%
Top 5,00096.1%
Top 10,0000.0%

Key Findings

  • —Zipf Compliance: R²=0.9872 indicates excellent adherence to Zipf's law
  • —High Frequency Dominance: Top 100 words cover 56.8% of corpus
  • —Long Tail: -2,463 words needed for remaining 100.0% 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.23180.4443N/AN/A
mono_64d640.03600.4479N/AN/A
mono_128d1280.00370.4516N/AN/A
aligned_32d320.2318 🏆0.45030.01530.1682
aligned_64d640.03600.45440.06120.2355
aligned_128d1280.00370.45580.07950.2630

Key Findings

  • —Best Isotropy: aligned_32d with 0.2318 (more uniform distribution)
  • —Semantic Density: Average pairwise similarity of 0.4507. Lower values indicate better semantic separation.
  • —Alignment Quality: Aligned models achieve up to 8.0% 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 Gap0.051Low 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
-sserviciilor, sineqetj, sanparavac
-mamavananga, marekatalem, masiljid
-papacual, paywanzuku, pakan
-sisineqetj, sisupuan, sinikieces
-kakaku, kabalelradhane, katalemmang
-ttjaljev, tunis, tatun
-kkising, kaku, kusitik
-kikising, kipusalimaliman, kinanavun
Productive Suffixes
SuffixExamples
-ansisupuan, pusikingan, sinupuan
-namen, zunghen, sisupuan
-anumatazuwa, mavananga, alja
-ngkising, wearing, kicaing
-udukangpu, ninpu, kaku
-gkising, wearing, kicaing
-ljnasetevelj, sikamasantjelulj, cemqalj
-jsineqetj, nasetevelj, sikamasantjelulj

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
malj1.43x24 contextsmalje, malji, limalj
alan1.31x31 contextsalang, calan, kalan
java1.40x18 contextstjava, kaljava, utjavan
jalj1.37x18 contextsudjalj, tjalju, tjalja
kema1.41x16 contextskemac, kemai, keman
djal1.41x16 contextsdjali, udjalj, djalin
ljan1.43x13 contextsaljan, iljang, ljangi
nalj1.69x8 contextsinaljan, naljavek, pinaljak
tjal1.37x12 contextstjala, tjalju, tjalja
ayan1.36x11 contextsayanga, pavayan, kavayan
emas1.35x11 contextscemas, remasi, kemasi
cavi1.51x8 contextscavij, cavilj, tucavilj

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
-s-n201 wordssisupuan, sinupuan
-s-an182 wordssisupuan, sinupuan
-ka-n145 wordskacilisian, kaljasangasangasan
-ka-an138 wordskacilisian, kaljasangasangasan
-k-n127 wordskipusalimaliman, kinanavun
-t-n126 wordstatun, tjanusun
-k-an117 wordskipusalimaliman, kinavecikan
-t-an108 wordstaivuan, tjaisangasangasan
-p-n89 wordspusikingan, pinuvecikan
-p-an82 wordspusikingan, pinuvecikan

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
sikudjaljan`si-ku-djaljan`7.5djaljan
sematjaljitiv`se-ma-tjaljitiv`7.5tjaljitiv
sasipavay`sa-si-pavay`7.5pavay
matadrusa`ma-ta-drusa`7.5drusa
kinaqipuan`kinaqi-pu-an`7.5pu
ljivakung`ljiva-ku-ng`7.5ku
sikamasansimuluq`si-ka-masansimuluq`7.5masansimuluq
djadjaljunan`djadjalju-n-an`7.5n
rinipunan`rinipu-n-an`7.5n
sekacedas`se-ka-cedas`7.5cedas
blubluone`blubluo-n-e`7.5n
philippines`philippi-n-es`7.5n
makapalingulj`ma-ka-palingulj`7.5palingulj
kadjunagnan`kadjunag-n-an`7.5n
mapualang`ma-pu-alang`7.5alang

6.6 Linguistic Interpretation

Automated Insight:

The language Paiwan 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
Tokenizer32k BPEBest compression (4.20x)
N-gram2-gramLowest perplexity (175)
MarkovContext-4Highest predictability (96.2%)
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-10 18:13:50