arXiv:2605.01495cs.CLcs.AI2026-05

通过细粒度表格解析提升大模型的复杂表格推理能力。

FT-RAG: A Fine-grained Retrieval-Augmented Generation Framework for Complex Table Reasoning

论文配图:FT-RAG: A Fine-grained Retrieval-Augmented Generation Framework for Complex Table Reasoning
图 1 · 摘自论文原文
  • 将表格拆解为语义单元构建结构化图,实现精准检索
  • 表级与单元级命中率分别提升23.5%和59.2%,生成准确率提高62.2%
  • 适用于需要多表融合与图文推理的复杂任务场景

检索增强生成(RAG)通过在推理时引入外部知识来增强大语言模型的能力。然而,传统RAG系统在结构化表格数据上表现不佳,主要源于检索粒度过粗和表格语义理解不足。为此,我们提出FT-RAG,一种细粒度框架,通过将表格分解为条目级语义单元并构建结构化图来实现知识关联。FT-RAG采用结构邻居扩展机制在图中查找语义相关实体,并通过多模态融合整合检索结果上下文。此外,为应对该领域专用数据集稀缺问题,我们构建了Multi-Table-RAG-Lib基准,包含9870个高复杂度问答对,需跨表整合与文本-表格信息融合进行推理。FT-RAG在所有指标上超越现有最优基线,表级和单元级命中率分别提升23.5%和59.2%,生成准确率召回提升62.2%。这些结果验证了该框架在纯表格及异构表文混合场景下事实性锚定的有效性,确立了混合模态文档复杂推理的新基准性能。

原文摘要 · Abstract (English)

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by grounding responses in external knowledge during inference. However, conventiona RAG systems under-perform on structured tabular data, largely due to coarse retrieval granularity and insufficient table semantic comprehension. To address these limitations, we introduce FT-RAG, a fine-grained framework that employs knowledge association by decomposing tables into entry-level semantic units to construct a structured graph. FT-RAG employs a structural neighbor expansion mechanism to find semantically connected entities during graph retrieval, followed by multi-modal fusion to consolidate the context of table retrieval results. Further, to address the scarcity of specialized datasets in this domain, we introduce Multi-Table-RAG-Lib, a benchmark comprising 9870 QA pairs with high complexity and difficulty, curated to demand multi-table integration and text-table information fusion for reasoning. FT-RAG surpasses top-performing baselines across all metrics, achieving a 23.5\% and 59.2\% improvement in table-level and cell-level Hit Rates, respectively. Generation performance also sees a remarkable 62.2\% increase in exact value accuracy recall. These metrics verify the framework's effectiveness in factual grounding across both pure tabular and heterogeneous table-text contexts. Therefore, our method establishes a new state-of-the-art performance for complex reasoning over mixed-modality documents.

表格推理RAG多模态融合

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