paper-with-me

홈 › Papers

Learning to Recombine and Resample Data for Compositional Generalization

2020-10-08 · ICLR 2021 1 · Ekin Akyürek, Afra Feyza Akyürek, Jacob Andreas

Flexible neural sequence models outperform grammar- and automaton-based counterparts on a variety of tasks. However, neural models perform poorly in settings requiring compositional generalization beyond the training data -- particularly to rare or unseen subsequences. Past work has found symbolic scaffolding (e.g. grammars or automata) essential in these settings. We describe R&R, a learned data augmentation scheme that enables a large category of compositional generalizations without appeal to latent symbolic structure. R&R has two components: recombination of original training examples via a prototype-based generative model and resampling of generated examples to encourage extrapolation. Training an ordinary neural sequence model on a dataset augmented with recombined and resampled examples significantly improves generalization in two language processing problems -- instruction following (SCAN) and morphological analysis (SIGMORPHON 2018) -- where R&R enables learning of new constructions and tenses from as few as eight initial examples.

📄 PDF Abstract BibTeX arXiv:2010.03706

Code (1)

ekinakyurek/compgen 공식 구현

Tasks

Data AugmentationInstruction FollowingMorphological Analysis

Similar Papers 제목 키워드 기반

Rearranging the Familiar: Testing Compositional Generalization in Recurrent Networks

2018-07-19 · WS 2018 11 · João Loula, Marco Baroni, Brenden M. Lake

Systematic compositionality is the ability to recombine meaningful units with regular and predictable outcomes, and it's seen as key to humans' capacity for generalization in language. Recent work has studied systematic …

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…

Compositional Generalization by Learning Analytical Expressions

2020-06-18 · NeurIPS 2020 12 · Qian Liu, Shengnan An, Jian-Guang Lou, Bei Chen 외

Compositional generalization is a basic and essential intellective capability of human beings, which allows us to recombine known parts readily. However, existing neural network based models have been proven to be extrem…

Hierarchical Reinforcement Learning

Improving Compositional Generalization with Latent Structure and Data Augmentation

2021-12-14 · NAACL 2022 7 · Linlu Qiu, Peter Shaw, Panupong Pasupat, Paweł Krzysztof Nowak 외

Generic unstructured neural networks have been shown to struggle on out-of-distribution compositional generalization. Compositional data augmentation via example recombination has transferred some prior knowledge about c…

Data AugmentationDiagnosticSemantic Parsing

Think before you act: A simple baseline for compositional generalization

2020-09-29 · Christina Heinze-Deml, Diane Bouchacourt

Contrarily to humans who have the ability to recombine familiar expressions to create novel ones, modern neural networks struggle to do so. This has been emphasized recently with the introduction of the benchmark dataset…