Evaluating Subword Tokenization Techniques for Bengali: A Benchmark Study with BengaliBPE
Firoj Ahmmed Patwary, Abdullah Al Noman

TL;DR
This paper introduces BengaliBPE, a language-specific subword tokenizer for Bengali that improves morphological consistency and interpretability over existing methods, demonstrated through extensive evaluation on a Bengali news classification dataset.
Contribution
BengaliBPE is a novel, morphology-aware BPE tokenizer tailored for Bengali, addressing limitations of existing tokenizers designed for Latin scripts.
Findings
BengaliBPE achieves more detailed segmentation and better morphological interpretability.
BengaliBPE has slightly higher computational cost but improves downstream classification accuracy.
Language-aware tokenization is crucial for morphologically rich scripts like Bengali.
Abstract
Tokenization is an important first step in Natural Language Processing (NLP) pipelines because it decides how models learn and represent linguistic information. However, current subword tokenizers like SentencePiece or HuggingFace BPE are mostly designed for Latin or multilingual corpora and do not perform well on languages with rich morphology such as Bengali. To address this limitation, we present BengaliBPE, a Byte Pair Encoding (BPE) tokenizer specifically developed for the Bengali script. BengaliBPE applies Unicode normalization, grapheme-level initialization, and morphology-aware merge rules to maintain linguistic consistency and preserve subword integrity. We use a large-scale Bengali news classification dataset to compare BengaliBPE with three baselines: Whitespace, SentencePiece BPE, and HuggingFace BPE. The evaluation considers tokenization granularity, encoding speed, and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
