paper-with-me

Papers

What they do when in doubt: a study of inductive biases in seq2seq learners

2020-06-26 · ICLR 2021 1 · Eugene Kharitonov, Rahma Chaabouni

Sequence-to-sequence (seq2seq) learners are widely used, but we still have only limited knowledge about what inductive biases shape the way they generalize. We address that by investigating how popular seq2seq learners generalize in tasks that have high ambiguity in the training data. We use SCAN and three new tasks to study learners' preferences for memorization, arithmetic, hierarchical, and compositional reasoning. Further, we connect to Solomonoff's theory of induction and propose to use description length as a principled and sensitive measure of inductive biases. In our experimental study, we find that LSTM-based learners can learn to perform counting, addition, and multiplication by a constant from a single training example. Furthermore, Transformer and LSTM-based learners show a bias toward the hierarchical induction over the linear one, while CNN-based learners prefer the opposite. On the SCAN dataset, we find that CNN-based, and, to a lesser degree, Transformer- and LSTM-based learners have a preference for compositional generalization over memorization. Finally, across all our experiments, description length proved to be a sensitive measure of inductive biases.

📄 PDF Abstract BibTeX arXiv:2006.14953

Code (1)

facebookresearch/FIND pytorch

Tasks

Memorization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Dubito Ergo Sum: Exploring AI Ethics

2025-03-09 · Viktor Dorfler, Giles Cuthbert

We paraphrase Descartes' famous dictum in the area of AI ethics where the "I doubt and therefore I am" is suggested as a necessary aspect of morality. Therefore AI, which cannot doubt itself, cannot possess moral agency.…

Ethics

What Has a Foundation Model Found? Using Inductive Bias to Probe for World Models

2025-07-09 · Keyon Vafa, Peter G. Chang, Ashesh Rambachan, Sendhil Mullainathan

Foundation models are premised on the idea that sequence prediction can uncover deeper domain understanding, much like how Kepler's predictions of planetary motion later led to the discovery of Newtonian mechanics. Howev…

Inductive Bias

What Structural Inductive Bias Helps Transformers Reason Over Knowledge Graphs? A Study with Tabula RASA

2026-02-02 · Jonas Petersen, Camilla Mazzoleni, Gian-Alessandro Lombardi, Federico Martelli 외 arxiv

What structural inductive bias helps transformers reason over knowledge graphs? Through controlled ablations of a minimal transformer modification with four independently removable components (sparse adjacency masking, e…

Knowledge Graphs

The in-context inductive biases of vision-language models differ across modalities

2025-02-03 · Kelsey Allen, Ishita Dasgupta, Eliza Kosoy, Andrew K. Lampinen

Inductive biases are what allow learners to make guesses in the absence of conclusive evidence. These biases have often been studied in cognitive science using concepts or categories -- e.g. by testing how humans general…

In-Context Learning

What hackers talk about when they talk about AI: Early-stage diffusion of a cybercrime innovation

2026-02-16 · Benoît Dupont, Chad Whelan, Serge-Olivier Paquette arxiv

The rapid expansion of artificial intelligence (AI) is raising concerns about its potential to transform cybercrime. Beyond empowering novice offenders, AI stands to intensify the scale and sophistication of attacks by s…