Skip to content
OpenTrain AIFor AI Companies

Retrieve, Merge, Predict: Augmenting Tables with Data Lakes

Riccardo Cappuzzo, Aimee Coelho, Felix Lefebvre, Paolo Papotti, Gael VaroquauxPublished Feb 9, 2024
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few days
Plan setup time
Risk flags
1
Review before use

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

Freshness tier: cold
Machine-learning from a disparate set of tables, a data lake, requires assembling features by merging and aggregating tables.

Implementation

Historical official implementation (not recommended for new builds)

Why this implementation
Confidence: low

Only historical official repository was found (rcap107/retrieve-merge-predict).

Open rcap107/retrieve-merge-predict
Reproduction risks
  • 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
rcap107/yadl
alternative
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

Time to first repro: days
Last checked: Aug 24, 2026

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.
Open rcap107/retrieve-merge-predict

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 .

Repositories and ecosystem

Official

  • soda-inria/retrieve-merge-predict

    12 stars · 1 forks · Last push Mar 6, 2026 · Apache-2.0 license

  • rcap107/yadl
    Confidence: High

    soda-inria/YADL

    3 stars · 0 forks · Last push Oct 2, 2024 · Apache-2.0 license

  • soda-inria/yadl
    Confidence: High

    soda-inria/YADL

    3 stars · 0 forks · Last push Oct 2, 2024 · Apache-2.0 license

  • rcap107/starmie
    Confidence: High

    Resources for PVLDB 2023 submission

    0 stars · 0 forks · Last push Jul 16, 2024

Community

No additional community repositories detected yet.

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

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).