paper-with-me

Papers

Tokenisation is NP-Complete

2024-12-19 · Philip Whittington, Gregor Bachmann, Tiago Pimentel

In this work, we prove the NP-completeness of two variants of tokenisation, defined as the problem of compressing a dataset to at most $\delta$ symbols by either finding a vocabulary directly (direct tokenisation), or selecting a sequence of merge operations (bottom-up tokenisation).

📄 PDF Abstract BibTeX arXiv:2412.15210

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tokenisation over Bounded Alphabets is Hard

2025-11-19 · Violeta Kastreva, Philip Whittington, Dennis Komm, Tiago Pimentel arxiv

Recent works have shown that tokenisation is NP-complete. However, these works assume tokenisation is applied to inputs with unboundedly large alphabets -- an unrealistic assumption, given that in practice tokenisers ope…

Stochasticity in Tokenisation Improves Robustness

2026-04-17 · Sophie Steger, Rui Li, Sofiane Ennadir, Anya Sims 외 arxiv

The widespread adoption of large language models (LLMs) has increased concerns about their robustness. Vulnerabilities in perturbations of tokenisation of the input indicate that models trained with a deterministic canon…

Language-Independent Tokenisation Rivals Language-Specific Tokenisation for Word Similarity Prediction

2020-02-25 · LREC 2020 5 · Danushka Bollegala, Ryuichi Kiryo, Kosuke Tsujino, Haruki Yukawa

Language-independent tokenisation (LIT) methods that do not require labelled language resources or lexicons have recently gained popularity because of their applicability in resource-poor languages. Moreover, they compac…

Semantic SimilaritySemantic Textual SimilarityvalidWord Embeddings+1

SpiralFovea: Input-Adaptive Foveated Tokenization as a Third Lever of Resource-Adaptive Inference

2026-07-01 · Kyan Mahajan, Mohammad Saqlain arxiv

Most adaptive-inference techniques for foundation models change what the model does - early exit, MoE routing, KV-cache compression, dynamic attention sparsity. The input that hits the backbone, however, remains a fixed-…

Improving Tokenisation by Alternative Treatment of Spaces

2022-04-08 · Edward Gow-Smith, Harish Tayyar Madabushi, Carolina Scarton, Aline Villavicencio

Tokenisation is the first step in almost all NLP tasks, and state-of-the-art transformer-based language models all use subword tokenisation algorithms to process input text. Existing algorithms have problems, often produ…

Natural Language Understanding