← Search

Alexandra Butoi

6 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
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

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…

2023

Efficient Algorithms for Recognizing Weighted Tree-Adjoining Languages

EMNLP 2023long main

The class of tree-adjoining languages can be characterized by various two-level formalisms, consisting of a context-free grammar (CFG) or pushdown automaton (PDA) controlling another CFG or PDA. These four formalisms are equivalent to tree-adjoining grammars (TAG), linear indexed grammars (LIG), pus…

Cited by 0SourceScholar
2022

Algorithms for Weighted Pushdown Automata

EMNLP 2022main

Weighted pushdown automata (WPDAs) are at the core of many natural language processing tasks, like syntax-based statistical machine translation and transition-based dependency parsing. As most existing dynamic programming algorithms are designed for context-free grammars (CFGs), algorithms for PDAs…