paper-with-me

홈 › Papers

ELLA: Exploration through Learned Language Abstraction

2021-03-10 · NeurIPS 2021 12 · Suvir Mirchandani, Siddharth Karamcheti, Dorsa Sadigh

Building agents capable of understanding language instructions is critical to effective and robust human-AI collaboration. Recent work focuses on training these agents via reinforcement learning in environments with synthetic language; however, instructions often define long-horizon, sparse-reward tasks, and learning policies requires many episodes of experience. We introduce ELLA: Exploration through Learned Language Abstraction, a reward shaping approach geared towards boosting sample efficiency in sparse reward environments by correlating high-level instructions with simpler low-level constituents. ELLA has two key elements: 1) A termination classifier that identifies when agents complete low-level instructions, and 2) A relevance classifier that correlates low-level instructions with success on high-level tasks. We learn the termination classifier offline from pairs of instructions and terminal states. Notably, in departure from prior work in language and abstraction, we learn the relevance classifier online, without relying on an explicit decomposition of high-level instructions to low-level instructions. On a suite of complex BabyAI environments with varying instruction complexities and reward sparsity, ELLA shows gains in sample efficiency relative to language-based shaping and traditional RL methods.

📄 PDF Abstract BibTeX arXiv:2103.05825

Code (1)

Stanford-ILIAD/ELLA 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Semantic Exploration from Language Abstractions and Pretrained Representations

2022-04-08 · Allison C. Tam, Neil C. Rabinowitz, Andrew K. Lampinen, Nicholas A. Roy 외

Effective exploration is a challenge in reinforcement learning (RL). Novelty-based exploration methods can suffer in high-dimensional state spaces, such as continuous partially-observable 3D environments. We address this…

Image CaptioningReinforcement Learning (RL)

Approximate Exploration through State Abstraction

2018-08-29 · Adrien Ali Taïga, Aaron Courville, Marc G. Bellemare

Although exploration in reinforcement learning is well understood from a theoretical point of view, provably correct methods remain impractical. In this paper we study the interplay between exploration and approximation,…

Reinforcement Learning

STELLA: Guiding Large Language Models for Time Series Forecasting with Semantic Abstractions

2025-12-04 · Junjie Fan, Hongye Zhao, Linduo Wei, Jiayu Rao 외 arxiv

Recent adaptations of Large Language Models (LLMs) for time series forecasting often fail to effectively enhance information for raw series, leaving LLM reasoning capabilities underutilized. Existing prompting strategies…

Time Series Forecasting

RLAD: Training LLMs to Discover Abstractions for Solving Reasoning Problems

2025-10-02 · Yuxiao Qu, Anikait Singh, Yoonho Lee, Amrith Setlur 외 arxiv

Reasoning requires going beyond pattern matching or memorization of solutions to identify and implement "algorithmic procedures" that can be used to deduce answers to hard problems. Doing so requires realizing the most r…

Constellation: Learning relational abstractions over objects for compositional imagination

2021-07-23 · James C. R. Whittington, Rishabh Kabra, Loic Matthey, Christopher P. Burgess 외

Learning structured representations of visual scenes is currently a major bottleneck to bridging perception with reasoning. While there has been exciting progress with slot-based models, which learn to segment scenes int…

Relational Reasoning