paper-with-me

홈 › Papers

Object-Centric Environment Modeling for Agentic Tasks

2026-07-03 · Yiyang Li, Tianyi Ma, Zehong Wang, Yijun Ma, Yanfang Ye arxiv

Large language model (LLM) agents can improve through accumulated experience, but free-form textual memories become difficult to maintain, validate, and reuse as interactions grow. Recent symbolic approaches learn executable skills or programmatic world models, yet often store local procedures or assume simplified dynamics. We propose Object-Centric Environment Modeling (OCM), which organizes experience into an executable object-centric environment model. OCM maintains two connected code bases: object knowledge, which defines environment entities and mechanisms as Python classes, and procedure knowledge, which records reusable interaction patterns that must import and use the object model. OCM works in an online setting: after each episode, OCM reflects on the trajectory, updates both knowledge bases, and verifies that all procedures execute against the updated object model. During future interaction, the agent uses progressive knowledge disclosure to inspect compact code signatures first and read source code only when needed. Experiments show that OCM achieves the best average rank across benchmarks and reduces invalid actions, demonstrating that agents can benefit from building object-centric environment models.

📄 PDF Abstract BibTeX arXiv:2607.02846

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

StepPO: Step-Aligned Policy Optimization for Agentic Reinforcement Learning

2026-04-20 · Daoyu Wang, Qingchuan Li, Mingyue Cheng, Jie Ouyang 외 arxiv

Agentic reinforcement learning (RL) is emerging as a critical post-training paradigm for improving LLM agent capabilities. Existing RL algorithms for LLMs largely follow the token-centric paradigm as in RLHF and RLVR, wh…

Reinforcement Learning

FedEHR-Agents: Federated Agentic Optimization for Automated EHR Modeling

2026-08-28 · Jun Bai, Ruilin Wang, Yue Li arxiv

Recent advances in large language models are enabling autonomous clinical agents to perform increasingly complex electronic health record (EHR) modeling workflows. However, agents deployed at individual hospitals remain …

Federated Learning

Agentic Environment Engineering for Large Language Models: A Survey of Environment Modeling, Synthesis, Evaluation, and Application

2026-06-10 · Jiachun Li, Zhuoran Jin, Tianyi Men, Yupu Hao 외 arxiv

Environments serve as interactive systems for large language model (LLM) based agents across diverse scenarios and play a crucial role in driving the continual evolution of model capabilities. Despite this importance, ex…

Human-Centric Foundation Models: Perception, Generation and Agentic Modeling

2025-02-12 · Shixiang Tang, Yizhou Wang, Lu Chen, YuAn Wang 외

Human understanding and generation are critical for modeling digital humans and humanoid embodiments. Recently, Human-centric Foundation Models (HcFMs) inspired by the success of generalist models, such as large language…

Survey

Agent-X: Evaluating Deep Multimodal Reasoning in Vision-Centric Agentic Tasks

2025-05-30 · Tajamul Ashraf, Amal Saqib, Hanan Ghani, Muhra AlMahri 외

Deep reasoning is fundamental for solving complex tasks, especially in vision-centric scenarios that demand sequential, multimodal understanding. However, existing benchmarks typically evaluate agents with fully syntheti…

Autonomous DrivingMathMultimodal ReasoningVisual Reasoning