activity
20242026
collaborators

9 papers

cs.CL2026

Joint Optimization for Greedy Longest-match Tokenization

Adhiraj Singh, Deepanshu Mody, Ghina Al Shdaifat +4

Recent work has shown that subword vocabularies can be trained to optimize compression for a specific inference rule rather than relying on greedy heuristics such as Byte Pair Enco…

cs.CL2026

The Effect of Scripts and Formats on LLM Numeracy

Varshini Reddy, Craig W. Schmidt, Seth Ebner +3

Large language models (LLMs) have achieved impressive proficiency in basic arithmetic, rivaling human-level performance on standard numerical tasks. However, little attention has b…

cs.CL2026

Tokenization with Split Trees

Craig W. Schmidt, Michael Krumdick, Adam Wiemerslage +4

We introduce Tokenization with Split Trees (ToaST), a subword tokenization method that directly optimizes compression under a new recursive inference procedure. ToaST greedily spli…

cs.CL2026

Tokenisation via Convex Relaxations

Jan Tempus, Philip Whittington, Craig W. Schmidt +2

Tokenisation is an integral part of the current NLP pipeline. Current tokenisation algorithms such as BPE and Unigram are greedy algorithms -- they make locally optimal decisions w…

cs.CL2026

Faster Superword Tokenization

Craig W. Schmidt, Chris Tanner, Yuval Pinter

Byte Pair Encoding (BPE) is a widely used tokenization algorithm, whose tokens cannot extend across pre-tokenization boundaries, functionally limiting it to representing at most fu…

cs.CL2025

Boundless Byte Pair Encoding: Breaking the Pre-tokenization Barrier

Craig W. Schmidt, Varshini Reddy, Chris Tanner +1

Pre-tokenization, the initial step in many modern tokenization pipelines, segments text into smaller units called pretokens, typically splitting on whitespace and punctuation. Whil…