← Search

Adith Swaminathan

18 accepted papers

2026

A Course Correction in Steerability Evaluation: Revealing Miscalibration and Side Effects in LLMs

AAAI 2026technical

Despite advances in large language models (LLMs) on reasoning and instruction-following benchmarks, it is unclear whether they can reliably produce outputs aligned with a variety of user goals, a concept called steerability. We highlight two gaps in current LLM evaluations for assessing steerability

Cited by 0SourcePDFScholar
2026

Formalizing Learning from Language Feedback with Provable Guarantees

ICML 2026poster

Interactively learning from observation and language feedback is an increasingly studied area driven by the emergence of large language model (LLM) agents. While impressive empirical demonstrations have been shown, so far a principled framing of these decision problems remains lacking. In this paper…

Cited by 0SourceScholar
2026

Reasoning about Reasoning: BAPO Bounds on Chain-of-Thought Token Complexity in LLMs

ICML 2026poster

Inference-time scaling via chain-of-thought (CoT) reasoning is a major driver of state-of-the-art LLM performance, but it comes with substantial latency and compute costs. We address a fundamental theoretical question: *how many* reasoning tokens are required to solve a problem as input size grows? …

Cited by 0SourceScholar
2025

Lost in Transmission: When and Why LLMs Fail to Reason Globally

NeurIPS 2025spotlight

Despite their many successes, transformer-based large language models (LLMs) continue to struggle with tasks that require complex reasoning over large parts of their input. We argue that these failures arise due to capacity limits on the accurate flow of information within LLMs. To formalize this is…

Cited by 0SourceScholar
2024

How to Solve Contextual Goal-Oriented Problems with Offline Datasets?

NeurIPS 2024poster

We present a novel method, Contextual goal-Oriented Data Augmentation (CODA), which uses commonly available unlabeled trajectories and context-goal pairs to solve Contextual Goal-Oriented (CGO) problems. By carefully constructing an action-augmented MDP that is equivalent to the original MDP, CODA c…

2024

On Overcoming Miscalibrated Conversational Priors in LLM-based ChatBots

UAI 2024poster

We explore the use of Large Language Model (LLM-based) chatbots to power recommender systems. We observe that the chatbots respond poorly when they encounter under-specified requests (e.g., they make incorrect assumptions, hedge with a long response, or refuse to answer). We conjecture that such mi…

Cited by 4SourcePDFScholar
2024

Trace is the Next AutoDiff: Generative Optimization with Rich Feedback, Execution Traces, and LLMs

NeurIPS 2024poster

We study a class of optimization problems motivated by automating the design and update of AI systems like coding assistants, robots, and copilots. AutoDiff frameworks, like PyTorch, enable efficient end-to-end optimization of differentiable systems. However, general computational workflows can be n…

2023

Hindsight Learning for MDPs with Exogenous Inputs

ICML 2023poster

Many resource management problems require sequential decision-making under uncertainty, where the only uncertainty affecting the decision outcomes are exogenous variables outside the control of the decision-maker. We model these problems as Exo-MDPs (Markov Decision Processes with Exogenous Inputs)…

2020

Learning Calibratable Policies using Programmatic Style-Consistency

ICML 2020poster

We study the problem of controllable generation of long-term sequential behaviors, where the goal is to calibrate to multiple behavior styles simultaneously. In contrast to the well-studied areas of controllable generation of images, text, and speech, there are two questions that pose significant ch…

2020

Provably Good Batch Off-Policy Reinforcement Learning Without Great Exploration

NeurIPS 2020poster

Batch reinforcement learning (RL) is important to apply RL algorithms to many high stakes tasks. Doing batch RL in a way that yields a reliable new policy in large domains is challenging: a new decision policy may visit states and actions outside the support of the batch data, and function approxima…

Cited by 246SourcePDFScholar
2020

Working Memory Graphs

ICML 2020poster

Transformers have increasingly outperformed gated RNNs in obtaining new state-of-the-art results on supervised tasks involving text sequences. Inspired by this trend, we study the question of how Transformer-based models can improve the performance of sequential decision-making agents. We present th…

2019

Off-Policy Policy Gradient with Stationary Distribution Correction

UAI 2019poster

We study the problem of off-policy policy optimization in Markov decision processes, and develop a novel off-policy policy gradient method. Prior off-policy policy gradient approaches have generally ignored the mismatch between the distribution of states visited under the behavior policy used to col…

Cited by 38SourcePDFScholar
2017

Off-policy evaluation for slate recommendation

NeurIPS 2017oral

This paper studies the evaluation of policies that recommend an ordered set of items (e.g., a ranking) based on some context---a common scenario in web search, ads, and recommendation. We build on techniques from combinatorial bandits to introduce a new practical estimator that uses logged data to e…

2016

Recommendations as Treatments: Debiasing Learning and Evaluation

ICML 2016poster

Most data for evaluating and training recommender systems is subject to selection biases, either through self-selection by the users or through the actions of the recommendation system itself. In this paper, we provide a principled approach to handle selection biases by adapting models and estimatio…

Cited by 834SourcePDFScholar