paper-with-me

Papers

Does syntax need to grow on trees? Sources of hierarchical inductive bias in sequence-to-sequence networks

2020-01-10 · TACL 2020 1 · R. Thomas McCoy, Robert Frank, Tal Linzen

Learners that are exposed to the same training data might generalize differently due to differing inductive biases. In neural network models, inductive biases could in theory arise from any aspect of the model architecture. We investigate which architectural factors affect the generalization behavior of neural sequence-to-sequence models trained on two syntactic tasks, English question formation and English tense reinflection. For both tasks, the training set is consistent with a generalization based on hierarchical structure and a generalization based on linear order. All architectural factors that we investigated qualitatively affected how models generalized, including factors with no clear connection to hierarchical structure. For example, LSTMs and GRUs displayed qualitatively different inductive biases. However, the only factor that consistently contributed a hierarchical bias across tasks was the use of a tree-structured model rather than a model with sequential recurrence, suggesting that human-like syntactic generalization requires architectural syntactic structure.

📄 PDF Abstract BibTeX arXiv:2001.03632

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Inducing Grammars with and for Neural Machine Translation

2018-05-28 · ACL 2018 7 · Ke Tran, Yonatan Bisk

Machine translation systems require semantic knowledge and grammatical understanding. Neural machine translation (NMT) systems often assume this information is captured by an attention mechanism and a decoder that ensure…

DecoderMachine TranslationNMTTranslation

PSIMiner: A Tool for Mining Rich Abstract Syntax Trees from Code

2021-03-23 · Egor Spirin, Egor Bogomolov, Vladimir Kovalenko, Timofey Bryksin

The application of machine learning algorithms to source code has grown in the past years. Since these algorithms are quite sensitive to input data, it is not surprising that researchers experiment with input representat…

Method name prediction

Getting More Out Of Syntax with PropS

2016-03-04 · Gabriel Stanovsky, Jessica Ficler, Ido Dagan, Yoav Goldberg

Semantic NLP applications often rely on dependency trees to recognize major elements of the proposition structure of sentences. Yet, while much semantic structure is indeed expressed by syntax, many phenomena are not eas…

Open Information Extraction

Strongly Incremental Constituency Parsing with Graph Neural Networks

2020-10-27 · NeurIPS 2020 12 · Kaiyu Yang, Jia Deng

Parsing sentences into syntax trees can benefit downstream applications in NLP. Transition-based parsers build trees by executing actions in a state transition system. They are computationally efficient, and can leverage…

Constituency ParsingGraph Neural NetworkSentence

Inducing Syntactic Trees from BERT Representations

2019-06-27 · Rudolf Rosa, David Mareček

We use the English model of BERT and explore how a deletion of one word in a sentence changes representations of other words. Our hypothesis is that removing a reducible word (e.g. an adjective) does not affect the repre…

Language ModelingLanguage ModellingSentence