← Search

Rina Panigrahy

13 accepted papers

2026

Latent Concept Disentanglement in Transformer-based Language Models

ICLR 2026poster

When large language models (LLMs) use in-context learning (ICL) to solve a new task, they must infer latent concepts from demonstration examples. This raises the question of whether and how transformers represent latent structures as part of their computation. Our work experiments with several contr…

Cited by 0SourceScholar
2026

Universal Model Routing for Efficient LLM Inference

ICLR 2026poster

Model routing is a simple technique for reducing the inference cost of large language models (LLMs), wherein one maintains a pool of candidate LLMs, and learns to route each prompt to the smallest feasible LLM. Existing works focus on learning a router for a fixed pool of LLMs. In this paper, we con…

Cited by 0SourceScholar
2025

A Implies B: Circuit Analysis in LLMs for Propositional Logical Reasoning

NeurIPS 2025spotlight

Due to the size and complexity of modern large language models (LLMs), it has proven challenging to uncover the underlying mechanisms that models use to solve reasoning problems. For instance, is their reasoning for a specific problem localized to certain parts of the network? Do they break down the…

Cited by 0SourceScholar
2024

Causal language modeling can elicit search and reasoning capabilities on logic puzzles

NeurIPS 2024poster

Causal language modeling using the Transformer architecture has yielded remarkable capabilities in Large Language Models (LLMs) over the last few years. However, the extent to which fundamental search and reasoning capabilities emerged within LLMs remains a topic of ongoing debate. In this work, we…

2023

Alternating Updates for Efficient Transformers

NeurIPS 2023spotlight

It has been well established that increasing scale in deep transformer networks leads to improved quality and performance. However, this increase in scale often comes with prohibitive increases in compute cost and inference latency. We introduce Alternating Updates (AltUp), a simple-to-implement met…

Cited by 6SourcePDFScholar
2023

On the Benefits of Learning to Route in Mixture-of-Experts Models

EMNLP 2023long main

Mixture-of-Expert (MoE) Transformer models, such as the Switch Transformer, allow us to successfully scale up model sizes while keeping the amount of compute time fixed. Prior work has established the computational efficiency benefits of using these models. A core component of these models is a rout…

Cited by 0SourceScholar
2022

A Theoretical View on Sparsely Activated Networks

NeurIPS 2022accept

Deep and wide neural networks successfully fit very complex functions today, but dense models are starting to be prohibitively expensive for inference. To mitigate this, one promising research direction is networks that activate a sparse subgraph of the network. The subgraph is chosen by a data-depe…

Cited by 9SourcePDFScholar
2022

Sketching based Representations for Robust Image Classification with Provable Guarantees

NeurIPS 2022accept

How do we provably represent images succinctly so that their essential latent attributes are correctly captured by the representation to as high level of detail as possible? While today's deep networks (such as CNNs) produce image embeddings they do not have any provable properties and seem to work…

Cited by 1SourcePDFScholar
2021

One Network Fits All? Modular versus Monolithic Task Formulations in Neural Networks

ICLR 2021poster

Can deep learning solve multiple, very different tasks simultaneously? We investigate how the representations of the underlying tasks affect the ability of a single neural network to learn them jointly. We present theoretical and empirical findings that a single neural network is capable of simultan…

Cited by 18SourcePDFScholar
2017

Algorithms for $\ell_p$ Low-Rank Approximation

ICML 2017poster

We consider the problem of approximating a given matrix by a low-rank matrix so as to minimize the entrywise $\ell_p$-approximation error, for any $p \geq 1$; the case $p = 2$ is the classical SVD problem. We obtain the first provably good approximation algorithms for this robust version of low-rank…

Cited by 67SourcePDFScholar