paper-with-me

홈 › Papers

CORE-T: COherent REtrieval of Tables for Text-to-SQL

2026-01-19 · Hassan Soliman, Vivek Gupta, Dan Roth, Iryna Gurevych arxiv

Realistic text-to-SQL workflows often require joining multiple tables. As a result, accurately retrieving the relevant set of tables becomes a key bottleneck for end-to-end performance. We study an open-book setting where queries must be answered over large, heterogeneous table collections pooled from many sources, without clean scoping signals such as database identifiers. Here, dense retrieval (DR) achieves high recall but returns many distractors, while join-aware alternatives often rely on extra assumptions and/or incur high inference overhead. We propose CORE-T, a scalable, training-free framework that enriches tables with LLM-generated purpose metadata and pre-computes a lightweight table-compatibility cache. At inference time, DR returns top-K candidates; a single LLM call selects a coherent, joinable subset, and a two-step additive adjustment stage restores strongly compatible tables. Across Bird, Spider, MMQA, and Beaver, CORE-T improves over DR by up to 22.7 points in table-selection F1 while returning up to 40% fewer tables, and by up to 24.4 points in multi-table execution accuracy, and uses 1.64-4.20x fewer total selection tokens than LLM-intensive baselines.

📄 PDF Abstract BibTeX arXiv:2601.13111

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing Open-Domain Table Question Answering via Syntax- and Structure-aware Dense Retrieval

2023-09-19 · Nengzheng Jin, Dongfang Li, Junying Chen, Joanna Siebert 외

Open-domain table question answering aims to provide answers to a question by retrieving and extracting information from a large collection of tables. Existing studies of open-domain table QA either directly adopt text r…

Question AnsweringRetrievalTable RetrievalText Retrieval+2

DocSage: An Information Structuring Agent for Multi-Doc Multi-Entity Question Answering

2026-03-12 · Teng Lin, Yizhang Zhu, Zhengxuan Zhang, Yuyu Luo 외 arxiv

Multi-document Multi-entity Question Answering inherently demands models to track implicit logic between multiple entities across scattered documents. However, existing Large Language Models (LLMs) and Retrieval-Augmente…

Information ExtractionRelational ReasoningQuestion Answering

From Surface to Semantics: Semantic Structure Parsing for Table-Centric Document Analysis

2025-08-14 · Xuan Li, Jialiang Dong, Raymond Wong arxiv

Documents are core carriers of information and knowl-edge, with broad applications in finance, healthcare, and scientific research. Tables, as the main medium for structured data, encapsulate key information and are amon…

Semantic ParsingTable RetrievalTable Detection

ModelTables: A Corpus of Tables about Models

2025-12-18 · Zhengyuan Dong, Victor Zhong, Renée J. Miller arxiv

We present ModelTables, a benchmark of tables in Model Lakes that captures the structured semantics of performance and configuration tables often overlooked by text only retrieval. The corpus is built from Hugging Face m…

Information RetrievalSemantic RetrievalTable Retrieval

Is Table Retrieval a Solved Problem? Exploring Join-Aware Multi-Table Retrieval

2024-04-15 · Peter Baile Chen, Yi Zhang, Dan Roth

Retrieving relevant tables containing the necessary information to accurately answer a given question over tables is critical to open-domain question-answering (QA) systems. Previous methods assume the answer to such a q…

Open-Domain Question AnsweringQuestion AnsweringRe-RankingRetrieval+1