← Latest papers
💬 NLP

Table-as-Search: Formulate Long-Horizon Agentic Information Seeking as Table Completion

This paper introduces Table-as-Search (TaS), a structured framework that reformulates long-horizon information seeking as a table completion task to maintain search coherence and state tracking, thereby unifying diverse search strategies and significantly outperforming state-of-the-art baselines in robustness and efficiency.

Original authors: Tian Lan, Felix Henry, Bin Zhu, Qianghuai Jia, Junyang Ren, Qihang Pu, Haijun Li, Longyue Wang, Zhao Xu, Weihua Luo

Published 2026-02-09
📖 4 min read☕ Coffee break read

Original authors: Tian Lan, Felix Henry, Bin Zhu, Qianghuai Jia, Junyang Ren, Qihang Pu, Haijun Li, Longyue Wang, Zhao Xu, Weihua Luo

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

The Problem: The "Lost in the Middle" Agent

Imagine you hire a very smart but slightly forgetful research assistant (an AI agent) to find specific information on the internet. You ask them a complex question, like: "Find me 30 pet supply stores in North America that grew over 50% last year, and get their sales manager's phone number."

Current AI assistants try to do this by writing a long, continuous story in their head. They think, "I'll search for Store A, then Store B, then check their growth..." As they dig deeper, this mental "story" gets huge. Eventually, the assistant gets overwhelmed. They forget the beginning of the story, lose track of which stores they already checked, or get confused by the sheer volume of notes. In the paper, this is called being "lost in the middle." They might find the right stores but forget to get the phone numbers, or they might hallucinate (make up) facts because their "memory" is too cluttered.

The Solution: The "Table-as-Search" (TaS) Framework

The authors propose a new way to organize this work. Instead of writing a long, messy story, they turn the research task into filling out a spreadsheet (a table).

Think of it like this:

  • The Old Way: Trying to remember a grocery list while walking through a massive warehouse, hoping you don't forget the milk or the eggs.
  • The New Way (TaS): You have a clipboard with a grid. Every time you find a product, you write it in a specific box. If a box is empty, you know exactly what you still need to find.

How It Works: The Three Roles

The system uses a team of AI "agents" working together around this digital spreadsheet:

  1. The Planner (The Manager): This AI looks at the user's question and sets up the spreadsheet. It decides what columns are needed (e.g., "Store Name," "Growth Rate," "Phone Number"). It looks at the empty boxes and says, "Okay, we need to find 30 stores to fill these rows."
  2. The Sub-Agents (The Workers): These are the search engines. The Manager sends them out to find candidates.
    • Row Expansion: If the table doesn't have enough stores yet, the workers go out and find new ones to add as new rows.
    • Cell Population: If a store is found but the "Phone Number" box is empty, the workers go specifically to find that one piece of info and fill in that specific box.
  3. The External Database (The Filing Cabinet): Instead of trying to hold all the search results in the AI's short-term memory (which is limited), the spreadsheet lives in an external database. The AI only looks at the parts of the table it needs right now. This keeps the AI's "brain" clear for thinking, not just storing data.

What They Tested

The paper tested this method on three types of difficult search tasks:

  1. Deep Search: Finding one specific needle in a haystack (e.g., "Find the one singer who fits these 5 specific criteria").
  2. Wide Search: Finding a huge pile of needles (e.g., "List every winner of a prize from 2005 to 2015").
  3. DeepWide Search: The hardest one. Finding a huge pile of needles and verifying that each one meets strict rules (e.g., "Find 30 stores that meet these 5 rules AND get their phone numbers").

The Results: Why It's Better

The paper claims that TaS is significantly better than current state-of-the-art methods (like the standard "ReAct" method used by many big AI companies).

  • It doesn't get lost: Because the table tracks exactly what is done and what is missing, the AI never forgets its plan, even in very long searches.
  • It's more efficient: It found better answers using fewer search attempts than the competition. It didn't need to brute-force its way through; it was precise.
  • It works with smaller brains: Surprisingly, a smaller, cheaper AI model using this "Table" method beat a much larger, more expensive AI model using the old "Story" method. The structure helped the smaller model punch above its weight.
  • It's flexible: The "Manager" can swap out the "Workers." If you have a specialized tool for finding phone numbers, you can plug it in without breaking the whole system.

In a Nutshell

The paper argues that when AI agents go on long, complex internet scavenger hunts, they shouldn't rely on a messy stream of consciousness. Instead, they should use a structured table to keep their notes organized. This simple change prevents them from getting confused, helps them find more accurate answers, and allows them to do more with less computing power.

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 →