paper-with-me

홈 › Papers

TREX: Tokenizer Regression for Optimal Data Mixture

2026-01-20 · Inho Won, Hangyeol Yoo, Minkyung Cho, Jungyeul Park, Hoyun Song, KyungTae Lim arxiv

Building effective tokenizers for multilingual Large Language Models (LLMs) requires careful control over language-specific data mixtures. While a tokenizer's compression performance critically affects the efficiency of LLM training and inference, existing approaches rely on heuristics or costly large-scale searches to determine optimal language ratios. We introduce Tokenizer Regression for Optimal Data MiXture (TREX), a regression-based framework that efficiently predicts the optimal data mixture for tokenizer training. TREX trains small-scale proxy tokenizers on random mixtures, gathers their compression statistics, and learns to predict compression performance from data mixtures. This learned model enables scalable mixture search before large-scale tokenizer training, mitigating the accuracy-cost trade-off in multilingual tokenizer design. Tokenizers trained with TReX's predicted mixtures outperform mixtures based on LLaMA3 and uniform distributions by up to 12% in both inand out-of-distribution compression efficiency, demonstrating strong scalability, robustness, and practical effectiveness.

📄 PDF Abstract BibTeX arXiv:2601.13588

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Topology Adaptive Graph Estimation in High Dimensions

2014-10-27 · Johannes Lederer, Christian Müller

We introduce Graphical TREX (GTREX), a novel method for graph estimation in high-dimensional Gaussian graphical models. By conducting neighborhood selection with TREX, GTREX avoids tuning parameters and is adaptive to th…

Vocal Bursts Intensity Prediction

Non-convex Global Minimization and False Discovery Rate Control for the TREX

2016-04-22 · Jacob Bien, Irina Gaynanova, Johannes Lederer, Christian Müller

The TREX is a recently introduced method for performing sparse high-dimensional regression. Despite its statistical promise as an alternative to the lasso, square-root lasso, and scaled lasso, the TREX is computationally…

TReX- Reusing Vision Transformer's Attention for Efficient Xbar-based Computing

2024-08-22 · Abhishek Moitra, Abhiroop Bhattacharjee, Youngeun Kim, Priyadarshini Panda

Due to the high computation overhead of Vision Transformers (ViTs), In-memory Computing architectures are being researched towards energy-efficient deployment in edge-computing scenarios. Prior works have proposed effici…

CoLAEdge-computing

MetRex: A Benchmark for Verilog Code Metric Reasoning Using LLMs

2024-11-05 · Manar Abdelatty, Jingxiao Ma, Sherief Reda

Large Language Models (LLMs) have been applied to various hardware design tasks, including Verilog code generation, EDA tool scripting, and RTL bug fixing. Despite this extensive exploration, LLMs are yet to be used for …

Bug fixingCode Generation

RocketPPA: Code-Level Power, Performance, and Area Prediction via LLM and Mixture of Experts

2025-03-27 · Armin Abdollahi, Mehdi Kamal, Massoud Pedram

This paper presents RocketPPA, a novel ultra-fast power, performance (delay), and area (PPA) estimator operating directly at the code-level abstraction using HDL code as input. The key technical innovation is its LLM-bas…

Code RepairFeature EngineeringLarge Language ModelMixture-of-Experts+1