paper-with-me

홈 › Papers

Splintering Nonconcatenative Languages for Better Tokenization

2025-03-18 · Bar Gazit, Shaltiel Shmidman, Avi Shmidman, Yuval Pinter

Common subword tokenization algorithms like BPE and UnigramLM assume that text can be split into meaningful units by concatenative measures alone. This is not true for languages such as Hebrew and Arabic, where morphology is encoded in root-template patterns, or Malay and Georgian, where split affixes are common. We present SPLINTER, a pre-processing step which rearranges text into a linear form that better represents such nonconcatenative morphologies, enabling meaningful contiguous segments to be found by the tokenizer. We demonstrate SPLINTER's merit using both intrinsic measures evaluating token vocabularies in Hebrew, Arabic, and Malay; as well as on downstream tasks using BERT-architecture models trained for Hebrew.

📄 PDF Abstract BibTeX arXiv:2503.14433

Code (1)

melelbgu/splintering 공식 구현

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

An Information-Theoretic Characterization of Morphological Fusion

2021-11-01 · EMNLP 2021 11 · Neil Rathi, Michael Hahn, Richard Futrell

Linguistic typology generally divides synthetic languages into groups based on their morphological fusion. However, this measure has long been thought to be best considered a matter of degree. We present an information-t…

Reducing Tokenization Premiums for Low-Resource Languages

2026-01-19 · Geoffrey Churchill, Steven Skiena arxiv

Relative to English, low-resource languages suffer from substantial tokenization premiums in modern LMs, meaning that it generally requires several times as many tokens to encode a sentence in a low-resource language tha…

Tokenization and Morphology in Multilingual Language Models: A Comparative Analysis of mT5 and ByT5

2024-10-15 · Thao Anh Dang, Limor Raviv, Lukas Galke

Morphology is a crucial factor for multilingual language modeling as it poses direct challenges for tokenization. Here, we seek to understand how tokenization influences the morphological knowledge encoded in multilingua…

Language ModelingLanguage Modelling

Concept Extrapolation: A Conceptual Primer

2023-06-19 · Matija Franklin, Rebecca Gorman, Hal Ashton, Stuart Armstrong

This article is a primer on concept extrapolation - the ability to take a concept, a feature, or a goal that is defined in one context and extrapolate it safely to a more general context. Concept extrapolation aims to so…

Better Than Whitespace: Information Retrieval for Languages without Custom Tokenizers

2022-10-11 · Odunayo Ogundepo, Xinyu Zhang, Jimmy Lin

Tokenization is a crucial step in information retrieval, especially for lexical matching algorithms, where the quality of indexable tokens directly impacts the effectiveness of a retrieval system. Since different languag…

Information RetrievalRetrieval