- A benchmark for systematic generalization in grounded language understanding,
icml2020. - Measuring Compositional Generalization: A comprehensive method on realistic data, ICLR 2020, Google Brain.
- They propose a realistic benchmark for evaluating compositional generalization on question answering task that 1) maximizes compound divergence, 2) mininizes atom divergence
- On Compositionality in Neural Machine Translation, 2019.
- Discuss two manifestations of compostionality in NMT:
- Productivity - the ability of the model to extend its predictions beyond the observed length in training data
- Systematicity - the ability of the model to systematically combine known parts and rules
- They find that
inadequate temporal processingin the form of poor encoder representations is a bottleneck for both productivity and systematicity. - They also propose simple pretraining mechanism which leads to significant BLEU improvement.
- Discuss two manifestations of compostionality in NMT:
- On Compositional Generalization of Neural Machine Translation,
acl2021.- "our compositional generalization test set consists of 2,160 novel compounds, with up to 5 atoms and 7 words [...] generalization ability can be evaluated based on compound translation error rate"
- Problem Definition: atoms, primitive elements in the train set whereas compounds are obtained by composing atoms; due to hardness of generating sentence-level compounds, the authors constrain compounds to syntactic constituents, and define atoms as basic semantic components in constituents, and assign randomly multiple sentential contexts for investigating each compounds.
- Test a model: train Transformer on standard benchmark, e.g. WMT17 En-Zh, test it on the constructed dataset, to see its performance on those compounds within the test sentence.
- Analysis: investigating factors - compound frequency, compound length, atom frequency, atom co-occurrence, linguistic factors, external context.
- The paradox of the compositionality of natural language: a neural machine translation case study, 2021.
- Question
- Methodology: testing systematicity, substitutivity, overgeneralization,
- Compositionality Decomposed: How doNeural Networks Generalise?, JAIR 2020.
- Collect different definitions of compositionality and translate them into five task-independent tests
- can models systematically combine known parts and rules?
- can models extends its prediction beyond the lengths in training set?
- are the model's composition operations local or global?
- can models' prediction be robust to synonym substitution (paraphrasing)?
- does the model favor rules or exceptions during training?
- Collect different definitions of compositionality and translate them into five task-independent tests
- On the Realization of Compositionality in Neural Networks, 2019.
- Compositional Generalization for Primitive Substitutions,
emnlp2019. - Compositional Generalization via Neural-Symbolic Stack Machines,
nips2020. - Compositional generalization in semantic parsing: Pre-training vs. specialized architectures, 2020.
- Location Attention for Extrapolation to Longer Sequences,
acl2020. - Compositional Generalization and Natural Language Variation: Can a Semantic Parsing Approach Handle Both?, 2020.
- Inducing Transformer's Compositional Generalization Ability via Auxiliary Sequence Prediction Tasks,
emnlp2021. - Making Transformers Solve Compositional Tasks, Google Research 2021.
- Unlocking Compositional Generalization in Pre-trained Models Using Intermediate Representations, 2021.
- Learning compositional rules via neural program synthesis, 2020.
- Learning data manipulation for augmentation and weighting,
nips2019. - Learning to recombine and resample data for compositional generalization,
iclr2020. - Good-Enough Compositional Data Augmentation,
acl2020. - Improving Compositional Generalization in Semantic Parsing, 2020.
- Neural Data Augmentation via Example Extrapolation, 2021.
- Revisiting Iterative Back-Translation from the Perspective of Compositional Generalization,
aaai2021.
- L-Shapley and C-Shapley: Efficient Model Interpretation for Structured Data, 2018.
- Compositional explanations of neurons,
nips2020. - Attention vs Non-attention for a Shapley-based Explanation Method,
naacl2021. - Syntactic Perturbations Reveal Representational Correlates of Hierarchical Phrase Structure in Pretrained Language Models, 2021.
- Compositional generalization in semantic parsing with pretrained transformers, 2021
pretraining. - Can Transformers Jump Around Right in Natural Language? Assessing Performance Transfer from SCAN, 2021
analysis - Symbolic Brittleness in Sequence Models: on Systematic Generalization in Symbolic Mathematics, 2021.