paper-with-me

홈 › 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 compositionality in modern seq2seq models using generalization to novel navigation instructions in a grounded environment as a probing tool, requiring models to quickly bootstrap the meaning of new words. We extend this framework here to settings where the model needs only to recombine well-trained functional words (such as "around" and "right") in novel contexts. Our findings confirm and strengthen the earlier ones: seq2seq models can be impressively good at generalizing to novel combinations of previously-seen input, but only when they receive extensive training on the specific pattern to be generalized (e.g., generalizing from many examples of "X around right" to "jump around right"), while failing when generalization requires novel application of compositional rules (e.g., inferring the meaning of "around right" from those of "right" and "around").

📄 PDF Abstract BibTeX arXiv:1807.07545

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh 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 제목 키워드 기반

COGS: A Compositional Generalization Challenge Based on Semantic Interpretation

2020-10-12 · EMNLP 2020 11 · Najoung Kim, Tal Linzen

Natural language is characterized by compositionality: the meaning of a complex expression is constructed from the meanings of its constituent parts. To facilitate the evaluation of the compositional abilities of languag…

PositionSemantic Parsing

Learning Compositional Latent Structure with Vector Networks

2026-05-27 · Niclas Pokel, Benjamin F. Grewe arxiv

Deep networks are powerful function approximators, but they typically store many different computations in shared weight matrices, making it difficult to selectively reuse or adapt parts of them when a familiar structure…

A Benchmark for Systematic Generalization in Grounded Language Understanding

2020-03-11 · NeurIPS 2020 12 · Laura Ruis, Jacob Andreas, Marco Baroni, Diane Bouchacourt 외

Humans easily interpret expressions that describe unfamiliar situations composed from familiar parts ("greet the pink brontosaurus by the ferris wheel"). Modern neural networks, by contrast, struggle to interpret novel c…

Systematic Generalization

Representational Homomorphism Predicts and Improves Compositional Generalization In Transformer Language Model

2026-01-26 · Zhiyu An, Wan Du arxiv

Compositional generalization-the ability to interpret novel combinations of familiar components-remains a persistent challenge for neural networks. Behavioral evaluations reveal \emph{when} models fail but offer limited …

When does compositional structure yield compositional generalization? A kernel theory

2024-05-26 · Samuel Lippl, Kim Stachenfeld

Compositional generalization (the ability to respond correctly to novel combinations of familiar components) is thought to be a cornerstone of intelligent behavior. Compositionally structured (e.g. disentangled) represen…

MemorizationRepresentation Learning