← Latest papers
💬 NLP

PulseBench-Tab: A Multilingual Benchmark for Table Extraction with Graph-Based Evaluation

This paper introduces PulseBench-Tab, a multilingual benchmark comprising 1,820 human-annotated tables across nine languages and four scripts, alongside a novel graph-based evaluation metric called T-LAG, to assess the performance of various table extraction systems on complex, real-world document images.

Original authors: Ritvik Pandey, Sid Manchkanti, Mohammed Wazir Adain, Mohammed Hadi, Dushyanth Sekhar

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

Original authors: Ritvik Pandey, Sid Manchkanti, Mohammed Wazir Adain, Mohammed Hadi, Dushyanth Sekhar

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 documents—financial reports, government forms, and corporate disclosures—printed in nine different languages. Inside these documents are thousands of tables, like spreadsheets, filled with numbers and text. The goal of this paper is to see how well computers can "read" these tables, copy them perfectly, and understand where every single piece of information belongs.

Here is the breakdown of PulseBench-Tab and T-LAG, explained simply.

1. The Problem: Why Tables are Tricky

Reading a table isn't just about recognizing letters (like reading a book). It's about understanding geometry.

  • The Analogy: Imagine a table is a jigsaw puzzle. If you take a piece with the number "100" and put it in the wrong spot, the picture is ruined. In a computer system, if a number ends up in the wrong cell, it's not just a typo; it's a disaster that breaks any calculations done later.
  • The Gap: Previous tests mostly looked at English tables or treated tables like long lists of words (flattening them), which loses the 2D structure (rows and columns). They also didn't test enough languages that write right-to-left (like Arabic) or use complex characters (like Chinese or Japanese).

2. The Solution: A New "Table Gym" (The Dataset)

The authors built a massive training ground called PulseBench-Tab.

  • The Size: It contains 1,820 real-world tables.
  • The Variety: These tables come from 380 different documents in 9 languages (English, Chinese, Arabic, Russian, etc.) and use 4 different writing systems.
  • The Difficulty: Some tables are tiny (just 2 cells), while others are monsters with over 1,000 cells. About half of them have "merged" cells (where one big cell covers the space of two or three smaller ones), which is like a puzzle piece that covers multiple spots on the board.
  • The Gold Standard: Every single table was checked by human experts who spoke the specific language to ensure the "answer key" was 100% correct.

3. The New Ruler: T-LAG (The Graph Metric)

To grade the computers, the authors invented a new scoring system called T-LAG.

  • The Old Way: Previous methods often checked if the computer got the right words, but they didn't care enough if those words were in the right neighbors. It was like grading a student on a spelling test but ignoring if they put the words in the right sentences.
  • The New Way (T-LAG): Imagine the table as a map of cities connected by roads.
    • Nodes (Cities): The individual cells.
    • Edges (Roads): The connections between cells (e.g., "Cell A is to the right of Cell B" or "Cell C is below Cell D").
  • How it Scores: T-LAG looks at the "roads." It asks: "Did the computer build the same map of roads as the real one?"
    • If the computer gets the text right but puts it in the wrong column, the "road" is broken, and the score drops.
    • It uses a special math trick (the Hungarian Algorithm) to find the best possible match between the real table and the computer's table, ensuring it doesn't just guess randomly.
    • The "Strictness" Dial: The authors set the scoring to be very strict (a "k=7" setting). In the real world, if a financial report says "$1 million" instead of "$10 million," it's a failure, not a "close enough" attempt. This metric treats small errors as big failures to reflect real-world needs.

4. The Race: Who Won?

The authors tested 9 different computer systems (including big tech APIs, open-source tools, and their own system) on this dataset.

  • The Winner: Pulse Ultra 2 (the authors' own system) came in first with a score of 93.5%. It was the only one to get a "perfect" score on more than half of the tables.
  • The Runner-Up: Gemini 3.1 came in second with 81.6%.
  • The Gap: There was a huge drop-off after the top two. The bottom third of the systems scored below 72%, meaning they struggled significantly.
  • The Hardest Challenge: Non-Latin scripts (like Arabic, Korean, and Chinese) were the hardest for everyone.
    • Analogy: Think of it like a runner who is great on a flat, paved road (English) but trips over every rock on a mountain trail (Arabic/Korean). Even the best systems saw their scores drop significantly when the language changed.
  • The "Silent Failures": Some systems didn't just give bad answers; they gave no answer at all for about 20% of the tables. In a real business, this is like a robot that just stops working when it sees a difficult document.

5. The Takeaway

The paper concludes that while computers are getting better at reading tables, there is still a massive gap between the best systems and the rest of the field, especially when dealing with complex layouts or languages that aren't English.

They have released the dataset, the scoring code, and the results to the public. This is like opening the gym doors to everyone, so researchers can see exactly where the machines are failing and try to fix them, rather than guessing.

In short: They built a tough, multilingual obstacle course for table-reading AI, invented a new ruler to measure how well the AI navigated it, and found that while one system is currently leading the pack, most others are still struggling to keep their footing on complex, non-English terrain.

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 →