← Latest papers
🤖 machine learning

V4FinBench: Benchmarking Tabular Foundation Models, LLMs, and Standard Methods on Corporate Bankruptcy Prediction

This paper introduces V4FinBench, a large-scale benchmark of over one million company-year records from the Visegrád Group economies designed to evaluate corporate bankruptcy prediction methods, revealing that imbalance-aware fine-tuned TabPFN outperforms standard gradient boosting and LLMs like Llama-3-8B in handling severe class imbalance and multi-horizon forecasting.

Original authors: Marcin Kostrzewa, Sebastian Tomczak, Roman Furman, Anna Poberezhna, Michał Furgała, Oleksii Furman, Maciej Zięba

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

Original authors: Marcin Kostrzewa, Sebastian Tomczak, Roman Furman, Anna Poberezhna, Michał Furgała, Oleksii Furman, Maciej Zięba

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 financial detective trying to spot a company that is about to go bankrupt. The problem is that bankruptcies are like finding a needle in a haystack: they are incredibly rare, and the "haystack" (the data about healthy companies) is massive.

For a long time, detectives only had tiny, old haystacks to practice on. This paper introduces a brand new, massive haystack called V4FinBench.

Here is a simple breakdown of what the researchers did, using everyday analogies:

1. The New "Training Ground" (The Dataset)

Previously, researchers trying to predict company failures had to work with small datasets containing only a few thousand records. It was like trying to learn how to play a complex video game on a tiny, low-resolution screen.

  • The Upgrade: The authors built V4FinBench, a massive dataset containing over 1.1 million records of companies from four Central European countries (Poland, Hungary, Czech Republic, and Slovakia) spanning 15 years.
  • The Details: They didn't just look at one year; they looked at how companies performed from "right now" all the way up to "five years in the future."
  • The Label: They created a strict "Distress Test." A company is only marked as "in trouble" if it is failing in three ways at once: it owes more than it owns (solvency), it's losing money (profitability), and it can't pay its immediate bills (liquidity). This ensures they aren't flagging companies that are just having a single bad month.

2. The Contestants (The Models)

The researchers put three different types of "detectives" to the test to see who could spot the troublemakers best:

  • The Old School Pros (Gradient Boosting): These are the traditional, highly tuned statistical models (like XGBoost). Think of them as veteran detectives who have solved thousands of cases and know exactly which clues to look for.
  • The New "TabPFN" (The Tabular Foundation Model): This is a newer type of AI designed specifically for spreadsheets. Imagine a detective who has read every financial textbook ever written and can learn new cases instantly by looking at a few examples. However, because bankruptcies are so rare, this detective often gets confused because they rarely see a "sick" company in their training data.
  • The "Llama-3" (The Large Language Model): This is a giant AI usually used for writing stories or answering questions. The researchers tried to teach it to read financial spreadsheets by turning rows of numbers into a story format. Think of this as asking a brilliant literature professor to diagnose a patient's illness just by reading their medical chart as a novel.

3. The Results: Who Won?

The Veteran Pros vs. The New TabPFN:

  • The Problem: Because bankruptcies are so rare (less than 1% of the data), the "TabPFN" detective was initially overwhelmed by the sea of healthy companies. It was like trying to find a red marble in a bucket of a million blue ones; the detective mostly saw blue.
  • The Fix: The researchers used a clever trick called "Prototype Undersampling." Instead of showing the AI all the healthy companies, they showed it a carefully selected, representative sample of them. It's like showing the detective a "best of" album of healthy companies so they can learn what "normal" looks like without getting bored by the sheer volume.
  • The Outcome: With this trick, the TabPFN detective became just as good as, or even better than, the veteran pros at spotting trouble 2 to 5 years in advance.

The Literature Professor (Llama-3) vs. The Veteran Pros:

  • The Outcome: The Llama-3 model struggled significantly. Even after being taught how to read the financial "story," it couldn't match the veteran pros. It was particularly bad at predicting trouble more than a year out.
  • The Lesson: Turning a spreadsheet into a story didn't help this specific AI. For structured financial data, the "veteran pros" and the specialized "TabPFN" are still the better detectives.

4. The "Transfer" Test

To see if the TabPFN detective actually learned universal rules of finance or just memorized the specific quirks of the European companies, the researchers tested it on a completely different dataset from the United States.

  • The Result: The TabPFN model, trained on the European data, performed better on the US data than a standard, untrained version of itself. This suggests it learned general principles of financial distress, not just local patterns.

Summary

The paper is essentially saying:

  1. We built a giant, realistic practice field for predicting company bankruptcy.
  2. New AI models (TabPFN) can beat old-school methods if you teach them how to handle the fact that bankruptcies are rare.
  3. General-purpose AI (Llama-3) is not yet ready to replace specialized tools for this specific job.
  4. The skills learned on this data seem to transfer to other countries, suggesting the model learned real financial logic.

Important Note: The authors emphasize that this is a research benchmark. It is a tool for scientists to test and improve their methods, not a tool for banks to make immediate lending decisions without human oversight.

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 →