Dialogue Telemetry: Turn-Level Instrumentation for Autonomous Information Gathering
Dimitris Panagopoulos, Adolfo Perrusquia, Weisi Guo
TL;DR
This work tackles the lack of turn-level instrumentation in schema-grounded information-gathering dialogues by introducing Dialogue Telemetry (DT), a lightweight, model-agnostic framework that outputs two signals after every question–answer turn: a Progress Estimator (PE) and a Stalling Index (SI). PE estimates residual information or expected gain per knowledge category, while SI detects throughput degradation via patterns of repetitive probing and semantic similarity. The authors validate DT in SAR-inspired, LLM-driven simulations, showing DT can distinguish efficient from stalled dialogues and can inform reinforcement learning strategies to avoid costly stalls. The results demonstrate DT as a practical instrumentation layer for online monitoring, diagnosis, and closed-loop policy design in autonomous information gathering.
Abstract
Autonomous systems conducting schema-grounded information-gathering dialogues face an instrumentation gap, lacking turn-level observables for monitoring acquisition efficiency and detecting when questioning becomes unproductive. We introduce Dialogue Telemetry (DT), a measurement framework that produces two model-agnostic signals after each question-answer exchange: (i) a Progress Estimator (PE) quantifying residual information potential per category (with a bits-based variant), and (ii) a Stalling Index (SI) detecting an observable failure signature characterized by repeated category probing with semantically similar, low-marginal-gain responses. SI flags this pattern without requiring causal diagnosis, supporting monitoring in settings where attributing degradation to specific causes may be impractical. We validate DT in controlled search-and-rescue (SAR)-inspired interviews using large language model (LLM)-based simulations, distinguishing efficient from stalled dialogue traces and illustrating downstream utility by integrating DT signals into a reinforcement learning (RL) policy. Across these settings, DT provides interpretable turn-level instrumentation that improves policy performance when stalling carries operational costs.
