tokenization

Tag

Cards List
#tokenization

No wonder Qwen and Gemma are so different

Reddit r/LocalLLaMA · 3d ago

A user shares an observation that Qwen and Gemma tokenize code very differently, with Qwen using far fewer tokens for the same HTML/JS input, which may explain differences in coding and language performance. They also note a potential retraining project by LiquidAI using a more efficient tokenizer.

0 favorites 0 likes
#tokenization

Federated generative event models for tokenized electronic health records

arXiv cs.LG · 2026-08-05 Cached

This arXiv paper evaluates federated training of tokenized generative event models (GEMs) on ICU EHR data from three health systems, showing that federated learning preserves most centralized performance and improves cross-site transportability compared to conventional supervised models.

0 favorites 0 likes
#tokenization

Pruned BPE: Post-training Visibility Pruning and Token Reallocation for Byte Pair Encoding

arXiv cs.CL · 2026-08-04 Cached

This paper proposes Pruned BPE, a post-training method that prunes low-exposure tokens from a BPE vocabulary and reallocates slots to better-exposed candidates, reducing encoded length without increasing model-visible vocabulary size. Experiments on English and Chinese corpora show approximately 0.27–0.36% encoded length reduction over standard BPE.

0 favorites 0 likes
#tokenization

@omarsar0: TokTier makes tokenization stateful for agentic serving. Across 153,951 real agent calls with a 94.1% prompt-cache hit …

X AI KOLs Following · 2026-08-03 Cached

TokTier is a stateful tokenization service that cuts tokenization overhead in agentic LLM serving by reusing stable token boundaries and running exact CPU/GPU tokenization, reducing time-to-first-token by 16–34% under vLLM.

0 favorites 0 likes
#tokenization

Empowering Cross-Domain Sequential Recommendation with Hybrid Tokenization and Serial-Parallel Decoding

arXiv cs.AI · 2026-08-03 Cached

This paper proposes GenCDSR, a generative framework for cross-domain sequential recommendation with hybrid tokenization and serial-parallel decoding, achieving improved accuracy and significantly reduced inference latency compared to state-of-the-art baselines.

0 favorites 0 likes
#tokenization

Language Models are not Equally Robust to Non-Canonical Tokenization across Languages

arXiv cs.CL · 2026-07-30 Cached

This paper investigates whether language models remain robust to alternative (non-canonical) tokenizations across 27 languages, finding that invariance observed in English does not generalize and that languages with higher token fragmentation show greater sensitivity. The authors demonstrate that LoRA fine-tuning with multi-tokenization data can mitigate this sensitivity.

0 favorites 0 likes
#tokenization

Joint Optimization for Greedy Longest-match Tokenization

arXiv cs.CL · 2026-07-28 Cached

This paper introduces JOLT, an integer programming approach to optimize subword tokenization for greedy left-to-right longest-match decoding (WordPiece). JOLT achieves near-optimal compression, closing most of the gap between BPE and the theoretical lower bound, reducing token count by up to 0.78% over BPE.

0 favorites 0 likes
#tokenization

BHARATI: Morphology-Aware Tokenizers for Classical Indian Languages with Subword Fertility Analysis

arXiv cs.CL · 2026-07-28 Cached

This paper introduces BHARATI, a set of SentencePiece BPE tokenizers trained on a balanced multilingual corpus for classical Indian languages. Subword fertility analysis shows significant improvements in tokenization efficiency, reducing sequence length by up to 90% compared to baseline tokenizers, thereby enhancing effective context length for downstream language models.

0 favorites 0 likes
#tokenization

Brazilian farmers tokenized dairy cows to get loans, bypassing bank limits

Hacker News Top · 2026-07-25 Cached

Brazilian farmers tokenized 10 dairy cows on the B3 stock exchange, raising nearly $20,000 in credit backed by livestock, using AI-powered tracking collars to prevent fraud and enable movable collateral.

0 favorites 0 likes
#tokenization

GigaToken: ~1000x faster Language model tokenization

Hacker News Top · 2026-07-22 Cached

GigaToken is an ultra-fast tokenizer library that claims up to 1000x speedup over HuggingFace tokenizers, supporting most common LLM tokenizers and providing drop-in compatibility.

0 favorites 0 likes
#tokenization

@maximelabonne: How do you add new languages to a model? Efficient tokenization plays a major role here. In this new blog post, we talk…

X AI KOLs Following · 2026-07-21 Cached

Liquid AI shares a recipe for upgrading a pretrained model's tokenizer in place, expanding LFM2.5's tokenizer from 65K to 128K to improve efficiency for languages like Thai, Vietnamese, and Hindi, resulting in up to 4x fewer tokens and 2.2-3.7x faster generation.

0 favorites 0 likes
#tokenization

Tokenizing Crosslingual Homographs

arXiv cs.CL · 2026-07-21 Cached

This paper investigates how multilingual tokenizers handle cross-lingual homographs (identical surface forms with different meanings across languages) and proposes a lightweight language-cue intervention that introduces language-specific characters to reduce token sharing. Experiments show modest improvements in machine translation, particularly with BPE tokenization.

0 favorites 0 likes
#tokenization

Discrete Diffusion Models: A Unified Framework from Tokenization to Generation

arXiv cs.LG · 2026-07-16 Cached

This paper introduces a unified conceptual framework for discrete diffusion models, analyzing their design space through tokenization, state space construction, and highlighting trade-offs in training, inference, and scaling.

0 favorites 0 likes
#tokenization

Real Up Cannes Summit Unveils "Anvita" to Power the Agent-to-Agent Economy

Reddit r/ArtificialInteligence · 2026-07-11 Cached

Ant Digital Technologies launched Anvita, a new Web3+AI brand, at the Real Up Cannes Summit to build infrastructure for the agent-to-agent (A2A) digital economy, featuring Anvita Flow for autonomous agent collaboration and Anvita TaaS for tokenization-as-a-service.

0 favorites 0 likes
#tokenization

Let's build a simple interpreter for APL

Lobsters Hottest · 2026-07-10 Cached

This blog post starts a series on building an APL interpreter in Python, covering tokenization and parsing of basic APL expressions with numbers, functions, and operators.

0 favorites 0 likes
#tokenization

Where to cut, how deep: BPE and Unigram-LM on chemistry SMILES

arXiv cs.CL · 2026-07-08 Cached

This paper systematically compares BPE and Unigram-LM tokenization methods for SMILES strings in chemistry, finding they produce near-disjoint vocabularies and differ significantly in segmentation granularity. The results show that the choice of subword algorithm is a critical modeling decision, not a free default.

0 favorites 0 likes
#tokenization

Speaker-Disentangled Chunk-Wise Regression for Syllabic Tokenization

Hugging Face Daily Papers · 2026-07-05 Cached

This paper proposes a speaker-disentangled syllabic tokenizer that uses regression of perturbed student representations toward clean teacher targets, achieving state-of-the-art syllable boundary detection and a 7% relative improvement in speech language model understanding over SpiRit-LM.

0 favorites 0 likes
#tokenization

@VictoriaLinML: The video of my Stanford CS25 guest lecture, From Language Models to Native Multimodal Intelligence, is now online. I d…

X AI KOLs Timeline · 2026-07-03 Cached

Victoria Lin's Stanford CS25 lecture discusses the paradigm shift from language models to native multimodal intelligence, covering tokenization approaches and comparing models like Chameleon and Transfusion.

0 favorites 0 likes
#tokenization

AVTok: 1D Unified Tokenization for Holistic Audio-Video Generation

Hugging Face Daily Papers · 2026-06-29 Cached

AVTok proposes a unified 1D tokenizer for audio-video generation using a dual-stream transformer with shared encoder-decoder and modal-specific queries, achieving compact latent representations and excelling in reconstruction and downstream generation tasks.

0 favorites 0 likes
#tokenization

BrainJanus: A Unified Model for Understanding and Generation across Brain, Vision, and Language

Hugging Face Daily Papers · 2026-06-29 Cached

BrainJanus is the first unified brain model that integrates brain, vision, and language via a shared Omni space, enabling bidirectional mapping between neural activity and sensory stimuli through tokenized representation and autoregressive next-token prediction.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback