paper-with-me

Papers

Enhancing Reinforcement Learning with discrete interfaces to learn the Dyck Language

2021-10-27 · Florian Dietz, Dietrich Klakow

Even though most interfaces in the real world are discrete, no efficient way exists to train neural networks to make use of them, yet. We enhance an Interaction Network (a Reinforcement Learning architecture) with discrete interfaces and train it on the generalized Dyck language. This task requires an understanding of hierarchical structures to solve, and has long proven difficult for neural networks. We provide the first solution based on learning to use discrete data structures. We encountered unexpected anomalous behavior during training, and utilized pre-training based on execution traces to overcome them. The resulting model is very small and fast, and generalizes to sequences that are an entire order of magnitude longer than the training data.

📄 PDF Abstract BibTeX arXiv:2110.14350

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reinforcement Learning Neural Turing Machines - Revised

2015-05-04 · Wojciech Zaremba, Ilya Sutskever

The Neural Turing Machine (NTM) is more expressive than all previously considered models because of its external memory. It can be viewed as a broader effort to use abstract external Interfaces and to learn a parametric …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Self-Attention Networks Can Process Bounded Hierarchical Languages

2021-05-24 · ACL 2021 5 · Shunyu Yao, Binghui Peng, Christos Papadimitriou, Karthik Narasimhan

Despite their impressive performance in NLP, self-attention networks were recently proved to be limited for processing formal languages with hierarchical structure, such as $\mathsf{Dyck}_k$, the language consisting of w…

Hard Attention

Discovering Reinforcement Learning Interfaces with Large Language Models

2026-05-05 · Akshat Singh Jaswal, Ashish Baghel, Paras Chopra arxiv

Reinforcement learning systems rely on environment interfaces that specify observations and reward functions, yet constructing these interfaces for new tasks often requires substantial manual effort. While recent work ha…

Reinforcement LearningContinuous Control

LSTM Networks Can Perform Dynamic Counting

2019-06-09 · WS 2019 8 · Mirac Suzgun, Sebastian Gehrmann, Yonatan Belinkov, Stuart M. Shieber

In this paper, we systematically assess the ability of standard recurrent networks to perform dynamic counting and to encode hierarchical representations. All the neural models in our experiments are designed to be small…

Task Structure Reverses Layerwise State Encoding in Sequence Models

2026-05-30 · Yuhang Jiang arxiv

Mechanistic studies of sequence models often treat layerwise state encodings as architectural traits: recurrent models concentrate readable state, attention-based models distribute it. We find that the same architecture …