paper-with-me

홈 › Papers

Mutual Exclusivity Training and Primitive Augmentation to Induce Compositionality

2022-11-28 · Yichen Jiang, Xiang Zhou, Mohit Bansal

Recent datasets expose the lack of the systematic generalization ability in standard sequence-to-sequence models. In this work, we analyze this behavior of seq2seq models and identify two contributing factors: a lack of mutual exclusivity bias (i.e., a source sequence already mapped to a target sequence is less likely to be mapped to other target sequences), and the tendency to memorize whole examples rather than separating structures from contents. We propose two techniques to address these two issues respectively: Mutual Exclusivity Training that prevents the model from producing seen generations when facing novel, unseen examples via an unlikelihood-based loss; and prim2primX data augmentation that automatically diversifies the arguments of every syntactic function to prevent memorizing and provide a compositional inductive bias without exposing test-set data. Combining these two techniques, we show substantial empirical improvements using standard sequence-to-sequence models (LSTMs and Transformers) on two widely-used compositionality datasets: SCAN and COGS. Finally, we provide analysis characterizing the improvements as well as the remaining challenges, and provide detailed ablations of our method. Our code is available at https://github.com/owenzx/met-primaug

📄 PDF Abstract BibTeX arXiv:2211.15578

Code (1)

owenzx/met-primaug 공식 구현 pytorch

Tasks

Data AugmentationInductive BiasSystematic Generalization

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Mutual exclusivity as a challenge for deep neural networks

2019-06-24 · NeurIPS 2020 12 · Kanishk Gandhi, Brenden M. Lake

Strong inductive biases allow children to learn in fast and adaptable ways. Children use the mutual exclusivity (ME) bias to help disambiguate how words map to referents, assuming that if an object has one label then it …

Lifelong learningMachine TranslationObject RecognitionTranslation

Deep daxes: Mutual exclusivity arises through both learning biases and pragmatic strategies in neural networks

2020-04-08 · Kristina Gulordava, Thomas Brochhagen, Gemma Boleda

Children's tendency to associate novel words with novel referents has been taken to reflect a bias toward mutual exclusivity. This tendency may be advantageous both as (1) an ad-hoc referent selection heuristic to single…

BeWith: A Between-Within Method to Discover Relationships between Cancer Modules via Integrated Analysis of Mutual Exclusivity, Co-occurrence and Functional Interactions

2017-04-28

The analysis of the mutational landscape of cancer, including mutual exclusivity and co-occurrence of mutations, has been instrumental in studying the disease. We hypothesized that exploring the interplay between co-occu…

Low-shot Object Learning with Mutual Exclusivity Bias

2023-12-06 · NeurIPS 2023 11 · Anh Thai, Ahmad Humayun, Stefan Stojanov, Zixuan Huang 외

This paper introduces Low-shot Object Learning with Mutual Exclusivity Bias (LSME), the first computational framing of mutual exclusivity bias, a phenomenon commonly observed in infants during word learning. We provide a…

Object

TiMEx: A Waiting Time Model for Mutually Exclusive Groups of Cancer Alterations

2015-10-27

Despite recent technological advances in genomic sciences, our understanding of cancer progression and its driving genetic alterations remains incomplete. Here, we introduce TiMEx, a generative probabilistic model for de…

Computational Efficiency