paper-with-me

홈 › Papers

Pylon: Semantic Table Union Search in Data Lakes

2023-01-12 · Tianji Cong, Fatemeh Nargesian, H. V. Jagadish

The large size and fast growth of data repositories, such as data lakes, has spurred the need for data discovery to help analysts find related data. The problem has become challenging as (i) a user typically does not know what datasets exist in an enormous data repository; and (ii) there is usually a lack of a unified data model to capture the interrelationships between heterogeneous datasets from disparate sources. In this work, we address one important class of discovery needs: finding union-able tables. The task is to find tables in a data lake that can be unioned with a given query table. The challenge is to recognize union-able columns even if they are represented differently. In this paper, we propose a data-driven learning approach: specifically, an unsupervised representation learning and embedding retrieval task. Our key idea is to exploit self-supervised contrastive learning to learn an embedding model that takes into account the indexing/search data structure and produces embeddings close by for columns with semantically similar values while pushing apart columns with semantically dissimilar values. We then find union-able tables based on similarities between their constituent columns in embedding space. On a real-world data lake, we demonstrate that our best-performing model achieves significant improvements in precision ($16\% \uparrow$), recall ($17\% \uparrow $), and query response time (7x faster) compared to the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2301.04901

Code (1)

superctj/pylon 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation LearningRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Pylon Model for Semantic Segmentation

2011-12-01 · NeurIPS 2011 12 · Victor Lempitsky, Andrea Vedaldi, Andrew Zisserman

Graph cut optimization is one of the standard workhorses of image segmentation since for binary random field representations of the image, it gives globally optimal results and there are efficient polynomial time imple…

Image SegmentationmodelSegmentationSemantic Segmentation

Something's Fishy In The Data Lake: A Critical Re-evaluation of Table Union Search Benchmarks

2025-05-27 · Allaa Boutaleb, Bernd Amann, Hubert Naacke, Rafael Angarita

Recent table representation learning and data discovery methods tackle table union search (TUS) within data lakes, which involves identifying tables that can be unioned with a given query table to enrich its content. The…

Representation Learning

Generative Benchmark Creation for Table Union Search

2023-08-07 · Koyena Pal, Aamod Khatiwada, Roee Shraga, Renée J. Miller

Data management has traditionally relied on synthetic data generators to generate structured benchmarks, like the TPC suite, where we can control important parameters like data size and its distribution precisely. These …

ManagementTable Search

Vision-Based Power Line Cables and Pylons Detection for Low Flying Aircraft

2024-07-19 · Jakub Gwizdała, Doruk Oner, Soumava Kumar Roy, Mian Akbar Shah 외

Power lines are dangerous for low-flying aircraft, especially in low-visibility conditions. Thus, a vision-based system able to analyze the aircraft's surroundings and to provide the pilots with a "second pair of eyes" c…

BenchmarkingTransfer Learning

EntropyLong: Effective Long-Context Training via Predictive Uncertainty

2025-09-26 · Junlong Jia, Ziyang Chen, Xing Wu, Chaochen Gao 외 arxiv

Training long-context language models to capture long-range dependencies requires specialized data construction. Current approaches, such as generic text concatenation or heuristic-based variants, frequently fail to guar…

Long-Context Understanding