paper-with-me

Papers

Interaction-Grounded Learning for Contextual Markov Decision Processes with Personalized Feedback

2026-02-09 · Mengxiao Zhang, Yuheng Zhang, Haipeng Luo, Paul Mineiro arxiv

In this paper, we study Interaction-Grounded Learning (IGL) [Xie et al., 2021], a paradigm designed for realistic scenarios where the learner receives indirect feedback generated by an unknown mechanism, rather than explicit numerical rewards. While prior work on IGL provides efficient algorithms with provable guarantees, those results are confined to single-step settings, restricting their applicability to modern sequential decision-making systems such as multi-turn Large Language Model (LLM) deployments. To bridge this gap, we propose a computationally efficient algorithm that achieves a sublinear regret guarantee for contextual episodic Markov Decision Processes (MDPs) with personalized feedback. Technically, we extend the reward-estimator construction of Zhang et al. [2024a] from the single-step to the multi-step setting, addressing the unique challenges of decoding latent rewards under MDPs. Building on this estimator, we design an Inverse-Gap-Weighting (IGW) algorithm for policy optimization. Finally, we demonstrate the effectiveness of our method in learning personalized objectives from multi-turn interactions through experiments on both a synthetic episodic MDP and a real-world user booking dataset.

📄 PDF Abstract BibTeX arXiv:2602.08307

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Contextual Markov Decision Processes

2015-02-08 · Assaf Hallak, Dotan Di Castro, Shie Mannor

We consider a planning problem where the dynamics and rewards of the environment depend on a hidden static parameter referred to as the context. The objective is to learn a strategy that maximizes the accumulated reward …

Constructing Non-Markovian Decision Process via History Aggregator

2025-06-30 · Yongyi Wang, Wenxin Li

In the domain of algorithmic decision-making, non-Markovian dynamics manifest as a significant impediment, especially for paradigms such as Reinforcement Learning (RL), thereby exerting far-reaching consequences on the a…

Decision MakingReinforcement Learning (RL)

MATE: Solving Contextual Markov Decision Processes with Memory of Accumulated Transition Embeddings

2026-05-17 · Himchan Hwang, Hyeokju Jeong, Gene Chung, Seungyeon Kim 외 arxiv

We propose MATE, a simple yet effective memory architecture for solving Contextual Markov Decision Processes (CMDPs), a family of MDPs parameterized by an unobserved context. In CMDPs, an optimal agent can adapt online b…

The Infinite Contextual Graph Markov Model

2021-09-29 · Daniele Castellana, Federico Errica, Davide Bacciu, Alessio Micheli

The Contextual Graph Markov Model is a deep, unsupervised, and probabilistic model for graphs that is trained incrementally on a layer-by-layer basis. As with most Deep Graph Networks, an inherent limitation is the lack …

Graph ClassificationmodelModel Selection

Quantum framework for Reinforcement Learning: Integrating Markov decision process, quantum arithmetic, and trajectory search

2024-12-24 · Thet Htar Su, Shaswot Shresthamali, Masaaki Kondo

This paper introduces a quantum framework for addressing reinforcement learning (RL) tasks, grounded in the quantum principles and leveraging a fully quantum model of the classical Markov decision process (MDP). By emplo…

Computational EfficiencyDecision Makingreinforcement-learningReinforcement Learning+1