Pith. sign in

REVIEW 3 cited by

MorphBPE: A Morpho-Aware Tokenizer Bridging Linguistic Complexity for Efficient LLM Training Across Morphologies

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2502.00894 v1 pith:XEWFCCMC submitted 2025-02-02 cs.CL cs.AI

classification cs.CLcs.AI
keywords morphbpelinguisticmorphologicaltokenizeracrossalignmentconsistencyconvergence
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Tokenization is fundamental to Natural Language Processing (NLP), directly impacting model efficiency and linguistic fidelity. While Byte Pair Encoding (BPE) is widely used in Large Language Models (LLMs), it often disregards morpheme boundaries, leading to suboptimal segmentation, particularly in morphologically rich languages. We introduce MorphBPE, a morphology-aware extension of BPE that integrates linguistic structure into subword tokenization while preserving statistical efficiency. Additionally, we propose two morphology-based evaluation metrics: (i) Morphological Consistency F1-Score, which quantifies the consistency between morpheme sharing and token sharing, contributing to LLM training convergence, and (ii) Morphological Edit Distance, which measures alignment between morphemes and tokens concerning interpretability. Experiments on English, Russian, Hungarian, and Arabic across 300M and 1B parameter LLMs demonstrate that MorphBPE consistently reduces cross-entropy loss, accelerates convergence, and improves morphological alignment scores. Fully compatible with existing LLM pipelines, MorphBPE requires minimal modifications for integration. The MorphBPE codebase and tokenizer playground will be available at: https://github.com/llm-lab-org/MorphBPE and https://tokenizer.llm-lab.org

Discussion (0). Sign in to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Rate-Utility Frontiers for Language Encodings: Comparing Tokens, Bytes, and Pixels Under Controlled Linguistic Content

    cs.CL 2026-07 accept novelty 6.0 of 10

    No text encoding dominates: pixels preserve surface form, bytes align languages, and tokens classify topics, with the winner depending on capacity, language mix, and compute.

  2. Dictionaries to the Rescue: Cross-Lingual Vocabulary Transfer for Low-Resource Languages Using Bilingual Dictionaries

    cs.CL 2025-06 conditional novelty 6.0 of 10

    A dictionary-only vocabulary transfer method, built on iterative BPE subword removal, beats the FOCUS baseline on several low-resource languages, with the largest gains for Manchu.

  3. Evaluating Morphological Alignment of Tokenizers in 70 Languages

    cs.CL 2025-07 conditional novelty 5.0 of 10

    Morphological alignment of tokenizers across 70 languages explains only about 0.5% to 6% of variance in language model task performance, with a small negative trend.

Pith tools