paper-with-me

Papers

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, motivating recent work on syllable-like units. However, methods like Sylber and SyllableLM rely on intricate multi-stage training pipelines. We propose ZeroSyl, a simple training-free method to extract syllable boundaries and embeddings directly from a frozen WavLM model. Using L2 norms of features in WavLM's intermediate layers, ZeroSyl achieves competitive syllable segmentation performance. The resulting segments are mean-pooled, discretized using K-means, and used to train a language model. ZeroSyl outperforms prior syllabic tokenizers across lexical, syntactic, and narrative benchmarks. Scaling experiments show that while finer-grained units are beneficial for lexical tasks, our discovered syllabic units exhibit better scaling behavior for syntactic modeling.

📄 PDF Abstract BibTeX arXiv:2602.15537

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Introducing Syllable Tokenization for Low-resource Languages: A Case Study with Swahili

2024-03-26 · Jesse Atuhurra, Hiroyuki Shindo, Hidetaka Kamigaito, Taro Watanabe

Many attempts have been made in multilingual NLP to ensure that pre-trained language models, such as mBERT or GPT2 get better and become applicable to low-resource languages. To achieve multilingualism for pre-trained la…

Multilingual NLPText GenerationWord Embeddings

Detect Language of Transliterated Texts

2020-04-26 · Sourav Sen

Informal transliteration from other languages to English is prevalent in social media threads, instant messaging, and discussion forums. Without identifying the language of such transliterated text, users who do not spea…

Language IdentificationTranslationTransliteration

findsylls: A Language-Agnostic Toolkit for Syllable-Level Speech Tokenization and Embedding

2026-03-27 · Héctor Javier Vázquez Martínez arxiv

Syllable-level units offer compact and linguistically meaningful representations for spoken language modeling and unsupervised word discovery, but research on syllabification remains fragmented across disparate implement…

HeceTokenizer: A Syllable-Based Tokenization Approach for Turkish Retrieval

2026-04-12 · Senol Gulgonul arxiv

HeceTokenizer is a syllable-based tokenizer for Turkish that exploits the deterministic six-pattern phonological structure of the language to construct a closed, out-of-vocabulary (OOV)-free vocabulary of approximately 8…

Syllabic Agglutinative Tokenizations for Indonesian LLM: A Study from Gasing Literacy Learning System

2026-01-14 · H. Situngkir, A. B. Lumbantobing, Y. Surya arxiv

This paper presents a novel syllable-based tokenization approach for Indonesian large language models, inspired by the Gasing Literacy Learning System's pedagogical methodology. Drawing on information-theoretic principle…