Papers › TASTE: Text-Aligned Speech Tokenization and Embedding for Spoken Language Modeling

TASTE: Text-Aligned Speech Tokenization and Embedding for Spoken Language Modeling

9 Apr 2025arXiv:2504.07053archive 2025-07-28

Liang-Hsuan Tseng, Yi-Chang Chen, Kuan-Yi Lee, Da-Shan Shiu, Hung-Yi Lee

Recent efforts target spoken language models (SLMs) that not only listen but also speak for more natural human-LLM interaction. Joint speech-text modeling is a promising direction to achieve this. However, the effectiveness of recent speech tokens for joint modeling remains underexplored. To address this, we introduce Text-Aligned Speech Tokenization and Embedding (TASTE), a method that directly addresses the modality gap by aligning speech token with the corresponding text transcription during the tokenization stage. We propose a method that can achieve this through a attention-based aggregation mechanism and with speech reconstruction as the training objective. We conduct extensive experiments and show that TASTE can preserve essential paralinguistic information while dramatically reducing the token sequence length. With TASTE, we perform straightforward joint spoken language modeling by using Low-Rank Adaptation on the pre-trained text LLM. Experimental results show that TASTE-based SLMs perform comparable to previous work on SALMON and StoryCloze; while significantly outperform other pre-trained SLMs on speech continuation across subjective and objective evaluations. To our knowledge, TASTE is the first end-to-end approach that utilizes a reconstruction objective to automatically learn a text-aligned speech tokenization and embedding suitable for spoken language modeling. Our demo, code, and model are available at https://mtkresearch.github.io/TASTE-SpokenLM.github.io.

PaperPDFCodeCode 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="2504.07053")

Code

Syntology Ran 14 of 20 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 13 ran; community (archive-listed): 2 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mtkresearch/taste-spokenlm officialmentioned in papermentioned on GitHubpytorch report
slp-rl/salmon mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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.

2ran · our draft was wrong
12ran
6unverified

Licence: 20 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

ContinueLatentLinearLastExtract mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran no licence file found · pointer only · 75a8f67de68f1033 · report
ContinueLatentWeightedLayerExtract mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran no licence file found · pointer only · ae3973909b9cc69d · report
ContinueWeightedLayerExtract mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran no licence file found · pointer only · 93a5df0f3583bda3 · report
LinearLastExtract mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran no licence file found · pointer only · 5fa309a42b342081 · report
MultiLinearLastExtract mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran no licence file found · pointer only · cd4db8b78a432337 · report
ReferenceMixExtract mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran no licence file found · pointer only · 279d6325801826ca · report
ReferenceMixFusion mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · a6b59d8ea035592f · report
SimpleSumFusion mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 8c00a209ba048c71 · report
WeightedLayerExtract mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran no licence file found · pointer only · b18446ab487a5f54 · report
WeightedSumFusion mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 44ba0c56534073ad · report
_AdaptedFFN mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 4b94786aab62bee5 · report
_find_all_linear_names mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran · our draft was wrong no licence file found · pointer only · 5a098c87a1cf0f1d · report
generate_mask_from_length mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · d761c1c1939543f8 · report
ExtractBase mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository unverified no licence file found · pointer only · da4d4bf12c4d6aba · report
FusionBase mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository unverified no licence file found · pointer only · 60bc29494edfd229 · report
LinearAllConcatExtract mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository unverified no licence file found · pointer only · fb3b92de371e693a · report
TasteSampler mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository unverified no licence file found · pointer only · e41a663f73152972 · report
TasteSpokenLM mtkresearch/taste-spokenlm/taste_speech/modeling_taste.py official repository unverified no licence file found · pointer only · 7e00164c4e64dea2 · report
SpeechTokenizer slp-rl/salmon/baselines/slm_tokenizers.py community (archive-listed) ran no licence file found · pointer only · d9437193f548f512 · report
get_gslm_speech_encoder slp-rl/salmon/baselines/slm_tokenizers.py community (archive-listed) unverified no licence file found · pointer only · 0566c277d0204a72 · report

Tasks

Language ModelingLanguage ModellingSpeech Tokenizationparameter-efficient fine-tuning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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