NLCTables: A Dataset for Marrying Natural Language Conditions with Table Discovery
Lingxi Cui, Huan Li, Ke Chen, Lidan Shou, Gang Chen
TL;DR
The paper introduces NL-conditional table discovery (nlcTD), addressing the gap where users seek tables relevant to both a query table and an accompanying natural-language condition. It formalizes nlcTD, presents a comprehensive taxonomy of condition types, and introduces nlcTables, a large-scale benchmark with 627 queries, 22,080 candidate tables, and 21,200 ground-truth annotations. A configurable, three-stage dataset construction framework—table preprocessing, query construction via splitting, and ground-truth labeling with LLM-semantics augmentation—enables diverse, scalable evaluation. Six representative baselines are evaluated across NL-only, union, and join scenarios, revealing substantial gaps and guiding future method development for robust NL-conditioned table retrieval. The dataset and baselines are publicly available to accelerate research and real-world adoption of NL-powered table search assistants.
Abstract
With the growing abundance of repositories containing tabular data, discovering relevant tables for in-depth analysis remains a challenging task. Existing table discovery methods primarily retrieve desired tables based on a query table or several vague keywords, leaving users to manually filter large result sets. To address this limitation, we propose a new task: NL-conditional table discovery (nlcTD), where users combine a query table with natural language (NL) requirements to refine search results. To advance research in this area, we present nlcTables, a comprehensive benchmark dataset comprising 627 diverse queries spanning NL-only, union, join, and fuzzy conditions, 22,080 candidate tables, and 21,200 relevance annotations. Our evaluation of six state-of-the-art table discovery methods on nlcTables reveals substantial performance gaps, highlighting the need for advanced techniques to tackle this challenging nlcTD scenario. The dataset, construction framework, and baseline implementations are publicly available at https://github.com/SuDIS-ZJU/nlcTables to foster future research.
