NeFut Logo NeFut
Admin Login

[CS.AI] Introducing ODYSSE: A Breakthrough in Personalized Agentic Reasoning

Published at: 2026-07-30 22:00 Last updated: 2026-07-30 23:39
#algorithm #AI #Machine Learning

Abstract

Agentic systems have rapidly advanced in their ability to interact with real-world environments, leverage external tools, and provide services for users. However, unlike natural-world tasks that assume well-defined instructions, human-centered scenarios are characterized by ambiguous requests that lead to large, open-ended solution spaces. Decoding users' personalized preferences is therefore essential for narrowing the candidate solution space. This introduces a new challenge, personalized agentic reasoning, which requires agents to jointly interact with both users and environments to deliver personalized services.

In this paper, we present ODYSSE, a Reinforced Fine-Tuning (RFT) framework for personalized agentic reasoning. At its core, ODYSSE proposes Episode-wise GRPO (ESPO), a novel extension of Group Relative Policy Optimization (GRPO) designed to address long action horizons and strong cross-step dependencies in personalized agentic reasoning. Rather than optimizing individual steps independently, ESPO introduces an episode-level reward mechanism together with episodic advantage estimation, enabling upstream evidence to effectively guide downstream personalized decisions and allowing agents to progressively resolve ambiguous user requests across multiple interaction steps.

We further propose an episodic batch sampler that groups actions from the same episode into unified training batches, facilitating coherent optimization under ESPO. We evaluate ODYSSE on realistic long-horizon personalized GUI reasoning tasks. Experimental results demonstrate that ODYSSE consistently outperforms both specialist and general-purpose LVLMs, highlighting its effectiveness for personalized agentic reasoning.

Blogger's Review: ODYSSE significantly enhances the reasoning capabilities of personalized agents in complex environments by introducing an episode-level optimization mechanism. This approach not only addresses the shortcomings of traditional models in long-horizon operations but also improves the accuracy of user request interpretation, offering promising applications. Its performance in real-world scenarios provides valuable insights for the future development of personalized intelligent systems.

Original Source: https://arxiv.org/abs/2607.25369

[h] Back to Home