构建对话时机数据集,让大模型学会何时发言而非只懂说什么。
When2Speak: A Dataset for Temporal Participation and Turn-Taking in Multi-Party Conversations for Large Language Models
- 用合成数据+四阶段流程生成21.5万组多人对话发言决策样本。
- 微调后模型发言准确率提升60%,但仍错过近半该说话的时机。
- 引入强化学习优化发言时机,漏判率降低至20%以下,适合群聊场景应用。
大型语言模型在生成语境恰当回应方面表现优异,但在多人对话中对发言时机的把握仍显不足。盲目每轮都回应会导致过度打断,破坏对话连贯性。我们提出When2Speak,一个基于真实语境的合成数据集及四阶段生成流水线,用于学习群体互动中的介入时机。数据集包含超过21.5万例样本,来自1.6万次涉及2-6人的对话,涵盖多样风格、语气与参与者动态,并在每一轮明确标注是否应发言(SPEAK vs. SILENT)。该流水线结合真实世界基底、结构化增强、受控转录合成和可微调监督信号,全程开源以支持复现与领域适配。在多个模型家族中,基于When2Speak的监督微调显著优于零样本基线(例如40亿以上参数模型平均宏F1提升60%,最大达120%)。然而,微调模型仍系统性保守,平均漏判率(MIR)为0.50,大模型亦未完全改善。为此,我们采用非对称奖励的强化学习方法,将MIR降至0.186–0.218,召回率从0.479提升至0.78–0.81。研究结果表明,发言时机是独立且可训练的对话智能维度,而基于真实语境的合成数据为大模型自然参与多人群聊提供了有效且可扩展的路径。
原文摘要 · Abstract (English)
Large Language Models (LLMs) excel at generating contextually appropriate responses but remain poorly calibrated for multi-party conversations, where deciding when to speak is as critical as what to say. In such settings, naively responding at every turn leads to excessive interruptions and degraded conversational coherence. We introduce When2Speak, a grounded synthetic dataset and four-stage generation pipeline for learning intervention timing in group interactions. The dataset comprises over 215,000 examples derived from 16,000 conversations involving 2-6 speakers, spanning diverse conversational styles, tones, and participant dynamics, and explicitly modeling SPEAK vs. SILENT decisions at each turn. Our pipeline combines real-world grounding, structured augmentation, controlled transcript synthesis, and fine-tuning-ready supervision, and is fully open-sourced to support reproducibility and adaptation to domain-specific conversational norms. Across multiple model families, supervised fine-tuning (SFT) on When2Speak significantly outperforms zero-shot baselines (e.g., the average Macro F1 increase across 4B+ parameter models was 60%, with the largest increase being 120%). However, SFT-trained models remain systematically over-conservative, missing nearly half of warranted interventions as seen through the Missed Intervention Rate (MIR), which was on average 0.50 and is noticed even at larger model sizes. To address this limitation, we apply reinforcement learning with asymmetric reward shaping, which reduces MIR to 0.186-0.218 and increases recall from 0.479 to 0.78-0.81. Our findings establish that temporal participation is a distinct and trainable dimension of conversational intelligence, and that grounded synthetic data provides an effective and scalable pathway for enabling LLMs to participate more naturally and appropriately in multi-party interactions.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。