[2026 Tech Review] Interactive Benchmarks: Why Being "Smart" Means Asking the Right Questions

Interactive Benchmarks

Summary
Problem
Method
Results
Takeaways
Abstract

The paper introduces Interactive Benchmarks, a novel evaluation paradigm that treats model assessment as a sequential decision-making process under budget constraints. It instantiates this through Interactive Proofs (Logic/Math) and Interactive Games (Texas Hold'em/Trust Game), revealing that current LLMs significantly struggle with active information acquisition compared to static tasks.

TL;DR

Researchers from Princeton and InteractiveBench have launched a provocative new standard: Interactive Benchmarks. Moving beyond static Q&A, this framework tests LLMs on their ability to actively acquire information through Interactive Proofs (Logic/Math) and Interactive Games (Poker/Trust). The results are a wake-up call: even frontier models like GPT-5-mini and Gemini-3-flash struggle when they can't just "guess" the answer but must systematically deduce it.

The Problem: The "Passive Recipient" Trap

Most AI evaluations today treat models like students taking a multiple-choice test. The information is all there; the model just needs to process it. However, real-world intelligence is active. If you're a doctor or a lawyer, the "input" is never fully specified—you have to ask the right questions to uncover the truth.

Current benchmarks suffer from:

  1. Saturation & Contamination: Models have already seen the answers in their training data.
  2. Passivity: Models don't learn to recognize when their knowledge is insufficient.
  3. Low Interpretability: A correct answer in a static test doesn't tell us if the model actually reasoned or just memorized a pattern.

Methodology: The Verifier and the Player

The authors define two distinct interactive modes:

1. Interactive Proofs (Epistemic Truth-Seeking)

Inspired by computational complexity theory, the model (Prover) interacts with a Judge (Verifier).

  • Logic (Situation Puzzles): The model gets a paradoxical story and must ask "Yes/No" questions to find the explanation.
  • Math: Instead of one-shot solving, the model queries the judge about intermediate steps ("Is this lemma correct?"). This allows for early pruning of wrong reasoning paths.

2. Interactive Games (Strategic Utility)

  • Texas Hold'em: Testing "Theory of Mind," risk management, and bluffing.
  • Trust Game: An iterated Prisoner’s Dilemma testing whether a model can adapt to an opponent's cooperation or betrayal.

Overall Framework of Interactive Benchmarks

Key Insights from the Lab

The performance gap between static and interactive modes is startling.

The "Interaction Premium" in Math

In mathematical reasoning, the authors compared Interactive Evaluation against Pass@k (repeated independent sampling).

  • Finding: Under the same token budget, the interactive protocol yielded 20-50% higher accuracy.
  • Why? Because in a static pass, an error in Step 1 ruins the whole calculation. In an interactive setting, the model can verify Step 1, get a "No" from the judge, and pivot immediately.

Math: Interactive vs Pass@k

Logical "Lateral Thinking" is Still Hard

In the Situation Puzzle task, models proved to be surprisingly inefficient. To solve a puzzle, Gemini-3-flash led with ~30% accuracy, but even then, it required an average of 13.3 turns to "uncover" the truth. This suggests that while models are good at processing data, they are mediocre at abductive reasoning (generating hypotheses to explain anomalies).

The Poker Arena: Gemini vs. GPT-5

In the Texas Hold'em simulation:

  • Gemini-3-flash emerged as the most stable and profitable agent.
  • GPT-5-mini was characterized as "high-aggression, high-variance," playing many hands (high VPIP) but with less consistency.
  • DeepSeek-v3.2 was the "tightest" player, folding 90% of the time, which limited its losses but also its growth.

Poker Performance Comparison

Critical Analysis & Takeaways

The "Interactive Benchmarks" framework successfully exposes a major blind spot in AI development: active information gain.

Pros:

  • Robustness: Drastically reduces the impact of memorization.
  • Efficiency: Proves that interactive verification is more token-efficient than "brute-force" sampling.

Cons & Limitations:

  • Judge Dependency: The evaluation quality depends on the "Judge" model (e.g., Grok-4.1-fast), which could introduce its own biases.
  • Budget Sensitivity: The choice of "20 turns" or "token matching" is somewhat arbitrary and can favor certain model architectures over others.

The Future: As we move toward Agentic AI, the "intelligence" of a model will no longer be measured by how much it knows, but by how effectively it explores the unknown. Developers should look at Reinforcement Learning (RL) specifically aimed at optimizing for "Information Gain" rather than just "Next Token Prediction."

Find Similar Papers

Try Our Examples

  • Search for recent papers that use "Interactive Proof Systems" or "Verifier-Prover" dynamics to evaluate or train Large Language Models beyond the Interactive Benchmarks paper.
  • What is the origin of the "Situation Puzzle" (Lateral Thinking Puzzles) as a computational logic challenge, and how do other benchmarks like TurtleBench compare in methodology?
  • Find studies exploring the "Self-Correction" capabilities of LLMs in multi-turn mathematical reasoning versus single-turn Chain-of-Thought (CoT) processing.
Contents
[2026 Tech Review] Interactive Benchmarks: Why Being "Smart" Means Asking the Right Questions
1. TL;DR
2. The Problem: The "Passive Recipient" Trap
3. Methodology: The Verifier and the Player
3.1. 1. Interactive Proofs (Epistemic Truth-Seeking)
3.2. 2. Interactive Games (Strategic Utility)
4. Key Insights from the Lab
4.1. The "Interaction Premium" in Math
4.2. Logical "Lateral Thinking" is Still Hard
4.3. The Poker Arena: Gemini vs. GPT-5
5. Critical Analysis & Takeaways