paper-with-me

Papers

VerChol -- Grammar-First Tokenization for Agglutinative Languages

2026-03-06 · Prabhu Raja arxiv

Tokenization is the foundational step in all large language model (LLM) pipelines, yet the dominant approach Byte Pair Encoding (BPE) and its variants is inherently script agnostic and optimized for English like morphology. For agglutinative languages a typological class encompassing the Dravidian family (Tamil, Kannada, Telugu, Malayalam), Turkic languages (Turkish, Azerbaijani, Uzbek), Uralic languages (Finnish, Hungarian, Estonian), Korean, Japanese, Swahili, Basque, and others, a single word may encode root, tense, aspect, person, number, gender agreement, case, and postpositions into one orthographic unit. Statistical tokenizers fragment these words into byte pair chunks that sever morpheme boundaries and inflate token counts.

📄 PDF Abstract BibTeX arXiv:2603.05883

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tokenization Strategies for Low-Resource Agglutinative Languages in Word2Vec: Case Study on Turkish and Finnish

2025-08-27 · Jinfan Frank Hu arxiv

Tokenization plays a critical role in processing agglutinative languages, where a single word can encode multiple morphemes carrying syntactic and semantic information. This study evaluates the impact of various tokeniza…

QuechuaTok: Morphological Boundary Accuracy as a Necessary Metric for Tokenizer Evaluation in Agglutinative Low-Resource Languages

2026-06-22 · Maria Contreras arxiv

Tokenization is a foundational step in NLP pipelines, yet standard evaluation metrics such as fertility rate fail to capture morphological correctness for agglutinative languages. We present QuechuaTok, a systematic benc…

Impact of Tokenization on Language Models: An Analysis for Turkish

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Tokenization is an important text preprocessing step to prepare input tokens for language models. WordPiece and BPE are de-facto methods employed by large language models, such as BERT and GPT. However, the impact of tok…

Learning Agglutinative Morphology of Indian Languages with Linguistically Motivated Adaptor Grammars

2015-09-01 · RANLP 2015 9 · Arun Kumar, Llu{\'\i}s Padr{\'o}, Antoni Oliver

Syllabic Agglutinative Tokenizations for Indonesian LLM: A Study from Gasing Literacy Learning System

2026-01-14 · H. Situngkir, A. B. Lumbantobing, Y. Surya arxiv

This paper presents a novel syllable-based tokenization approach for Indonesian large language models, inspired by the Gasing Literacy Learning System's pedagogical methodology. Drawing on information-theoretic principle…