- The paper introduces SpeechEditBench, a unified bilingual benchmark organizing seven atomic and compositional speech editing tasks.
- It employs an innovative anchor-based evaluation protocol to measure both target attribute modifications and the preservation of non-target features.
- Results reveal significant performance trade-offs and compositional editing challenges, underscoring the need for more robust SpeechLLMs.
SpeechEditBench: A Systematic Benchmark for Instruction-Guided Speech Editing
Introduction and Motivation
Instruction-guided speech editing presents unique challenges for Speech LLMs (SpeechLLMs): a model must not only precisely modify specified attributes (e.g., speaker, emotion, background acoustics) in response to natural language instructions but also maintain all unrelated aspects of the input signal. Existing benchmarks either focus on isolated editing tasks or lack unified definitions and evaluation criteria, making it difficult to comprehensively evaluate or compare SpeechLLM capabilities across multiple, composable dimensions.
SpeechEditBench introduces a unified, bilingual (English/Chinese) multi-attribute benchmark specifically targeting instruction-guided speech editing, filling a critical gap in robust performance diagnostics and methodological rigor for SpeechLLMs.
Figure 1: Overall framework of the proposed SpeechEditBench.
Benchmark Design
Task Hierarchy and Dataset Construction
SpeechEditBench comprises seven atomic editing tasks—content, speaker, emotion, style, prosody, paralinguistic, and acoustic—and compositional tasks combining multiple editing operations per instruction. Each sample consists of a source speech, a natural language instruction, and, when needed, reference anchors (e.g., a reference speaker waveform for timbre conversion). Cross-lingual generalization is supported by balanced task splits in both English and Chinese.
Figure 2: Hierarchical sample distribution of SpeechEditBench (sunburst chart).
Dataset construction leverages high-quality, publicly available corpora, with additional data curation using LLMs (e.g., GPT-4o for semantic edits and Gemini-2.5-pro for style/event annotation). The final dataset contains 4,700 samples, including both atomic and compositional editing tasks.
Anchor-Based Evaluation Protocol
A key innovation is the anchor-based evaluation, replacing rigid waveform matching protocols that are ill-suited for the one-to-many nature of valid speech edits. Evaluation is decomposed into:
- Target success: Whether the requested attribute modification is achieved.
- Preservation success: Whether all non-target (unmodified) aspects are preserved.
- Joint success: Success in both target modification and preservation.
For example, content edits require precise transcript alignment (WER/CER), speaker edits require a minimum cosine similarity threshold in embedding space, and expressive/audio environment edits rely on classifier or regression metrics (e.g., DNSMOS for enhancement). For compositional tasks, evaluation is conducted at component, all-component, and joint levels.
Model Evaluation and Analysis
Model Coverage
SpeechEditBench systematically evaluates:
- Generalist SpeechLLMs: Six open-source (Ming-UniAudio, Step-Audio-EditX, Qwen3-Omni, Kimi-Audio, Mimo-Audio-Base, Mimo-Audio-Instruction) and two closed-source (Gemini-Live, GPT-Realtime) models. Of note, current SpeechLLMs do not accept both source and reference audio, precluding direct speaker-editing evaluation in that category.
- Task-specialized systems: Domain-specific pipelines (VoiceCraft-X, Seed-VC, VoxCPM2, DeepFilterNet, etc.) serve as performance reference points.
Quantitative Findings
Language Effects and Fine-Grained Analyses
- Language bias: Several models display language-dependent performance, with some favoring English for preservation and Mandarin for editing accuracy on lexical content (notably Ming-UniAudio and Step-Audio-EditX).
- Emotion task design: The benchmark incorporates both standard and challenging emotion-editing splits, the latter involving lexical-affective conflict. Most models’ performance decreases on the challenging set, but the effect is model-specific, indicating divergent ability to override textual-affective content when modulating prosody/emotion.
Implications and Theoretical Impact
SpeechEditBench exposes structural weaknesses in even the strongest SpeechLLMs, notably in compositional controllability and non-target attribute preservation. This carries both methodological and practical implications:
- Research directions: The findings suggest future SpeechLLMs must incorporate more advanced mechanisms for explicit attribute disentanglement, robust preservation gates, and compositional reasoning across audio attributes. The anchor-based evaluation can serve as a diagnostic tool for model ablations and architecture search in SpeechLLM development.
- Practical deployment: In production scenarios (e.g., editing spoken content for media, accessibility, or voice UIs), existing generalist SpeechLLMs cannot yet guarantee attribute-specific modifications without risk of degrading other speech properties.
- Benchmark extensibility: While the current SpeechEditBench focuses on English and Mandarin and seven atomic attributes, the protocol and methodology generalize to low-resource languages, additional paralinguistic styles, code-switching, and multi-turn (conversational) edit scenarios.
Conclusion
SpeechEditBench represents a rigorous, large-scale, bilingual diagnostic suite for instruction-guided speech editing. The anchor-based evaluation paradigm enables precise quantification of both edit effectiveness and preservation fidelity, establishing new standards for holistic SpeechLLM assessment. Analysis indicates that while closed-source models outperform open-source models in joint controllability, all models currently exhibit severe fragmentation and low compositional edit reliability. Integrating the strengths of specialized pipelines into generalist SpeechLLMs and advancing compositional control remain open challenges. SpeechEditBench provides both the dataset and methodological infrastructure to accelerate research closure on these gaps.
References
For further methodological details and full evaluation metrics, see "SpeechEditBench: A Bilingual Multi-Attribute Benchmark for Instruction-Guided Speech Editing" (2606.01804).