Sentence stress refers to emphasis, placed on specific words within a spoken utterance to highlight or contrast an idea, or to introduce new information. It is often used to imply an underlying intention that is not explicitly stated. Recent advances in speech-aware language models (SLMs) have enabled direct processing of audio, allowing models to bypass transcription and access the full richness of the speech signal and perform audio reasoning tasks such as spoken question answering. Despite the crucial role of sentence stress in shaping meaning and speaker intent, it remains largely overlooked in evaluation and development of such models. In this work, we address this gap by introducing StressTest, a benchmark specifically designed to evaluate a model’s ability to distinguish between interpretations of spoken sentences based on the stress pattern. We assess the performance of several leading SLMs and find that, despite their overall capabilities, they perform poorly on such tasks. To overcome this limitation, we propose a novel synthetic data generation pipeline, and create Stress-17K, a training set that simulates change of meaning implied by stress variation. Then, we empirically show that optimizing models with this synthetic dataset aligns well with real-world recordings and enables effective finetuning of SLMs. Results suggest, that our finetuned model, StresSLM, significantly outperforms existing models on both sentence stress reasoning and detection tasks.
Model | SSR ↑ | SSD ↑ | ||
---|---|---|---|---|
Accuracy | Precision | Recall | F1 | |
gpt-4o-audio | 58.7 | 33.1 | 52.1 | 40.5 |
SALMONN | 56.8 | 19.1 | 29.5 | 23.2 |
LLaMA-Omni | 53.6 | 24.1 | 47.6 | 32.0 |
Phi-4-multimodal-instruct | 53.2 | 19.9 | 32.8 | 24.7 |
Qwen2Audio-7B-Instruct | 56.4 | 24.6 | 46.2 | 32.1 |
StresSLM (ours) | 81.6 | 89.6 | 83.3 | 86.4 |
Transcription | Intention | Audio | Stress Type |
---|---|---|---|
They never answer my calls. | Highlighting that it absolutely never happened. | Emphatic | |
They never answer my calls. | They might answer someone elses calls. | Contrastive | |
I did not steal this car. | I borrowed the car. | Contrastive | |
I did not steal this car. | I stole another, different car. | Contrastive | |
She's really driving him to the sci-fi convention? | Surprising since usually he drives her. | Contrastive, New Information | |
She's really driving him to the sci-fi convention? | The destination is unexpected, a sci-fi convention isn't a typical spot for either or both. | New Information, Focus |
Category | Transcription | Intention | Audio | Predicted Stress |
---|---|---|---|---|
Verified | We should invest in this idea. | Indicating that the focus is on 'we' as opposed to someone else doing the investment. | We | |
We should invest in this idea. | Emphasizing that this idea is more worthy of investment than others. | this | ||
You can sponsor our modern dance workshop. | Indicating that 'you' has the unique ability to sponsor the workshop. | You | ||
Listening to Bach can inspire innovation. | Highlighting Bach as the source of inspiration, implying a contrast with other composers. | Bach | ||
Non-Verified | ||||
You can sponsor our modern dance workshop. | Indicating that 'you' has the unique ability to sponsor the workshop. | can, sponsor, modern | ||
We should invest in this idea. | Indicating that the focus is on 'we' as opposed to someone else doing the investment. | - | ||
Non-Verified (potentially decent stress) | Should we install solar panels for this project? | Indicating that the decision is specific to the current project. | solar, panels, this | |
Could you explain how altitude affects an athlete's performance? | Requesting an explanation on different ways altitude affects athletes. | explain, altitude |
@misc{yosha2025stresstest,
title={StressTest: Can YOUR Speech LM Handle the Stress?},
author={Iddo Yosha and Gallil Maimon and Yossi Adi},
year={2025},
eprint={2505.22765},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.22765},
}