From Reactive to Proactive: Assessing the Proactivity of Voice Agents via ProVoice-Bench Ke Xu1,∗ , Yuhao Wang1,∗ , Yu Wang1,∗∗ 1
Shanghai Jiao Tong University
{overji1, colane, yuwangsjtu}@sjtu.edu.cn
arXiv:2604.15037v1 [cs.AI] 16 Apr 2026
Abstract Recent advancements in LLM agents are gradually shifting from reactive, text-based paradigms toward proactive, multimodal interaction. However, existing benchmarks primarily focus on reactive responses, overlooking the complexities of proactive intervention and monitoring. To bridge this gap, we introduce ProVoice-Bench, the first evaluation framework specifically designed for proactive voice agents, featuring four novel tasks. By leveraging a multi-stage data synthesis pipeline, we curate 1,182 high-quality samples for rigorous testing. Our evaluation of state-of-the-art Multimodal LLMs reveals a significant performance gap, particularly regarding over-triggering and reasoning capabilities. These findings highlight the limitations of current models and offer a roadmap for developing more natural, context-aware proactive agents. Index Terms: voice agents, multimodal large language models, agent benchmark, proactive agents
1. Introduction With the rapid development of Multimodal Large Language Models (MLLMs) [1, 2, 3, 4], we have witnessed the emergence of advanced voice agents capable of perceiving audio and generating natural speech responses via end-to-end models [5, 6]. These voice agents can also execute complex reasoning, planning, and tool use by leveraging their robust textual capabilities [7, 8, 9]. While these agents offer a more natural and intelligent interaction experience, they operate primarily in a reactive paradigm, responding only when explicitly instructed. This limitation prevents them from inferring implicit needs or detecting specific trigger points that necessitate intervention[10]. In contrast, human communication is inherently proactive; humans possess the ability to flexibly intervene in a conversation based on their continuous assessment of the context and environment [11]. In contrast to reactive models, we advocate for the necessity of proactive agents [12, 13]. Such agents should not merely wait for users to instruct them; they should also sense when providing assistance would be helpful. Furthermore, they should have the ability to remain dormant, waiting for specific trigger points—such as a pre-defined topic or a particular environmental sound—before intervening. For instance, a proactive agent might offer assistance upon detecting hesitation in a user’s speech, or trigger a reminder when a previously specified alarm sound occurs. Recently, some studies have explored proactive multimodal agents, like ContextAgent [14] and ProAgent [15], but they focus primarily on visual cues and ignore * These authors contributed equally. ** indicates the corresponding author.
the rich information within the audio modality. Moreover, they often limit proactive interaction to implicit cues, without exploring the paradigm of user-defined trigger points. To bridge this gap, we introduce ProVoice-Bench, the first evaluation framework specifically designed to assess proactivity in voice agents. The benchmark comprises 1,182 meticulously curated samples across four novel proactive tasks as shown in Figure 1: (1) Proactive Intent Capture (PIC), requiring the model to grasp implicit intent within the conversation and initiate tool calls; (2) Latent Topic Monitor (LTM), where the model monitors dialogues and triggers assistance only upon detecting a user-defined semantic trigger; (3) Context Fact Checking(CFC), which necessitates interrupting the user when verbal statements contradict digital context records; (4) Environment Sound Sensing(ESS), where the agent recognizes user-defined acoustic events as cues for intervention. Collectively, these four tasks encapsulate the core capabilities required for a robust proactive voice agent. While PIC addresses the traditional challenge of inferring intent from implicit linguistic cues, the remaining tasks introduce pioneering benchmarks for more complex proactive behaviors: LTM and ESS focus on condition-based triggering across dialogues and acoustic environments, and CFC explores knowledge-driven intervention by identifying contradictions between verbal statements and digital contexts. To facilitate rigorous evaluation, we developed a specialized data synthesis pipeline to produce high-fidelity, naturalistic samples. Our subsequent evaluation of state-of-the-art MLLMs uncovers a substantial performance gap, indicating that current models are not yet fully equipped for reliable proactive interaction. The contributions of this work are summarized as follows: • We propose new tasks and a paradigm for proactive agents that integrate audio and digital context, offering a vision for more natural communication with voice agents. • We present the ProVoice-Bench, containing 1,182 carefully selected samples across the four brand-new proactive tasks. • We evaluate several open-source MLLMs on ProVoiceBench, uncovering a significant performance gap and identifying the current shortcomings of MLLMs in proactive interaction.
2. ProVoice-Bench Construction 2.1. Task Overview In contrast to existing reactive agents, we propose ProVoiceBench, a comprehensive evaluation suite comprising a largescale speech corpus designed for proactive interaction tasks. Within this benchmark, the necessity for interaction is determined by monitoring multimodal signals, including digital con-
(b) Latent Topic Monitor (LTM)
(a) Proactive Intent Capture (PIC) User2: Is everything for the rest of the journey already booked and ready to go?
User1: If Jamie mentions any specific food or drink items, please add them to my Birthday Party Planning note.
User1: I'm all set for Paris, but I still haven't found a hotel in Berlin on the 15th. I'm a bit concerned about finding a good spot this close to the date.
User2: … I was browsing some beverage specialists and found a local spot that makes a signature Sparkling Hibiscus Ginger Ale.
tool_calls: [{travel_search: {type: hotel, details: "Berlin Feb 15"}}]
tool_calls: [{note_taking: {content:Suggested safe item: "Sparkling Hibiscus Ginger Ale", title:"Birthday Party Planning"}}]
Model: I noticed you're looking for accommodation in Berlin for the night of the show. Would you like me to search for available hotels for you on February 15th?
(c) Context Fact Checking (CFC)
Model: I've noted the Sparkling Hibiscus Ginger Ale Jamie mentioned for your birthday. Would you like me to find the contact details for that vendor?
(d) Environment Sound Sensing (ESS)
Messages: Please change my ticket to the next available flight on July 6. I have a tango performance that evening and can’t miss it.
User1: If you hear the train, remind me to prepare for boarding because I'm going to be focusing on my book.
User1: I'm rescheduling my flight for the 6th, but I don't have anything planned for that night yet, so we should definitely go out for a big dinner then!
…(Sound of train)
Model: Actually, Diego, you might want to double-check that. According to your messaging history, you explicitly mentioned that you have a tangoperformance on the evening of July 6th that you cannot miss.
Model: I heard the sound of an approaching train. It's time to put your book away and get ready to board.
Figure 1: Overview of the four designed tasks in ProVoice-Bench.
text (e.g., mobile application states), as well as implicit cues and explicit triggers within the conversation. We propose four comprehensive proactive tasks as below: • Proactive Intent Capture (PIC): The model infers implicit user intentions from nuanced linguistic cues (e.g., hesitation or prospective action items discussed in dialogue) and proactively initiates tool-call requests while seeking confirmation. Some requests require understanding of the user’s digital context for operational accuracy. • Latent Topic Monitor (LTM): The user instructs the model to monitor ambient conversations. The model remains silent, intervening only when a trigger designated by the user is detected in the speech of interlocutors. • Environment Sound Sensing (ESS): The model provides assistance upon detecting specific acoustic events (e.g., alarms), remaining silent until the trigger predefined by the user is recognized. • Context Fact Checking (CFC): When verbal statements contradict digital context on users’ mobile phones, the model proactively interrupts to provide factual corrections, ensuring consistency with the user’s digital context.
application states centered on specific topics, incorporating implicit cues that will be used for proactive interaction tasks. • Scene Synthesis. Based on digital states, we construct highlevel scenarios assigned with specific task types (PIC, LTM, ESS, or CFC), requiring the agent to decide between proactive intervention and remaining dormant. • Conversation Generation. High-level scenes are instantiated into detailed scripts, which are subsequently converted into speech segments using state-of-the-art TTS engines with diverse speaker identities and appropriate gender profiles. • Acoustic Simulation. To ensure environmental realism, we post-process the audio streams applying robust acoustic simulation techniques • Conversation Assembly. Speech segments are concatenated using Gaussian-distributed intervals to simulate natural conversation flow, with stochastic environmental noise to simulate realistic acoustic scenes. 2.2.1. Digital State Construction
We formalize proactive voice agents as: (Tp , Rp ) = A(Ca , Dc ), where A denotes the agent model that integrates conversational audio Ca with the user’s digital context Dc . The agent yields a tool-call request Tp and a textual response Rp . To establish a standardized evaluation framework, each sample in our benchmark is represented by the quintuple (Ca , Dc , Sc , Rg , Tg ). Beyond primary inputs Ca and Dc , we introduce Sc as the semantic cue, which indicates the conversation context and the key signals that trigger proactive interaction. The tool-call request Tg and textual response Rg serve as ground-truth references to evaluate proactive invocation accuracy and the quality of the agent’s response.
To simulate realistic and semantically rich digital contexts, which serve to ground user personas and inform potential future actions, we adopt the application state format from OB2 [16]. The generation process begins by randomly selecting a theme from the dialog-topics dataset [17]. Subsequently, we employ Qwen3-Max [18] to synthesize fine-grained digital states conditioned on these themes. These states incorporate implicit cues, such as scheduled appointments (e.g., specific meeting times) or personal constraints (e.g., dietary restrictions or medical conditions). By incorporating these underlying variables, the pipeline provides the necessary contextual foundation for the model to evaluate whether proactive intervention is contextually justified in later stages.
2.2. Data Construction Pipeline
2.2.2. Scene Synthesis
To construct the four distinct data categories, we developed a multi-stage pipeline using Large Language Models (LLMs) and Text-To-Speech (TTS) models. As shown in Figure 2(b), the construction process is divided into the following five phases:
During this phase, the LLM analyzes the implicit information within the digital states to construct a natural and unambiguous task-oriented scenario. Each scene is synthesized based on the digital context, a designated task category, and a set of available tools. The resulting output comprises: triggering cues (specific
• Digital State Construction. The LLM synthesizes mobile
1. Digital State Construction
2. Scene Synthesis
3. Conversation Generation
"home_location": "Rua Augusta 45", "current_location": "TechStart Office, Lisbon"
User1 is at the TechStart office after an interview and needs to book a taxi to return home before his scheduled appointment.
User2: So how did the interview go? You’ve been quiet since we sat down. User1: Not too bad. I really should head back home now. Not sure how I’m getting back though.
5. Conversation Assembly Concatenate
4. Acoustic Simulation
Background Sound
Normalization
Reverberation
Far-field
(a) Data distribution of ProVoice-Bench.
Model: tool_call: book_service-taxi response: I can help you book a taxi from the TechStart office to your home on Rua Augusta. Would you like me to do that for you?
(b) Overview of the data synthesis pipeline.
Figure 2: ProVoice-Bench data synthesis overview. (a) Distribution of data across the four tasks in the ProVoice-Bench. (b) Data synthesis pipeline: a multi-stage process for generating semantic cues and corresponding conversational audio.
user actions or environmental inputs that elicit proactive model response), a description of the conversational context, and explicit temporal metadata engineered to ensure models can accurately decipher relative timing and event sequences.
lected from CochlScene [23] into the composite speech waveform.
2.2.3. Conversation Generation
3.1. ProVoice-Bench Overview
In this stage, we synthesize naturalistic dialogues aligned with the semantic cues and digital contexts established previously. To facilitate the synthesis of lifelike speech, we employ CosyVoice3 [19] using randomly sampled human speech from seed-tts-eval [20] as audio prompts. The selected audio prompts are gender-matched to the characters delineated in the conversation scripts. We define two distinct roles: User1 denotes the primary user (e.g., equipped with smart earphones or a mobile device) whom the model is tasked to assist, while User2 signifies an interlocutor. For certain scenarios, User2 may be omitted to simulate solo speech or private monologues. For the ESS task, we incorporate specific environmental sound events from the ESC-50 dataset [21], guided by the acoustic parameters specified during the scene generation phase.
As illustrated in Figure 2(a), to evaluate proactive interaction capabilities across diverse scenarios, we construct the ProVoiceBench. This benchmark comprises 1,182 meticulously curated multimodal samples, balanced with both positive and negative instances.
2.2.4. Acoustic Simulation To rectify loudness consistency across synthesized outputs derived from audio prompts with varying levels, we normalize all audio signals to a target RMS of −20 dBFS. To simulate farfield effects for the speech of User 2, we apply a −3 dB treble biquad filter at 4 kHz, accompanied by a 4 dB attenuation to model off-axis energy loss. Reverberation is introduced by convolving the signal with a stochastic Room Impulse Response (RIR), synthesized via Gaussian noise modulated by an exponential decay envelope. The final output utilizes a wet/dry ratio of 0.3, approximating the spectral tilt and temporal smearing characteristic of distant speech[22].
3. Experiment and Result
3.2. Metrics To comprehensively assess proactive voice agents, we introduce two categories of metrics focusing on interaction decisionmaking and response quality. • Proactive Interaction Prediction: We assess the model’s proficiency in determining intervention necessity. Specifically, we employ Accuracy (Acc) to measure overall binary decision performance, the False Positive Rate (FPR) to quantify the frequency of unnecessary interventions in the absence of valid triggers, and Recall (Rec) to evaluate the model’s sensitivity in identifying actual interaction triggers. • Response Accuracy (Racc ): Beyond the initial trigger detection, the correctness of the subsequent action is critical. We define a comprehensive score Si for each instance i by integrating tool-calling precision and semantic response alignment:
Si =
J (Sc,i , Tp,i , Tg,i ) + J (Sc,i , Rp,i , Rg,i ) 2 · I(predi = gti )
(1)
Where: 2.2.5. Conversation Assembly To simulate natural conversational pacing, inter-turn intervals ∆t are sampled from a clipped Gaussian distribution N (µ, σ) within [tmin , tmax ]. We set parameters (µ, σ, tmin , tmax ) to (0.75, 0.35, −1.5, 2.5)s for general conversation and (10.0, 1.66, 2.5, 20.0)s for the ESS task to reflect longer trigger latencies. Overlapping speech (negative ∆t) is handled via additive mixing. Finally, to emulate realistic acoustic environments, we incorporate ambient noise randomly se-
– J (Sc,i , ·, ·) ∈ {0, 0.5, 1.0} denotes the LLM-as-a-Judge function. Taking the semantic cue Sc as the evaluation context, the judge evaluates the functional rationality and alignment of the predicted output against the ground truth. Here we use Qwen3-80B [27] as the judge model. – Tp,i and Tg,i represent the predicted and ground-truth toolcall sequences, respectively. – Rp,i and Rg,i denote the predicted and ground-truth textual responses.
Table 1: Proactive interaction performance across various models. (T) denotes thinking models and “Params” refers to the number of model parameters in billions (B). Each task is evaluated by Recall (Rec), False Positive Rate (FPR), and Accuracy (Acc). Model
CFC
Params
Mimo-Audio [24] Mimo-Audio(T) [24] Qwen3-Omni [3] Qwen3-Omni(T) [3] Step-Audio-R1 [25] Step-Audio-R1(T) [25] Qwen2.5-Omni [26]
7B 7B 30B 30B 33B 33B 7B
LTM
PIC
ESS
Overall
Rec ↑
FPR ↓
Acc ↑
Rec ↑
FPR ↓
Acc ↑
Rec ↑
FPR ↓
Acc ↑
Rec ↑
FPR ↓
Acc ↑
Rec ↑
FPR ↓
Acc ↑
0.383 0.633 0.433 0.737 0.878 0.739 0.322
0.389 0.078 0.361 0.061 0.961 0.083 0.428
0.497 0.778 0.536 0.838 0.460 0.828 0.447
0.160 0.680 0.992 0.920 1.000 1.000 0.784
0.096 0.504 0.712 0.256 0.920 0.392 0.520
0.532 0.588 0.640 0.832 0.540 0.804 0.632
0.848 0.838 0.754 0.578 0.995 0.915 0.706
0.289 0.237 0.199 0.028 0.934 0.270 0.242
0.780 0.800 0.777 0.775 0.531 0.822 0.732
0.293 0.824 0.600 0.920 0.840 0.893 0.800
0.107 0.533 0.400 0.680 0.360 0.680 0.400
0.593 0.644 0.600 0.620 0.740 0.607 0.700
0.491 0.740 0.687 0.742 0.941 0.876 0.618
0.255 0.283 0.382 0.169 0.866 0.291 0.377
0.618 0.729 0.652 0.787 0.538 0.793 0.620
Table 2: Response Accuracy (Racc ) Performance across Different Categories. (T) denotes thinking models. Model Mimo-Audio [24] Mimo-Audio(T) [24] Qwen3-Omni [3] Qwen3-Omni(T) [3] Step-Audio-R1 [25] Step-Audio-R1(T) [25] Qwen2.5-Omni [26]
Params
CFC
LTM
PIC
ESS
Overall
7B 7B 30B 30B 33B 33B 7B
0.377 0.615 0.459 0.826 0.229 0.806 0.328
0.477 0.462 0.563 0.792 0.443 0.741 0.483
0.587 0.663 0.692 0.734 0.395 0.722 0.594
0.560 0.586 0.525 0.617 0.693 0.587 0.555
0.496 0.596 0.573 0.759 0.393 0.734 0.484
– I(·) is the indicator function, which outputs 1 if the model correctly identifies the interaction trigger (i.e., whether an intervention is required), and 0 otherwise. The final metric, Response Accuracy, is calculated as the arithmetic mean across the entire benchmark: N
Racc =
1 X Si N i=1
(2)
where N denotes the total number of samples in the ProVoice-Bench. 3.3. Results on ProVoice-Bench The experimental results are summarized in Table 1 and Table 2. Based on these results, we draw the following observations: Propensity for Over-triggering. The results reveal a widespread tendency toward over-triggering. This is particularly evident in LTM tasks, where most models tend to respond regardless of whether actual trigger points exist in the conversation. Similarly, in CFC tasks, models frequently fail to recognize when a conversation proceeds without any violation of the digital context. Chain-of-Thought (CoT) Enhances Analysis-Intensive Tasks. Experimental evidence suggests that CoT [28] significantly improves performance in CFC, LTM, and PIC tasks. These tasks require models to analyze implicit cues embedded in either the digital context or user speech. Furthermore, CoT helps bridge the gap between the decision to interact and the execution of an appropriate response. Discrepancy Between Decision-to-Speak and Task Execution. The results highlight a fundamental gap between “knowing when to speak” and “knowing what to do.” Current models frequently suffer from semantic drift during interactions or generate hallucinated tool calls. This underscores the urgent need for future research to prioritize context awareness and environment sensing in MLLMs.
Figure 3: Experiments comparing model performance with (w/ DC) and without (w/o DC) Digital Context on ProVoice-Bench.
3.4. Impact of Digital Context We conduct experiments to investigate the impact of digital context by omitting it from the benchmark. As illustrated in Figure 3, the absence of digital context leads to a substantial decline in Recall for the CFC task, which relies on such information to determine interaction timing. Similarly, this removal results in decreased Accuracy and Recall in PIC tasks, where digital context is essential for accurately inferring users’ implicit intentions.
4. Conclusion We presented ProVoice-Bench, the first evaluation suite for proactive audio agents, featuring 1,182 high-quality samples across four novel tasks. By integrating digital context with audio input, our benchmark shifts the agent paradigm from reactive responses to context-aware, proactive interaction. Experimental results on state-of-the-art MLLMs reveal a significant performance gap, particularly in over-triggering and bridging the “decision-to-execution” divide. These findings underscore
the necessity of enhanced context awareness for future multimodal agents. We hope ProVoice-Bench serves as a catalyst for developing more natural and autonomous proactive voice assistants.
5. Generative AI Use Disclosure The authors used Gemini solely for editing and polishing the language and grammar of this manuscript to improve its readability. All scientific analysis, interpretation of results, and the writing of the manuscript were performed by the human authors, who remain fully responsible for the work and its integrity.
6. References [1] G. Comanici, E. Bieber, M. Schaekermann, I. Pasupat, N. Sachdeva, I. Dhillon, M. Blistein, O. Ram, D. Zhang, E. Rosen et al., “Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities,” arXiv preprint arXiv:2507.06261, 2025. [2] C. Wu, P. Zheng, R. Yan, S. Xiao, X. Luo, Y. Wang, W. Li, X. Jiang, Y. Liu, J. Zhou, Z. Liu, Z. Xia, C. Li, H. Deng, J. Wang, K. Luo, B. Zhang, D. Lian, X. Wang, Z. Wang, T. Huang, and Z. Liu, “Omnigen2: Exploration to advanced multimodal generation,” 2025. [Online]. Available: https://arxiv.org/abs/2506.18871 [3] J. Xu, Z. Guo, H. Hu, Y. Chu, X. Wang, J. He, Y. Wang, X. Shi, T. He, X. Zhu, Y. Lv, Y. Wang, D. Guo, H. Wang, L. Ma, P. Zhang, X. Zhang et al., “Qwen3-omni technical report,” arXiv preprint arXiv:2509.17765, 2025. [4] KimiTeam, D. Ding, Z. Ju, Y. Leng, S. Liu, T. Liu, Z. Shang, K. Shen, W. Song, X. Tan, H. Tang, Z. Wang, C. Wei, Y. Xin, X. Xu, J. Yu, Y. Zhang, X. Zhou, Y. Charles, J. Chen, Y. Chen et al., “Kimi-audio technical report,” 2025. [Online]. Available: https://arxiv.org/abs/2504.18425 [5] W. Zou, Y. Miao, Z. Ma, J. Xu, J. Gao, J. Hao, R. He, and J. Xu, “Lts-voiceagent: A listen-think-speak framework for efficient streaming voice interaction via semantic triggering and incremental reasoning,” 2026. [Online]. Available: https: //arxiv.org/abs/2601.19952 [6] D. Jain, H. Shukla, G. Rajeev, A. Kulkarni, C. Khatri, and S. Agarwal, “Voiceagentbench: Are voice assistants ready for agentic tasks?” 2025. [Online]. Available: https: //arxiv.org/abs/2510.07978 [7] Y. Chen, X. Yue, C. Zhang, X. Gao, R. T. Tan, and H. Li, “Voicebench: Benchmarking llm-based voice assistants,” 2024. [Online]. Available: https://arxiv.org/abs/2410.17196 [8] C.-H. Chiang, X. Wang, L. Li, C.-C. Lin, K. Lin, S. Liu, Z. Wang, Z. Yang, H. yi Lee, and L. Wang, “Shanks: Simultaneous hearing and thinking for spoken language models,” 2025. [Online]. Available: https://arxiv.org/abs/2510.06917 [9] L. M. Maben, G. G. Lakshmy, S. Radhakrishnan, S. Arora, and S. Watanabe, “Aura: Agent for understanding, reasoning, and automated tool use in voice-driven tasks,” 2025. [Online]. Available: https://arxiv.org/abs/2506.23049 [10] L. Liao, G. H. Yang, and C. Shah, “Proactive conversational agents in the post-chatgpt world,” in Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval, ser. SIGIR ’23. New York, NY, USA: Association for Computing Machinery, 2023, p. 3452–3455. [Online]. Available: https://doi.org/10.1145/ 3539618.3594250 [11] Y. Lu, S. Yang, C. Qian, G. Chen, Q. Luo, Y. Wu, H. Wang, X. Cong, Z. Zhang, Y. Lin, W. Liu, Y. Wang, Z. Liu, F. Liu, and M. Sun, “Proactive agent: Shifting llm agents from reactive responses to active assistance,” 2024. [Online]. Available: https://arxiv.org/abs/2410.12361
[12] Y. Wang, X. Meng, Y. Wang, H. Zhang, and D. Zhao, “Proactivevideoqa: A comprehensive benchmark evaluating proactive interactions in video large language models,” 2025. [Online]. Available: https://arxiv.org/abs/2507.09313 [13] S. Wang, J. Fu, F. Liu, X. He, H. Wu, J. Shi, K. Huang, Z. Fei, J. Gong, Z. Wu, Y. Jiang, S.-K. Ng, T.-S. Chua, and X. Qiu, “Roboomni: Proactive robot manipulation in omni-modal context,” arXiv preprint arXiv:2510.23763, 2025. [Online]. Available: https://arxiv.org/abs/2510.23763 [14] B. Yang, L. Xu, L. Zeng, K. Liu, S. Jiang, W. Lu, H. Chen, X. Jiang, G. Xing, and Z. Yan, “Contextagent: Context-aware proactive llm agents with open-world sensory perceptions,” 2025. [Online]. Available: https://arxiv.org/abs/2505.14668 [15] B. Yang, L. Xu, L. Zeng, Y. Guo, S. Jiang, W. Lu, K. Liu, H. Xiang, X. Jiang, G. Xing, and Z. Yan, “Proagent: Harnessing on-demand sensory contexts for proactive llm agent systems,” 2025. [Online]. Available: https://arxiv.org/abs/2512.06721 [16] V. Veerabadran, F. Xiao, N. Kamra, P. Matias, J. Chen, C. Drooff, B. D. Roads, R. Williams, E. Henderson, X. Zhao, K. Carlberg, J. Tighe, and K. Ridgeway, “Benchmarking egocentric multimodal goal inference for assistive wearable agents,” 2025. [Online]. Available: https://arxiv.org/abs/2510. 22443 [17] ThatsGroes, “dialog-topics dataset,” Hugging Face Hub, 2025, https://huggingface.co/datasets/ThatsGroes/dialog-topics. [Online]. Available: https://huggingface.co/datasets/ThatsGroes/ dialog-topics [18] Q. Team, “Qwen3-max: Just scale it,” September 2025. [19] Z. Du, C. Gao, Y. Wang, F. Yu, T. Zhao, H. Wang, X. Lv, H. Wang, C. Ni, X. Shi, K. An, G. Yang, Y. Li, Y. Chen, Z. Gao, Q. Chen, Y. Gu, M. Chen, Y. Chen, S. Zhang, W. Wang, and J. Ye, “Cosyvoice 3: Towards in-the-wild speech generation via scaling-up and post-training,” 2025. [Online]. Available: https://arxiv.org/abs/2505.17589 [20] P. Anastassiou, J. Chen, J. Chen, Y. Chen, Z. Chen, Z. Chen, J. Cong, L. Deng, C. Ding, L. Gao, M. Gong, P. Huang, Q. Huang, Z. Huang, Y. Huo, D. Jia, C. Li, F. Li, H. Li et al., “Seed-tts: A family of high-quality versatile speech generation models,” 2024. [Online]. Available: https://arxiv.org/abs/2406.02430 [21] K. J. Piczak, “ESC: Dataset for Environmental Sound Classification,” in Proceedings of the 23rd Annual ACM Conference on Multimedia. ACM Press, 2015, pp. 1015–1018. [Online]. Available: http://dl.acm.org/citation.cfm?doid=2733373.2806390 [22] J. Barker, S. Watanabe, E. Vincent, and J. Trmal, “The fifth ’chime’ speech separation and recognition challenge: Dataset, task and baselines,” 2018. [Online]. Available: https: //arxiv.org/abs/1803.10609 [23] I.-Y. Jeong and J. Park, “Cochlscene: Acquisition of acoustic scene data using crowdsourcing,” 2022. [Online]. Available: https://arxiv.org/abs/2211.02289 [24] L.-C.-T. Xiaomi, “Mimo-audio: Audio language models are few-shot learners,” 2025. [Online]. Available: https: //github.com/XiaomiMiMo/MiMo-Audio [25] F. Tian, X. T. Zhang, Y. Zhang, H. Zhang, Y. Li, D. Liu, Y. Deng, D. Wu, J. Chen, L. Zhao et al., “Step-audio-r1 technical report,” arXiv preprint arXiv:2511.15848, 2025. [26] J. Xu, Z. Guo, J. He, H. Hu, T. He, S. Bai, K. Chen, J. Wang, Y. Fan, K. Dang, B. Zhang, X. Wang, Y. Chu, and J. Lin, “Qwen2.5-omni technical report,” 2025. [Online]. Available: https://arxiv.org/abs/2503.20215 [27] Q. Team, “Qwen3 technical report,” 2025. [Online]. Available: https://arxiv.org/abs/2505.09388 [28] Z. Shao, P. Wang, Q. Zhu, R. Xu, J. Song, X. Bi, H. Zhang, M. Zhang, Y. K. Li, Y. Wu, and D. Guo, “Deepseekmath: Pushing the limits of mathematical reasoning in open language models,” 2024. [Online]. Available: https://arxiv.org/abs/2402.03300