When F1 Fails: Granularity-Aware Evaluation for Dialogue Topic Segmentation
Michael H. Coen
TL;DR
Dialogue topic segmentation lacks a universally correct boundary set and is highly sensitive to annotation granularity. The authors propose a granularity-aware evaluation framework that reports window-tolerant F1 (W-F1), boundary density (BOR), and segment coherence (purity and coverage), and they separate boundary scoring from boundary selection to explicitly control density. Through synthetic pretraining, supervised fine-tuning, and calibration across eight diverse datasets, they show that many reported gains stem from density alignment rather than genuine boundary detection improvements, and that coherence diagnostics are essential for interpreting results. The work provides practical guidance for downstream applications in conversational memory, retrieval, and summarization, and argues for reporting density and coherence alongside traditional boundary metrics. Overall, it reframes evaluation as a design choice about granularity that should be tuned to downstream use rather than optimized to match a fixed annotation scheme.
Abstract
Dialogue topic segmentation supports summarization, retrieval, memory management, and conversational continuity. Despite decades of prior work, evaluation practice in dialogue topic segmentation remains dominated by strict boundary matching and F1-based metrics, even as modern LLM-based conversational systems increasingly rely on segmentation to manage conversation history beyond the model's fixed context window, where unstructured context accumulation degrades efficiency and coherence. This paper introduces an evaluation objective for dialogue topic segmentation that treats boundary density and segment coherence as primary criteria, alongside window-tolerant F1 (W-F1). Through extensive cross-dataset empirical evaluation, we show that reported performance differences across dialogue segmentation benchmarks are driven not by model quality, but by annotation granularity mismatches and sparse boundary labels. This indicates that many reported improvements arise from evaluation artifacts rather than improved boundary detection. We evaluated multiple, structurally distinct dialogue segmentation strategies across eight dialogue datasets spanning task-oriented, open-domain, meeting-style, and synthetic interactions. Across these settings, we observe high segment coherence combined with extreme oversegmentation relative to sparse labels, producing misleadingly low exact-match F1 scores. We show that topic segmentation is best understood as selecting an appropriate granularity rather than predicting a single correct boundary set. We operationalize this view by explicitly separating boundary scoring from boundary selection.
