paper-with-me

Papers

Inducing Regular Grammars Using Recurrent Neural Networks

2017-10-28 · Mor Cohen, Avi Caciularu, Idan Rejwan, Jonathan Berant

Grammar induction is the task of learning a grammar from a set of examples. Recently, neural networks have been shown to be powerful learning machines that can identify patterns in streams of data. In this work we investigate their effectiveness in inducing a regular grammar from data, without any assumptions about the grammar. We train a recurrent neural network to distinguish between strings that are in or outside a regular language, and utilize an algorithm for extracting the learned finite-state automaton. We apply this method to several regular languages and find unexpected results regarding the connections between the network's states that may be regarded as evidence for generalization.

📄 PDF Abstract BibTeX arXiv:1710.10453

Code (1)

acrola/RnnInduceRegularGrammar 공식 구현 tf

Similar Papers 제목 키워드 기반

Connecting First and Second Order Recurrent Networks with Deterministic Finite Automata

2019-11-12 · Qinglong Wang, Kaixuan Zhang, Xue Liu, C. Lee Giles

We propose an approach that connects recurrent networks with different orders of hidden interaction with regular grammars of different levels of complexity. We argue that the correspondence between recurrent networks and…

All

A Comparative Study of Rule Extraction for Recurrent Neural Networks

2018-01-16 · Qinglong Wang, Kaixuan Zhang, Alexander G. Ororbia II, Xinyu Xing 외

Understanding recurrent networks through rule extraction has a long history. This has taken on new interests due to the need for interpreting or verifying neural networks. One basic form for representing stateful rules i…

An HDP Model for Inducing Combinatory Categorial Grammars

2013-01-01 · TACL 2013 1 · Yonatan Bisk, Julia Hockenmaier

We introduce a novel nonparametric Bayesian model for the induction of Combinatory Categorial Grammars from POS-tagged text. It achieves state of the art performance on a number of languages, and induces linguistically p…

modelPOS

On the Computational Complexity and Formal Hierarchy of Second Order Recurrent Neural Networks

2023-09-26 · Ankur Mali, Alexander Ororbia, Daniel Kifer, Lee Giles

Artificial neural networks (ANNs) with recurrence and self-attention have been shown to be Turing-complete (TC). However, existing work has shown that these ANNs require multiple turns or unbounded computation time, even…

Unsupervised Induction of Tree Substitution Grammars for Dependency Parsing

2010-10-01 · Phil Blunsom, Trevor Cohn

Inducing a grammar directly from text is one of the oldest and most challenging tasks in Computational Linguistics. Significant progress has been made for inducing dependency grammars, however the models employed are ove…

Dependency Grammar InductionDependency ParsingUnsupervised Dependency Parsing