← Search

Anej Svete

22 accepted papers

2026

A Framework for Understanding Learnability in Transformers

ICML 2026poster

Transformers consistently fail to learn certain simple functions such as Parity---which returns whether the input has an even number of ones---even when they can provably compute them with specific parameter settings. This gap between *learnability* and *expressivity* is particularly prominent for s…

Cited by 0SourceScholar
2026

Causally Evaluating the Learnability of Formal Language Tasks

ICML 2026poster

Large language models (LLMs) trained on natural language data are capable of translating between languages, predict chess moves, and write poetry. Performance on a given task depends on directly relevant training data, yet confounders abound: data in related languages has been shown to help low-reso…

Cited by 0SourceScholar
2026

Probability Distributions Computed by Autoregressive Transformers

ICLR 2026poster

Most expressivity results for transformers treat them as language recognizers (which accept or reject strings), and not as they are used in practice, as language models (which generate strings autoregressively and probabilistically). We characterize the probability distributions that transformer lan…

Cited by 0SourceScholar
2026

Revisiting Padded Transformer Expressivity: Which Architectural Choices Matter and Which Don't

ICML 2026poster

Recent work describes what transformers can and cannot compute through connections to boolean circuits, but existing results lack exact characterizations and are sensitive to modeling choices. Padded transformers---whose input is padded with filler symbols such as ``...''---emerge as a useful gadget…

Cited by 0SourceScholar
2025

Gumbel Counterfactual Generation From Language Models

ICLR 2025poster

Understanding and manipulating the causal generation mechanisms in language models is essential for controlling their behavior. Previous work has primarily relied on techniques such as representation surgery---e.g., model ablations or manipulation of linear subspaces tied to specific concepts---to i…

2025

Information Locality as an Inductive Bias for Neural Language Models

ACL 2025long

Inductive biases are inherent in every machine learning system, shaping how models generalize from finite data. In the case of neural language models (LMs), debates persist as to whether these biases align with or diverge from human processing constraints. To address this issue, we propose a quantit…

2025

Training Neural Networks as Recognizers of Formal Languages

ICLR 2025poster

Characterizing the computational power of neural network architectures in terms of formal language theory remains a crucial line of research, as it describes lower and upper bounds on the reasoning capabilities of modern AI. However, when empirically testing these bounds, existing work often leaves…

Cited by 1SourcePDFScholar
2024

An L* Algorithm for Deterministic Weighted Regular Languages

EMNLP 2024main

Extracting finite state automata (FSAs) fromblack-box models offers a powerful approachto gaining interpretable insights into complexmodel behaviors. To support this pursuit, wepresent a weighted variant of Angluin’s (1987)L* algorithm for learning FSAs. We stay faithful to the original formulation,…

2024

Can Transformers Learn n-gram Language Models?

EMNLP 2024main

Much theoretical work has described the ability of transformers to represent formal languages. However, linking theoretical results to empirical performance is not straightforward due to the complex interplay between the architecture, the learning algorithm, and training data. To test whether theore…

2024

Lower Bounds on the Expressivity of Recurrent Neural Language Models

NAACL 2024long

The recent successes and spread of large neural language models (LMs) call for a thorough understanding of their abilities. Describing their abilities through LMs’ representational capacity is a lively area of research. Investigations of the representational capacity of neural LMs have predominantly…

2024

On Affine Homotopy between Language Encoders

NeurIPS 2024poster

Pre-trained language encoders---functions that represent text as vectors---are an integral component of many NLP tasks. We tackle a natural question in language encoder analysis: What does it mean for two encoders to be similar? We contend that a faithful measure of similarity needs to be \e…

Cited by 0SourcePDFScholar
2024

On the Representational Capacity of Neural Language Models with Chain-of-Thought Reasoning

ACL 2024long

The performance of modern language models (LMs) has been improved by chain-of-thought (CoT) reasoning, i.e., the process of generating intermediate results that guide the model towards a final answer. A possible explanation for this improvement is that CoT reasoning extends an LM’s computational pow…

2024

The Role of n-gram Smoothing in the Age of Neural Networks

NAACL 2024long

For nearly three decades, language models derived from the n-gram assumption held the state of the art on the task. The key to their success lay in the application of various smoothing techniques that served to combat overfitting. However, when neural language models toppled n-gram models as the bes…

2024

What Languages are Easy to Language-Model? A Perspective from Learning Probabilistic Regular Languages

ACL 2024long

What can large language models learn? By definition, language models (LM) are distributionsover strings. Therefore, an intuitive way of addressing the above question is to formalize it as a matter of learnability of classes of distributions over strings. While prior work in this direction focused on…

Cited by 9SourcePDFScholar
2023

On the Representational Capacity of Recurrent Neural Language Models

EMNLP 2023long main

This work investigates the computational expressivity of language models (LMs) based on recurrent neural networks (RNNs). Siegelmann and Sontag (1992) famously showed that RNNs with rational weights and hidden states and unbounded computation time are Turing complete. However, LMs define weighting…

Cited by 0SourcecodeScholar
2022

Algorithms for Acyclic Weighted Finite-State Automata with Failure Arcs

EMNLP 2022main

Weighted finite-state automata (WSFAs) arecommonly used in NLP. Failure transitions area useful extension for compactly representingbackoffs or interpolation in n-gram modelsand CRFs, which are special cases of WFSAs.Unfortunately, applying standard algorithmsfor computing the pathsum requires expan…