← Latest papers
🤖 AI

When Do Data-Driven Systems Exhibit the Capability to Infer?

Motivated by the regulatory ambiguities in the European AI Act regarding credit scoring systems, this paper proposes a framework grounded in statistical learning theory to grade and analyze the capability to infer across entire data processing workflows, demonstrating that regulatory classification depends on the holistic system design and human involvement rather than individual models alone.

Original authors: Maximilian Poretschkin, Tabea Naeven

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

Original authors: Maximilian Poretschkin, Tabea Naeven

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 a judge in a courtroom. The European Union has passed a new law called the AI Act, which says, "If you are an Artificial Intelligence, you must follow strict rules." But the law has a tricky loophole: it doesn't clearly define what "AI" actually is.

The law says an AI is a system that can "infer." In plain English, this means the system can look at data and figure out how to make a decision on its own, rather than just following a rigid list of instructions written by a human.

The problem? There is a gray area. Many systems used for credit scoring (deciding if you get a loan) use statistical math. Are these "smart" enough to be called AI, or are they just "dumb" calculators? The authors of this paper, Maximilian and Tabea, decided to build a ladder to help us climb out of this gray area.

The "Inference Ladder"

The authors created a 5-step ladder to measure how much "thinking" a system does. The higher you climb, the more likely the system is to be considered AI under the new law.

  • Level 0: The Robot Butler (Fixed Mapping)

    • The Metaphor: Imagine a robot that only does exactly what you tell it. "If the light is red, stop. If green, go."
    • The Reality: The rules are written in stone by humans. The data doesn't change the rules; it just triggers them.
    • AI Status: Not AI. Just a fancy calculator.
  • Level 1: The Tuning Knob (Parametric Adaptation)

    • The Metaphor: Imagine a radio. The station (the structure) is fixed, but you can turn the volume knob (the parameters) up or down based on how loud the music is.
    • The Reality: The system uses a fixed formula (like a standard math equation). It looks at data to adjust the numbers inside that formula, but the formula itself never changes.
    • AI Status: This is the "gray area." The law's guidelines suggest this might not be AI because it's just "basic data processing."
  • Level 2: The Menu Selector (Structural Selection)

    • The Metaphor: Imagine a chef who has a menu of 10 pre-written recipes. The chef looks at the ingredients you have (the data) and picks one recipe from the list to cook. The chef doesn't invent a new recipe; they just choose the best one from the list.
    • The Reality: The system has a set list of possible structures. It uses data to pick which one to use (e.g., "Let's use Feature A and B, but ignore C").
    • AI Status: This is a middle ground. It's more than just tuning knobs, but it's not inventing new logic.
  • Level 3: The Architect (Structural Construction)

    • The Metaphor: Imagine a builder who is given a pile of bricks and a goal (build a house). The builder looks at the bricks and invents the blueprint on the spot. They decide where the walls go and how the roof is shaped based entirely on the materials they have.
    • The Reality: The system doesn't just pick a recipe; it builds the logic from scratch using the data. It creates a decision tree or a complex pattern that no human explicitly wrote down.
    • AI Status: This is definitely AI. The system is "deriving" its own logic.
  • Level 4: The Dreamer (Representational Construction)

    • The Metaphor: Imagine an artist who not only paints a picture but also invents a new color to use in the painting because the old colors didn't fit the mood.
    • The Reality: The system doesn't just build the logic; it invents a whole new way of seeing the data (new features) to solve the problem. This is what deep learning and modern AI do.
    • AI Status: Definitely AI.

The Credit Scorecard Test

The authors tested this ladder on credit scoring, which is a high-risk area under the AI Act. They looked at how banks usually build these scores.

  1. The "Old School" Way: Banks often take a list of variables (income, debt, etc.), chop them into buckets (binning), and plug them into a logistic regression equation.

    • If the bank just adjusts the numbers in the equation? That's Level 1.
    • If the bank uses data to decide which variables to keep and which to throw away? That's Level 2.
    • The Verdict: The authors argue that even these "simple" systems often involve human experts making judgment calls during the setup (like deciding how to chop the buckets). Because humans are heavily involved in designing the structure, the system might not have enough "autonomy" to be considered a true AI under the law.
  2. The "Smart" Way: If a system automatically builds the decision tree or the complex structure from the data without human intervention, it hits Level 3.

    • The Verdict: This is clearly AI and must follow the strict rules.

The Big Takeaway

The paper concludes that we can't just look at the final math equation to decide if something is AI. We have to look at the whole process:

  • Did a human design the rules?
  • Did a human pick the variables?
  • Or did the data itself build the logic?

If a human expert is doing the heavy lifting of designing the system's structure, the system might be "dumb" enough to escape the strict AI Act regulations, even if it uses complex math. But if the system builds its own logic from the data, it is "smart" enough to be regulated as AI.

In short: The law is worried about systems that "learn" their own rules. This paper gives us a ruler to measure exactly how much learning is happening, helping banks and regulators know who needs to follow the new rules.

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 →