Abstract
Large Language Models (LLMs) have demonstrated remarkable capabilities inunderstanding and generating human-like text, yet they largely operate asreactive agents, responding only when directly prompted. This passivity createsan "awareness gap," limiting their potential as truly collaborative partners indynamic human discussions. We introduce $\textit{DiscussLLM}$, a frameworkdesigned to bridge this gap by training models to proactively decide not just$\textit{what}$ to say, but critically, $\textit{when}$ to speak. Our primarycontribution is a scalable two-stage data generation pipeline that synthesizesa large-scale dataset of realistic multi-turn human discussions. Eachdiscussion is annotated with one of five intervention types (e.g., FactualCorrection, Concept Definition) and contains an explicit conversational triggerwhere an AI intervention adds value. By training models to predict a specialsilent token when no intervention is needed, they learn to remain quiet until ahelpful contribution can be made. We explore two architectural baselines: anintegrated end-to-end model and a decoupled classifier-generator systemoptimized for low-latency inference. We evaluate these models on their abilityto accurately time interventions and generate helpful responses, paving the wayfor more situationally aware and proactive conversational AI.