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

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

17 Feb 2026arXiv:2602.15537added by Syntology

Nicol Visser, Simon Malan, Danel Slabbert, Herman Kamper

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.15537")

Code

Syntology Ran 14 of 20 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nicolvisser/ZeroSyl found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 14 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · our draft was wrong
1ran · fixture could not drive it
9ran
6unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from nicolvisser/ZeroSyl. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ConvFeatureExtractionModel nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran MIT (permissive) · c9f97dfc6d4d3717 · report
Fp32GroupNorm nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 238d038637216da2 · report
Fp32LayerNorm nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran fingerprinted MIT (permissive) · bee6f7686b4cd186 · report
GLU_Linear nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran MIT (permissive) · 5ec66269b12c64b0 · report
MultiheadAttention nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran MIT (permissive) · 11bbf68104c4afcd · report
SamePad nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran fingerprinted MIT (permissive) · e6b0e1474771c0f8 · report
Swish nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 361f8f73bf615221 · report
TransposeLast nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 02f2ef2ed6d05541 · report
WavLMConfig nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran MIT (permissive) · 47b9fcbf6c96bc4a · report
compute_mask_indices nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 147814c7719109eb · report
gelu nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · f30ebf4e48b7e2d7 · report
gelu_accurate nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 581b5373c5b2c0a0 · report
get_activation_fn nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 591bd7145f129c23 · report
quant_noise nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 50d074f5c3f3407d · report
TransformerEncoder nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology unverified MIT (permissive) · ad5e79e9366f6b46 · report
TransformerSentenceEncoderLayer nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology unverified MIT (permissive) · 8e00a2f405df6e94 · report
WavLM nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology unverified MIT (permissive) · b784924ce3753e6a · report
ZeroSylContinuous nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology unverified MIT (permissive) · da73d28df9e96f2d · report
ZeroSylDiscrete nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology unverified MIT (permissive) · 0a1ed7e7ae39261a · report
init_bert_params nicolvisser/ZeroSyl/zerosyl/zerosyl.py found in paper text by Syntology unverified MIT (permissive) · f125b0d1fe596f71 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.15537, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections