← Search

Ashish Sabharwal

51 accepted papers

2026

AppWorld-UL: Benchmarking Diverse Agent-User Interactions for Tool-Use

ICML 2026poster

Tool-use agents that address day-to-day digital tasks such as ordering groceries must not only operate applications, but also interact with the user, e.g., to ask clarification questions, prompt for confirmation, and inform the user when the instruction is infeasible. However, current benchmarks for…

Cited by 0SourceScholar
2026

AstaBench: Rigorous Benchmarking of AI Agents with a Scientific Research Suite

ICLR 2026oral

AI agents hold the potential to revolutionize scientific productivity by automating literature reviews, replicating experiments, analyzing data, and even proposing new directions of inquiry; indeed, there are now many such agents, ranging from general-purpose "deep research" systems to specialized s…

Cited by 0SourcecodeScholar
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

Answer, Assemble, Ace: Understanding How LMs Answer Multiple Choice Questions

ICLR 2025spotlight

Multiple-choice question answering (MCQA) is a key competence of performant transformer language models that is tested by mainstream benchmarks. However, recent evidence shows that models can have quite a range of performance, particularly when the task format is diversified slightly (such as by shu…

Cited by 0SourcePDFScholar
2025

AutoDiscovery: Open-ended Scientific Discovery via Bayesian Surprise

NeurIPS 2025poster

The promise of autonomous scientific discovery (ASD) hinges not only on answering questions, but also on knowing which questions to ask. Most recent works in ASD explore the use of large language models (LLMs) in goal-driven settings, relying on human-specified research questions to guide hypothesis…

Cited by 0SourceScholar
2025

DiscoveryBench: Towards Data-Driven Discovery with Large Language Models

ICLR 2025poster

Can the rapid advances in code generation, function calling, and data analysis using large language models (LLMs) help automate the search and verification of hypotheses purely from a set of provided datasets? To evaluate this question, we present DiscoveryBench, the first comprehensive benchmark th…

2025

Understanding the Logic of Direct Preference Alignment through Logic

ICML 2025poster

Recent direct preference alignment algorithms (DPA), such as DPO, have shown great promise in aligning large language models to human preferences. While this has motivated the development of many new variants of the original DPO loss, understanding the differences between these recent proposals, as…

Cited by 0SourcePDFScholar
2025

ZebraLogic: On the Scaling Limits of LLMs for Logical Reasoning

ICML 2025poster

We investigate the logical reasoning capabilities of Large Language Models (LLMs) and their scalability across complex deductive tasks. Using ZebraLogic, a newly developed benchmark dataset of logic grid puzzles derived from constraint satisfaction problems (CSPs), we systematically evaluate LLM per…

Cited by 7SourcePDFScholar
2024

ADaPT: As-Needed Decomposition and Planning with Language Models

NAACL 2024findings

Large Language Models (LLMs) are increasingly being used for interactive decision-making tasks requiring planning and adapting to the environment. Recent works employ LLMs-as-agents in broadly two ways: iteratively determining the next action (iterative executors) or generating plans and executing s…

Cited by 92SourcePDFScholar
2024

AppWorld: A Controllable World of Apps and People for Benchmarking Interactive Coding Agents

ACL 2024long

Autonomous agents that address day-to-day digital tasks (e.g., ordering groceries for a household), must not only operate multiple apps (e.g., notes, messaging, shopping app) via APIs, but also generate rich code with complex control flow in an iterative manner based on their interaction with the en…

2024

Bias Runs Deep: Implicit Reasoning Biases in Persona-Assigned LLMs

ICLR 2024poster

Recent works have showcased the ability of large-scale language models (LLMs) to embody diverse personas in their responses, exemplified by prompts like ‘_You are Yoda. Explain the Theory of Relativity._’ While this ability allows personalization of LLMs and enables human behavior simulation, its ef…

2024

Closing the Curious Case of Neural Text Degeneration

ICLR 2024poster

Despite their ubiquity in language generation, it remains unknown why truncation sampling heuristics like nucleus sampling are so effective. We provide a theoretical explanation for the effectiveness of the truncation sampling by proving that truncation methods that discard tokens below some probabi…

2024

Leveraging Code to Improve In-Context Learning for Semantic Parsing

NAACL 2024long

In-context learning (ICL) is an appealing approach for semantic parsing due to its few-shot nature and improved generalization. However, learning to parse to rare domain-specific languages (DSLs) from just a few demonstrations is challenging, limiting the performance of even the most capable LLMs.In…

2024

Position: Data-driven Discovery with Large Generative Models

ICML 2024poster

With the accumulation of data at an unprecedented rate, its potential to fuel scientific discovery is growing exponentially. This position paper urges the Machine Learning (ML) community to exploit the capabilities of large generative models (LGMs) to develop automated systems for end-to-end data-dr…

Cited by 1SourcePDFScholar
2024

QualEval: Qualitative Evaluation for Model Improvement

NAACL 2024long

Quantitative evaluation metrics have been pivotal in gauging the advancements of AI systems like large language models (LLMs).However, due to the intricate nature of real-world tasks, a single scalar to quantify and compare performance trivializes the fine-grained nuances of model behavior. Addition…

Cited by 3SourcePDFScholar
2024

SUPER: Evaluating Agents on Setting Up and Executing Tasks from Research Repositories

EMNLP 2024main

Given that Large Language Models (LLMs) have made significant progress in writing code, can they now be used to autonomously reproduce results from research repositories? Such a capability would be a boon to the research community, helping researchers validate, understand, and extend prior work. To…

2023

Complexity-Based Prompting for Multi-step Reasoning

ICLR 2023poster

We study the task of prompting large-scale language models to perform multi-step reasoning. Existing work shows that when prompted with a chain of thoughts (CoT), sequences of short sentences describing intermediate reasoning steps towards a final answer, large language models can generate new reaso…

Cited by 416SourcePDFScholar
2023

DISCO: Distilling Counterfactuals with Large Language Models

ACL 2023long

Models trained with counterfactually augmented data learn representations of the causal structure of tasks, enabling robust generalization. However, high-quality counterfactual data is scarce for most tasks and not easily generated at scale. When crowdsourced, such data is typically limited in scale…

2023

Decomposed Prompting: A Modular Approach for Solving Complex Tasks

ICLR 2023poster

Few-shot prompting is a surprisingly powerful way to use Large Language Models (LLMs) to solve various tasks. However, this approach struggles as the task complexity increases or when the individual reasoning steps of the task themselves are hard to learn, especially when embedded in more complex ta…

2023

IfQA: A Dataset for Open-domain Question Answering under Counterfactual Presuppositions

EMNLP 2023long main

Although counterfactual reasoning is a fundamental aspect of intelligence, the lack of large-scale counterfactual open-domain question-answering (QA) benchmarks makes it difficult to evaluate and improve models on this ability. To address this void, we introduce the first such dataset, named IfQA, w…

Cited by 0SourceScholar
2023

Increasing Probability Mass on Answer Choices Does Not Always Improve Accuracy

EMNLP 2023long main

When pretrained language models (LMs) are applied to discriminative tasks such as multiple-choice questions, they place probability mass on vocabulary tokens that aren't among the given answer choices. Spreading probability mass across multiple surface forms with identical meaning (such as "bath" an…

Cited by 0SourcecodeScholar
2023

Interleaving Retrieval with Chain-of-Thought Reasoning for Knowledge-Intensive Multi-Step Questions

ACL 2023long

Prompting-based large language models (LLMs) are surprisingly powerful at generating natural language reasoning steps or Chains-of-Thoughts (CoT) for multi-step question answering (QA). They struggle, however, when the necessary knowledge is either unavailable to the LLM or not up-to-date within its…

2023

Language Models with Rationality

EMNLP 2023long main

While large language models (LLMs) are proficient at question-answering (QA), it is not always clear how (or even if) an answer follows from their latent "beliefs". This lack of interpretability is a growing impediment to widespread use of LLMs. To address this, our goals are to make model beliefs a…

Cited by 0SourceScholar
2023

Specializing Smaller Language Models towards Multi-Step Reasoning

ICML 2023oral

The surprising ability of Large Language Models (LLMs) to perform well on complex reasoning with only few-shot chain-of-thought prompts is believed to emerge only in very large-scale models. We show that such abilities can, in fact, be distilled down from GPT-3.5 (≥ 175B) to T5 variants (≤ 11B). We…

2022

Breakpoint Transformers for Modeling and Tracking Intermediate Beliefs

EMNLP 2022main

Can we teach models designed for language understanding tasks to track and improve their beliefs through intermediate points in text? Besides making their inner workings more transparent, this would also help make models more reliable and consistent. To this end, we propose a representation learning…

2022

Hey AI, Can You Solve Complex Tasks by Talking to Agents?

ACL 2022findings

Training giant models from scratch for each complex task is resource- and data-inefficient. To help develop models that can leverage existing systems, we propose a new challenge: Learning to solve complex tasks by communicating with existing agents (or models) in natural language. We design a synthe…

2022

LILA: A Unified Benchmark for Mathematical Reasoning

EMNLP 2022main

Mathematical reasoning skills are essential for general-purpose intelligentsystems to perform tasks from grocery shopping to climate modeling.Towards evaluating and improving AI systems in this domain, we proposeLILA, a unified mathematical reasoning benchmark consisting of 23 diversetasks along fou…

2022

Multi-Modal Answer Validation for Knowledge-Based VQA

AAAI 2022technical

The problem of knowledge-based visual question answering involves answering questions that require external knowledge in addition to the content of the image. Such knowledge typically comes in various forms, including visual, textual, and commonsense knowledge. Using more knowledge sources increases…

2022

Prompt Waywardness: The Curious Case of Discretized Interpretation of Continuous Prompts

NAACL 2022long

Fine-tuning continuous prompts for target tasks has recently emerged as a compact alternative to full model fine-tuning. Motivated by these promising results, we investigate the feasibility of extracting a discrete (textual) interpretation of continuous prompts that is faithful to the problem they s…

2022

Pushing the Limits of Rule Reasoning in Transformers through Natural Language Satisfiability

AAAI 2022technical

Investigating the reasoning abilities of transformer models, and discovering new challenging tasks for them, has been a topic of much interest. Recent studies have found these models to be surprisingly strong at performing deductive reasoning over formal logical theories expressed in natural languag…

2022

Teaching Broad Reasoning Skills for Multi-Step QA by Generating Hard Contexts

EMNLP 2022main

Question-answering datasets require a broad set of reasoning skills. We show how to use question decompositions to teach language models these broad reasoning skills in a robust fashion. Specifically, we use widely available QDMR representations to programmatically create hard-to-cheat synthetic con…

2022

What Makes Instruction Learning Hard? An Investigation and a New Challenge in a Synthetic Environment

EMNLP 2022main

The instruction learning paradigm—where a model learns to perform new tasks from task descriptions alone—has become popular in research on general-purpose models. The capabilities of large transformer models as instruction learners, however, remain poorly understood. We use a controlled synthetic en…

2021

GooAQ: Open Question Answering with Diverse Answer Types

EMNLP 2021finding

While day-to-day questions come with a variety of answer types, the current question-answering (QA) literature has failed to adequately address the answer diversity of questions. To this end, we present GooAQ, a large-scale dataset with a variety of answer types. This dataset contains over 5 million…

2021

How much coffee was consumed during EMNLP 2019? Fermi Problems: A New Reasoning Challenge for AI

EMNLP 2021main

Many real-world problems require the combined application of multiple reasoning abilities—employing suitable abstractions, commonsense knowledge, and creative synthesis of problem-solving strategies. To help advance AI systems towards such capabilities, we propose a new reasoning challenge, namely F…

Cited by 25SourcePDFScholar
2021

ReadOnce Transformers: Reusable Representations of Text for Transformers

ACL 2021long

We present ReadOnce Transformers, an approach to convert a transformer-based model into one that can build an information-capturing, task-independent, and compressed representation of text. The resulting representation is reusable across different examples and tasks, thereby requiring a document sha…

Cited by 4SourcePDFScholar
2021

Temporal Reasoning on Implicit Events from Distant Supervision

NAACL 2021long

We propose TRACIE, a novel temporal reasoning dataset that evaluates the degree to which systems understand implicit events—events that are not mentioned explicitly in natural language text but can be inferred from it. This introduces a new challenge in temporal reasoning research, where prior work…

Cited by 83SourcePDFScholar
2021

Text Modular Networks: Learning to Decompose Tasks in the Language of Existing Models

NAACL 2021long

We propose a general framework called Text Modular Networks(TMNs) for building interpretable systems that learn to solve complex tasks by decomposing them into simpler ones solvable by existing models. To ensure solvability of simpler tasks, TMNs learn the textual input-output behavior (i.e., langua…

2020

Adversarial Filters of Dataset Biases

ICML 2020poster

Large neural models have demonstrated human-level performance on language and vision benchmarks, while their performance degrades considerably on adversarial or out-of-distribution samples. This raises the question of whether these models have learned to solve a dataset rather than the underlying ta…

2020

Belief Propagation Neural Networks

NeurIPS 2020poster

Learned neural solvers have successfully been used to solve combinatorial optimization and decision problems. More general counting variants of these problems, however, are still largely solved with hand-crafted solvers. To bridge this gap, we introduce belief propagation neural networks (BPNNs), a…

2019

Adaptive Hashing for Model Counting

UAI 2019poster

Randomized hashing algorithms have seen recent success in providing bounds on the model count of a propositional formula. These methods repeatedly check the satisfiability of a formula subject to increasingly stringent random constraints. Key to these approaches is the choice of a fixed family of…

2019

Approximating the Permanent by Sampling from Adaptive Partitions

NeurIPS 2019poster

Computing the permanent of a non-negative matrix is a core problem with practical applications ranging from target tracking to statistical thermodynamics. However, this problem is also #P-complete, which leaves little hope for finding an exact solution that can be computed efficiently. While the pr…

Cited by 11SourcePDFScholar
2018

Expanding Holographic Embeddings for Knowledge Completion

NeurIPS 2018poster

Neural models operating over structured spaces such as knowledge graphs require a continuous embedding of the discrete elements of this space (such as entities) as well as the relationships between them. Relational embeddings with high expressivity, however, have high model complexity, making them c…

2016

Adaptive Concentration Inequalities for Sequential Decision Problems

NeurIPS 2016poster

A key challenge in sequential decision problems is to determine how many samples are needed for an agent to make reliable decisions with good probabilistic guarantees. We introduce Hoeffding-like concentration inequalities that hold for a random, adaptively chosen number of samples. Our inequaliti…

Cited by 59SourcePDFScholar
2016

Beyond Parity Constraints: Fourier Analysis of Hash Functions for Inference

ICML 2016poster

Random projections have played an important role in scaling up machine learning and data mining algorithms. Recently they have also been applied to probabilistic inference to estimate properties of high-dimensional distributions; however, they all rely on the same class of projections based on unive…

Cited by 9SourcePDFScholar