每天早上一封邮件,把昨天的 AI 梳理好订阅邮件

METAL LAB

Hear2Act: Benchmarking When Prosody Should Change What an Assistant Does

arXiv:2608.195152026-08-21

用480个场景测试:语气变化到底能不能改变AI助手的实际决定

这篇论文构建了名为Hear2Act的评测集,包含480个场景,让用户说出完全相同的话,但语气不同,测试AI助手能否据此做出不同反应。结果发现,直接把语音喂给具备语音理解能力的大模型,几乎不会改变其决策;但如果先让模型从语音中推断出用户真实的顾虑并写成文字,再据此决策,效果明显提升。这说明当前的语音AI能在一定程度上感知语气,却难以可靠地把这种感知转化为行动。

他们做了什么

  1. 研究者在旅行、住房、金融等48个生活服务领域构建了480个场景,每个场景都设有三层用户不会主动说出口的隐藏顾虑(硬性要求、强烈偏好、一般偏好),并准备了11个候选方案,其中只有一个能同时满足全部隐藏顾虑。
  2. 同一场景分两种版本测试:一种是顾虑用语言明确说出来(Explicit lexical),另一种是话语听起来像接受('好的,可以'),但语气透露出犹豫不决(Prosody-mediated,即靠语气传达)。
  3. 在只靠语气传达信息的情况下,两个支持语音输入的大模型仅凭文字记录时选对最佳方案的比例是14.6%,加上原始语音后几乎没变,只到15.3%。但当模型先从语音中推断出用户的顾虑状态、写成文字,再用这段文字做决策时,准确率跃升到39.6%,接近直接告知真实状态时的40.7%。
  4. 当顾虑已经用语言明确表达时,这种差距基本消失,说明语气信息主要在语言信息不充分时才重要。获得正确顾虑信息后,模型也更倾向于多问问题,能问出全部三项隐藏顾虑的对话比例从3%提升到30%。
  5. 让真人听众判断合成语音传达的是'已解决'还是'未解决',准确率达到92%,证明语气对比在语音合成后依然清晰可辨。但AI模型在识别'仍未解决'这一关键信号上明显弱于人类,常常漏掉本该促使其继续追问的信号。
Figure 1: Hear2Act overview. (1) Each scenario combines a surface request, prioritized hidden concerns, and candidates with verifiable satisfaction signatures. (2) The assistant interacts under different feedback and access conditions. (3) Matched rollouts are compared on task outcomes and interaction behavior.
Figure 1: Hear2Act overview. (1) Each scenario combines a surface request, prioritized hidden concerns, and candidates with verifiable satisfaction signatures. (2) The assistant interacts under different feedback and access conditions. (3) Matched rollouts are compared on task outcomes and interaction behavior.
Table 1: Benchmark positioning. P: prosodic input, C: matched control of prosodic access with fixed lexical content, M: multi-turn task decisions, N: task-grounded hidden user need, and O: verifiable trajectory and outcome. △ marks structured user goals conveyed lexically rather than hidden needs.
BenchmarkPCMNO
MultiWOZ, SGD (3; 19)××
SpokenWOZ (21)×
StyleTalk, ParaS2S (16; 29)×××
MULTI-Bench, HumDial-EIBench (8; 24)×××
Hear2Act (ours)
Figure 2: Illustrative Hear2Act trajectory under Prosody-mediated feedback. Three representative candidates are shown from the full 11-candidate set. Transcript-only access may confirm prematurely, while ground-truth concern-state access supports further elicitation and selection of the best-fitting option.
Figure 2: Illustrative Hear2Act trajectory under Prosody-mediated feedback. Three representative candidates are shown from the full 11-candidate set. Transcript-only access may confirm prematurely, while ground-truth concern-state access supports further elicitation and selection of the best-fitting option.
Table 2: Hear2Act benchmark and rollout coverage. The 480 model-independent scenarios expand to 54,240 evaluation rollouts across models, access conditions, renderers, and interventions.
Benchmark artifact
SGD-seeded domains48
Scenarios per domain10
Benchmark scenarios480
Candidate options per scenario11
Hidden concern layers per scenario3
Feedback realizations2
Base episode specifications960
Assistant turn budget20
Evaluation rollouts
Text LLM main grid19,200
Text label interventions1,440
Spoken assistant with Qwen3-TTS6,720
Spoken assistant with VoxCPM26,720
Qwen2-Audio, three rollouts per scenario20,160
Total evaluation rollouts54,240
Figure 3: Change in assistant action composition with concern-state access. Points show the T+S−T change, in percentage points, in the share of recommend, ask, and clarify decision turns under Prosody-mediated (red circles) and Explicit lexical (blue triangles) feedback; means are macro-averaged across models.
Figure 3: Change in assistant action composition with concern-state access. Points show the T+S−T change, in percentage points, in the share of recommend, ask, and clarify decision turns under Prosody-mediated (red circles) and Explicit lexical (blue triangles) feedback; means are macro-averaged across models.
Table 3: Spoken-assistant results under Prosody-mediated feedback with Qwen3-TTS. T, A, S, and S^ denote transcript, audio, ground-truth state, and audio-inferred state; audio-derived representations are textualized and paired with the transcript. Average is computed across the two audio-capable LLMs. Bold/underline indicate the best/second-best value per column. See Table 4 for Explicit-lexical results and Appendix B for VoxCPM2.
Qwen2.5-OmniQwen2-AudioAverage
Input / representation1st %↑OptSat %↑SvcSat %↑1st %↑OptSat %↑SvcSat %↑1st %↑OptSat %↑SvcSat %↑
Direct input
Transcript only (T)15.422.912.313.720.112.014.621.512.2
Audio only (A)17.322.713.314.722.412.216.022.612.8
Audio + transcript (A+T)15.924.014.614.723.313.315.323.714.0
Textualized prosodic representations
Generic affect (HuBERT)35.740.321.429.431.319.932.635.820.7
Generic affect (SpeechBrain)32.638.720.625.729.118.329.233.919.5
Task-aligned state (T+S^)43.041.822.736.233.420.639.637.621.7
Ground-truth state (T+S)44.541.824.436.937.523.540.739.724.0
Figure 4: Outcome tracks label fidelity, not asking frequency. Optimal-solution rate on the 48-scenario intervention subset under Prosody-mediated feedback, pooled over five text LLMs. All label conditions have similar ask shares (44–45%).
Figure 4: Outcome tracks label fidelity, not asking frequency. Optimal-solution rate on the 48-scenario intervention subset under Prosody-mediated feedback, pooled over five text LLMs. All label conditions have similar ask shares (44–45%).
Table 4: Spoken-assistant use of concern information under Explicit lexical feedback with Qwen3-TTS (Qwen2.5-Omni n=480, Qwen2-Audio n=1,440 per condition). Notation follows Table 3. Results are similar because the concern is explicit in the transcript. Bold/underline mark column-wise highest/next-highest values.
Qwen2.5-OmniQwen2-AudioAverage
Input / representation1st %↑OptSat %↑SvcSat %↑1st %↑OptSat %↑SvcSat %↑1st %↑OptSat %↑SvcSat %↑
Direct input
Transcript only (T)56.245.326.948.342.126.352.343.726.6
Audio only (A)55.345.726.448.041.326.051.743.526.2
Audio + transcript (A+T)52.245.426.547.641.025.949.943.226.2
Textualized prosodic representations
Generic affect (HuBERT)52.846.025.348.540.624.550.743.324.9
Generic affect (SpeechBrain)52.845.925.345.039.923.748.942.924.5
Task-aligned state (T+S^)52.445.825.449.841.225.151.143.525.3
Ground-truth state (T+S)49.746.626.650.342.326.150.044.526.4
Figure 5: Concern-state access increases hidden-concern disclosure. Bars show mean revealed concerns, dots show per-model means, and in-bar percentages show rollouts revealing all three (T: transcript only; T+S: transcript plus turn-level ground-truth concern-state tags). The effect is concentrated under Prosody-mediated feedback, where concerns remain lexically implicit.
Figure 5: Concern-state access increases hidden-concern disclosure. Bars show mean revealed concerns, dots show per-model means, and in-bar percentages show rollouts revealing all three (T: transcript only; T+S: transcript plus turn-level ground-truth concern-state tags). The effect is concentrated under Prosody-mediated feedback, where concerns remain lexically implicit.
Table 5: Effect of ground-truth concern-state access on text LLMs. Results use 480 matched scenarios with two runs each (n=960 per cell). T is transcript only; T+S adds turn-level ground-truth state tags. Bold marks the larger value in each pair; action composition appears in Figure 3.
Prosody-mediated feedbackExplicit lexical feedback
1st%↑OptSat%↑SvcSat%↑1st%↑OptSat%↑SvcSat%↑
ModelTT+STT+STT+STT+STT+STT+S
Claude Opus 4.649.779.137.041.124.726.274.981.944.643.025.926.4
Kimi K2.527.969.227.736.114.419.669.474.937.136.217.717.7
GLM-522.460.126.133.413.015.867.373.536.835.715.516.0
Qwen3-32B21.153.131.035.510.413.764.364.843.137.712.912.6
DeepSeek-V3.213.356.216.428.86.514.454.867.631.832.614.315.1
Five-model mean26.963.527.635.013.817.966.172.538.737.017.317.6
Table 6: Domain inventory. Hear2Act covers 48 consumer-service domains grouped into eight families. Each domain is expanded into ten scenario seeds, yielding 480 benchmark scenarios.
Service family#Domains
Travel & Events5Budget airline tickets, vacation rental properties, restaurant reservations, concert ticket purchases, and wedding venue selection.
Home & Property8Home cleaning services, home renovation contractors, home security systems, landscaping contractors, lawn care contractors, solar panel installation, kitchen appliance upgrades, and mattress replacement.
Finance & Insurance9Credit card applications, mortgage lender comparison, investment portfolio allocation, retirement planning advisors, tax preparation services, car insurance policies, health insurance plans, pet insurance policies, and business insurance coverage.
Health & Wellness7Dermatologist appointments, pediatrician selection, mental health therapists, meditation apps, gym membership options, fitness tracker devices, and prescription eyeglasses.
Education & Career5College major selection, online coding bootcamps, language learning platforms, professional development courses, and laptop purchase for students.
Family & Lifestyle6Children’s daycare centers, dog training classes, online dating platforms, wine club memberships, meal delivery subscriptions, and video game purchases.
Media & Devices4Cable TV packages, streaming service subscriptions, podcast hosting services, and smartphone upgrades.
Professional Services4Legal consultation services, auto mechanic services, business accounting software, and freelance graphic designers.
Total48480 scenarios across ten seeds per domain
Table 7: One expanded domain. Ten subdomain seeds for budget airline tickets illustrate variation in user situation and decision pressure before scenario instantiation.
Subdomain situation (who / pressure)Opening request
1Last-minute emergency travel for family medical situation with extremely limited budget“I need to fly to see my sick grandmother tomorrow but only have $200—what are my cheapest options?”
2College student planning spring break trip with friends on tight budget“Can you help me find the cheapest flights for four college students going to Miami for spring break?”
3Budget-conscious family of five planning annual vacation“What’s the most affordable way to fly my family of five to Orlando for our Disney World trip?”
4Digital nomad seeking flexible travel dates for extended European backpacking“I want to backpack through Europe for 3 months—which budget airlines offer the best multi-city deals?”
5Job interview candidate needing quick affordable travel for an unexpected opportunity“I have a job interview in Seattle next week and need the cheapest flight possible from Chicago.”
6Retiree on fixed income wanting to visit grandchildren regularly“As a senior on a fixed income, what budget airline options exist for regular visits to see my grandkids?”
7Young professional attending a destination wedding with multiple flight segments“I need budget flights to get to my friend’s wedding in Bali, including connections—what’s the cheapest route?”
8Small business owner traveling frequently for client meetings on a startup budget“I need to travel monthly for business but my startup has a tight travel budget—which airlines offer the best deals for frequent short trips?”
9International student trying to visit home during semester break“I’m an international student wanting to fly home to India for winter break—what are the most affordable long-haul options?”
10Adventure traveler planning a multi-stop trip to remote destinations“I want to visit three different countries in South America on a backpacker’s budget—which budget airlines serve those routes?”
Table 8: Full spoken-assistant condition grid for Qwen2.5-Omni with VoxCPM2 (n=480 per condition). T, A, S, and S^ denote transcript, audio, ground-truth concern state, and audio-inferred concern state. Audio-derived representations are supplied as text alongside the transcript. Bold/underline mark the highest/next-highest value per column.
Prosody-mediated feedbackExplicit lexical feedback
Input / representation1st %↑OptSat %↑SvcSat %↑1st %↑OptSat %↑SvcSat %↑
Direct input
Transcript only (T)12.522.511.953.244.428.8
Audio only (A)16.122.614.153.945.428.2
Audio + transcript (A+T)16.925.614.848.444.928.3
Textualized prosodic representations
Generic affect (HuBERT)35.540.023.952.044.527.6
Generic affect (SpeechBrain)32.439.824.151.844.627.6
Task-aligned concern state (T+S^)42.642.025.551.444.928.5
Ground-truth concern state (T+S)45.742.527.652.245.530.0
Table 9: Scenario-level paired bootstrap 95% CIs for key diagnostic contrasts (2,000 joint scenario resamples). Point estimates correspond to Tables 5, 3, and 4, and Figure 4. T, A, S, and S^ denote transcript, audio, ground-truth concern state, and audio-inferred textual state, respectively. The label-fidelity block uses 48 intervention scenarios.
ContrastProsody-mediatedExplicit lexical
Text LLMs, pooled over five models (Δ=+State−Base)
1st%+36.7 [+34.3, +38.9]+6.4 [+4.7, +8.1]
OptSat%+7.3 [+5.8, +8.7]−1.6 [−2.6, −0.8]
SvcSat%+4.1 [+2.8, +5.4]+0.3 [−0.3, +1.0]
Qwen2.5-Omni-7B, 1st% diagnostic contrasts
Ground-truth state on transcript ((T+S)−T)+29.0 [+23.6, +34.4]−6.5 [−12.9, +0.0]
Audio-inferred vs. ground-truth state ((T+S^)−(T+S))−1.5 [−7.7, +4.8]+2.7 [−3.5, +9.0]
Qwen2-Audio-7B-Instruct, 1st% diagnostic contrasts
Ground-truth state on transcript ((T+S)−T)+23.2 [+20.0, +26.4]+2.0 [−1.9, +5.7]
Audio-inferred vs. ground-truth state ((T+S^)−(T+S))−0.7 [−4.3, +3.0]−0.6 [−4.2, +3.1]
Label-fidelity ladder, 1st% successive steps (48 scenarios, pooled models)
All-positive − no state+0.6 [−3.8, +5.4]−5.0 [−11.0, +0.4]
Shuffled − all-positive+7.1 [+0.8, +12.9]+3.3 [−2.9, +9.6]
All-negative − shuffled+10.8 [+3.8, +17.5]+2.1 [−3.3, +7.5]
Correct state − all-negative+14.8 [+8.3, +21.7]+5.2 [+0.0, +10.8]
Table 10: Speech-rendering validation. Human listeners recover resolved versus unresolved concern status from both renderers with 0.92 accuracy (n=100 per renderer; balanced classes), confirming that the intended prosodic contrast remains perceptible after rendering. κ denotes inter-annotator agreement.
Concern statusQwen3-TTSVoxCPM2
Concern resolved (O+)0.930.90
Concern unresolved (O−)0.910.93
Overall0.920.92
κ (annotators)0.960.90
Table 11: Qwen2.5-Omni-7B as a concern-cue reader: accuracy against the intended concern status on the audited clips (100 per renderer, balanced 50/50; protocol of Section 4.4). Human values average the two annotators. Bottom block: inter-annotator κ; raw model–annotator agreement; model–annotator κ (all averaged over the two annotators).
Qwen3-TTSVoxCPM2
HumanModelHumanModel
Resolved (O+)0.930.860.900.88
Unresolved (O−)0.910.840.930.64
Overall0.920.850.920.76
κ, annotators0.960.90
Agreement, model0.870.78
κ, model0.740.55
Table 12: State-to-delivery mapping. Each concern state is mapped to graded delivery labels used for speech realization.
Concern stateDelivery labels
Resolved: genuine acceptancesatisfied, warm, enthusiastic, relieved
Unresolved: reluctant acceptanceunderwhelmed, lukewarm, hesitant, flat
Unresolved: voiced concernconcerned
Unresolved: rejectionfrustrated, disappointed, impatient, firm

为什么重要

如果语音助手或客服AI听不出用户语气中的犹豫或不满,就可能在用户表面答应的情况下过早结束对话,导致问题没有真正解决。这项研究表明,具备语音理解能力的AI若不先把听到的信息转化为明确的文字表示,就很难可靠地据此采取行动,这对设计语音助手系统具有直接参考价值。

本文术语

  • 语气/韵律(prosody) · 说话的音高、语调、节奏等传达方式,不同于说出的具体词语
  • 任务导向对话(task-oriented dialogue) · 以完成具体目标(如订机票)为目的的多轮对话
  • 支持语音输入的大模型(audio-capable LLM) · 除文字外还能直接接收并理解音频输入的大型语言模型
  • 最优方案命中率(optimal-solution rate) · 对话最终选中真正最合适选项的比例
  • 隐藏顾虑(hidden concern) · 用户实际在意但没有主动说出口的需求

论文原文摘要(英文)

Prosodic cues can convey task-relevant information that alters the trajectory and outcome of a task-oriented dialogue, even when the words themselves remain unchanged. Yet existing benchmarks typically evaluate prosodic perception, response appropriateness, and task-oriented dialogue in isolation, making it difficult to test whether prosodic evidence changes downstream decisions. We introduce Hear2Act, a unified evaluation protocol for text and spoken assistants with 480 persona-grounded scenarios, hidden user concerns, and objectively verifiable outcomes. For each scenario, we keep the task and user needs fixed while varying whether the same concern is conveyed explicitly in words or primarily through prosody, and evaluate decisions under transcript, audio, and concern-state access. Using Hear2Act, we evaluate two audio-capable LLMs. Under Prosody-mediated feedback, adding audio to the transcript changes the average optimal-solution rate only from 14.6% to 15.3%. In contrast, when models infer the concern status from audio, represent it in text, and use it for next-action selection, the rate rises to 39.6%, close to 40.7% with the ground-truth state. This contrast, however, largely disappears under Explicit lexical feedback, where the concern is verbally mentioned in the utterance. Together, these results show that prosody matters when lexical evidence is insufficient, and that audio-capable LLMs can recover information from speech but do not reliably carry it into action without an explicit intermediate representation.

作者 · Xinyi Liu, Hooshang Nayyeri, Dilek Hakkani-Tur, Emine Yilmaz, JK Kim, Yifei Zhang, Charith Peris, Hari Thadakamalla

在 arXiv 阅读

最新论文

全部论文 →

METAL LAB 最新报道

图片来源: Xinyi Liu et al., arXiv:2608.19515, arxiv-nonexclusive