paper-with-me

홈 › Papers

BUTLER: Building Understanding in TextWorld via Language for Embodied Reasoning

2021-01-01 · ICLR 2021 1 · Mohit Shridhar, Xingdi Yuan, Marc-Alexandre Cote, Yonatan Bisk, Adam Trischler, Matthew Hausknecht

Given a simple request (e.g., Put a washed apple in the kitchen fridge), humans can reason in purely abstract terms by imagining action sequences and scoring their likelihood of success, prototypicality, and efficiency, all without moving a muscle. Once we see the kitchen in question, we can update our abstract plans to fit the scene. Embodied agents require the same abilities, but existing work does not yet provide the infrastructure necessary for both reasoning abstractly and executing concretely. We address this limitation by introducing ALFWorld, a simulator that enables agents to learn abstract, text-based policies in TextWorld (Côté et al., 2018) and then execute goals from the ALFRED benchmark (Shridhar et al., 2020) in a rich visual environment. ALFWorld enables the creation of a new BUTLER agent whose abstract knowledge, learned in TextWorld, corresponds directly to concrete, visually grounded actions. In turn, as we demonstrate empirically, this fosters better agent generalization than training only in the visually grounded environment. BUTLER’s simple, modular design factors the problem to allow researchers to focus on models for improving every piece of the pipeline (language understanding, planning, navigation, visual scene understanding, and so forth).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Understanding

Similar Papers 제목 키워드 기반

ALFWorld: Aligning Text and Embodied Environments for Interactive Learning

2020-10-08 · Mohit Shridhar, Xingdi Yuan, Marc-Alexandre Côté, Yonatan Bisk 외

Given a simple request like Put a washed apple in the kitchen fridge, humans can reason in purely abstract terms by imagining action sequences and scoring their likelihood of success, prototypicality, and efficiency, all…

Natural Language Visual GroundingScene Understanding

OPEx: A Component-Wise Analysis of LLM-Centric Agents in Embodied Instruction Following

2024-03-05 · Haochen Shi, Zhiyuan Sun, Xingdi Yuan, Marc-Alexandre Côté 외

Embodied Instruction Following (EIF) is a crucial task in embodied learning, requiring agents to interact with their environment through egocentric observations to fulfill natural language instructions. Recent advancemen…

Instruction Following

TextWorldExpress: Simulating Text Games at One Million Steps Per Second

2022-08-01 · Peter A. Jansen, Marc-Alexandre Côté

Text-based games offer a challenging test bed to evaluate virtual agents at language understanding, multi-step problem-solving, and common-sense reasoning. However, speed is a major limitation of current text-based games…

Common Sense Reasoningtext-based games

TokenButler: Token Importance is Predictable

2025-03-10 · Yash Akhauri, Ahmed F AbouElhamayed, YiFei Gao, Chi-Chih Chang 외

Large Language Models (LLMs) rely on the Key-Value (KV) Cache to store token history, enabling efficient decoding of tokens. As the KV-Cache grows, it becomes a major memory and computation bottleneck, however, there is …

Embodied Multi-Modal Agent trained by an LLM from a Parallel TextWorld

2023-11-28 · CVPR 2024 1 · Yijun Yang, Tianyi Zhou, Kanxue Li, Dapeng Tao 외

While large language models (LLMs) excel in a simulated world of texts, they struggle to interact with the more realistic world without perceptions of other modalities such as visual or audio signals. Although vision-lan…

Imitation Learning