paper-with-me

홈 › Papers

Comparing Top-Down and Bottom-Up Neural Generative Dependency Models

2019-11-01 · CONLL 2019 11 · Austin Matthews, Graham Neubig, Chris Dyer

Recurrent neural network grammars generate sentences using phrase-structure syntax and perform very well on both parsing and language modeling. To explore whether generative dependency models are similarly effective, we propose two new generative models of dependency syntax. Both models use recurrent neural nets to avoid making explicit independence assumptions, but they differ in the order used to construct the trees: one builds the tree bottom-up and the other top-down, which profoundly changes the estimation problem faced by the learner. We evaluate the two models on three typologically different languages: English, Arabic, and Japanese. While both generative models improve parsing performance over a discriminative baseline, they are significantly less effective than non-syntactic LSTM language models. Surprisingly, little difference between the construction orders is observed for either parsing or language modeling.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Comparing Bottom-Up and Top-Down Steering Approaches on In-Context Learning Tasks

2024-11-11 · Madeline Brumley, Joe Kwon, David Krueger, Dmitrii Krasheninnikov 외

A key objective of interpretability research on large language models (LLMs) is to develop methods for robustly steering models toward desired behaviors. To this end, two distinct approaches to interpretability -- ``bott…

In-Context Learning

Dependency Parsing with Bottom-up Hierarchical Pointer Networks

2021-05-20 · Daniel Fernández-González, Carlos Gómez-Rodríguez

Dependency parsing is a crucial step towards deep language understanding and, therefore, widely demanded by numerous Natural Language Processing applications. In particular, left-to-right and top-down transition-based al…

Dependency ParsingSentence

Variational Autoencoders with Jointly Optimized Latent Dependency Structure

2019-05-01 · ICLR 2019 5 · Jiawei He, Yu Gong, Joseph Marino, Greg Mori 외

We propose a method for learning the dependency structure between latent variables in deep latent variable models. Our general modeling and inference framework combines the complementary strengths of deep generative mod…

Bidirectional Helmholtz Machines

2015-06-12 · Jorg Bornschein, Samira Shabanian, Asja Fischer, Yoshua Bengio

Efficient unsupervised training and inference in deep generative models remains a challenging problem. One basic approach, called Helmholtz machine, involves training a top-down directed generative model together with a …

Long Document Summarization with Top-down and Bottom-up Inference

2022-03-15 · Bo Pang, Erik Nijkamp, Wojciech Kryściński, Silvio Savarese 외

Text summarization aims to condense long documents and retain key information. Critical to the success of a summarization model is the faithful inference of latent representations of words or tokens in the source documen…

Text Summarization