paper-with-me

Papers

EVOLvE: Evaluating and Optimizing LLMs For Exploration

2024-10-08 · Allen Nie, Yi Su, Bo Chang, Jonathan N. Lee, Ed H. Chi, Quoc V. Le, Minmin Chen

Despite their success in many domains, large language models (LLMs) remain under-studied in scenarios requiring optimal decision-making under uncertainty. This is crucial as many real-world applications, ranging from personalized recommendations to healthcare interventions, demand that LLMs not only predict but also actively learn to make optimal decisions through exploration. In this work, we measure LLMs' (in)ability to make optimal decisions in bandits, a state-less reinforcement learning setting relevant to many applications. We develop a comprehensive suite of environments, including both context-free and contextual bandits with varying task difficulties, to benchmark LLMs' performance. Motivated by the existence of optimal exploration algorithms, we propose efficient ways to integrate this algorithmic knowledge into LLMs: by providing explicit algorithm-guided support during inference; and through algorithm distillation via in-context demonstrations and fine-tuning, using synthetic data generated from these algorithms. Impressively, these techniques allow us to achieve superior exploration performance with smaller models, surpassing larger models on various tasks. We conducted an extensive ablation study to shed light on various factors, such as task difficulty and data representation, that influence the efficiency of LLM exploration. Additionally, we conduct a rigorous analysis of the LLM's exploration efficiency using the concept of regret, linking its ability to explore to the model size and underlying algorithm.

📄 PDF Abstract BibTeX arXiv:2410.06238

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making Under UncertaintyMulti-Armed Bandits

Similar Papers 제목 키워드 기반

Beyond Metrics: A Critical Analysis of the Variability in Large Language Model Evaluation Frameworks

2024-07-29 · Marco AF Pimentel, Clément Christophe, Tathagata Raha, Prateek Munjal 외

As large language models (LLMs) continue to evolve, the need for robust and standardized evaluation benchmarks becomes paramount. Evaluating the performance of these models is a complex challenge that requires careful co…

BenchmarkingLanguage Model EvaluationLanguage ModelingLanguage Modelling+1

One Interaction Is Worth a Thousand Guesses: Benchmarking the Interactive Capabilities of Deep Research Agents

2026-01-10 · Yingchaojie Feng, Qiang Huang, Xiaoya Xie, Zhaorui Yang 외 arxiv

Deep research agents powered by Large Language Models (LLMs) can perform multi-step reasoning, web exploration, and long-form report generation. However, existing systems remain largely autonomous, assuming fully specifi…

AgentEvolver: Towards Efficient Self-Evolving Agent System

2025-11-13 · Yunpeng Zhai, Shuchang Tao, Cheng Chen, Anni Zou 외 arxiv

Autonomous agents powered by large language models (LLMs) have the potential to significantly enhance human productivity by reasoning, using tools, and executing complex tasks in diverse environments. However, current ap…

Reinforcement Learning

Bottom-up Policy Optimization: Your Language Model Policy Secretly Contains Internal Policies

2025-12-22 · Yuqiao Tan, Minzheng Wang, Shizhu He, Huanxuan Liao 외 arxiv

Existing reinforcement learning (RL) approaches treat large language models (LLMs) as a unified policy, overlooking their internal mechanisms. In this paper, we decompose the LLM-based policy into Internal Layer Policies…

Reinforcement Learning

AlphaEvolve: A coding agent for scientific and algorithmic discovery

2025-06-16 · Alexander Novikov, Ngân Vũ, Marvin Eisenberger, Emilien Dupont 외

In this white paper, we present AlphaEvolve, an evolutionary coding agent that substantially enhances capabilities of state-of-the-art LLMs on highly challenging tasks such as tackling open scientific problems or optimiz…

Scheduling