paper-with-me

홈 › Papers

Bearing Syntactic Fruit with Stack-Augmented Neural Networks

2025-11-05 · Brian DuSell, Ryan Cotterell arxiv

When children learn language, they make syntactic generalizations based on hierarchical rules. A recent line of work has inquired as to whether common neural network architectures share this inductive bias for hierarchical syntax, finding that they do so only under special conditions: when augmented with ground-truth parse tree structures, when pre-trained on massive corpora, or when trained long past convergence. In this paper, we demonstrate, for the first time, neural network architectures that generalize in human-like fashion when trained only on surface forms: stack-augmented neural networks. We test three base architectures (transformer, simple RNN, LSTM) augmented with two styles of stack, one of which leverages nondeterminism. We find that transformers with nondeterministic stacks generalize best on multiple tasks designed to measure hierarchical inductive bias. This suggests that stack-augmented neural networks may be more accurate models of human syntax acquisition than standard architectures, serving as useful objects of psycholinguistic study. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2511.03547

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Finding Syntactic Representations in Neural Stacks

2019-06-04 · William Merrill, Lenny Khazan, Noah Amsel, Yiding Hao 외

Neural network architectures have been augmented with differentiable stacks in order to introduce a bias toward learning hierarchy-sensitive regularities. It has, however, proven difficult to assess the degree to which s…

General ClassificationLanguage ModelingLanguage Modelling

Finding Hierarchical Structure in Neural Stacks Using Unsupervised Parsing

2019-08-01 · WS 2019 8 · William Merrill, Lenny Khazan, Noah Amsel, Yiding Hao 외

Neural network architectures have been augmented with differentiable stacks in order to introduce a bias toward learning hierarchy-sensitive regularities. It has, however, proven difficult to assess the degree to which s…

Language ModelingLanguage Modelling

Nondeterministic Stacks in Neural Networks

2023-04-25 · Brian DuSell

Human language is full of compositional syntactic structures, and although neural networks have contributed to groundbreaking improvements in computer systems that process language, widely-used neural network architectur…

Language ModelingLanguage Modelling

Memory Architectures in Recurrent Neural Network Language Models

2018-01-01 · ICLR 2018 1 · Dani Yogatama, Yishu Miao, Gabor Melis, Wang Ling 외

We compare and analyze sequential, random access, and stack memory architectures for recurrent neural network language models. Our experiments on the Penn Treebank and Wikitext-2 datasets show that stack-based memory arc…

Implementation of Fruits Recognition Classifier using Convolutional Neural Network Algorithm for Observation of Accuracies for Various Hidden Layers

2019-04-01 · Shadman Sakib, Zahidun Ashrafi, Md. Abu Bakr Siddique

Fruit recognition using Deep Convolutional Neural Network (CNN) is one of the most promising applications in computer vision. In recent times, deep learning based classifications are making it possible to recognize fruit…

General Classification