paper-with-me

홈 › Papers

Lower Bounds on the Expressivity of Recurrent Neural Language Models

2024-05-29 · Anej Svete, Franz Nowak, Anisha Mohamed Sahabdeen, Ryan Cotterell

The recent successes and spread of large neural language models (LMs) call for a thorough understanding of their computational ability. Describing their computational abilities through LMs' \emph{representational capacity} is a lively area of research. However, investigation into the representational capacity of neural LMs has predominantly focused on their ability to \emph{recognize} formal languages. For example, recurrent neural networks (RNNs) with Heaviside activations are tightly linked to regular languages, i.e., languages defined by finite-state automata (FSAs). Such results, however, fall short of describing the capabilities of RNN \emph{language models} (LMs), which are definitionally \emph{distributions} over strings. We take a fresh look at the representational capacity of RNN LMs by connecting them to \emph{probabilistic} FSAs and demonstrate that RNN LMs with linearly bounded precision can express arbitrary regular LMs.

📄 PDF Abstract BibTeX arXiv:2405.19222

Code (1)

rycolab/nondeterministic-rnns 공식 구현

Similar Papers 제목 키워드 기반

Learning Long Term Dependencies via Fourier Recurrent Units

2018-03-17 · ICML 2018 7 · Jiong Zhang, Yibo Lin, Zhao Song, Inderjit S. Dhillon

It is a known fact that training recurrent neural networks for tasks that have long term dependencies is challenging. One of the main reasons is the vanishing or exploding gradient problem, which prevents gradient inform…

On the Representational Capacity of Recurrent Neural Language Models

2023-10-19 · Franz Nowak, Anej Svete, Li Du, Ryan Cotterell

This work investigates the computational expressivity of language models (LMs) based on recurrent neural networks (RNNs). Siegelmann and Sontag (1992) famously showed that RNNs with rational weights and hidden states and…

On the Expressivity of Recurrent Neural Cascades with Identity

2024-05-19 · Nadezda Alexandrovna Knorozova, Alessandro Ronca

Recurrent Neural Cascades (RNC) are the class of recurrent neural networks with no cyclic dependencies among recurrent neurons. Their subclass RNC+ with positive recurrent weights has been shown to be closely connected t…

Lower and Upper Bounds for Numbers of Linear Regions of Graph Convolutional Networks

2022-06-01 · Hao Chen, Yu Guang Wang, Huan Xiong

The research for characterizing GNN expressiveness attracts much attention as graph neural networks achieve a champion in the last five years. The number of linear regions has been considered a good measure for the expre…

An Algebraic View of the Expressivity of Recurrent Language Models

2026-06-01 · Franz Nowak, Ryan Cotterell, Reda Boumasmoud arxiv

What formal languages can a recurrent neural language model recognize? Formal results in the literature conflict: some authors report Turing-completeness, while others show equivalence to regular languages. The reason fo…