Remember what you did so you know what to do next
Manuel Rafael Ciosici, Alex Hedges, Yash Kankanampati, Justin Andrew Martin, Marjorie Freedman, Ralph M. Weischedel
Abstract
We explore using the 6B parameter GPT-J language model to create a plan for a simulated robot to achieve 30 classes of goals in ScienceWorld, a text game simulator for elementary science experiments and for which previously published empirical work has shown large language models (LLM)s to be a poor fit (Wang et al., 2022). Using the Markov assumption, the LLM outperforms the state-of-the-art based on reinforcement learning by a factor of 1.4. When we fill the LLM’s input buffer with as many prior steps as will fit, improvement rises to 3.3x. Even when training on only 6.5% of the training data, we observe a 2.3x improvement over the state-of-the-art. Our experiments show that performance varies widely across the 30 classes of actions, indicating that averaging over tasks can hide significant performance issues.
BibTeX
@inproceedings{
ciosici2023remember,
title={Remember what you did so you know what to do next},
author={Manuel Rafael Ciosici and Alex Hedges and Yash Kankanampati and Justin Andrew Martin and Marjorie Freedman and Ralph M. Weischedel},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=vVrwnY76W1}
}