paper-with-me

Papers

Deep RNNs Encode Soft Hierarchical Syntax

2018-05-11 · ACL 2018 7 · Terra Blevins, Omer Levy, Luke Zettlemoyer

We present a set of experiments to demonstrate that deep recurrent neural networks (RNNs) learn internal representations that capture soft hierarchical notions of syntax from highly varied supervision. We consider four syntax tasks at different depths of the parse tree; for each word, we predict its part of speech as well as the first (parent), second (grandparent) and third level (great-grandparent) constituent labels that appear above it. These predictions are made from representations produced at different depths in networks that are pretrained with one of four objectives: dependency parsing, semantic role labeling, machine translation, or language modeling. In every case, we find a correspondence between network depth and syntactic depth, suggesting that a soft syntactic hierarchy emerges. This effect is robust across all conditions, indicating that the models encode significant amounts of syntax even in the absence of an explicit syntactic training supervision.

📄 PDF Abstract BibTeX arXiv:1805.04218

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingLanguage ModelingLanguage ModellingMachine TranslationSemantic Role LabelingTranslation

Similar Papers 제목 키워드 기반

Can RNNs trained on harder subject-verb agreement instances still perform well on easier ones?

2020-10-10 · SCiL 2021 2 · Hritik Bansal, Gantavya Bhatt, Sumeet Agarwal

Previous work suggests that RNNs trained on natural language corpora can capture number agreement well for simple sentences but perform less well when sentences contain agreement attractors: intervening nouns between the…

Inductive Bias

Encodings of Source Syntax: Similarities in NMT Representations Across Target Languages

2020-05-17 · WS 2020 7 · Tyler A. Chang, Anna N. Rafferty

We train neural machine translation (NMT) models from English to six target languages, using NMT encoder representations to predict ancestor constituent labels of source language words. We find that NMT encoders learn si…

Machine TranslationNMTTranslation

RNNs can generate bounded hierarchical languages with optimal memory

2020-10-15 · EMNLP 2020 11 · John Hewitt, Michael Hahn, Surya Ganguli, Percy Liang 외

Recurrent neural networks empirically generate natural language with high syntactic fidelity. However, their success is not well-understood theoretically. We provide theoretical insight into this success, proving in a fi…

Towards Better Modeling Hierarchical Structure for Self-Attention with Ordered Neurons

2019-09-04 · IJCNLP 2019 11 · Jie Hao, Xing Wang, Shuming Shi, Jinfeng Zhang 외

Recent studies have shown that a hybrid of self-attention networks (SANs) and recurrent neural networks (RNNs) outperforms both individual architectures, while not much is known about why the hybrid models work. With the…

Inductive BiasMachine TranslationTranslation

Graph Convolutional Encoders for Syntax-aware Neural Machine Translation

2017-04-15 · EMNLP 2017 9 · Jasmijn Bastings, Ivan Titov, Wilker Aziz, Diego Marcheggiani 외

We present a simple and effective approach to incorporating syntactic structure into neural attention-based encoder-decoder models for machine translation. We rely on graph-convolutional networks (GCNs), a recent class o…

DecoderMachine TranslationTranslation