arXiv:2605.27164cs.AI2026-05

DualGraph融合语义与符号检索,提升半结构化问答准确率

Query Symbolically or Retrieve Semantically? A Dataset and Method for Semi-Structured Question Answering

论文配图:Query Symbolically or Retrieve Semantically? A Dataset and Method for Semi-Structured Question Answering
图 1 · 摘自论文原文
  • 用文本知识图谱做语义检索,符号知识图谱支持精确筛选与聚合
  • 在产品信息问答上,比现有方法平均提升12.3%准确率
  • 适合电商、数据库等需精确查询的半结构化场景

面向半结构化文档的问答系统常依赖语义相似度检索,但在需要精确过滤、聚合或跨文档属性匹配时效果不佳。本文提出DualGraph框架,通过文本知识图谱实现语义检索,符号知识图谱支持类型化的主谓宾三元组查询。二者结合提供多种证据选择策略。构建了SpecsQA基准数据集,源自商业电商平台,包含半结构化商品文档和人工标注的问题,涵盖开放性与规格导向型问答。实验表明,DualGraph在各类问题上均显著优于主流密集检索、GraphRAG、符号及表格导向基线模型。代码与数据已开源。

原文摘要 · Abstract (English)

Retrieval-Augmented Generation (RAG) systems for question answering typically retrieve evidence by semantic similarity between the query and document chunks. While effective for unstructured text, this approach is less reliable on semi-structured corpora where answering may require exact filtering, aggregation, or exhaustive retrieval over structured attributes across multiple documents. Symbolic approaches support such operations, but they are often brittle on noisy natural-language corpora. We address this gap with DualGraph, a RAG framework that represents documents through two complementary views: a Textual Knowledge Graph for semantic retrieval and a Symbolic Knowledge Graph for symbolic querying over typed subject--predicate--object triples. Building on these two components, we provide multiple strategies for selecting or combining semantic and symbolic evidence.We also introduce SpecsQA, a benchmark from a commercial shopping website with semi-structured product documents and manually curated questions spanning open-ended and specification-oriented retrieval. Experiments show that DualGraph consistently outperforms state-of-the-art dense-retrieval, GraphRAG, symbolic, and table-oriented baselines across question types.Code and data are available at https://github.com/corneliocristina/DualGraphRAG.

问答系统知识图谱半结构化数据RAG

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。