← Search

Tal Linzen

23 accepted papers

2025

Between Circuits and Chomsky: Pre-pretraining on Formal Languages Imparts Linguistic Biases

ACL 2025long

Pretraining language models on formal language can improve their acquisition of natural language. Which features of the formal language impart an inductive bias that leads to effective transfer? Drawing on insights from linguistics and complexity theory, we hypothesize that effective transfer occurs…

Cited by 0SourcePDFScholar
2025

Emergence of Linear Truth Encodings in Language Models

NeurIPS 2025poster

Recent probing studies reveal that large language models exhibit linear subspaces that separate true from false statements, yet the mechanism behind their emergence is unclear. We introduce a transparent, one-layer transformer toy model that reproduces such truth subspaces end-to-end and exposes one…

Cited by 0SourceScholar
2025

What Goes Into a LM Acceptability Judgment? Rethinking the Impact of Frequency and Length

NAACL 2025long

When comparing the linguistic capabilities of language models (LMs) with humans using LM probabilities, factors such as the length of the sequence and the unigram frequency of lexical items have a significant effect on LM probabilities in ways that humans are largely robust to. Prior works in compar…

2024

A Systematic Comparison of Syllogistic Reasoning in Humans and Language Models

NAACL 2024long

A central component of rational behavior is logical inference: the process of determining which conclusions follow from a set of premises. Psychologists have documented several ways in which humans’ inferences deviate from the rules of logic. Do language models, which are trained on text generated b…

2024

Can You Learn Semantics Through Next-Word Prediction? The Case of Entailment

ACL 2024findings

Do LMs infer the semantics of text from co-occurrence patterns in their training data? Merrill et al. (2022) argue that, in theory, sentence co-occurrence probabilities predicted by an optimal LM should reflect the entailment relationship of the constituent sentences, but it is unclear whether proba…

2024

In-context Learning Generalizes, But Not Always Robustly: The Case of Syntax

NAACL 2024long

In-context learning (ICL) is now a common method for teaching large language models (LLMs) new tasks: given labeled examples in the input context, the LLM learns to perform the task without weight updates. Do models guided via ICL infer the underlying structure of the task defined by the context, or…

2024

The Impact of Depth on Compositional Generalization in Transformer Language Models

NAACL 2024long

To process novel sentences, language models (LMs) must generalize compositionally—combine familiar elements in new ways. What aspects of a model’s structure promote compositional generalization? Focusing on transformers, we test the hypothesis, motivated by theoretical and empirical work, that deepe…

Cited by 10SourcePDFScholar
2023

A Language Model with Limited Memory Capacity Captures Interference in Human Sentence Processing

EMNLP 2023long findings

Two of the central factors believed to underpin human sentence processing difficulty are expectations and retrieval from working memory. A recent attempt to create a unified cognitive model integrating these two factors have relied on the parallels between the self-attention mechanism of transformer…

Cited by 0SourceScholar
2023

How poor is the stimulus? Evaluating hierarchical generalization in neural networks trained on child-directed speech

ACL 2023long

When acquiring syntax, children consistently choose hierarchical rules over competing non-hierarchical possibilities. Is this preference due to a learning bias for hierarchical structure, or due to more general biases that interact with hierarchical cues in children’s linguistic input? We explore th…

2023

How to Plant Trees in Language Models: Data and Architectural Effects on the Emergence of Syntactic Inductive Biases

ACL 2023long

Accurate syntactic representations are essential for robust generalization in natural language. Recent work has found that pre-training can teach language models to rely on hierarchical syntactic features—as opposed to incorrect linear features—when performing tasks after fine-tuning. We test what a…

2023

SLOG: A Structural Generalization Benchmark for Semantic Parsing

EMNLP 2023long main

The goal of compositional generalization benchmarks is to evaluate how well models generalize to new complex linguistic expressions. Existing benchmarks often focus on lexical generalization, the interpretation of novel lexical items in syntactic structures familiar from training; structural general…

Cited by 0SourcecodeScholar
2023

Verb Conjugation in Transformers Is Determined by Linear Encodings of Subject Number

EMNLP 2023short findings

Deep architectures such as Transformers are sometimes criticized for having uninterpretable "black-box" representations. We use causal intervention analysis to show that, in fact, some linguistic features are represented in a linear, interpretable format. Specifically, we show that BERT's ability to…

Cited by 0SourcecodeScholar
2022

Coloring the Blank Slate: Pre-training Imparts a Hierarchical Inductive Bias to Sequence-to-sequence Models

ACL 2022findings

Relations between words are governed by hierarchical structure rather than linear ordering. Sequence-to-sequence (seq2seq) models, despite their success in downstream NLP applications, often fail to generalize in a hierarchy-sensitive manner when performing syntactic transformations—for example, tra…

2022

Improving Compositional Generalization with Latent Structure and Data Augmentation

NAACL 2022long

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 compositionality to such black-box neural models for several semantic parsing tas…

2022

The MultiBERTs: BERT Reproductions for Robustness Analysis

ICLR 2022spotlight

Experiments with pre-trained models such as BERT are often based on a single checkpoint. While the conclusions drawn apply to the artifact tested in the experiment (i.e., the particular instance of the model), it is not always clear whether they hold for the more general procedure which includes the…

2022

When a sentence does not introduce a discourse entity, Transformer-based models still sometimes refer to it

NAACL 2022long

Understanding longer narratives or participating in conversations requires tracking of discourse entities that have been mentioned. Indefinite noun phrases (NPs), such as ‘a dog’, frequently introduce discourse entities but this behavior is modulated by sentential operators such as negation. For exa…

2021

Causal Analysis of Syntactic Agreement Mechanisms in Neural Language Models

ACL 2021long

Targeted syntactic evaluations have demonstrated the ability of language models to perform subject-verb agreement given difficult contexts. To elucidate the mechanisms by which the models accomplish this behavior, this study applies causal mediation analysis to pre-trained neural language models. We…

2021

Does Putting a Linguist in the Loop Improve NLU Data Collection?

EMNLP 2021finding

Many crowdsourced NLP datasets contain systematic artifacts that are identified only after data collection is complete. Earlier identification of these issues should make it easier to create high-quality training and evaluation data. We attempt this by evaluating protocols in which expert linguists…

Cited by 46SourcePDFScholar
2021

Frequency Effects on Syntactic Rule Learning in Transformers

EMNLP 2021main

Pre-trained language models perform well on a variety of linguistic tasks that require symbolic reasoning, raising the question of whether such models implicitly represent abstract symbols and rules. We investigate this question using the case study of BERT’s performance on English subject–verb agre…

2019

RNNs implicitly implement tensor-product representations

ICLR 2019poster

Recurrent neural networks (RNNs) can learn continuous vector representations of symbolic structures such as sequences and sentences; these representations often exhibit linear regularities (analogies). Such regularities motivate our hypothesis that RNNs that show such regularities implicitly compil…