CoREN uses an LLM offline to estimate dense action rewards, filters them through three consistency checks, and aligns them to sparse success labels to train a small offline RL agent for household instruction-following tasks.
Few-shot Subgoal Planning with Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Pre-trained large language models have shown successful progress in many language understanding benchmarks. This work explores the capability of these models to predict actionable plans in real-world environments. Given a text instruction, we show that language priors encoded in pre-trained language models allow us to infer fine-grained subgoal sequences. In contrast to recent methods which make strong assumptions about subgoal supervision, our experiments show that language models can infer detailed subgoal sequences from few training sequences without any fine-tuning. We further propose a simple strategy to re-rank language model predictions based on interaction and feedback from the environment. Combined with pre-trained navigation and visual reasoning components, our approach demonstrates competitive performance on subgoal prediction and task completion in the ALFRED benchmark compared to prior methods that assume more subgoal supervision.
fields
cs.AI 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
LLM-Based Offline Learning for Embodied Agents via Consistency-Guided Reward Ensemble
CoREN uses an LLM offline to estimate dense action rewards, filters them through three consistency checks, and aligns them to sparse success labels to train a small offline RL agent for household instruction-following tasks.