paper-with-me

홈 › Papers

Less Is More: Reducing Token Counts Without Compromising Performance

2025-06-18 · Gyeongje Cho, Yeonkyoung So, Sangmin Lee, Jaejin Lee arxiv

Tokenization directly affects the inference efficiency of large language models, since fragmented tokenization increases sequence length and generation cost. Although longer, multi-word tokens can reduce fertility, naively adding them often degrades language model performance. We propose Thunder-Tok, a subword tokenizer that reduces fertility while preserving downstream performance. Thunder-Tok first constructs a large seed vocabulary from corpus substrings and filters structurally incomplete candidates, including invalid Unicode byte fragments and word-boundary violations. It then prunes the seed vocabulary using a likelihood-based token score derived from a uniform Jensen lower bound of the training-data probability. Experiments show that Thunder-Tok reduces fertility by approximately 25% in English and 9% in Korean compared with the standard BPE tokenizer while maintaining competitive performance.

📄 PDF Abstract BibTeX arXiv:2506.15138

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tokenization with Split Trees

2026-05-21 · Craig W. Schmidt, Michael Krumdick, Adam Wiemerslage, Seth Ebner 외 arxiv

We introduce Tokenization with Split Trees (ToaST), a subword tokenization method that directly optimizes compression under a new recursive inference procedure. ToaST greedily splits each pretoken into a full binary tree…

T-REN: Learning Text-Aligned Region Tokens Improves Dense Vision-Language Alignment and Scalability

2026-04-20 · Savya Khosla, Sethuraman T, Aryan Chadha, Alex Schwing 외 arxiv

Despite recent progress, vision-language encoders struggle with two core limitations: (1) weak alignment between language and dense vision features, which hurts tasks like open-vocabulary semantic segmentation; and (2) h…

Semantic SegmentationObject LocalizationImage RetrievalScene Parsing

Variation-aware Vision Token Dropping for Faster Large Vision-Language Models

2025-09-01 · Junjie Chen, Xuyang Liu, Zichen Wen, Yiyu Wang 외 arxiv

Large vision-language models (LVLMs) have demonstrated remarkable capabilities in multimodal understanding tasks. However, the increasing demand for high-resolution image and long-video understanding results in substanti…

Computational Efficiency

ThinkLess: A Training-Free Inference-Efficient Method for Reducing Reasoning Redundancy

2025-05-21 · Gengyang Li, Yifeng Gao, Yuming Li, Yunfang Wu

While Chain-of-Thought (CoT) prompting improves reasoning in large language models (LLMs), the excessive length of reasoning tokens increases latency and KV cache memory usage, and may even truncate final answers under c…

Instruction FollowingTransfer Learning

TokenFLEX: Unified VLM Training for Flexible Visual Tokens Inference

2025-04-04 · Junshan Hu, Jialiang Mao, Zhikang Liu, Zhongpu Xia 외

Conventional Vision-Language Models(VLMs) typically utilize a fixed number of vision tokens, regardless of task complexity. This one-size-fits-all strategy introduces notable inefficiencies: using excessive tokens leads …

Large Language Model