← Latest papers
💬 NLP

Predicting Decisions of AI Agents from Limited Interaction through Text-Tabular Modeling

This paper proposes a target-adaptive text-tabular modeling framework that leverages hidden representations from a frozen "LLM-as-Observer" to effectively predict the decisions of unfamiliar AI negotiation counterparts from limited interaction history, outperforming direct prompting and standard feature-based baselines.

Original authors: Eilam Shapira, Moshe Tennenholtz, Roi Reichart

Published 2026-05-13
📖 4 min read☕ Coffee break read

Original authors: Eilam Shapira, Moshe Tennenholtz, Roi Reichart

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 walking into a bustling marketplace where everyone is trying to sell or buy things, but the people you are talking to are actually robots. You don't know their code, their secret instructions, or what kind of "brain" they have inside. You only see what they say and what they offer.

The big question this paper asks is: Can you figure out what a robot will do next just by watching it make a few deals?

Here is a simple breakdown of how the researchers tried to solve this, using some everyday analogies.

The Problem: The "Black Box" Shopper

In the real world, AI agents (like shopping bots) are becoming common. They negotiate prices with each other. But their internal logic is a "black box." You can't peek inside to see their code.

  • The Challenge: If you meet a new robot seller, can you predict if they will accept your price or make a counter-offer, just by seeing them negotiate with other people a few times before?

The Solution: A "Text-Tabular" Detective

The researchers built a system to act as a detective. Instead of asking a giant, powerful AI to "guess" the answer (which they call LLM-as-Predictor), they treated the problem like a fill-in-the-blank puzzle using a spreadsheet.

Think of it like this:

  1. The Spreadsheet (The Table): Every time a robot makes a decision, it's like a row in a spreadsheet. This row contains:
    • The Game Stats: The round number, the current price, the time left.
    • The Chat Log: The text messages the robots exchanged.
    • The "Observer" Clue: A special new feature (explained below).
  2. The Adaptation (The "K" Games): Before the detective tries to predict the new robot's move, they are shown K (a small number, like 2, 8, or 16) past games where that specific robot played. These act as "study guides" to learn that specific robot's personality.

The Secret Weapon: The "Observer"

This is the paper's most creative idea. Usually, when you use an AI to understand a situation, you ask it, "What will happen?" and it gives you an answer.

The researchers did something different. They used a small, frozen AI (called the Observer) to read the situation and the chat, but they threw away its answer.

  • The Metaphor: Imagine a detective (the Observer) reading a crime scene. Instead of writing a report saying "The butler did it," the detective just gets a sudden feeling or a gut instinct about the scene. The researchers took that "gut feeling" (the AI's internal hidden state) and used it as a clue in their spreadsheet.
  • Why it works: The paper found that the AI's "gut feeling" contained hidden signals about how the robot would behave that the AI's actual spoken words missed. It's like knowing someone is nervous by their posture, even if they say "I'm fine."

The Experiment: Two Groups of Robots

To test this, they used two groups of robots:

  1. The "Source" Group (The Training Class): 13 robots made by top tech companies (like Google, OpenAI, etc.). They all used the same instructions but had different "brains." The system learned from them.
  2. The "Target" Group (The Test Class): 91 robots built by students in a hackathon. These students all used the same "brain" but built different "bodies" (different rules and prompts).

The system had to learn from the "Source" group and then predict the moves of the totally new "Target" group.

The Results: The Spreadsheet Wins

The researchers compared three methods:

  1. Direct Guessing: Asking a giant AI, "Here is the chat history and the robot's past games; what will it do next?"
  2. Basic Spreadsheet: Using the game stats and chat logs in a spreadsheet model.
  3. The Full Detective (Their Method): The spreadsheet model + the "Observer's" gut feeling.

The Winner: The Full Detective method won.

  • It was better at guessing if a robot would say "Yes" or "No" (Accept/Reject).
  • It was better at guessing what price the robot would offer next.
  • Crucially: The "Observer's" hidden feeling added about 4% more accuracy than just using the chat logs and game stats alone.

The Takeaway

The paper concludes that when trying to predict what a strange AI will do next, you shouldn't just ask a giant AI to guess. Instead, you should:

  1. Turn the situation into a structured data row (stats + chat).
  2. Use a small AI just to "read" the situation and extract its internal "vibe" (hidden state).
  3. Feed that vibe into a smart spreadsheet model that learns from past examples.

This approach is cheaper, more accurate, and better at adapting to new, unknown robots than just asking a big AI to "think" about it directly.

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 →