LGAISep 14, 2023

A Data Source for Reasoning Embodied Agents

Meta AI
arXiv:2309.07974v110 citationsh-index: 51Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of improving reasoning capabilities for embodied agents, but it is incremental as it focuses on data generation and baseline evaluations without major breakthroughs.

The authors introduced a new data generator for machine reasoning that integrates with an embodied agent, showing that baseline models like fine-tuned language models and graph-structured Transformers can answer some questions about world-states but struggle with others.

Recent progress in using machine learning models for reasoning tasks has been driven by novel model architectures, large-scale pre-training protocols, and dedicated reasoning datasets for fine-tuning. In this work, to further pursue these advances, we introduce a new data generator for machine reasoning that integrates with an embodied agent. The generated data consists of templated text queries and answers, matched with world-states encoded into a database. The world-states are a result of both world dynamics and the actions of the agent. We show the results of several baseline models on instantiations of train sets. These include pre-trained language models fine-tuned on a text-formatted representation of the database, and graph-structured Transformers operating on a knowledge-graph representation of the database. We find that these models can answer some questions about the world-state, but struggle with others. These results hint at new research directions in designing neural reasoning models and database representations. Code to generate the data will be released at github.com/facebookresearch/neuralmemory

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes