← Latest papers
💬 NLP

Comparing Exploration-Exploitation Strategies of LLMs and Humans: Insights from Standard Multi-armed Bandit Experiments

This study compares the exploration-exploitation strategies of large language models, humans, and algorithms in multi-armed bandit tasks and finds that while enabling "thinking" makes large language models more human-like in stationary environments, they still struggle to achieve human adaptability and directed exploration in complex, non-stationary environments.

Original authors: Ziyuan Zhang, Darcy Wang, Ningyuan Chen, Rodrigo Mansur, Vahid Sarhangian

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

Original authors: Ziyuan Zhang, Darcy Wang, Ningyuan Chen, Rodrigo Mansur, Vahid Sarhangian

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 hiking through a vast, mysterious forest with four different paths. You do not know which path leads to a treasure chest (a high reward) and which leads to a dead end (a low reward). To find the best path, you must make a choice every few minutes:

  1. Exploit: Stay on the path you have already walked and that seemed okay, hoping it is the best one.
  2. Explore: Try a new, unknown path to see if it might be better.

This is the "Exploration-Exploitation" tradeoff. It is a fundamental puzzle of decision-making that humans solve intuitively, often through a mix of random guesses and smart, calculated risks.

This work poses a simple question: Can Large Language Models (LLMs) – the AI brains behind tools like ChatGPT – solve this forest puzzle in the same way humans do?

The Experiment: A Digital Game Machine

The researchers did not just ask the AI to guess; they placed it in a "Multi-Armed Bandit" game. Imagine this as a row of slot machines.

  • The Simple Game: Two machines. One pays out slightly more than the other, but the amounts are random. You pull the lever 10 times.
  • The Difficult Game: Four machines. The "best" machine changes over time (like a slot machine that resets its odds every few minutes). You pull the lever 300 times.

They tested three groups:

  1. Humans: Real people playing in the lab.
  2. Standard AI: The "basic" versions of leading models (such as GPT-4o-mini or Gemini) that simply spit out an answer.
  3. "Thinking" AI: The "intelligent" versions (such as GPT-o3-mini or DeepSeek-R1) that are forced to write down their thought processes before answering, or that have activated a special "thinking mode."

The Results: How the AI Performed

1. The "Basic" AI is a Nervous Player

When the standard AI models played, they behaved a bit like a nervous player.

  • Too much random guessing: They jumped wildly back and forth between the machines without a clear plan.
  • Too little intelligent searching: They rarely used "directed exploration." This is the moment when a human thinks: "I haven't tried Machine C for a while, and I am not sure how it is doing, so I will try it to get more information." The basic AI mostly just guessed randomly or stuck with what it knew.
  • The Result: In the simple game, they managed quite well. But in the complex, changing game, they got lost, continued to make mistakes, and ended up with much less "treasure" (higher regret) than humans.

2. The "Thinking" AI is a Better Detective

When the researchers activated the "thinking" functions (causing the AI to write down its thoughts or use a thinking engine), the behavior changed dramatically.

  • The Shift: The AI began to act more like a human. It stopped guessing randomly and started using "directed exploration." It began to say things like: "I am not sure about this machine, so I will test it to learn more."
  • The Simple Game: In the simple two-machine game, the "thinking" AI became almost indistinguishable from humans. It quickly found the best machine and stuck with it.
  • The Difficult Game: In the complex four-machine game, the "thinking" AI improved significantly and approached human performance, but it was still not perfect. It struggled to adapt as quickly as humans when the rules of the game changed.

3. The "Regret" Score

The researchers measured "regret," which is simply the amount of money (or points) the player lost by not choosing the best machine every single time.

  • Humans: Consistently had the lowest regret. They were best at balancing trying new things and sticking with the winner.
  • Basic AI: Had high regret in the complex game. It wasted a lot of time on bad machines.
  • Thinking AI: Had much lower regret. By "thinking" before acting, they made fewer mistakes and came closer to the human performance level.

The Big Insight

The work concludes that AI is not naturally human-like in how it explores. By default, it tends to be either too random or too rigid.

However, giving the AI a "thinking path" (causing it to reason aloud) acts like a superpower. It forces the AI to slow down, calculate uncertainty, and explore in a smarter, more human-like way.

  • In simple, stable situations: Thinking AI can perfectly imitate humans.
  • In complex, changing situations: Thinking AI becomes much better, but humans still have a slight advantage in adaptability.

The researchers emphasize that this does not mean AI is ready to replace humans in every complex decision, but it shows that prompting an AI to "think" is a powerful method to make its decision strategies more reliable and human-like.

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 →