Retrieve, Merge, Predict: Augmenting Tables with Data Lakes
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
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-depth analysis of such automated table augmentation for machine learning tasks, analyzing different methods for the three main steps: retrieving joinable tables, merging information, and predicting with the resultant table. We use two data lakes: Open Data US, a well-referenced real data lake, and a novel semi-synthetic dataset, YADL (Yet Another Data Lake), which we developed as a tool for benchmarking this data discovery task. Systematic exploration on both lakes outlines 1) the importance of accurately retrieving candidate tables to join, 2) the efficiency of simple merging methods, and 3) the resilience of tree-based learners to noisy conditions. Our experimental environment is easily reproducible and based on open data, to foster more research on feature engineering, autoML, and learning in data lakes.
Results and benchmarks
Machine-learning from a disparate set of tables, a data lake, requires assembling features by merging and aggregating tables.
Benchmark evidence is limited
Evidence graph: 2 refs, 1 links.
Utility signals: depth 60/100, grounding 58/100, status medium.
Implementation
Historical official implementation (not recommended for new builds)
Only a historical official implementation is available
Use with caution for new projects; verify against current tooling and maintained community alternatives.
rcap107/retrieve-merge-predict · 12 stars · Last push Mar 6, 2026
Only historical official repository was found (rcap107/retrieve-merge-predict).
Open rcap107/retrieve-merge-predict- Only historical official implementation is available
- No direct maintained implementation is currently verified.
- Only historical official repository was found: rcap107/retrieve-merge-predict.
- No maintained paper-verified implementation met reliability thresholds.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Recently updated
- Confidence
- High
- Reproducibility
- Moderate
- Stars
- 12
- Last push
- Mar 6, 2026 (173d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No CI pipeline detected
- No tagged releases
- No Docker setup
- Maintenance
- Recently updated
- Confidence
- High
- Reproducibility
- Moderate
- Stars
- 12
- Last push
- Mar 6, 2026 (173d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No CI pipeline detected
- No tagged releases
- No Docker setup
- Maintenance
- Stale
- Confidence
- High
- Reproducibility
- Limited
- Stars
- 3
- Last push
- Oct 2, 2024 (693d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No push in 12+ months
- No CI pipeline detected
- No tagged releases
Reproduction readiness
Setup required
Dependencies pinned, manual setup needed
- rcap107/retrieve-merge-predict has pyproject.toml but requires manual environment setup.
- No Dockerfile, so you will set up the environment manually.
- No CI pipeline, so test coverage is unknown.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Quick start
git clone https://github.com/rcap107/retrieve-merge-predict.git
pip install -e . Validation caveat
Repositories and ecosystem
Official
- soda-inria/retrieve-merge-predictConfidence: High
soda-inria/retrieve-merge-predict
12 stars · 1 forks · Last push Mar 6, 2026 · Apache-2.0 license
- rcap107/yadlConfidence: High
soda-inria/YADL
3 stars · 0 forks · Last push Oct 2, 2024 · Apache-2.0 license
- soda-inria/yadlConfidence: High
soda-inria/YADL
3 stars · 0 forks · Last push Oct 2, 2024 · Apache-2.0 license
- rcap107/starmieConfidence: High
Resources for PVLDB 2023 submission
0 stars · 0 forks · Last push Jul 16, 2024
Community
No additional community repositories detected yet.
These repositories had low-confidence matching signals and are hidden by default.
- Sakhiur2022/empirical-rag-paradigm-benchmark
Confidence: Low · 0 stars
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXData includes links from Papers with Code ( CC-BY-SA-4.0 ).