paper-with-me

홈 › Papers

Scaling Spoken Language Models with Syllabic Speech Tokenization

2025-09-30 · Nicholas Lee, Cheol Jun Cho, Alan W Black, Gopala K. Anumanchipalli arxiv

Spoken language models (SLMs) typically discretize speech into high-frame-rate tokens extracted from SSL speech models. As the most successful LMs are based on the Transformer architecture, processing these long token streams with self-attention is expensive, as attention scales quadratically with sequence length. A recent SSL work introduces acoustic tokenization of speech at the syllable level, which is more interpretable and potentially more scalable with significant compression in token lengths (4-5 Hz). Yet, their value for spoken language modeling is not yet fully explored. We present the first systematic study of syllabic tokenization for spoken language modeling, evaluating models on a suite of SLU benchmarks while varying training data scale. Syllabic tokens can match or surpass the previous high-frame rate tokens while significantly cutting training and inference costs, achieving more than a 2x reduction in training time and a 5x reduction in FLOPs. Our findings highlight syllable-level language modeling as a promising path to efficient long-context spoken language models.

📄 PDF Abstract BibTeX arXiv:2509.26634

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sylber: Syllabic Embedding Representation of Speech from Raw Audio

2024-10-09 · Cheol Jun Cho, Nicholas Lee, Akshat Gupta, Dhruv Agarwal 외

Syllables are compositional units of spoken language that efficiently structure human speech perception and production. However, current neural speech representations lack such structure, resulting in dense token sequenc…

Language ModelingLanguage ModellingSelf-Supervised LearningSpeech Tokenization

ZeroSyl: Simple Zero-Resource Syllable Tokenization for Spoken Language Modeling

2026-02-17 · Nicol Visser, Simon Malan, Danel Slabbert, Herman Kamper arxiv

Pure speech language models aim to learn language directly from raw audio without textual resources. A key challenge is that discrete tokens from self-supervised speech encoders result in excessively long sequences, moti…

Speaker-Disentangled Chunk-Wise Regression for Syllabic Tokenization

2026-07-05 · Ryota Komatsu, Kota Kawakita, Takuma Okamoto, Takahiro Shinozaki hf

Unsupervised syllabic tokenization aims to learn discrete syllabic tokens that capture latent linguistic content-related structure from raw speech. Recent syllabic tokenization methods employ teacher-student distillation…

Boundary Detection

SD-HuBERT: Sentence-Level Self-Distillation Induces Syllabic Organization in HuBERT

2023-10-16 · Cheol Jun Cho, Abdelrahman Mohamed, Shang-Wen Li, Alan W Black 외

Data-driven unit discovery in self-supervised learning (SSL) of speech has embarked on a new era of spoken language processing. Yet, the discovered units often remain in phonetic space and the units beyond phonemes are l…

Language ModelingLanguage ModellingSelf-Supervised LearningSentence

SyllableLM: Learning Coarse Semantic Units for Speech Language Models

2024-10-05 · Alan Baade, Puyuan Peng, David Harwath

Language models require tokenized inputs. However, tokenization strategies for continuous data like audio and vision are often based on simple heuristics such as fixed sized convolutions or discrete clustering, which do …

ClusteringLanguage ModelingLanguage ModellingSpeech Tokenization+1