← Latest papers
💻 computer science

ShredBench: Evaluating the Semantic Reasoning Capabilities of Multimodal LLMs in Document Reconstruction

This paper introduces ShredBench, a novel benchmark with an automated generation pipeline for evaluating Multimodal Large Language Models on the challenging task of reconstructing shredded documents, revealing that current models struggle significantly with the fine-grained cross-modal reasoning required to bridge visual discontinuities compared to their performance on intact documents.

Original authors: Zichun Guo, Yuling Shi, Wenhao Zeng, Chao Hu, Haotian Lin, Terry Yue Zhuo, Jiawei Chen, Xiaodong Gu, Wenping Ma

Published 2026-04-28
📖 5 min read🧠 Deep dive

Original authors: Zichun Guo, Yuling Shi, Wenhao Zeng, Chao Hu, Haotian Lin, Terry Yue Zhuo, Jiawei Chen, Xiaodong Gu, Wenping Ma

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 newspaper, a piece of code, or a financial spreadsheet. Now, imagine someone takes a pair of scissors and shreds that document into 8, 12, or even 16 random, jagged pieces. They then throw those pieces into a pile, mix them up, and maybe even crumple them a bit.

Your task? Look at that messy pile of paper scraps and tell a computer exactly what the original document said, in the correct order.

This is the core challenge of a new study called ShredBench. The researchers wanted to see if the newest, smartest AI models (called Multimodal Large Language Models, or MLLMs) can act like a human detective when faced with a destroyed document.

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

1. The "Shredded Puzzle" vs. The "Jigsaw Puzzle"

Usually, when we test AI on puzzles, we use standard jigsaw puzzles where you match the picture on the edge of one piece to the edge of another. That's a visual game.

But ShredBench is different. It's a semantic game.

  • The Analogy: Imagine you have a sentence: "The algorithm optimiz-" on one piece and "-es the loss function" on another. The edges don't match perfectly because the cut is jagged. A human doesn't need to see the exact pixel match; they use their brain to know that "optimizes" is the word that fits there.
  • The Goal: The researchers wanted to see if AI could use its "brain" (language knowledge) to piece together the meaning, rather than just its "eyes" (matching pixels).

2. How They Built the Test (The "Shredder")

To make a fair test, the researchers didn't just take real photos of torn paper. They built a digital "shredder" pipeline:

  1. The Source: They grabbed real news articles (in English and Chinese), computer code (Python, Java, C++), and complex tables.
  2. The Cut: They used a mathematical method (Voronoi tessellation) to slice the digital documents into irregular, jagged shapes, just like a real shredder would.
  3. The 3D Effect: They simulated physics in a 3D program to add shadows, crinkles, and depth, making the digital pieces look like real, messy paper scraps.
  4. The Mix: They scrambled the pieces so the AI had to figure out the order from scratch.

3. The Results: "Smart" but "Fragile"

The researchers tested 14 of the world's most advanced AI models, including big names like GPT-5, Gemini 3, and Qwen.

  • The Good News: When the documents were whole and clean, almost all the models performed like human experts. They could read and understand the text perfectly.
  • The Bad News: As soon as the documents were shredded, the performance of most models collapsed.
    • Think of it like a student who can ace a math test if the questions are printed clearly, but fails miserably if the test paper is torn into confetti.
    • As the number of pieces increased (from 8 to 16), the AI's ability to reconstruct the text dropped sharply.
    • Many models started "hallucinating"—making up words that weren't there or putting sentences in the wrong order.

4. The Winners and Losers

  • The Champion: Gemini 3 Pro was the clear winner. It was the most resilient, able to handle the shredded pieces better than anyone else. It could still "read" the text even when the visual clues were messy.
  • The Strugglers:
    • Chinese Text: Models struggled more with Chinese than English. The researchers explain that in English, a tear might cut through a word, but you can often guess the rest. In Chinese, a single character is a whole unit of meaning; if you cut a character in half, the meaning is often lost completely, making it much harder for the AI to guess.
    • Code: Computer code was very difficult. Code relies on strict rules (like indentation and brackets). When the paper is shredded, those visual rules get broken, and the AI gets confused about which line of code comes next.
    • Tables: Tables are like grids. When you shred a grid, the rows and columns get mixed up. Even the best models had a hard time putting the cells back in the right 2D arrangement.

5. What the AI Actually Did (Successes and Failures)

  • Success: In some cases, the AI was amazing. If a word like "school" was cut in half between "sch" and "ool," the AI didn't just read the fragments; it used its knowledge of language to "bridge the gap" and realize the word was "school."
  • Failure: The AI often failed at ordering. In a story, context tells you what comes next. In code, logic tells you. The AI often got the lines of code mixed up, putting the "end" of a program before the "beginning," because it couldn't see the logical flow through the visual chaos.

The Bottom Line

The paper concludes that while AI is great at reading clean documents, it currently lacks the fine-grained reasoning needed to reconstruct physically broken information. It treats the paper scraps as separate, isolated islands rather than parts of a single, cohesive story.

The researchers built this benchmark (ShredBench) not to sell a product, but to show the scientific community: "Hey, our AI is smart, but it still struggles when the world gets messy and broken." It highlights a specific gap in how these models connect what they see with what they know.

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 →