paper-with-me

홈 › Papers

Language Models Meet World Models: Embodied Experiences Enhance Language Models

2023-05-18 · NeurIPS 2023 11 · Jiannan Xiang, Tianhua Tao, Yi Gu, Tianmin Shu, ZiRui Wang, Zichao Yang, Zhiting Hu

While large language models (LMs) have shown remarkable capabilities across numerous tasks, they often struggle with simple reasoning and planning in physical environments, such as understanding object permanence or planning household activities. The limitation arises from the fact that LMs are trained only on written text and miss essential embodied knowledge and skills. In this paper, we propose a new paradigm of enhancing LMs by finetuning them with world models, to gain diverse embodied knowledge while retaining their general language capabilities. Our approach deploys an embodied agent in a world model, particularly a simulator of the physical world (VirtualHome), and acquires a diverse set of embodied experiences through both goal-oriented planning and random exploration. These experiences are then used to finetune LMs to teach diverse abilities of reasoning and acting in the physical world, e.g., planning and completing goals, object permanence and tracking, etc. Moreover, it is desirable to preserve the generality of LMs during finetuning, which facilitates generalizing the embodied knowledge across tasks rather than being tied to specific simulations. We thus further introduce the classical (EWC) for selective weight updates, combined with low-rank adapters (LoRA) for training efficiency. Extensive experiments show our approach substantially improves base LMs on 18 downstream tasks by 64.28% on average. In particular, the small LMs (1.3B, 6B, and 13B) enhanced by our approach match or even outperform much larger LMs (e.g., ChatGPT).

📄 PDF Abstract BibTeX arXiv:2305.10626

Code (1)

szxiangjn/world-model-for-language-model 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

E2Map: Experience-and-Emotion Map for Self-Reflective Robot Navigation with Language Models

2024-09-16 · Chan Kim, Keonwoo Kim, Mintaek Oh, Hanbi Baek 외

Large language models (LLMs) have shown significant potential in guiding embodied agents to execute language instructions across a range of tasks, including robotic manipulation and navigation. However, existing methods …

General KnowledgeRobot Navigation

Beyond Pixels: Introducing Geometric-Semantic World Priors for Video-based Embodied Models via Spatio-temporal Alignment

2025-08-29 · Jinzhou Tang, Jusheng zhang, Sidi Liu, Waikit Xiu 외 arxiv

Achieving human-like reasoning in deep learning models for complex tasks in unknown environments remains a critical challenge in embodied intelligence. While advanced vision-language models (VLMs) excel in static scene u…

Scene UnderstandingQuestion Answering

DriVLMe: Enhancing LLM-based Autonomous Driving Agents with Embodied and Social Experiences

2024-06-05 · Yidong Huang, Jacob Sansom, Ziqiao Ma, Felix Gervits 외

Recent advancements in foundation models (FMs) have unlocked new prospects in autonomous driving, yet the experimental settings of these studies are preliminary, over-simplified, and fail to capture the complexity of rea…

Autonomous DrivingAutonomous VehiclesLanguage ModelingLanguage Modelling+2

Exploring Spatial Schema Intuitions in Large Language and Vision Models

2024-02-01 · Philipp Wicke, Lennart Wachowiak

Despite the ubiquity of large language models (LLMs) in AI research, the question of embodiment in LLMs remains underexplored, distinguishing them from embodied systems in robotics where sensory perception directly infor…

Language ModelingLanguage Modelling

Evolvable Embodied Agent for Robotic Manipulation via Long Short-Term Reflection and Optimization

2026-04-15 · Jianzong Wang, Botao Zhao, Yayun He, Junqing Peng 외 arxiv

Achieving general-purpose robotics requires empowering robots to adapt and evolve based on their environment and feedback. Traditional methods face limitations such as extensive training requirements, difficulties in cro…