DialectS2S: End-to-End Speech Dialogue Modeling for Low-Resource Chinese Dialects
Summary
DialectS2S is an end-to-end speech dialogue model for low-resource Chinese dialects, introducing a scalable data synthesis pipeline and a two-stage post-training strategy with self-aligned speech supervision. Experiments show improvements in dialect consistency, response quality, and intelligibility, with fully open-sourced models, data, and code.
View Cached Full Text
Cached at: 08/11/26, 08:06 AM
# DialectS2S: End-to-End Speech Dialogue Modeling for Low-Resource Chinese Dialects
Source: [https://arxiv.org/html/2608.08067](https://arxiv.org/html/2608.08067)
11institutetext:School of Artificial Intelligence, University of Chinese Academy of Sciences22institutetext:Institute of Automation, Chinese Academy of Sciences33institutetext:Wuhan AI Research44institutetext:GWM AI Lab
44email:shuyi23@mails\.ucas\.ac\.cn44email:jjzhang@nlpr\.ia\.ac\.cnTianyu PengYingzhuo DengWen YangJun LinChangming XieXinyu YuJiajun Zhang\(🖂\)
###### Abstract
Current end\-to\-end speech dialogue models are primarily optimized for mainstream languages and remain limited in low\-resource dialect scenarios due to the scarcity of dialect speech data\. Moreover, during dialect adaptation, the semantic representation space of speech dialogue models continuously evolves, while conventional speech supervision remains unchanged, leading to semantic inconsistency between hidden representations and speech targets and degrading speech stability and naturalness\. To address these issues, we propose DialectS2S, an end\-to\-end speech dialogue model for Chinese dialects\. We first develop a scalable dialect speech dialogue synthesis pipeline for efficient data construction\. We further introduce a two\-stage post\-training strategy with self\-aligned speech supervision, which aligns the semantic content of speech supervision with the evolved semantic representations of the model to improve dialect speech generation quality\. Experimental results show that DialectS2S consistently outperforms existing baselines across multiple Chinese dialects in speech dialogue, achieving substantial improvements in dialect consistency, response quality, and speech intelligibility\. Our work provides an efficient and scalable solution for end\-to\-end speech dialogue modeling in low\-resource dialect scenarios\. To facilitate future research and practical applications, we fully open\-source the DialectS2S framework, including model checkpoints, training datasets, and fine\-tuning code\.
\(🖂\)\(🖂\)footnotetext:Corresponding author††footnotetext:Resources:[model checkpoints](https://huggingface.co/CASIA-LM/DialectS2S),[training datasets](https://huggingface.co/datasets/CASIA-LM/DialectS2S_Datasets), and[fine\-tuning code](https://github.com/CASIA-LM/OpenS2S)\.## 1Introduction
Dialects play an important role in regional communication and cultural expression\. Recent end\-to\-end speech dialogue models\[[23](https://arxiv.org/html/2608.08067#bib.bib2),[19](https://arxiv.org/html/2608.08067#bib.bib6),[6](https://arxiv.org/html/2608.08067#bib.bib10),[18](https://arxiv.org/html/2608.08067#bib.bib3),[17](https://arxiv.org/html/2608.08067#bib.bib11),[3](https://arxiv.org/html/2608.08067#bib.bib33)\]have achieved strong conversational performance in mainstream languages such as Mandarin Chinese and English\. However, support for low\-resource Chinese dialects remains limited\. Existing Chinese dialect speech research mainly focuses on speech recognition or speech synthesis, while unified end\-to\-end speech dialogue modeling for Chinese dialects remains largely underexplored\.
Current speech dialogue models often rely on large\-scale speech dialogue corpora, while high\-quality dialect speech data remain scarce\. Moreover, recent studies have shown that directly supervised fine\-tuning speech dialogue models may degrade speech quality and generation stability\[[24](https://arxiv.org/html/2608.08067#bib.bib34)\]\. This issue becomes more challenging in low\-resource dialect scenarios due to limited high\-quality supervision and large acoustic variations\. Therefore, enabling stable and natural dialect speech interaction under limited supervision remains a major challenge for end\-to\-end speech dialogue systems\.
To address these challenges, we propose DialectS2S, an end\-to\-end speech dialogue model for low\-resource Chinese dialects\. DialectS2S supports multilingual interaction across five languages and dialects, including Mandarin, English, Sichuanese, Cantonese, and the Tianjin dialect\. To construct dialect speech dialogue data, we develop a scalable synthesis pipeline that rewrites existing dialogue texts into dialectal expressions using large language models and synthesizes corresponding dialect speech with speech generation models\. Furthermore, we introduce a two\-stage post\-training strategy with self\-aligned speech supervision to improve speech generation stability and naturalness during dialect adaptation\.
In summary, our main contributions are as follows:
1. \(1\)End\-to\-End Speech Dialogue Model for Chinese Dialects:We propose DialectS2S, an end\-to\-end speech dialogue model for low\-resource Chinese dialects\. To facilitate future research on dialect speech interaction, we fully open\-source the DialectS2S framework, including model checkpoints, training datasets, and fine\-tuning code\.
2. \(2\)Self\-Aligned Speech Supervision for Dialect Speech Generation:We propose a two\-stage post\-training strategy with self\-aligned speech supervision, which aligns speech targets with the model’s semantic predictions and improves speech intelligibility while preserving response quality\.
3. \(3\)Strong Multi\-Dialect Performance:Experimental results demonstrate that DialectS2S significantly outperforms existing open\-source baselines in dialect consistency, response quality, and speech intelligibility across multiple Chinese dialects\.
## 2Related Work
### 2\.1End\-to\-End Large Speech Models
Recent end\-to\-end large speech models have achieved strong performance in speech recognition, synthesis, and dialogue tasks\. Compared with cascaded systems, these models directly map speech inputs to text and speech outputs, reducing error accumulation and improving interaction naturalness\. LLaMA\-Omni\[[8](https://arxiv.org/html/2608.08067#bib.bib1)\]appends a speech decoder to a large language model for unified speech understanding and generation\. GLM\-4\-Voice\[[23](https://arxiv.org/html/2608.08067#bib.bib2)\]adopts interleaved text\-speech modeling for streaming interaction\. Step\-Audio 2\[[18](https://arxiv.org/html/2608.08067#bib.bib3)\]and Step\-Audio\-R1\[[16](https://arxiv.org/html/2608.08067#bib.bib8)\]follow a similar interleaved architecture\. Moshi\[[5](https://arxiv.org/html/2608.08067#bib.bib4)\], Voila\[[14](https://arxiv.org/html/2608.08067#bib.bib5)\]and MiniCPM\-o\[[3](https://arxiv.org/html/2608.08067#bib.bib33)\]further support low\-latency full\-duplex conversations\. More recently, Qwen2\.5\-Omni\[[19](https://arxiv.org/html/2608.08067#bib.bib6)\]and Qwen3\-Omni\[[20](https://arxiv.org/html/2608.08067#bib.bib7)\]adopt the Thinker\-Talker architecture, where a large language model handles semantic reasoning and a smaller model generates speech\. OpenS2S\[[17](https://arxiv.org/html/2608.08067#bib.bib11)\]further improves fine\-grained speech understanding and releases open\-source models and training pipelines\. Despite these advances, existing systems are mainly optimized for high\-resource languages such as Mandarin and English, while low\-resource dialect speech interaction remains underexplored\.
### 2\.2Low\-Resource Dialect Speech Modeling
Compared with high\-resource languages such as English and Mandarin Chinese, speech modeling for Chinese dialect varieties faces challenges including limited data availability, expensive annotation, and substantial pronunciation variation\. Existing studies mainly focus on dialect speech corpora, automatic speech recognition \(ASR\), and text\-to\-speech synthesis \(TTS\)\. KeSpeech\[[15](https://arxiv.org/html/2608.08067#bib.bib13)\]constructs a large\-scale corpus covering eight Chinese dialects and more than 27,000 speakers, while WenetSpeech\-Yue\[[9](https://arxiv.org/html/2608.08067#bib.bib30)\]and WenetSpeech\-Chuan\[[4](https://arxiv.org/html/2608.08067#bib.bib31)\]provide high\-quality Cantonese and Sichuanese speech datasets\. Systems such as FunASR\[[1](https://arxiv.org/html/2608.08067#bib.bib29)\]and FireRedASR2S\[[21](https://arxiv.org/html/2608.08067#bib.bib28)\]support multilingual and multi\-dialect speech processing\. In TTS, DIAMOE\-TTS\[[2](https://arxiv.org/html/2608.08067#bib.bib32)\]enables unified dialect modeling through IPA representations, while CosyVoice2\[[7](https://arxiv.org/html/2608.08067#bib.bib12)\]improves speech naturalness and speaker consistency and supports dialect speech generation from reference audio\. However, existing work primarily addresses speech recognition or synthesis in isolation, with limited exploration of end\-to\-end spoken dialogue systems for Chinese dialects\.
## 3Method
### 3\.1Overview
We propose an efficient framework for low\-resource dialect adaptation in end\-to\-end speech dialogue models\. The framework consists of a dialect speech dialogue synthesis pipeline and a two\-stage post\-training procedure, including mixed\-data supervised fine\-tuning and self\-aligned speech supervision training\. Through the proposed framework, pretrained speech dialogue models can acquire stable dialect understanding and generation capabilities while preserving their original multilingual ability\.
### 3\.2Dialect Speech Dialogue Synthesis Pipeline
The proposed synthesis pipeline consists of three stages: dialect text generation, dialect speech synthesis, and speech naturalness filtering\.
#### Dialect Dialogue Generation
Directly prompting large language models to generate dialect dialogues often produces repetitive and low\-diversity content\. Instead, we rewrite the dialogue portion of an open\-source Mandarin dialogue dataset\[[17](https://arxiv.org/html/2608.08067#bib.bib11)\]into dialectal expressions using large language models\[[22](https://arxiv.org/html/2608.08067#bib.bib27)\]while preserving the original semantics and dialogue structure\. This strategy efficiently reuses existing dialogue corpora and enables low\-cost construction of diverse dialect dialogue texts\.
#### Dialect Speech Synthesis
We adopt different synthesis strategies for user\-query speech and system\-response speech\. For user\-query speech, we select 100 dialect seed utterances for each dialect from open\-source dialect datasets\[[15](https://arxiv.org/html/2608.08067#bib.bib13),[9](https://arxiv.org/html/2608.08067#bib.bib30),[4](https://arxiv.org/html/2608.08067#bib.bib31)\], including both male and female speakers\. These utterances are used as reference audio for CosyVoice2\[[7](https://arxiv.org/html/2608.08067#bib.bib12)\]to synthesize dialect query speech from the rewritten dialogue texts, ensuring diverse vocal characteristics in the input speech\. For system\-response speech, we adopt a consistent speaker timbre strategy for response synthesis\. Specifically, we first construct dialect\-specific reference speech conditioned on a target speaker and then use the generated reference speech for response synthesis\. This strategy maintains consistent voice characteristics in synthesized responses and further improves dialect expressiveness and speech naturalness\. Further seed\-set details are provided in Appendix[0\.A](https://arxiv.org/html/2608.08067#Pt0.A1)\.
#### Speech Naturalness Filtering
To improve data quality, we further introduce a speech filtering stage using UTMOS\[[13](https://arxiv.org/html/2608.08067#bib.bib15)\]to automatically remove synthesized samples with unclear pronunciation or unnatural prosody\. Filtering details are provided in Appendix[0\.A](https://arxiv.org/html/2608.08067#Pt0.A1)\.
### 3\.3Model Training
Most existing end\-to\-end speech\-to\-speech dialogue models\[[23](https://arxiv.org/html/2608.08067#bib.bib2),[19](https://arxiv.org/html/2608.08067#bib.bib6),[6](https://arxiv.org/html/2608.08067#bib.bib10),[18](https://arxiv.org/html/2608.08067#bib.bib3),[17](https://arxiv.org/html/2608.08067#bib.bib11),[20](https://arxiv.org/html/2608.08067#bib.bib7),[16](https://arxiv.org/html/2608.08067#bib.bib8)\]are built upon pretrained text language models and synchronously generate both text and speech responses from speech inputs\. In this work, we interpret such systems from a unified Thinker\-Talker perspective\. Specifically, given an input speech sequence𝐗\\mathbf\{X\}, theThinkermodule performs speech understanding and semantic reasoning, producing intermediate hidden representations𝐇\\mathbf\{H\}together with text response tokens𝐓\\mathbf\{T\}\. Conditioned on𝐇\\mathbf\{H\}, theTalkermodule learns the mapping from hidden semantic representations to speech response tokens𝐔\\mathbf\{U\}by leveraging the semantic and paralinguistic information encoded in the hidden states\. The overall architecture is illustrated in Figure[1](https://arxiv.org/html/2608.08067#S3.F1)\.
Figure 1:The proposed unified Thinker\-Talker architecture\.Although these models effectively leverage pretrained language models for end\-to\-end speech interaction, adapting them to low\-resource dialect scenarios often introduces shifts in the hidden\-state distribution during post\-training\. Such shifts are not necessarily undesirable, since the model must gradually acquire new dialect\-specific semantic and acoustic representations\. However, the speech supervision used during training often remains semantically inconsistent with the evolved hidden representations\. As a result, the Talker module must implicitly perform semantic recovery in addition to speech generation, increasing optimization difficulty and degrading speech quality\.
Figure 2:Visualization of the final\-layer Thinker hidden states before and after supervised fine\-tuning\.As illustrated in Figure[2](https://arxiv.org/html/2608.08067#S3.F2), we visualize the hidden\-state distributions using PCA projection on the token\-averaged final\-layer Thinker representations\. The hidden representations continuously evolve after supervised fine\-tuning, highlighting the necessity of adapting speech supervision to the updated semantic space\.
To better align speech supervision with the evolving semantic representations during dialect adaptation, we adopt a two\-stage training framework consisting ofMixed\-Data SFTandSelf\-aligned Speech Supervision Training\. The first stage enables the model to acquire dialect\-aware semantic representations through supervised fine\-tuning, while the second stage further aligns speech generation with the evolved hidden representations to improve dialect speech quality and intelligibility\.
#### Mixed\-Data SFT
Initialized from a speech dialogue model\[[17](https://arxiv.org/html/2608.08067#bib.bib11)\]with strong conversational performance in mainstream languages, we perform full\-parameter supervised fine\-tuning on mixed dialect, Mandarin, and English speech dialogue data\. The training objective is defined as:
ℒSFT=−∑i=1LlogP\(ti∣𝐗,𝐓<i;θThinker\)⏟Thinker Loss−∑j=1VlogP\(uj∣𝐇,𝐔<j;θTalker\)⏟Talker Loss\\mathcal\{L\}\_\{SFT\}=\\underbrace\{\-\\sum\_\{i=1\}^\{L\}\\log P\(t\_\{i\}\\mid\\mathbf\{X\},\\mathbf\{T\}\_\{<i\};\\theta\_\{Thinker\}\)\}\_\{\\text\{Thinker Loss\}\}\-\\underbrace\{\\sum\_\{j=1\}^\{V\}\\log P\(u\_\{j\}\\mid\\mathbf\{H\},\\mathbf\{U\}\_\{<j\};\\theta\_\{Talker\}\)\}\_\{\\text\{Talker Loss\}\}\(1\)
whereθThinker\\theta\_\{Thinker\}andθTalker\\theta\_\{Talker\}denote the parameters of the Thinker and Talker modules\.
This stage gradually shifts the hidden representations of the Thinker module toward dialect\-aware semantic spaces through supervised fine\-tuning, enabling the model to acquire initial dialect interaction capabilities\. However, the Talker module still struggles to fully adapt to the evolved semantic representations, since the representation space of the Thinker module continues to evolve during training while the speech supervision remains unchanged\.
#### Self\-aligned Speech Supervision Training
To better align speech supervision with the evolved semantic representations of the Thinker module, we further propose self\-aligned speech supervision training\.
We first use the fine\-tuned Thinker module to generate text predictions:
𝐓^=Thinker\(𝐗\)\\hat\{\\mathbf\{T\}\}=\\mathrm\{Thinker\}\(\\mathbf\{X\}\)\(2\)
Aligned speech supervision is then synthesized from the predicted text using a dialect TTS model:
𝐔^=TTS\(𝐓^\)\\hat\{\\mathbf\{U\}\}=\\mathrm\{TTS\}\(\\hat\{\\mathbf\{T\}\}\)\(3\)
The synthesized speech is subsequently used as the new supervision target, such that the semantic content of the speech supervision is explicitly aligned with the semantic information encoded in the hidden representations for Talker modeling\. To maintain stable coordination between the Thinker and Talker modules, the self\-aligned stage still adopts end\-to\-end full\-parameter optimization, although the self\-aligned loss is primarily applied to the Talker module\.
ℒAlign\_Talker=−∑j=1VlogP\(u^j∣𝐇,𝐔^<j;θTalker\)\\mathcal\{L\}\_\{Align\\\_Talker\}=\-\\sum\_\{j=1\}^\{V\}\\log P\(\\hat\{u\}\_\{j\}\\mid\\mathbf\{H\},\\hat\{\\mathbf\{U\}\}\_\{<j\};\\theta\_\{Talker\}\)\(4\)
Figure 3:Self\-aligned supervision aligns speech targets with semantic representations produced by the Thinker module, enabling the Talker module to focus on prosody and pronunciation modeling\.By aligning speech supervision with the model’s semantic predictions, the proposed strategy reduces semantic mismatch between hidden representations and speech targets, allowing the Talker module to focus on speech generation rather than semantic correction\. Figure[3](https://arxiv.org/html/2608.08067#S3.F3)provides a comparison between conventional supervised fine\-tuning and the proposed self\-aligned speech supervision strategy\.
## 4Experiments
### 4\.1Datasets
Based on a high\-quality open\-source speech dialogue dataset\[[17](https://arxiv.org/html/2608.08067#bib.bib11)\], we construct dialect speech dialogue corpora for three Chinese dialects, including Sichuanese, Cantonese, and the Tianjin dialect, using the proposed synthesis pipeline\. Each dialect contains approximately 3,600 speech query\-response pairs\. In addition, 3,600 high\-MOS speech dialogue samples are selected for both Mandarin and English from this dataset and mixed with the constructed dialect data for joint training\. The final training set contains approximately 18,000 speech dialogue pairs with a total duration of 225 hours, primarily consisting of open\-domain daily conversations to better reflect real\-world multilingual and dialect interaction scenarios\.
### 4\.2Training Setup
We initialize the model from OpenS2S\[[17](https://arxiv.org/html/2608.08067#bib.bib11)\]due to its fully open\-source nature and strong conversational capabilities in everyday spoken interactions\. We first perform two epochs of supervised fine\-tuning to obtain a base model with stable dialect capabilities, followed by self\-aligned speech supervision training on the same dataset\. All experiments are conducted on 8 NVIDIA A800 GPUs using DeepSpeed\[[12](https://arxiv.org/html/2608.08067#bib.bib19)\]with ZeRO Stage\-2\[[11](https://arxiv.org/html/2608.08067#bib.bib21)\]\. The model is optimized using AdamW\[[10](https://arxiv.org/html/2608.08067#bib.bib20)\]with a learning rate of2×10−52\\times 10^\{\-5\},β1=0\.9\\beta\_\{1\}=0\.9,β2=0\.999\\beta\_\{2\}=0\.999,ϵ=1×10−8\\epsilon=1\\times 10^\{\-8\}, and weight decay 0\.05\. The learning rate schedule follows WarmupDecayLR\.
## 5Evaluation
### 5\.1Evaluation Setup
We evaluate DialectS2S on multilingual speech interaction from three aspects: language matching accuracy, response quality, and speech intelligibility\. A multilingual dialect speech dialogue benchmark containing 250 test samples is constructed, covering two mainstream languages and three Chinese dialects, with evaluation queries built using different reference audios and query texts\. Comparisons are conducted against several representative open\-source speech dialogue models, including GLM\-4\-Voice\[[23](https://arxiv.org/html/2608.08067#bib.bib2)\], Qwen2\.5\-Omni\[[19](https://arxiv.org/html/2608.08067#bib.bib6)\], Kimi\-Audio\[[6](https://arxiv.org/html/2608.08067#bib.bib10)\], Step\-Audio2\[[18](https://arxiv.org/html/2608.08067#bib.bib3)\], OpenS2S\[[17](https://arxiv.org/html/2608.08067#bib.bib11)\], and MiniCPM\-o\-4\.5\[[3](https://arxiv.org/html/2608.08067#bib.bib33)\]\.
### 5\.2Response Language Matching Accuracy
We first evaluate whether the model can generate speech responses in the input language or dialect while preserving multilingual capability\. Specifically, we use FireRedLID\[[21](https://arxiv.org/html/2608.08067#bib.bib28)\]to identify the language of generated speech responses\. All evaluations are conducted in a zero\-shot setting without text prompts or explicit language control signals\. Language matching accuracy is computed as the proportion of valid samples whose predicted language matches the input language\. Results are shown in Table[1](https://arxiv.org/html/2608.08067#S5.T1)\. DialectS2S achieves substantial improvements across all dialect scenarios while maintaining strong Mandarin and English performance, significantly outperforming existing open\-source baselines\.
Table 1:Comparison of language matching accuracy \(%\) between DialectS2S and baseline models\.
### 5\.3Response Quality
Response quality is further evaluated on the constructed multilingual dialect benchmark using the text responses synchronously generated during speech interaction\. Qwen3\-Plus\[[22](https://arxiv.org/html/2608.08067#bib.bib27)\]is employed as the automatic evaluator to assess naturalness, semantic accuracy, and conformity to dialectal language usage, with scores ranging from 1 to 5\. The scoring rubric is provided in Appendix[0\.A](https://arxiv.org/html/2608.08067#Pt0.A1)\. Since all compared models support simultaneous text and speech generation, no additional ASR system is required\. As shown in Table[2](https://arxiv.org/html/2608.08067#S5.T2), DialectS2S achieves the highest overall average score and consistently delivers superior response quality across dialect scenarios, demonstrating strong semantic understanding and dialect\-aware response generation capability\.
Table 2:Response quality evaluation across different language and dialect scenarios\.
### 5\.4Speech Intelligibility
We use character error rate \(CER\) to measure speech intelligibility, where lower CER indicates more intelligible speech outputs\. The text responses generated by the model are used as references, while FRASR2\-AED\[[21](https://arxiv.org/html/2608.08067#bib.bib28)\]transcribes the generated speech responses for CER computation\. Previous experiments show that existing baseline models mainly generate Mandarin Chinese rather than dialect speech under dialect interaction settings\. Therefore, CER evaluation is instead conducted against the average CER reported by the FRASR2\-AED dialect benchmark\.
Table 3:CER \(%\) of generated speech compared with the average CER reported by the FRASR2\-AED benchmark\.As shown in Table[3](https://arxiv.org/html/2608.08067#S5.T3), DialectS2S achieves low CER across both Mandarin and dialect scenarios, demonstrating strong speech intelligibility\. In particular, DialectS2S achieves lower CER than the average performance reported by the FRASR2\-AED dialect benchmark in dialect settings, indicating highly intelligible generated dialect speech\.
## 6Ablation Study
To evaluate the effectiveness of the proposed self\-aligned speech supervision strategy, we conduct ablation studies under three training configurations:sft\-2ep, which applies two epochs of supervised fine\-tuning;sft\-3ep, which continues supervised fine\-tuning for one additional epoch; andDialectS2S, which applies self\-aligned speech supervision on top of the sft\-2ep model\. Notably, sft\-3ep and DialectS2S are trained with comparable numbers of optimization steps, enabling a fair comparison between continued conventional fine\-tuning and the proposed training strategy\.
We evaluate both response quality and speech intelligibility, with results reported in Table[4](https://arxiv.org/html/2608.08067#S6.T4)and Table[5](https://arxiv.org/html/2608.08067#S6.T5), respectively\. As shown in Table[4](https://arxiv.org/html/2608.08067#S6.T4), DialectS2S achieves response quality comparable to sft\-3ep, indicating that self\-aligned speech supervision does not compromise semantic generation capability\. In contrast, Table[5](https://arxiv.org/html/2608.08067#S6.T5)shows that DialectS2S consistently outperforms both sft\-2ep and sft\-3ep in speech intelligibility\. In particular, simply extending supervised fine\-tuning does not yield consistent improvements in CER and may even lead to degradation in certain dialect settings\.
These results suggest that increasing the amount of supervised fine\-tuning alone is insufficient to address the hidden\-state distribution shift in the Thinker\-Talker architecture\. In comparison, the proposed self\-aligned speech supervision explicitly aligns speech targets with the model’s semantic predictions, thereby reducing semantic mismatch and improving speech clarity and stability\.
Table 4:Response quality evaluation under different training strategies across different language and dialect scenarios\.Table 5:Comparison of CER \(%\) under different training strategies\.
## 7Conclusion
This work presents DialectS2S, an end\-to\-end speech dialogue model for low\-resource Chinese dialects\. By combining a scalable dialect data synthesis pipeline with a two\-stage post\-training strategy, DialectS2S enables stable and intelligible dialect speech interaction under limited supervision\. Experimental results demonstrate strong language and dialect matching, response quality, and text–speech consistency across three Chinese dialects\. To facilitate future research and practical applications, we fully open\-source the DialectS2S framework, including model checkpoints, training datasets, and fine\-tuning code\. In future work, we plan to support more dialects and explore more effective training strategies for improving dialect authenticity and expressiveness\.
## References
- \[1\]K\. An, Y\. Chen, Z\. Chen, C\. Deng, Z\. Du, C\. Gao, Z\. Gao, B\. Gong, X\. Li, Y\. Li,et al\.\(2025\)Fun\-asr technical report\.arXiv preprint arXiv:2509\.12508\.Cited by:[§2\.2](https://arxiv.org/html/2608.08067#S2.SS2.p1.1)\.
- \[2\]Z\. Chen, G\. Chen, Y\. Wang, C\. Ding, W\. Zhang,et al\.\(2025\)DiaMoE\-tts: a unified ipa\-based dialect tts framework with mixture\-of\-experts and parameter\-efficient zero\-shot adaptation\.arXiv preprint arXiv:2509\.22727\.Cited by:[§2\.2](https://arxiv.org/html/2608.08067#S2.SS2.p1.1)\.
- \[3\]J\. Cui, B\. Xu, C\. Wang, T\. Yu, W\. Sun, Y\. Xu, T\. Wang, Z\. He, W\. Ma, T\. Cai,et al\.\(2026\)MiniCPM\-o 4\.5: towards real\-time full\-duplex omni\-modal interaction\.arXiv preprint arXiv:2604\.27393\.Cited by:[§1](https://arxiv.org/html/2608.08067#S1.p1.1),[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1),[§5\.1](https://arxiv.org/html/2608.08067#S5.SS1.p1.1)\.
- \[4\]Y\. Dai, Z\. Zhang, S\. Wang, L\. Li, Z\. Guo, T\. Zuo, S\. Wang, H\. Xue, C\. Wang, Q\. Wang, X\. Xu, H\. Bu, J\. Li, J\. Kang, B\. Zhang, and L\. Xie\(2026\)Wenetspeech\-chuan: a large\-scale sichuanese corpus with rich annotation for dialectal speech processing\.InICASSP 2026 \- 2026 IEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),pp\. 19507–19511\.External Links:[Document](https://dx.doi.org/10.1109/ICASSP55912.2026.11463960)Cited by:[§2\.2](https://arxiv.org/html/2608.08067#S2.SS2.p1.1),[§3\.2](https://arxiv.org/html/2608.08067#S3.SS2.SSS0.Px2.p1.1)\.
- \[5\]A\. Défossez, L\. Mazaré, M\. Orsini, A\. Royer, P\. Pérez, H\. Jégou, E\. Grave, and N\. Zeghidour\(2024\)Moshi: a speech\-text foundation model for real\-time dialogue\.arXiv preprint arXiv:2410\.00037\.Cited by:[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1)\.
- \[6\]D\. Ding, Z\. Ju, Y\. Leng, S\. Liu, T\. Liu, Z\. Shang, K\. Shen, W\. Song, X\. Tan, H\. Tang,et al\.\(2025\)Kimi\-audio technical report\.arXiv preprint arXiv:2504\.18425\.Cited by:[§1](https://arxiv.org/html/2608.08067#S1.p1.1),[§3\.3](https://arxiv.org/html/2608.08067#S3.SS3.p1.5),[§5\.1](https://arxiv.org/html/2608.08067#S5.SS1.p1.1)\.
- \[7\]Z\. Du, Y\. Wang, Q\. Chen, X\. Shi, X\. Lv, T\. Zhao, Z\. Gao, Y\. Yang, C\. Gao, H\. Wang,et al\.\(2024\)Cosyvoice 2: scalable streaming speech synthesis with large language models\.arXiv preprint arXiv:2412\.10117\.Cited by:[§2\.2](https://arxiv.org/html/2608.08067#S2.SS2.p1.1),[§3\.2](https://arxiv.org/html/2608.08067#S3.SS2.SSS0.Px2.p1.1)\.
- \[8\]Q\. Fang, S\. Guo, Y\. Zhou, Z\. Ma, S\. Zhang, and Y\. Feng\(2025\)Llama\-omni: seamless speech interaction with large language models\.InInternational Conference on Learning Representations,Vol\.2025,pp\. 57607–57624\.Cited by:[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1)\.
- \[9\]L\. Li, Z\. Guo, H\. Chen, Y\. Dai, Z\. Zhang, H\. Xue, T\. Zuo, C\. Wang, S\. Wang, X\. Xu, H\. Bu, J\. Li, J\. Kang, B\. Zhang, R\. Yuan, Z\. Zhou, W\. Xue, and L\. Xie\(2026\-03\)WenetSpeech\-yue: a large\-scale cantonese speech corpus with multi\-dimensional annotation\.Proceedings of the AAAI Conference on Artificial Intelligence40,pp\. 31627–31635\.External Links:ISSN 2159\-5399,[Document](https://dx.doi.org/10.1609/aaai.v40i37.40429)Cited by:[§2\.2](https://arxiv.org/html/2608.08067#S2.SS2.p1.1),[§3\.2](https://arxiv.org/html/2608.08067#S3.SS2.SSS0.Px2.p1.1)\.
- \[10\]I\. Loshchilov and F\. Hutter\(2017\)Decoupled weight decay regularization\.arXiv preprint arXiv:1711\.05101\.Cited by:[§4\.2](https://arxiv.org/html/2608.08067#S4.SS2.p1.4)\.
- \[11\]S\. Rajbhandari, J\. Rasley, O\. Ruwase, and Y\. He\(2020\)Zero: memory optimizations toward training trillion parameter models\.InSC20: international conference for high performance computing, networking, storage and analysis,pp\. 1–16\.Cited by:[§4\.2](https://arxiv.org/html/2608.08067#S4.SS2.p1.4)\.
- \[12\]J\. Rasley, S\. Rajbhandari, O\. Ruwase, and Y\. He\(2020\)Deepspeed: system optimizations enable training deep learning models with over 100 billion parameters\.InProceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining,pp\. 3505–3506\.Cited by:[§4\.2](https://arxiv.org/html/2608.08067#S4.SS2.p1.4)\.
- \[13\]T\. Saeki, D\. Xin, W\. Nakata, T\. Koriyama, S\. Takamichi, and H\. Saruwatari\(2022\)UTMOS: UTokyo\-SaruLab System for VoiceMOS Challenge 2022\.InInterspeech 2022,pp\. 4521–4525\.External Links:[Document](https://dx.doi.org/10.21437/Interspeech.2022-439),ISSN 2958\-1796Cited by:[§3\.2](https://arxiv.org/html/2608.08067#S3.SS2.SSS0.Px3.p1.1)\.
- \[14\]Y\. Shi, Y\. Shu, S\. Dong, G\. Liu, J\. Sesay, J\. Li, and Z\. Hu\(2025\)Voila: voice\-language foundation models for real\-time autonomous interaction and voice role\-play\.arXiv preprint arXiv:2505\.02707\.Cited by:[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1)\.
- \[15\]Z\. Tang, D\. Wang, Y\. Xu, J\. Sun, X\. Lei, S\. Zhao, C\. Wen, X\. Tan, C\. Xie, S\. Zhou,et al\.\(2021\)Kespeech: an open source speech dataset of mandarin and its eight subdialects\.InThirty\-fifth conference on neural information processing systems datasets and benchmarks track \(Round 2\),Cited by:[§2\.2](https://arxiv.org/html/2608.08067#S2.SS2.p1.1),[§3\.2](https://arxiv.org/html/2608.08067#S3.SS2.SSS0.Px2.p1.1)\.
- \[16\]F\. Tian, X\. T\. Zhang, Y\. Zhang, H\. Zhang, Y\. Li, D\. Liu, Y\. Deng, D\. Wu, J\. Chen, L\. Zhao,et al\.\(2025\)Step\-audio\-r1 technical report\.arXiv preprint arXiv:2511\.15848\.Cited by:[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1),[§3\.3](https://arxiv.org/html/2608.08067#S3.SS3.p1.5)\.
- \[17\]C\. Wang, T\. Peng, W\. Yang, Y\. Bai, G\. Wang, J\. Lin, L\. Jia, L\. Wu, J\. Wang, C\. Zong,et al\.\(2025\)Opens2s: advancing fully open\-source end\-to\-end empathetic large speech language model\.InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: System Demonstrations,pp\. 906–917\.Cited by:[§1](https://arxiv.org/html/2608.08067#S1.p1.1),[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1),[§3\.2](https://arxiv.org/html/2608.08067#S3.SS2.SSS0.Px1.p1.1),[§3\.3](https://arxiv.org/html/2608.08067#S3.SS3.SSS0.Px1.p1.1),[§3\.3](https://arxiv.org/html/2608.08067#S3.SS3.p1.5),[§4\.1](https://arxiv.org/html/2608.08067#S4.SS1.p1.1),[§4\.2](https://arxiv.org/html/2608.08067#S4.SS2.p1.4),[§5\.1](https://arxiv.org/html/2608.08067#S5.SS1.p1.1)\.
- \[18\]B\. Wu, C\. Yan, C\. Hu, C\. Yi, C\. Feng, F\. Tian, F\. Shen, G\. Yu, H\. Zhang, J\. Li,et al\.\(2025\)Step\-audio 2 technical report\.arXiv preprint arXiv:2507\.16632\.Cited by:[§1](https://arxiv.org/html/2608.08067#S1.p1.1),[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1),[§3\.3](https://arxiv.org/html/2608.08067#S3.SS3.p1.5),[§5\.1](https://arxiv.org/html/2608.08067#S5.SS1.p1.1)\.
- \[19\]J\. Xu, Z\. Guo, J\. He, H\. Hu, T\. He, S\. Bai, K\. Chen, J\. Wang, Y\. Fan, K\. Dang,et al\.\(2025\)Qwen2\.5\-omni technical report\.arXiv preprint arXiv:2503\.20215\.Cited by:[§1](https://arxiv.org/html/2608.08067#S1.p1.1),[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1),[§3\.3](https://arxiv.org/html/2608.08067#S3.SS3.p1.5),[§5\.1](https://arxiv.org/html/2608.08067#S5.SS1.p1.1)\.
- \[20\]J\. Xu, Z\. Guo, H\. Hu, Y\. Chu, X\. Wang, J\. He, Y\. Wang, X\. Shi, T\. He, X\. Zhu,et al\.\(2025\)Qwen3\-omni technical report\.arXiv preprint arXiv:2509\.17765\.Cited by:[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1),[§3\.3](https://arxiv.org/html/2608.08067#S3.SS3.p1.5)\.
- \[21\]K\. Xu, Y\. Jia, K\. Huang, J\. Chen, W\. Li, K\. Liu, F\. Xie, X\. Tang, and Y\. Hu\(2026\)FireRedASR2S: a state\-of\-the\-art industrial\-grade all\-in\-one automatic speech recognition system\.arXiv preprint arXiv:2603\.10420\.Cited by:[§2\.2](https://arxiv.org/html/2608.08067#S2.SS2.p1.1),[§5\.2](https://arxiv.org/html/2608.08067#S5.SS2.p1.1),[§5\.4](https://arxiv.org/html/2608.08067#S5.SS4.p1.1)\.
- \[22\]A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv,et al\.\(2025\)Qwen3 technical report\.arXiv preprint arXiv:2505\.09388\.Cited by:[§3\.2](https://arxiv.org/html/2608.08067#S3.SS2.SSS0.Px1.p1.1),[§5\.3](https://arxiv.org/html/2608.08067#S5.SS3.p1.1)\.
- \[23\]A\. Zeng, Z\. Du, M\. Liu, K\. Wang, S\. Jiang, L\. Zhao, Y\. Dong, and J\. Tang\(2024\)Glm\-4\-voice: towards intelligent and human\-like end\-to\-end spoken chatbot\.arXiv preprint arXiv:2412\.02612\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2412.02612)Cited by:[§1](https://arxiv.org/html/2608.08067#S1.p1.1),[§2\.1](https://arxiv.org/html/2608.08067#S2.SS1.p1.1),[§3\.3](https://arxiv.org/html/2608.08067#S3.SS3.p1.5),[§5\.1](https://arxiv.org/html/2608.08067#S5.SS1.p1.1)\.
- \[24\]Y\. Zhang, Y\. Du, Z\. Dai, X\. Ma, K\. Kou, B\. Wang, and H\. Li\(2025\)Echox: towards mitigating acoustic\-semantic gap via echo training for speech\-to\-speech llms\.arXiv preprint arXiv:2509\.09174\.Cited by:[§1](https://arxiv.org/html/2608.08067#S1.p2.1)\.
## Appendix 0\.AAdditional Experimental Details
#### Response\-quality rubric\.
Qwen3\-Plus evaluates every model’s synchronously generated text with the same prompt, without an additional ASR step\. The five\-point scoring rubric is:
1. 1:The response is completely irrelevant or severely fails to satisfy the user’s request\.
2. 2:The response is partially relevant but contains clear errors or missing content that make it difficult to understand\.
3. 3:The response is generally relevant but contains some errors or unnatural expressions and does not fully satisfy the user’s request\.
4. 4:The response is of high overall quality, with only minor issues, and is generally natural and easy to understand\.
5. 5:The response fully satisfies the user’s request, is natural and fluent, is accurately expressed, and is highly consistent with the dialogue context\.
For dialect inputs, the evaluator additionally considers whether the textual dialect usage is natural and consistent with the requested dialect\.
#### Comparison with a cascaded system\.
DialectS2S outperforms a cascaded system with a comparable parameter count in both response quality and inference speed\. The cascade baseline combines FireRedASR2, Qwen3\-8B, and CosyVoice2\. Response quality is evaluated by Qwen3\-Plus using the five\-point rubric described above\.
Table 6:Supplementary cascade comparison and streaming\-inference latency\. Latency is measured on the first 50 Sichuanese samples using one NVIDIA A800\-SXM4\-80GB GPU\.Similar Articles
Low-resource Language Discrimination Towards Chinese Dialects with Transfer learning and Data Augmentation
The paper proposes a novel framework (CDDTLDA) using transfer learning and data augmentation to improve Chinese dialects discrimination under low-resource conditions, achieving state-of-the-art results on two benchmark corpora.
Dziri Voicebot: An End-to-End Low-Resource Speech-to-Speech Conversational System for Algerian Dialect
This paper presents a modular end-to-end speech-to-speech conversational system for the low-resource Algerian Dialect, integrating ASR, NLU, RAG, and TTS with dedicated datasets and fine-tuned models.
Speech-Driven End-to-End Language Discrimination towards Chinese Dialects
This paper investigates speech-driven features for fine-grained discrimination among Chinese dialects, using an end-to-end model that combines MFCC-based features with word-level embeddings via a CNN, outperforming text-driven methods.
Linear Semantic Segmentation for Low-Resource Spoken Dialects
This paper introduces a benchmark for semantic segmentation in low-resource dialectal Arabic and proposes a model that improves performance on conversational speech compared to standard baselines.
Dolphin-CN-Dialect: Where Chinese Dialects Matter
Dolphin-CN-Dialect is a streaming-capable ASR model that improves dialect recognition through temperature-based sampling and redesigned tokenization, achieving competitive performance with a smaller model size.