一种用于增强人机对话连贯性的上下文对齐预处理器 / A Context Alignment Pre-processor for Enhancing the Coherence of Human-LLM Dialog
1️⃣ 一句话总结
这篇论文提出了一种名为C.A.P.的上下文对齐预处理器,它能在大型语言模型生成回复前,通过语义扩展、时间加权检索和校准检测等步骤,主动理解并修正对话中的上下文偏差,从而将人机对话从单向指令执行模式转变为双向协作的伙伴关系。
Large language models (LLMs) have made remarkable progress in generating fluent text, but they still face a critical challenge of contextual misalignment in long-term and dynamic dialogue. When human users omit premises, simplify references, or shift context abruptly during interactions with LLMs, the models may fail to capture their actual intentions, producing mechanical or off-topic responses that weaken the collaborative potential of dialogue. To address this problem, this paper proposes a computational framework called the Context Alignment Pre-processor (C.A.P.). Rather than operating during generation, C.A.P. functions as a pre-processing module between user input and response generation. The framework includes three core processes: (1) semantic expansion, which extends a user instruction to a broader semantic span including its premises, literal meaning, and implications; (2) time-weighted context retrieval, which prioritizes recent dialogue history through a temporal decay function approximating human conversational focus; and (3) alignment verification and decision branching, which evaluates whether the dialogue remains on track by measuring the semantic similarity between the current prompt and the weighted historical context. When a significant deviation is detected, C.A.P. initiates a structured clarification protocol to help users and the system recalibrate the conversation. This study presents the architecture and theoretical basis of C.A.P., drawing on cognitive science and Common Ground theory in human-computer interaction. We argue that C.A.P. is not only a technical refinement but also a step toward shifting human-computer dialogue from one-way command-execution patterns to two-way, self-correcting, partnership-based collaboration. Finally, we discuss implementation paths, evaluation methods, and implications for the future design of interactive intelligent systems.
一种用于增强人机对话连贯性的上下文对齐预处理器 / A Context Alignment Pre-processor for Enhancing the Coherence of Human-LLM Dialog
这篇论文提出了一种名为C.A.P.的上下文对齐预处理器,它能在大型语言模型生成回复前,通过语义扩展、时间加权检索和校准检测等步骤,主动理解并修正对话中的上下文偏差,从而将人机对话从单向指令执行模式转变为双向协作的伙伴关系。
源自 arXiv: 2603.16052