paper-with-me

홈 › Papers

Tokenisation via Convex Relaxations

2026-05-21 · Jan Tempus, Philip Whittington, Craig W. Schmidt, Dennis Komm, Tiago Pimentel arxiv

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 without considering the resulting vocabulary as a whole. We instead formulate tokeniser construction as a linear program and solve it using convex optimisation tools, yielding a new algorithm we call ConvexTok. We find ConvexTok consistently improves intrinsic tokenisation metrics and the bits-per-byte (BpB) achieved by language models; it also improves downstream task performance, but less consistently. Furthermore, ConvexTok allows the user to certify how far their tokeniser is from optimal, with respect to a certain objective, via a lower bound, and we empirically find it to be within 1\% of optimal at common vocabulary sizes.

📄 PDF Abstract BibTeX arXiv:2605.22821

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Expressivity of ReLU-Networks under Convex Relaxations

2023-11-07 · Maximilian Baader, Mark Niklas Müller, Yuhao Mao, Martin Vechev

Convex relaxations are a key component of training and certifying provably safe neural networks. However, despite substantial progress, a wide and poorly understood accuracy gap to standard networks remains, raising the …

Statistical Limits of Convex Relaxations

2015-03-04 · Zhaoran Wang, Quanquan Gu, Han Liu

Many high dimensional sparse learning problems are formulated as nonconvex optimization. A popular approach to solve these nonconvex optimization problems is through convex relaxations such as linear and semidefinite pro…

Sparse LearningStochastic Block Model

DS*: Tighter Lifting-Free Convex Relaxations for Quadratic Matching Problems

2017-11-29 · CVPR 2018 6 · Florian Bernard, Christian Theobalt, Michael Moeller

In this work we study convex relaxations of quadratic optimisation problems over permutation matrices. While existing semidefinite programming approaches can achieve remarkably tight relaxations, they have the strong dis…

Graph Matching

Convex Relaxations of Convolutional Neural Nets

2018-12-31 · Burak Bartan, Mert Pilanci

We propose convex relaxations for convolutional neural nets with one hidden layer where the output weights are fixed. For convex activation functions such as rectified linear units, the relaxations are convex second orde…

Convex Relaxations for Isometric and Equiareal NRSfM

2022-11-29 · Agniva Sengupta, Adrien Bartoli

Extensible objects form a challenging case for NRSfM, owing to the lack of a sufficiently constrained extensible model of the point-cloud. We tackle the challenge by proposing 1) convex relaxations of the isometric model…