arXiv:2511.06582cs.CLcs.AI2025-11被引 1

用结构化表示提升表格文档问答准确率

TabRAG: Improving Tabular Document Question Answering for Retrieval Augmented Generation via Structured Representations

  • 通过布局分割与视觉语言模型提取表格层级结构
  • 在多个基准上优于现有解析方法,显著提升答案质量
  • 适合处理多格式表格,适用于需要精准表格理解的场景

传统检索增强生成(RAG)依赖文档解析后以上下文学习方式查询语言模型。针对文本文档有效,但表格文档问答常生成不合理结果,因标准解析方法丢失二维结构语义。本文提出TabRAG,一种基于解析的RAG框架,通过布局分割将文档分解为组件,实现细粒度提取;再利用视觉语言模型将表格转为分层结构表示。为适配多种表格样式,引入自生成上下文学习模块引导提取过程。实验表明,TabRAG在广泛评估和消融基准上均优于现有主流解析技术。代码已开源:https://github.com/jacobyhsi/TabRAG。

原文摘要 · Abstract (English)

Incorporating external knowledge bases in traditional retrieval-augmented generation (RAG) relies on parsing the document, followed by querying a language model with the parsed information via in-context learning. While effective for text-based documents, question answering on tabular documents often fails to generate plausible responses. Standard parsing techniques lose the two-dimensional structural semantics critical for cell interpretation. In this work, we present TabRAG, a parsing-based RAG framework designed to improve tabular document question answering via structured representations. Our framework consists of layout segmentation that decomposes the document inputs into a series of components, enabling fine-grained extraction. Subsequently, a vision language model parses and extracts the document tables into a hierarchically structured representation. In order to cater various table styles and formats, we integrate a self-generated in-context learning module that guides the table extraction process. Experimental results demonstrate that TabRAG outperforms existing popular parsing techniques across a broad suite of evaluation and ablation benchmarks. Code is available at: https://github.com/jacobyhsi/TabRAG.

表格理解RAG视觉语言模型

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