paper-with-me

홈 › Papers

Recurrent Neural Network Grammars

2016-02-25 · NAACL 2016 6 · Chris Dyer, Adhiguna Kuncoro, Miguel Ballesteros, Noah A. Smith

We introduce recurrent neural network grammars, probabilistic models of sentences with explicit phrase structure. We explain efficient inference procedures that allow application to both parsing and language modeling. Experiments show that they provide better parsing in English than any single previously published supervised generative model and better language modeling than state-of-the-art sequential RNNs in English and Chinese.

📄 PDF Abstract BibTeX arXiv:1602.07776

Code (6)

clab/rnng 공식 구현
Psarpei/Recognition-of-logical-document-structures
dpfried/rnng-bert tf
gofortargets/rnng
tempra28/nmtrnng tf
yv/rnng

Tasks

Constituency ParsingLanguage ModelingLanguage Modelling

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…

Learning Argument Structures with Recurrent Neural Network Grammars

2022-02-01 · SCiL 2022 2 · Ryo Yoshida, Yohei Oseki

Verification of Recurrent Neural Networks Through Rule Extraction

2018-11-14 · Qinglong Wang, Kaixuan Zhang, Xue Liu, C. Lee Giles

The verification problem for neural networks is verifying whether a neural network will suffer from adversarial samples, or approximating the maximal allowed scale of adversarial perturbation that can be endured. While m…

What Do Recurrent Neural Network Grammars Learn About Syntax?

2016-11-17 · EACL 2017 4 · Adhiguna Kuncoro, Miguel Ballesteros, Lingpeng Kong, Chris Dyer 외

Recurrent neural network grammars (RNNG) are a recently proposed probabilistic generative modeling family for natural language. They show state-of-the-art language modeling and parsing performance. We investigate what in…

Constituency ParsingDependency ParsingLanguage ModelingLanguage Modelling