CATCH: A Controllable Theme Detection Framework with Contextualized Clustering and Hierarchical Generation
Rui Ke, Jiahui Xu, Shenghao Yang, Kuang Wang, Feng Jiang, Haizhou Li
TL;DR
CATCH addresses the challenge of controllable theme detection in customer-service dialogues by integrating context-aware intra-dialogue representation, preference-guided cross-dialogue clustering, and hierarchical LLM-based label generation. The framework jointly leverages topic segmentation, a Preference Reward Model, and a three-stage label consolidation process to produce coherent, domain-adaptive theme labels aligned with user preferences. Across DSTC-12 benchmarks, CATCH outperforms strong baselines in both in-domain and cross-domain settings and achieves second place in official blind evaluations using a lightweight 8B model. Ablation and analysis demonstrate that each module contributes significantly and that hierarchical generation effectively denoises and stabilizes labels under clustering noise. The work offers a practical, resource-efficient approach to scalable, user-aware theme discovery in multi-domain dialogues with potential applications in proactive dialogue systems and knowledge retrieval.
Abstract
Theme detection is a fundamental task in user-centric dialogue systems, aiming to identify the latent topic of each utterance without relying on predefined schemas. Unlike intent induction, which operates within fixed label spaces, theme detection requires cross-dialogue consistency and alignment with personalized user preferences, posing significant challenges. Existing methods often struggle with sparse, short utterances for accurate topic representation and fail to capture user-level thematic preferences across dialogues. To address these challenges, we propose CATCH (Controllable Theme Detection with Contextualized Clustering and Hierarchical Generation), a unified framework that integrates three core components: (1) context-aware topic representation, which enriches utterance-level semantics using surrounding topic segments; (2) preference-guided topic clustering, which jointly models semantic proximity and personalized feedback to align themes across dialogue; and (3) a hierarchical theme generation mechanism designed to suppress noise and produce robust, coherent topic labels. Experiments on a multi-domain customer dialogue benchmark (DSTC-12) demonstrate the effectiveness of CATCH with 8B LLM in both theme clustering and topic generation quality.
