paper-with-me

Papers

Large Language Models for Sequential Decision-Making: Improving In-Context Learning via Supervised Fine-Tuning

2026-05-09 · Minmin Zhang, Sina Aghaei, Soroush Saghafian arxiv

Large language models (LLMs) have shown remarkable in-context learning (ICL) capabilities, yet their potential for sequential decision-making remains underexplored. In this paper, we study the ICL capabilities of LLMs in sequential decision-making settings, including Markov Decision Processes (MDPs), Partially Observable MDPs (POMDPs), and Ambiguous POMDPs (APOMDPs). We fine-tune pretrained LLMs to perform few-shot decision-making directly from offline, oracle-labeled trajectories. Our framework enables flexible imitation of policies through supervised fine-tuning (SFT). Theoretically, we focus on linear MDPs and interpret a fine-tuned attention layer as implicitly estimating optimal Q-functions from in-context data. Building on this interpretation, we derive an end-to-end suboptimality bound for the induced policy that separates the in-context estimation error from the training-length bias. Empirically, across synthetic MDP, POMDP, and APOMDP settings, we find that fine-tuned LLMs achieve substantially smaller optimality gaps than in-context-only and random baselines, with especially large gains in longer-horizon, partially observed, and model-ambiguous environments. Together, these results show that supervised fine-tuning provides an effective route to endowing pretrained LLMs with sequential decision-making capabilities from offline data, which is an important advantage in domains such as healthcare where offline data are abundant.

📄 PDF Abstract BibTeX arXiv:2605.09009

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Generalize for Sequential Decision Making

2020-10-05 · Findings of the Association for Computational Linguistics 2020 · Xusen Yin, Ralph Weischedel, Jonathan May

We consider problems of making sequences of decisions to accomplish tasks, interacting via the medium of language. These problems are often tackled with reinforcement learning approaches. We find that these models do not…

Decision MakingImitation LearningNatural Language Understandingreinforcement-learning+3

Generalization to New Sequential Decision Making Tasks with In-Context Learning

2023-12-06 · Sharath Chandra Raparthy, Eric Hambro, Robert Kirk, Mikael Henaff 외

Training autonomous agents that can learn new tasks from only a handful of demonstrations is a long-standing problem in machine learning. Recently, transformers have been shown to learn new language or vision tasks witho…

Decision MakingDiversityIn-Context LearningSequential Decision Making

Can Induced Emotion Bias LLM Behaviors in Sequential Decision Making?

2026-07-14 · Minh Khoi Ho, Zihao Zhu, Runchuan Zhu, Levina Li 외 arxiv

As Large Language Models (LLMs) are increasingly deployed as autonomous agents in high-stakes domains, understanding contextual factors that may modulate their decision-making becomes critical. While LLMs are trained to …

Decision Making

UNO Arena for Evaluating Sequential Decision-Making Capability of Large Language Models

2024-06-24 · Zhanyue Qin, Haochuan Wang, Deyuan Liu, Ziyang Song 외

Sequential decision-making refers to algorithms that take into account the dynamics of the environment, where early decisions affect subsequent decisions. With large language models (LLMs) demonstrating powerful capabili…

Decision MakingSequential Decision Making

Remembering to Be Fair: Non-Markovian Fairness in Sequential Decision Making

2023-12-08 · Parand A. Alamdari, Toryn Q. Klassen, Elliot Creager, Sheila A. McIlraith

Fair decision making has largely been studied with respect to a single decision. Here we investigate the notion of fairness in the context of sequential decision making where multiple stakeholders can be affected by the …

Decision MakingFairnessSequential Decision Making