llm-kb
← Back to research
Paper

Tokenizer Transplantation Fixes Autoregressive Collapse in Bengali ASR

Researchers propose a tokenizer transplantation pipeline to replace the English-centric byte-level tokenizer in Moonshine speech recognition models with the native-script BanglaBERT WordPiece vocabulary. This resolves catastrophic autoregressive collapse on Bengali, enabling edge-efficient ASR for morphologically rich non-Latin languages.

0 engagement·1 source·Fri, Jul 10, 2026, 04:54 PM
The study identifies that Moonshine's byte-level tokenizer fragments Bengali words into high-fertility byte chains, causing autoregressive collapse during inference. By transplanting the BanglaBERT WordPiece vocabulary into the decoder, the model achieves stable generation without retraining the entire architecture. This approach is critical for deploying lightweight ASR on edge devices for languages like Bengali.

Entities

Moonshine(model)BanglaBERT(model)Bengali ASR(concept)tokenizer transplantation(concept)autoregressive collapse(concept)

Related

Paper

FreyaTTS: A compact Turkish-first text-to-speech model introduced on arXiv

Researchers released a technical report on Freya-TTS, a 183.2M-parameter non-autoregressive flow-matching Diffusion Transformer for Turkish text-to-speech. The model operates in AudioVAE2's continuous latent space, enabling 48 kHz reconstruction without a tokenizer.

0 engagement·1 source·arxiv
Fri, Jul 10, 2026, 03:36 PM
arXiv
Paper

Researchers fine-tune SHuBERT-ByT5 for real-time sentence-level sign language translation

A team fine-tuned a SHuBERT-ByT5 translation stack on a subset of How2Sign using QLoRA, achieving a BLEU of 15.9 on the test set. The work focuses on real-time deployment rather than novel architectures, addressing the gap between isolated sign recognition and natural sentence-level translation.

0 engagement·1 source·arxiv
Fri, Jul 10, 2026, 05:11 PM
arXiv
Paper

Researchers identify modality interference as root cause of full-duplex SLM degradation

A new paper on arXiv (July 7, 2026) presents a fine-grained analysis of optimization dynamics in full-duplex Spoken Language Models (SLMs), identifying severe modality interference as the root cause of knowledge degradation and compromised semantic integrity. The work aims to enable more natural and intelligent full-duplex SLMs.

0 engagement·1 source·arxiv
Tue, Jul 7, 2026, 05:43 PM
arXiv
Paper

Method to extract tokenization oracles from chat APIs described

A Reddit post outlines a technique to reconstruct a closed-source LLM tokenizer using two oracles derived from standard chat APIs: a token length oracle and a prefix token oracle. The prefix oracle resolves merge order ambiguities by leveraging the model's text repetition capability. This method could enable researchers to analyze tokenization without direct access to the tokenizer.

1 engagement·1 source·reddit
Sat, Jul 11, 2026, 06:17 AM
Paper

Flash-MSA: Sparse Attention Kernels Enable Million-Token Training

A new paper introduces Flash-MSA, a sparse attention kernel that reduces memory and computation for long-context transformers, enabling training on sequences up to one million tokens. The method achieves up to 8x speedup over FlashAttention-2 on 128K-length sequences while maintaining model quality.

10 engagement·3 sources·hackernews, rss, arxiv
Sun, Jul 12, 2026, 08:46 PM