← Latest papers
🤖 machine learning

RelBench v2: A Large-Scale Benchmark and Repository for Relational Data

This paper introduces RelBench v2, a significantly expanded benchmark and repository for relational deep learning that incorporates four new large-scale datasets, novel autocomplete tasks, and integrations with external frameworks to facilitate systematic evaluation and demonstrate the superiority of relational models over single-table baselines.

Original authors: Justin Gu, Rishabh Ranjan, Charilaos Kanatsoulis, Haiming Tang, Martin Jurkovic, Valter Hudovernik, Mark Znidar, Pranshu Chaturvedi, Parth Shroff, Fengyu Li, Jure Leskovec

Published 2026-05-12
📖 4 min read☕ Coffee break read

Original authors: Justin Gu, Rishabh Ranjan, Charilaos Kanatsoulis, Haiming Tang, Martin Jurkovic, Valter Hudovernik, Mark Znidar, Pranshu Chaturvedi, Parth Shroff, Fengyu Li, Jure Leskovec

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a massive library of information. In the old days, if you wanted to find a pattern, you'd have to take every single book, rip out the pages, and paste them all onto one giant, messy sheet of paper. You'd lose the context of which book the page came from, and you'd have to manually draw lines connecting related ideas. This is how traditional machine learning used to handle complex data.

Relational Deep Learning (RDL) is like a new kind of librarian who doesn't rip the pages out. Instead, they look at the whole library as a living map. They understand that a "Book" is connected to an "Author," who is connected to a "University," which is connected to a "City." They see the relationships, not just the isolated facts.

This paper introduces RELBENCH v2, a massive upgrade to a "training gym" for these smart librarians. Here is what they built:

1. The New Training Grounds (The Datasets)

The original gym (RELBENCH v1) had a few practice fields. RELBENCH v2 has added four huge new stadiums, bringing the total to 11. These aren't just small practice fields; they are massive, real-world data worlds:

  • The Scholar's Library (rel-arxiv): A map of millions of research papers, authors, and who cited whom.
  • The Corporate Office (rel-salt): A simulation of a giant company's sales orders, shipping routes, and payment terms.
  • The Beer Lover's Forum (rel-ratebeer): A decade of users rating beers, breweries, and places.
  • The Hospital Records (rel-mimic): Anonymized patient records from a major medical center (with dates shifted into the future to protect privacy).

Together, these contain over 22 million rows of data. It's like giving the AI a library with 22 million books to learn from, all interconnected.

2. The New Games (The Tasks)

The paper introduces a new type of game called "Autocomplete."

  • The Old Game (Forecasting): Imagine a crystal ball. You give the AI data up to today, and it predicts something that hasn't happened yet (like "Will this customer leave next month?").
  • The New Game (Autocomplete): Imagine a partially filled-out form. The AI sees some fields (like "Customer Name" and "Order Date") but the "Payment Method" box is blank. The AI has to guess the missing box right now, using only the clues from the other tables it can see.

Why is this hard? It's like trying to guess a person's favorite food just by knowing their address and the time of day, without them telling you. The AI has to look at the "neighborhood" (related tables) to figure it out. The paper shows that the AI is much better at this when it understands the relationships between the tables than when it just looks at the single row.

3. The "Universal Adapter" (Integrating Other Benchmarks)

The authors didn't just build new rooms; they built a universal adapter that lets the gym connect to other popular training centers:

  • The Time-Stream Gym (TGB): They translated datasets that usually look like a flowing river of events into their library format, so the AI can practice on them too.
  • The 70-Database Challenge (ReDeLEx): They connected to a collection of 70+ real-world databases, giving the AI a chance to practice on almost anything.
  • The 4D Toolbox (4DBInfer): They added a set of tools that test the AI from four different angles (data, tasks, graph structure, and models) to make sure it's truly robust.

4. The Results: The Power of Connection

The paper ran a series of tests comparing the "Smart Librarian" (RDL models) against the "Old School Worker" (traditional models that flatten the data).

The Verdict: The Smart Librarian won almost every time.

  • Whether guessing missing values (Autocomplete), predicting the future (Forecasting), or recommending the next item (Recommendation), the model that understood the relationships between tables performed significantly better.
  • Even when the data was messy or the categories were unbalanced, the relational model used the connections to find signals that the old models missed.

Summary

Think of RELBENCH v2 as the ultimate "Driver's Ed" for Artificial Intelligence trying to understand complex databases. It provides:

  1. More Cars: 11 massive, diverse datasets (Academic, Business, Consumer, Medical).
  2. New Drills: A new "Autocomplete" challenge to test how well the AI fills in missing blanks using context.
  3. A Universal Garage: Tools to connect with other testing grounds so the AI can learn from everything.

The main takeaway is simple: When data is connected, you have to treat it as a connected web, not a flat list. The models that do this are winning the race.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →