Papers with SV
SVeritas: Benchmark for Robust Speaker Verification under Diverse Conditions (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing benchmarks only evaluate a subset of potential conditions, missing others entirely. |
| Approach: | a new benchmark suite evaluates speaker verification models under a variety of stressors . a san francisco-based team evaluates models under natural and background conditions . |
| Outcome: | a new benchmark suite evaluates speaker verification models under stressors under a variety of conditions . the results show that some models perform better under stress conditions than others . |
ChildMandarin: A Comprehensive Mandarin Speech Dataset for Young Children Aged 3-5 (2025.acl-long)
Copied to clipboard
Jiaming Zhou, Shiyao Wang, Shiwan Zhao, Jiabei He, Haoqin Sun, Hui Wang, Cheng Liu, Aobo Kong, Yujie Guo, Xi Yang, Yequan Wang, Yonghua Lin, Yong Qin
| Challenge: | Automatic speech recognition systems have advanced significantly with models like Whisper, Conformer, and self-supervised frameworks such as Wav2vec 2.0. |
| Approach: | They propose to use Mandarin speech datasets to analyze pronunciation and tone of children aged 3 to 5 and evaluate their models on speaker verification (SV) They find that the datasets are more robust than those used by adult speech recognition systems and are open-source and available for all academic purposes. |
| Outcome: | The proposed dataset includes 41.25 hours of speech with carefully crafted manual transcriptions, collected from 397 speakers across various provinces in China, with balanced gender representation. |
Towards a Unified Paradigm of Concept Editing in Large Language Models (2025.emnlp-main)
Copied to clipboard
| Challenge: | Concept editing aims to control specific concepts in large language models (LLMs) however, there is a lack of rigorous theoretical analysis and a unified perspective to systematically understand and compare these methods. |
| Approach: | They propose a paradigm where conceptual injection is aligned at the neuron level. |
| Outcome: | The proposed paradigm offers a clear framework and valuable insights for advancing interpretability and controlled generation in large language models. |
Speculative Verification: Exploiting Information Gain for Speculative Decoding (2026.findings-acl)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) are used for many applications but their size and computational cost make inference serving a significant challenge. |
| Approach: | They propose an efficient augmentation to Speculative Decoding (SD) that predicts speculation accuracy and dynamically adapts the verification length to maximize throughput. |
| Outcome: | The proposed model reduces wasted verification on rejected tokens and improves decoding efficiency. |