用自进化智能体让对话问答更准更快
SEAL: Self-Evolving Agentic Learning for Conversational Question Answering over Knowledge Graphs
- 分两阶段解析:先提取最小语义核心,再用模板补全成可执行逻辑式
- 在SPICE数据集上多跳、比较、聚合任务均达最优,结构准确率提升显著
- 无需重训练,能从对话历史和执行反馈中持续改进,适合复杂知识图谱问答
基于知识图谱的对话问答(KBCQA)面临指代消解、上下文依赖建模及复杂逻辑推理等持久挑战。现有方法常因生成语法错误或语义错位的逻辑形式而产生误差,且在大规模知识图谱上计算成本过高。大语言模型(LLMs)对复杂多跳或聚合查询生成的逻辑形式常不合法或与知识图谱不匹配,传统实体关系链接方法则面临候选空间指数级增长问题。为此,我们提出SEAL,一种基于自进化智能体学习的两阶段语义解析框架。第一阶段由LLM提取最小化S表达式核心,再通过智能体校准模块修正语法不一致并使实体与关系对齐知识图谱;第二阶段结合问题类型预测,以模板引导完成可执行的完整S表达式。关键在于,SEAL引入融合局部与全局记忆的自我进化机制及反思模块,实现无需显式重训练即可从对话历史与执行反馈中持续适应。在SPICE基准上的大量实验表明,SEAL在多跳推理、比较与聚合任务中达到当前最优性能,显著提升了结构准确率与计算效率。
原文摘要 · Abstract (English)
Knowledge-based conversational question answering (KBCQA) confronts persistent challenges in resolving coreference, modeling contextual dependencies, and executing complex logical reasoning. Existing approaches often suffer from inaccuracies and prohibitive computational costs, particularly when processing intricate queries over large knowledge graphs. Specifically, large language models (LLMs) tend to generate syntactically invalid or semantically misaligned logical forms for complex multi-hop or aggregation queries, while conventional entity-relation linking methods face an exponentially growing candidate space. To address these limitations, we introduce SEAL, a novel two-stage semantic parsing framework grounded in self-evolving agentic learning. In the first stage, an LLM extracts a minimal S-expression core capturing the essential semantics, which is then refined by an agentic calibration module to correct syntactic inconsistencies and align entities and relations with the knowledge graph. The second stage employs template-based completion guided by question-type prediction to construct a fully executable S-expression. Crucially, SEAL incorporates a self-evolving mechanism integrating local and global memory with a reflection module, enabling continuous adaptation from dialog history and execution feedback without explicit retraining. Extensive experiments on the SPICE benchmark demonstrate that SEAL achieves state-of-the-art performance in multi-hop reasoning, comparison, and aggregation tasks, validating notable gains in both structural accuracy and computational efficiency.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。