TABVERSE: Benchmarking Cross-Format Table Understanding in LLMs and VLMs
The paper introduces TABVERSE, a controlled multimodal benchmark that isolates the impact of table representation formats (such as HTML, Markdown, LaTeX, and images) on model performance, revealing that structured text generally outperforms images but that representation choice significantly influences results across different tasks and models.
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 very important spreadsheet containing data about the weather, sales, or sports scores. Now, imagine you can show this same spreadsheet to a computer in four different ways:
- As a picture (like a screenshot you take with your phone).
- As HTML code (the language websites use to build tables).
- As LaTeX code (a language scientists use to type out complex documents).
- As Markdown (a simple text format used in chat apps and notes).
The paper "TABVERSE" asks a simple but tricky question: Does it matter how we show this table to the AI?
Most previous tests gave the AI different tables and different formats at the same time. It was like asking, "Can you solve this math problem?" but sometimes giving the problem on a piece of paper, sometimes on a whiteboard, and sometimes whispering it. You wouldn't know if the AI failed because the math was hard or because the whiteboard was messy.
TABVERSE fixes this by taking one single table and showing it to the AI in all four formats simultaneously. This lets the researchers see exactly which format helps the AI think better and which one confuses it.
Here is what they found, explained with some everyday analogies:
1. The "Reading vs. Looking" Test (Question Answering)
The researchers asked the AI questions like, "Who sold the most?" or "What is the average price?"
- The Finding: Generally, the AI is better at reading the text code (like HTML or Markdown) than looking at the picture.
- The Analogy: Imagine you are trying to find a specific name in a phone book.
- Text Format: It's like having the actual phone book open in front of you. You can scan the letters and find the name easily.
- Image Format: It's like looking at a blurry photo of that phone book page. You can still see the words, but your eyes have to work harder to focus, and you might miss a letter.
- The Winner: HTML was the most reliable "phone book" format. The AI rarely got confused by it. LaTeX was a bit trickier, like a phone book written in a very fancy, strict font that sometimes trips up the reader.
2. The "Map Reading" Test (Structural Understanding)
Next, they asked the AI to act like a cartographer. They asked questions like, "How many rows are there?" or "What is in the 3rd row and 2nd column?"
- The Finding: The AI is surprisingly bad at counting rows and finding specific spots, even when it can read the text perfectly.
- The Analogy: Think of the AI as a tourist with a map.
- Columns: The AI is great at counting the "streets" running north-south (columns). It's easy to see the vertical lines.
- Rows: The AI gets lost trying to count the "avenues" running east-west (rows). It often forgets that the "Title" at the top isn't a street, or it gets confused about where the first street starts.
- The Twist: When the researchers gave the AI a text list of the rows instead of a picture, it got much better at counting. But even then, it still struggled with the "row" concept more than the "column" concept.
3. The "Copycat" Test (Reconstruction)
Finally, they showed the AI a picture of a table and asked it to rebuild the table in code (HTML, LaTeX, or Markdown).
- The Finding: The AI is great at copying the shape of the table (the boxes and lines) but terrible at copying the content perfectly, especially in LaTeX.
- The Analogy: Imagine asking a child to copy a drawing of a house.
- Topology (Shape): The child draws a square for the house and a triangle for the roof. They got the shape right! (This is what the paper calls "Topology").
- Content (Details): But the child misspells the word "GARAGE" or draws the door in the wrong spot.
- The LaTeX Problem: Asking the AI to rebuild the table in LaTeX is like asking the child to draw the house using only a very strict, complicated set of rules. If the child makes one tiny mistake in the rules, the whole drawing falls apart and doesn't work. The paper found that many AI models produced "broken" LaTeX code that computers couldn't read, even if the drawing looked okay.
The Big Takeaway
The paper concludes that how you feed data to an AI matters just as much as the data itself.
- Don't just assume: You can't assume an AI understands a table just because it got the answer right on a picture.
- Format matters: If you want an AI to do complex math or find specific rows, giving it a clean text file (like HTML) is usually better than showing it a screenshot.
- The "Row" Blindspot: Even the smartest AI models still struggle to keep track of which row is which, often getting confused by headers or counting lines wrong.
In short, TABVERSE is like a new driving test for AI. Instead of just seeing if the car can drive, it tests if the car drives better on a smooth highway (HTML), a bumpy dirt road (LaTeX), or while looking at a map instead of the road (Images). The results show that the "road" the AI drives on changes how well it performs.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.