Chain-of-Conceptual-Thought Elicits Daily Conversation in Large Language Models
Qingqing Gu, Dan Wang, Yue Zhao, Xiaoyu Wang, Zhonglin Jiang, Yong Chen, Hongyan Li, Luo Ji
TL;DR
This work introduces Chain-of-Conceptual Thoughts (CoCT), a prompt-based paradigm that prompts large language models to first output a sequence of concept tags (emotion, strategy, or topic) and then ground the subsequent content in those concepts, enabling inner-utterance concept transitions within a single response. CoCT can operate with pre-defined concept lists or generate concepts on-the-fly, and it supports open-domain daily conversations as well as emotional-support contexts. Across both in-domain and out-of-domain settings, CoCT outperforms strong prompt-based baselines (Direct inference, Self-Refine, ECoT, SoT, Plan-and-Solve, RAG) according to automatic metrics, human judgments, and LLM-based evaluations, while demonstrating robust generalization to new concepts and queries. The findings suggest that inducing a hierarchical, concept-driven thinking process in LLMs enhances response quality in open-domain tasks and offers a scalable prompting strategy that can be integrated with finetuning and external knowledge sources in future work.
Abstract
Chain-of-Thought (CoT) is widely applied to enhance the LLM capability in math, coding and reasoning tasks. However, its performance is limited for open-domain tasks, when there are no clearly defined reasoning steps or logical transitions. To mitigate such challenges, we propose a new prompt-based paradigm called Chain of Conceptual Thoughts (CoCT), which suggests the LLM first to produce the tag of concepts, then complete the detailed content following the concept. To encourage this hierarchical way of thinking, we implement the concepts with emotions, strategies and topics. We experiment with this paradigm in daily and emotional support conversations, covering tasks with both in-domain and out-of-domain concept settings. Automatic, human, and LLM-based evaluations reveal that CoCT surpasses several prompt-based baselines such as self-refine, ECoT, SoT and RAG, suggesting a potential solution of LLM prompting paradigm for a wider scope of tasks.
