← Search

Satwik Bhattamishra

12 accepted papers

2026

Benefits and Limitations of Communication in Multi-Agent Reasoning

ICLR 2026poster

Chain-of-thought prompting has popularized step-by-step reasoning in large language models, yet model performance still degrades as problem complexity and context length grow. By decomposing difficult tasks with long contexts into shorter, manageable ones, recent multi-agent paradigms offer a promis…

Cited by 0SourcecodeScholar
2026

Discovering Interpretable Algorithms by Decompiling Transformers to RASP

ICML 2026poster

Recent work has shown that the computations of Transformers can be simulated in the RASP family of programming languages. These findings have enabled improved understanding of the expressive capacity and generalization abilities of Transformers. In particular, Transformers have been suggested to len…

Cited by 0SourceScholar
2025

A Formal Framework for Understanding Length Generalization in Transformers

ICLR 2025poster

A major challenge for transformers is generalizing to sequences longer than those observed during training. While previous works have empirically shown that transformers can either succeed or fail at length generalization depending on the task, theoretical understanding of this phenomenon remains li…

2024

Separations in the Representational Capabilities of Transformers and Recurrent Architectures

NeurIPS 2024poster

Transformer architectures have been widely adopted in foundation models. Due to their high inference costs, there is renewed interest in exploring the potential of efficient recurrent architectures (RNNs). In this paper, we analyze the differences in the representational capabilities of Transformers…

Cited by 7SourcePDFScholar
2024

Understanding In-Context Learning in Transformers and LLMs by Learning to Learn Discrete Functions

ICLR 2024oral

In order to understand the in-context learning phenomenon, recent works have adopted a stylized experimental framework and demonstrated that Transformers can match the performance of gradient-based learning algorithms for various classes of real-valued functions. However, the limitations of Transfor…

Cited by 44SourcePDFScholar
2023

MAGNIFICo: Evaluating the In-Context Learning Ability of Large Language Models to Generalize to Novel Interpretations

EMNLP 2023long main

Humans possess a remarkable ability to assign novel interpretations to linguistic expressions, enabling them to learn new words and understand community-specific connotations. However, Large Language Models (LLMs) have a knowledge cutoff and are costly to finetune repeatedly. Therefore, it is crucia…

Cited by 0SourcecodeScholar
2023

Simplicity Bias in Transformers and their Ability to Learn Sparse Boolean Functions

ACL 2023long

Despite the widespread success of Transformers on NLP tasks, recent works have found that they struggle to model several formal languages when compared to recurrent models. This raises the question of why Transformers perform well in practice and whether they have any properties that enable them to…

2022

Revisiting the Compositional Generalization Abilities of Neural Sequence Models

ACL 2022short

Compositional generalization is a fundamental trait in humans, allowing us to effortlessly combine known phrases to form novel sentences. Recent works have claimed that standard seq-to-seq models severely lack the ability to compositionally generalize. In this paper, we focus on one-shot primitive g…

2021

Are NLP Models really able to Solve Simple Math Word Problems?

NAACL 2021long

The problem of designing NLP solvers for math word problems (MWP) has seen sustained research activity and steady gains in the test accuracy. Since existing solvers achieve high performance on the benchmark datasets for elementary level MWPs containing one-unknown arithmetic word problems, such prob…

2020

On the Practical Ability of Recurrent Neural Networks to Recognize Hierarchical Languages

COLING 2020main

While recurrent models have been effective in NLP tasks, their performance on context-free languages (CFLs) has been found to be quite weak. Given that CFLs are believed to capture important phenomena such as hierarchical structure in natural languages, this discrepancy in performance calls for an e…