Should You Use Your Large Language Model to Explore or Exploit?
This paper systematically evaluates large language models in isolation for exploration and exploitation tasks, finding that while LLMs are outperformed by simple linear regression in exploitation, they offer value in exploring large, semantically rich action spaces.
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 a chef in a massive, chaotic kitchen. You have two main jobs:
- Exploitation: You know which ingredients taste good together. You want to serve the best possible dish right now based on what you’ve learned so far.
- Exploration: You want to try new, weird ingredients to discover the next great flavor combination for the future, even if it risks ruining the current meal.
This paper asks a simple question: Can we use Large Language Models (LLMs)—the AI chatbots we all know—to help us do these two jobs?
The authors, Keegan Harris and Aleksandrs Slivkins, decided to stop asking the AI to do both jobs at once (which is like asking a chef to invent a new recipe and cook it perfectly simultaneously). Instead, they split the job in half. They tested the AI as a pure "Exploitation Oracle" (the expert cook) and as a pure "Exploration Oracle" (the creative scout).
Here is what they found, translated into everyday terms.
Part 1: The AI as the "Expert Cook" (Exploitation)
In this part, the researchers gave the AI a history of past decisions and their results. For example: "When we showed Ad A to User X, they clicked it. When we showed Ad B, they didn't." The AI’s job was to look at a new user and say, "Show them Ad A."
The Analogy: Imagine you’re playing a slot machine with 5 buttons. You’ve pressed each button 10 times. Button Blue paid out 8 times. Button Red paid out 2 times. The AI’s job is to look at that data and say, "Press Blue next."
The Results:
- Simple Tasks: If the task was very simple (like the slot machine example above), the newest, smartest AI models (like GPT-5) were actually pretty good. They could look at the raw data and pick the winner.
- Complex Tasks: As soon as the task got slightly more complicated—like when the "buttons" changed depending on the time of day or the user’s mood (called "Contextual Bandits")—the AI started struggling.
- The "Calculator" Problem: The AI is great at language, but bad at math. Even when the researchers gave the AI a "tool" (a Python code interpreter, like giving the chef a calculator), the AI still performed worse than a simple, old-school statistical method called Linear Regression.
- The Cost: The smartest AI models that could do the math were incredibly slow and expensive. It’s like hiring a Nobel Prize-winning physicist to calculate your grocery bill. It works, but it’s overkill and too costly for everyday use.
The Takeaway: For making the best decision right now based on data, current AI is not better than simple, traditional math tools. In fact, it’s often worse, slower, and more expensive.
Part 2: The AI as the "Creative Scout" (Exploration)
In this part, the researchers didn’t ask the AI to pick the best option. Instead, they asked the AI to suggest a shortlist of interesting options from a huge list.
The Analogy: Imagine you have a library with 10,000 books. You can’t read them all. You ask the AI, "Give me 5 book titles that sound interesting and different from each other." Then, you (or a simple algorithm) read those 5 books to see which one is actually the best.
The Results:
- Semantic Magic: The AI shined here. Because the AI understands meaning (semantics), it could look at a list of 1,682 movies and pick 10 that were diverse and likely to appeal to a user, even without knowing the user’s specific tastes yet.
- Beating the Baseline: The AI did much better than random guessing or simple categorization (like just picking one comedy, one drama, etc.).
- Real-World Tests: They tested this on:
- Movie Recommendations: The AI picked a diverse set of movies that users liked.
- Academic Papers: Given a scientific abstract, the AI suggested relevant paper titles.
- Philosophical Questions: Given a question like "What is the meaning of freedom?", the AI generated diverse, thoughtful answers that were semantically different from each other.
The Takeaway: The AI is excellent at narrowing down a huge, messy list of options into a manageable, high-quality shortlist. It uses its understanding of language and context to "zoom in" on the most promising areas.
The Big Picture Conclusion
The paper’s main message is a reality check for the hype around AI:
- Don’t use AI for simple math/logic decisions. If you need to pick the best option from a list based on past data, use a simple statistical algorithm (like linear regression). It’s faster, cheaper, and more accurate.
- Do use AI for creative narrowing. If you have a massive, complex space of options (like millions of products, articles, or ideas), use the AI to generate a smart, diverse shortlist. Then, use a simpler method to pick the winner from that shortlist.
In short: The AI is not a better calculator. It is a better librarian. It can’t tell you exactly which book is the best one to read right now, but it can hand you a stack of 5 books that are far more interesting than if you’d just grabbed 5 random ones off the shelf.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.