无需训练的分层检索框架,高效精准定位表格问答所需数据
CRAFT: Training-Free Cascaded Retrieval for Tabular QA
- 先用轻量稀疏模型筛选候选表,再用密集模型精排
- 利用Gemini生成标题摘要,提升查询与表格语义匹配度
- 零样本下在NQ-Tables和OTT-QA上表现优异,适合快速部署
开放域表格问答(TQA)需从大规模语料中检索相关表格以回答自然语言问题。传统稠密检索模型如DTR和DPR在大规模任务中计算成本高,且需对新数据集重新训练或微调,限制了其在动态领域中的适应性。本文提出CRAFT,一种零样本级联检索方法:首先使用稀疏检索模型过滤候选表格,再用计算开销更大的稠密模型作为重排序器。为提升检索质量,我们利用Gemini Flash 1.5生成的表格标题和摘要丰富表表示,增强查询与表格结构间的语义匹配。该方法在NQ-Tables数据集上超越现有最优稀疏、稠密及混合检索器;在更具挑战性的OTT-QA基准上也展现出强零样本性能,在高召回率条件下达到竞争力结果,该任务需跨文本段落与关系表进行多跳推理。本工作建立了一种可扩展、易适配的表格检索范式,弥合了微调架构与轻量即插即用系统之间的差距。代码与数据已公开于https://coral-lab-asu.github.io/CRAFT/
原文摘要 · Abstract (English)
Open-Domain Table Question Answering (TQA) involves retrieving relevant tables from a large corpus to answer natural language queries. Traditional dense retrieval models such as DTR and DPR incur high computational costs for large-scale retrieval tasks and require retraining or fine-tuning on new datasets, limiting their adaptability to evolving domains and knowledge. We propose CRAFT, a zero-shot cascaded retrieval approach that first uses a sparse retrieval model to filter a subset of candidate tables before applying more computationally expensive dense models as re-rankers. To improve retrieval quality, we enrich table representations with descriptive titles and summaries generated by Gemini Flash 1.5, enabling richer semantic matching between queries and tabular structures. Our method outperforms state-of-the-art sparse, dense, and hybrid retrievers on the NQ-Tables dataset. It also demonstrates strong zero-shot performance on the more challenging OTT-QA benchmark, achieving competitive results at higher recall thresholds, where the task requires multi-hop reasoning across both textual passages and relational tables. This work establishes a scalable and adaptable paradigm for table retrieval, bridging the gap between fine-tuned architectures and lightweight, plug-and-play retrieval systems. Code and data are available at https://coral-lab-asu.github.io/CRAFT/
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。