paper-with-me

홈 › Papers

Recognizing Long Grammatical Sequences Using Recurrent Networks Augmented With An External Differentiable Stack

2020-04-04 · Ankur Mali, Alexander Ororbia, Daniel Kifer, Clyde Lee Giles

Recurrent neural networks (RNNs) are a widely used deep architecture for sequence modeling, generation, and prediction. Despite success in applications such as machine translation and voice recognition, these stateful models have several critical shortcomings. Specifically, RNNs generalize poorly over very long sequences, which limits their applicability to many important temporal processing and time series forecasting problems. For example, RNNs struggle in recognizing complex context free languages (CFLs), never reaching 100% accuracy on training. One way to address these shortcomings is to couple an RNN with an external, differentiable memory structure, such as a stack. However, differentiable memories in prior work have neither been extensively studied on CFLs nor tested on sequences longer than those seen in training. The few efforts that have studied them have shown that continuous differentiable memory structures yield poor generalization for complex CFLs, making the RNN less interpretable. In this paper, we improve the memory-augmented RNN with important architectural and state updating mechanisms that ensure that the model learns to properly balance the use of its latent states with external memory. Our improved RNN models exhibit better generalization performance and are able to classify long strings generated by complex hierarchical context free grammars (CFGs). We evaluate our models on CGGs, including the Dyck languages, as well as on the Penn Treebank language modelling task, and achieve stable, robust performance across these benchmarks. Furthermore, we show that only our memory-augmented networks are capable of retaining memory for a longer duration up to strings of length 160.

📄 PDF Abstract BibTeX arXiv:2004.07623

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingMachine TranslationTime Series AnalysisTime Series Forecasting

Similar Papers 제목 키워드 기반

Memory-Augmented Temporal Dynamic Learning for Action Recognition

2019-04-30 · Yuan Yuan, Dong Wang, Qi. Wang

Human actions captured in video sequences contain two crucial factors for action recognition, i.e., visual appearance and motion dynamics. To model these two aspects, Convolutional and Recurrent Neural Networks (CNNs and…

Action RecognitionTemporal Action Localization

Subregular Complexity and Deep Learning

2017-05-16 · Enes Avcu, Chihiro Shibata, Jeffrey Heinz

This paper argues that the judicial use of formal language theory and grammatical inference are invaluable tools in understanding how deep neural networks can and cannot represent and learn long-term dependencies in temp…

Deep LearningTemporal Sequences

Reservoir Stack Machines

2021-05-04 · Benjamin Paaßen, Alexander Schulz, Barbara Hammer

Memory-augmented neural networks equip a recurrent neural network with an explicit memory to support tasks that require information storage without interference over long times. A key motivation for such research is to p…

Advancing Regular Language Reasoning in Linear Recurrent Neural Networks

2023-09-14 · Ting-Han Fan, Ta-Chung Chi, Alexander I. Rudnicky

In recent studies, linear recurrent neural networks (LRNNs) have achieved Transformer-level performance in natural language and long-range modeling, while offering rapid parallel training and constant inference cost. Wit…

Language ModellingLong-range modeling

QwenLong-L1.5: Post-Training Recipe for Long-Context Reasoning and Memory Management

2025-12-15 · Weizhou Shen, Ziyi Yang, Chenliang Li, Zhiyuan Lu 외 arxiv

We introduce QwenLong-L1.5, a model that achieves superior long-context reasoning capabilities through systematic post-training innovations. The key technical breakthroughs of QwenLong-L1.5 are as follows: (1) Long-Conte…

Reinforcement Learning