Search papers, labs, and topics across Lattice.
This paper introduces SpeechSense, a novel dataset designed for fine-grained speech sentiment analysis that emphasizes the importance of paralinguistic cues such as prosody and tone. By addressing the limitations of existing approaches that rely heavily on text-centric methods, SpeechSense provides a specialized 8-class taxonomy of interpersonal stances that captures nuanced emotional expressions. Experiments reveal that models utilizing acoustic features significantly outperform text-only baselines, underscoring the critical role of acoustic cues in understanding speaker attitudes.
Models that leverage acoustic features can dramatically enhance the detection of nuanced emotional states in speech, outperforming traditional text-based approaches.
Recent advances in AI have revolutionized speech processing, yet effective speech understanding requires discerning not just what is said, but how it is said. Speech Sentiment Analysis plays a critical role in decoding these paralinguistic cues for diverse real-world applications such as recruitment and customer service. However, existing Speech Sentiment Analysis research faces two primary limitations. First, dominant approaches rely on text-centric pipelines that cascade Automatic Speech Recognition with text analysis. This process inevitably discards essential acoustic features like prosody and tone, failing to capture attitudinal meanings in acoustically ambiguous utterances. Second, current benchmarks suffer from a mismatch in label granularity, prioritizing basic emotions (e.g., happy, sad) over the nuanced interpersonal stances (e.g., confident, impatient) necessary for social sensitivity. To address these limitations, we propose a novel dataset, SpeechSense, for fine-grained speech sentiment analysis. Specifically, we define a specialized 8-class taxonomy of interpersonal stances detectable primarily through prosodic cues beyond lexical content alone. We then construct a curated dataset based on this taxonomy, built from high-fidelity speech synthesis and rigorous human validation. Comprehensive experiments across multi-modal LLMs, text-only LLMs, and speech encoders demonstrate that models with acoustic access consistently outperform text-only baselines. These results empirically validate the primacy of acoustic cues in detecting subtle speaker attitudes, highlighting the necessity of SpeechSense. Dataset and supplementary materials are available at https://github.com/Sher13cked/SpeechSense.