paper-with-me

홈 › Papers

Sequential Neural Networks as Automata

2019-06-04 · WS 2019 8 · William Merrill

This work attempts to explain the types of computation that neural networks can perform by relating them to automata. We first define what it means for a real-time network with bounded precision to accept a language. A measure of network memory follows from this definition. We then characterize the classes of languages acceptable by various recurrent networks, attention, and convolutional networks. We find that LSTMs function like counter machines and relate convolutional networks to the subregular hierarchy. Overall, this work attempts to increase our understanding and ability to interpret neural networks through the lens of theory. These theoretical insights help explain neural computation, as well as the relationship between neural networks and natural language grammar.

📄 PDF Abstract BibTeX arXiv:1906.01615

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Simulating Weighted Automata over Sequences and Trees with Transformers

2024-03-12 · Michael Rizvi, Maude Lizaire, Clara Lacroce, Guillaume Rabusseau

Transformers are ubiquitous models in the natural language processing (NLP) community and have shown impressive empirical successes in the past few years. However, little is understood about how they reason and the limit…

Interpreting Finite Automata for Sequential Data

2016-11-21 · Christian Albert Hammerschmidt, Sicco Verwer, Qin Lin, Radu State

Automaton models are often seen as interpretable models. Interpretability itself is not well defined: it remains unclear what interpretability means without first explicitly specifying objectives or desired attributes. I…

ClusteringGeneral Classification

Spectral Learning from a Single Trajectory under Finite-State Policies

2017-08-01 · ICML 2017 8 · Borja Balle, Odalric-Ambrym Maillard

We present spectral methods of moments for learning sequential models from a single trajectory, in stark contrast with the classical literature that assumes the availability of multiple i.i.d. trajectories. Our appr…

NeSyA: Neurosymbolic Automata

2024-12-10 · Nikolaos Manginas, George Paliouras, Luc De Raedt

Neurosymbolic (NeSy) AI has emerged as a promising direction to integrate neural and symbolic reasoning. Unfortunately, little effort has been given to developing NeSy systems tailored to sequential/temporal problems. We…

Explaining Black Boxes on Sequential Data using Weighted Automata

2018-10-12 · Stephane Ayache, Remi Eyraud, Noe Goudian

Understanding how a learned black box works is of crucial interest for the future of Machine Learning. In this paper, we pioneer the question of the global interpretability of learned black box models that assign numeric…