paper-with-me

홈 › Papers

Efficient Joinable Table Discovery in Data Lakes: A High-Dimensional Similarity-Based Approach

2020-10-26 · Yuyang Dong, Kunihiro Takeoka, Chuan Xiao, Masafumi Oyamada

Finding joinable tables in data lakes is key procedure in many applications such as data integration, data augmentation, data analysis, and data market. Traditional approaches that find equi-joinable tables are unable to deal with misspellings and different formats, nor do they capture any semantic joins. In this paper, we propose PEXESO, a framework for joinable table discovery in data lakes. We embed textual values as high-dimensional vectors and join columns under similarity predicates on high-dimensional vectors, hence to address the limitations of equi-join approaches and identify more meaningful results. To efficiently find joinable tables with similarity, we propose a block-and-verify method that utilizes pivot-based filtering. A partitioning technique is developed to cope with the case when the data lake is large and the index cannot fit in main memory. An experimental evaluation on real datasets shows that our solution identifies substantially more tables than equi-joins and outperforms other similarity-based options, and the join results are useful in data enrichment for machine learning tasks. The experiments also demonstrate the efficiency of the proposed method.

📄 PDF Abstract BibTeX arXiv:2010.13273

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationData Integration

Similar Papers 제목 키워드 기반

TabSketchFM: Sketch-based Tabular Representation Learning for Data Discovery over Data Lakes

2024-06-28 · Aamod Khatiwada, Harsha Kokel, Ibrahim Abdelaziz, Subhajit Chaudhury 외

Enterprises have a growing need to identify relevant tables in data lakes; e.g. tables that are unionable, joinable, or subsets of each other. Tabular neural models can be helpful for such data discovery tasks. In this p…

Representation LearningTable Search

Retrieve, Merge, Predict: Augmenting Tables with Data Lakes

2024-02-09 · Riccardo Cappuzzo, Aimee Coelho, Felix Lefebvre, Paolo Papotti 외

Machine-learning from a disparate set of tables, a data lake, requires assembling features by merging and aggregating tables. Data discovery can extend autoML to data tables by automating these steps. We present an in-de…

AutoMLBenchmarkingFeature Engineering

LakeBench: Benchmarks for Data Discovery over Data Lakes

2023-07-09 · Kavitha Srinivas, Julian Dolby, Ibrahim Abdelaziz, Oktie Hassanzadeh 외

Within enterprises, there is a growing need to intelligently navigate data lakes, specifically focusing on data discovery. Of particular importance to enterprises is the ability to find related tables in data repositorie…

Navigate

HyperJoin: LLM-augmented Hypergraph Link Prediction for Joinable Table Discovery

2026-01-03 · Shiyuan Liu, Jianwei Wang, Xuemin Lin, Lu Qin 외 arxiv

As a pivotal task in data lake management, joinable table discovery has attracted widespread interest. While existing language model-based methods achieve remarkable performance by combining offline column representation…

Representation LearningLink Prediction

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