paper-with-me

Papers

Compositional generalization in a deep seq2seq model by separating syntax and semantics

2019-04-22 · Jake Russin, Jason Jo, Randall C. O'Reilly, Yoshua Bengio

Standard methods in deep learning for natural language processing fail to capture the compositional structure of human language that allows for systematic generalization outside of the training distribution. However, human learners readily generalize in this way, e.g. by applying known grammatical rules to novel words. Inspired by work in neuroscience suggesting separate brain systems for syntactic and semantic processing, we implement a modification to standard approaches in neural machine translation, imposing an analogous separation. The novel model, which we call Syntactic Attention, substantially outperforms standard methods in deep learning on the SCAN dataset, a compositional generalization task, without any hand-engineered features or additional supervision. Our work suggests that separating syntactic from semantic learning may be a useful heuristic for capturing compositional structure.

📄 PDF Abstract BibTeX arXiv:1904.09708

Code (1)

jlrussin/syntactic_attention pytorch

Tasks

Deep LearningMachine TranslationSystematic GeneralizationTranslation

Similar Papers 제목 키워드 기반

Compositional Neural Machine Translation by Removing the Lexicon from Syntax

2020-02-06 · Tristan Thrush

The meaning of a natural language utterance is largely determined from its syntax and words. Additionally, there is evidence that humans process an utterance by separating knowledge about the lexicon from syntax knowledg…

DecoderMachine TranslationSemantic ParsingTranslation

Layer-wise Representation Fusion for Compositional Generalization

2023-07-20 · Yafang Zheng, Lei Lin, Shuangtao Li, Yuxuan Yuan 외

Existing neural models are demonstrated to struggle with compositional generalization (CG), i.e., the ability to systematically generalize to unseen compositions of seen components. A key reason for failure on CG is that…

Decoder

Compositional Generalization Requires Compositional Parsers

2022-02-24 · Pia Weißenhorn, Yuekun Yao, Lucia Donatelli, Alexander Koller

A rapidly growing body of research on compositional generalization investigates the ability of a semantic parser to dynamically recombine linguistic elements seen in training into unseen sequences. We present a systemati…

The Role of Syntax in Vector Space Models of Compositional Semantics

2013-08-01 · ACL 2013 8 · Karl Moritz Hermann, Phil Blunsom
Semantic Composition

A Neural Compositional Paradigm for Image Captioning

2018-10-23 · NeurIPS 2018 12 · Bo Dai, Sanja Fidler, Dahua Lin

Mainstream captioning models often follow a sequential structure to generate captions, leading to issues such as introduction of irrelevant semantics, lack of diversity in the generated captions, and inadequate generaliz…

DiversityImage Captioning