← Latest papers
🤖 AI

GraphLand: Evaluating Graph Machine Learning Models on Diverse Industrial Data

This paper introduces GraphLand, a comprehensive benchmark of 14 diverse industrial graph datasets designed to address the narrow scope of existing evaluations by revealing that current graph foundation models underperform compared to gradient-boosted decision trees enhanced with graph features.

Original authors: Gleb Bazhenov, Oleg Platonov, Liudmila Prokhorenkova

Published 2026-05-06
📖 5 min read🧠 Deep dive

Original authors: Gleb Bazhenov, Oleg Platonov, Liudmila Prokhorenkova

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 are trying to teach a robot how to understand the world. For a long time, the only way we tested this robot was by showing it pictures of a single, very specific type of neighborhood: a library where everyone only talks to other people who read the exact same books. We called this the "Citation Network."

The authors of this paper, Gleb Bazhenov, Oleg Platonov, and Liudmila Prokhorenkova, say, "Wait a minute! The real world isn't just a library."

They argue that while we have great tools (called Graph Neural Networks, or GNNs) for understanding connections, we've been testing them in a very small, artificial sandbox. To fix this, they built a new playground called GraphLand.

Here is a simple breakdown of what they did and what they found:

1. The Problem: The "Library" Bias

Most AI models for graphs are trained and tested on data that looks like academic papers citing other papers. It's a very narrow view of the world.

  • The Reality: In the real world, graphs are everywhere. They are social networks (who is friends with whom), road maps (which streets connect to which), and shopping networks (what items people buy together).
  • The Issue: These real-world graphs are messy. They have different sizes, different types of information (like numbers and categories, not just text), and they change over time. The old "library" tests didn't check if the robots could handle this mess.

2. The Solution: GraphLand (The New Playground)

The team created GraphLand, a collection of 14 different "worlds" (datasets) taken from real industrial applications.

  • What's inside?
    • The Internet: A map of websites to spot fraud or guess what a site is about.
    • Artists: A social network of art creators to predict who creates explicit content or how popular they are.
    • Cities: Maps of roads to predict traffic speed, and review systems to spot fake reviews.
    • Shopping: Networks of products bought together to guess prices or categories.
  • The Variety: Some of these graphs are huge (millions of nodes), some are small. Some are "homophilous" (birds of a feather flock together), and others are "heterophilous" (opposites attract). They have rich data like numbers, categories, and text.

3. The Experiments: Putting the Robots to the Test

The researchers took the best AI models available and put them through three different types of challenges in GraphLand:

  • The "Random" Test: Shuffling the data randomly (like drawing names from a hat).
  • The "Time Travel" Test: Training on old data and testing on new data (like learning to drive in 2020 and taking a test in 2024). This simulates how the real world changes.
  • The "Inductive" Test: Training on a map of a city, then asking the robot to navigate a new part of the city it has never seen before.

4. The Surprising Results

Here is what happened when they ran the tests:

  • The "Old School" Champion: They tested a classic, non-AI method called GBDT (Gradient-Boosted Decision Trees). Think of this as a very smart, experienced human who looks at a list of facts and makes a decision.
    • The Twist: When they gave this human a "cheat sheet" with some basic graph info (like "who are your neighbors?"), it became incredibly strong. In many cases, it beat the fancy AI models, especially for predicting numbers (like traffic speed or prices).
  • The AI Models (GNNs): The fancy Graph Neural Networks did well, but they weren't perfect.
    • Attention is Key: The models that could "pay attention" to specific neighbors (like a detective focusing on the most suspicious person) performed better than the ones that treated everyone the same.
    • The Time Problem: When the data changed over time (the "Time Travel" test), almost all models struggled. They got confused because the world they learned in was different from the world they were tested in.
  • The "Foundation Models" Failure: Recently, there has been a lot of hype about "Graph Foundation Models"—super-robots trained on everything that can adapt to any new graph instantly.
    • The Reality Check: On these real-world industrial datasets, these super-robots performed terribly. They couldn't handle the mix of numbers and categories, and they failed to beat the simpler, classic methods.

5. The Takeaway

The paper concludes that:

  1. Real-world data is messy: We need to stop testing AI only on clean, academic data.
  2. Simple is sometimes better: In industrial settings, a smart decision tree with a little bit of graph info can beat a massive neural network.
  3. Time matters: AI needs to get better at handling changes over time, or it will fail when deployed in the real world.
  4. Foundation models aren't ready yet: The "one-size-fits-all" super-robots are not yet good enough for diverse, real-world tasks.

In short, GraphLand is a new, tougher gym for AI models to train in, ensuring that when they are finally sent out to work in the real world (like spotting fraud or managing traffic), they are actually ready for the job.

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 →