DBJul 1

Generative Retrieval for Table Union Search

arXiv:2607.008336.1
Predicted impact top 57% in DB · last 90 daysOriginality Highly original
AI Analysis

For data lake management, GenTUS offers a more efficient and effective approach to table union search, addressing scalability and latency issues of existing methods.

GenTUS reformulates table union search as constrained generation over discrete semantic identifiers, eliminating the need for candidate retrieval and reranking. It achieves the best overall retrieval quality with an average rank of 1.05 vs. 2.57 for the strongest baseline, while reducing latency, storage, and update costs.

Modern data lakes contain heterogeneous tables whose task-relevant information is often scattered across different schemas, sources, and naming conventions. Table union search (TUS) retrieves tables that can be reliably unioned with a query table, supporting data discovery, enrichment, and downstream analytics. Although learning-based TUS methods improve table- or column-level representations, they still follow an encode-search-refine pipeline: candidate retrieval is followed by query-candidate matching or reranking, making quality dependent on candidate-pool recall and incurring growing latency and storage costs as the data lake scales. We propose GenTUS, a generative retrieval framework that reformulates TUS as constrained generation over discrete semantic table identifiers. Instead of searching and reranking an explicit candidate pool, GenTUS assigns candidate tables compact unionability-aware identifiers and trains a generator to produce the identifiers of unionable tables directly from the query. At query time, constrained decoding ensures that generated identifiers correspond to valid data-lake tables and returns them as ranked retrieval results. Experiments on seven public TUS benchmarks show that GenTUS achieves the best overall retrieval quality, with an average rank of 1.05 compared to 2.57 for the strongest baseline, while substantially reducing online latency, retrieval-artifact storage, and incremental update cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes