paper-with-me

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 generalize well when applied to novel task domains. However, the large amount of computation necessary to adequately train and explore the search space of sequential decision making, under a reinforcement learning paradigm, precludes the inclusion of large contextualized language models, which might otherwise enable the desired generalization ability. We introduce a teacher-student imitation learning methodology and a means of converting a reinforcement learning model into a natural language understanding model. Together, these methodologies enable the introduction of contextualized language models into the sequential decision making problem space. We show that models can learn faster and generalize more, leveraging both the imitation learning and the reformulation. Our models exceed teacher performance on various held-out decision problems, by up to 7% on in-domain problems and 24% on out-of-domain problems.

📄 PDF Abstract BibTeX arXiv:2010.02229

Code (1)

yinxusen/learning_to_generalize 공식 구현

Tasks

Decision MakingImitation LearningNatural Language Understandingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Recurrent Sum-Product-Max Networks for Decision Making in Perfectly-Observed Environments

2020-06-12 · Hari Teja Tatavarti, Prashant Doshi, Layton Hayes

Recent investigations into sum-product-max networks (SPMN) that generalize sum-product networks (SPN) offer a data-driven alternative for decision making, which has predominantly relied on handcrafted models. SPMNs compu…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

Omni-scale Learning-based Sequential Decision Framework for Order Fulfillment of Tote-handling Robotic Systems

2026-05-09 · Jiaxin Liu, Peng Yang, Yuping Li, Xinyue Xie arxiv

Driven by the rapid expansion of e-commerce and small-batch production, the size of the intralogistics load unit of finished goods, semi-finished goods and raw materials is steadily shrinking. Totes are gradually replaci…

Multi-agent Reinforcement Learning

Linear Partial Monitoring for Sequential Decision-Making: Algorithms, Regret Bounds and Applications

2023-02-07 · Johannes Kirschner, Tor Lattimore, Andreas Krause

Partial monitoring is an expressive framework for sequential decision-making with an abundance of applications, including graph-structured and dueling bandits, dynamic pricing and transductive feedback models. We survey …

Decision MakingSequential Decision Making

Optimistic MLE -- A Generic Model-based Algorithm for Partially Observable Sequential Decision Making

2022-09-29 · Qinghua Liu, Praneeth Netrapalli, Csaba Szepesvári, Chi Jin

This paper introduces a simple efficient learning algorithms for general sequential decision making. The algorithm combines Optimism for exploration with Maximum Likelihood Estimation for model estimation, which is thus …

Decision MakingModel-based Reinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Attribution-based Explanations for Markov Decision Processes

2026-05-10 · Paul Kobialka, Andrea Pferscher, Francesco Leofante, Erika Ábrahám 외 arxiv

Attribution techniques explain the outcome of an AI model by assigning a numerical score to its inputs. So far, these techniques have mainly focused on attributing importance to static input features at a single point in…