← Latest papers
🔢 mathematics

Improving Robustness of Tabular Retrieval via Representational Stability

This paper identifies that different table serialization formats (like CSV or HTML) cause inconsistent retrieval results and proposes a method to improve robustness by using centroid-averaged representations and a lightweight adapter to align single-format embeddings with a stable, format-invariant semantic signal.

Original authors: Kushal Raj Bhandari, Adarsh Singh, Jianxi Gao, Soham Dan, Vivek Gupta

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

Original authors: Kushal Raj Bhandari, Adarsh Singh, Jianxi Gao, Soham Dan, Vivek Gupta

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 trying to find a specific recipe in a massive library. You know the recipe is for "Spicy Garlic Shrimp."

Now, imagine that in this library, the same recipe is written in three different ways:

  1. A neat, organized spreadsheet (like a professional chef’s list).
  2. A messy, handwritten note (with lots of extra words and descriptions).
  3. A formal legal document (listing ingredients like a contract).

Even though the food is exactly the same, the "vibe" of the text is totally different. If you ask a robot librarian, "Find me Spicy Garlic Shrimp," the robot might get confused. It might see the spreadsheet and think, "This is too clinical, not what they asked for," or see the legal document and think, "This is too formal, not a recipe." Because the format changed, the robot's "understanding" of the content shifts, and it fails to find the recipe.

This paper identifies this exact problem in AI: Serialization Sensitivity.

The Problem: The "Costume" Effect

When AI models (called "retrievers") look at data tables, they can't "see" the grid like we do. They have to flatten the table into a long string of text. This is called serialization.

The researchers found that if you take the same table and change its "costume"—turning it from a CSV file into an HTML webpage or a JSON file—the AI’s mathematical understanding (its "embedding") moves to a different part of its brain. This "drift" causes the AI to lose track of the actual meaning, leading to bad search results.

The Solution: The "Average Identity" (The Centroid)

The researchers proposed a clever way to fix this. Instead of trying to pick the "perfect" format, they decided to use all of them.

Think of it like this: If you want to know what a person really looks like, don't just look at one photo of them wearing a clown suit, one in a tuxedo, and one in pajamas. Instead, imagine a "super-image" that blends all those versions together. By averaging the "clown," the "tuxedo," and the "pajamas," you cancel out the silly costumes and reveal the true person underneath.

In the paper, they call this the Centroid. By averaging the mathematical representations of all the different formats, the "noise" of the formatting cancels out, leaving behind the pure "signal" of the table's actual data.

The "Magic Mirror" (The Adapter)

The problem with averaging everything is that it's slow and expensive. You don't want to have to encode a table ten different ways every time you want to search for it.

To solve this, they built a "Residual Bottleneck Adapter."

Think of this as a Magic Mirror placed in front of the AI. When the AI looks at a single, messy format (like a weirdly formatted HTML table), it looks into the mirror. The mirror instantly "corrects" the image, showing the AI what the table would look like if it were the perfect, averaged version.

It’s a lightweight, lightning-fast way to get the benefits of "averaging everything" without actually having to do the hard work of encoding every single format.

The Results: Does it work?

  • For "Dense" AI (The Intuitive Thinkers): It works beautifully! It makes them much more robust and less likely to be fooled by a change in format.
  • For "Sparse" AI (The Literal Word-Counters): It struggles. These models are like librarians who only look for exact word matches. When you try to "blend" formats, you accidentally smudge the exact words they are looking for, making them more confused.

Summary in a Nutshell

The Problem: Changing how a table is written (its format) confuses the AI.
The Idea: The "true meaning" of a table is the average of all its possible formats.
The Tool: A tiny, smart "correction" layer that turns any single format into that "true meaning" instantly.
The Win: More reliable, more stable, and much smarter table searching.

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 →