← Search

Amit Sharma

21 accepted papers

2026

Characterizing Deep Research: A Benchmark and Formal Definition

ICLR 2026poster

Information tasks such as writing surveys or analytical reports require complex search and reasoning, and have recently been grouped under the umbrella of _deep research_ --- a term also adopted by recent models targeting these capabilities. Despite growing interest, the scope of the deep research t…

Cited by 0SourcecodeScholar
2026

FrugalRAG: Less is More in RL Finetuning for Multi-hop Question Answering

ICLR 2026poster

Reinforcement learning (RL) based on the final answer's reward has driven recent progress in small language models (SLMs) on reasoning-heavy tasks such as math and code. However, applying the same techniques to retrieval-augmented generation (RAG) benchmarks like multi-hop QA has yielded limited gai…

Cited by 0SourcecodeScholar
2026

LLMs Must Think Thrice to Solve Executable Counterfactuals

ICLR 2026poster

Counterfactual reasoning, a hallmark of intelligence, consists of three steps: inferring latent variables from observations (abduction), constructing alternative situations (interventions), and predicting the outcomes of the alternatives (prediction). This skill is essential for advancing LLMs' caus…

Cited by 0SourceScholar
2025

Causal Order: The Key to Leveraging Imperfect Experts in Causal Inference

ICLR 2025poster

Large Language Models (LLMs) have recently been used as experts to infer causal graphs, often by repeatedly applying a pairwise prompt that asks about the causal relationship of each variable pair. However, such experts, including human domain experts, cannot distinguish between direct and indirect…

Cited by 1SourcePDFScholar
2025

Evaluating the Effectiveness and Scalability of LLM-Based Data Augmentation for Retrieval

EMNLP 2025

Compact dual-encoder models are widely used for retrieval owing to their efficiency and scalability. However, such models often underperform compared to their Large Language Model (LLM)-based retrieval counterparts, likely due to their limited world knowledge. While LLM-based data augmentation has b

Cited by 0SourcePDFScholar
2025

Grammars of Formal Uncertainty: When to Trust LLMs in Automated Reasoning Tasks

NeurIPS 2025poster

Large language models (LLMs) show remarkable promise for democratizing automated reasoning by generating formal specifications. However, a fundamental tension exists: LLMs are probabilistic, while formal verification demands deterministic guarantees. This paper addresses this epistemological gap by…

Cited by 0SourceScholar
2025

RE-IMAGINE: Symbolic Benchmark Synthesis for Reasoning Evaluation

ICML 2025poster

Recent Large Language Models (LLMs) have reported high accuracy on reasoning benchmarks. However, it is still unclear whether the observed results arise from true “reasoning” or from statistical recall of the training set. Inspired by the ladder of causation (Pearl, 2009) and its three levels (assoc…

Cited by 0SourcePDFScholar
2025

Robust Root Cause Diagnosis using In-Distribution Interventions

ICLR 2025poster

Diagnosing the root cause of an anomaly in a complex interconnected system is a pressing problem in today’s cloud services and industrial operations. We propose In-Distribution Interventions (IDI), a novel algorithm that predicts root cause as nodes that meet two criteria: 1) Anomaly: root cause nod…

2025

Task Facet Learning: A Structured Approach To Prompt Optimization

ACL 2025finding

Given a task in the form of a basic description and its training examples, prompt optimization is the problem of synthesizing the given information into a text prompt for a large language model. Humans solve this problem by also considering the different facets that define a task (e.g., counter-exam…

Cited by 0SourcePDFScholar
2025

Teaching Transformers Causal Reasoning through Axiomatic Training

ICML 2025poster

For text-based AI systems to interact in the real world, causal reasoning is an essential skill. Since interventional data is costly to generate, we study to what extent an agent can learn causal reasoning from passive data. Specifically, we consider an axiomatic training setup where an agent learn…

Cited by 4SourcePDFScholar
2024

Faithful Explanations of Black-box NLP Models Using LLM-generated Counterfactuals

ICLR 2024poster

Causal explanations of the predictions of NLP systems are essential to ensure safety and establish trust. Yet, existing methods often fall short of explaining model predictions effectively or efficiently and are often model-specific. In this paper, we address model-agnostic explanations, proposing t…

Cited by 41SourcePDFScholar
2024

NICE: To Optimize In-Context Examples or Not?

ACL 2024long

Recent work shows that in-context learning and optimization of in-context examples (ICE) can significantly improve the accuracy of large language models (LLMs) on a wide range of tasks, leading to an apparent consensus that ICE optimization is crucial for better performance. However, most of these s…

2023

Causal Effect Regularization: Automated Detection and Removal of Spurious Correlations

NeurIPS 2023poster

In many classification datasets, the task labels are spuriously correlated with some input attributes. Classifiers trained on such datasets often rely on these attributes for prediction, especially when the spurious correlation is high, and thus fail to generalize whenever there is a shift in the at…

Cited by 7SourcePDFScholar
2023

Combinatorial categorized bandits with expert rankings

UAI 2023poster

Many real-world systems such as e-commerce websites and content-serving platforms employ two-stage recommendation — in the first stage, multiple nominators (experts) provide ranked lists of items (one nominator per category, e.g., sports and political news articles), and in the second stage, an aggr…

Cited by 2SourcePDFScholar
2023

Controlling Learned Effects to Reduce Spurious Correlations in Text Classifiers

ACL 2023long

To address the problem of NLP classifiers learning spurious correlations between training features and target labels, a common approach is to make the model’s predictions invariant to these features. However, this can be counter-productive when the features have a non-zero causal effect on the targe…

2023

Modeling the Data-Generating Process is Necessary for Out-of-Distribution Generalization

ICLR 2023top-25%

Recent empirical studies on domain generalization (DG) have shown that DG algorithms that perform well on some distribution shifts fail on others, and no state-of-the-art DG algorithm performs consistently well on all shifts. Moreover, real-world data often has multiple distribution shifts over diff…

Cited by 28SourcePDFScholar
2022

Matching Learned Causal Effects of Neural Networks with Domain Priors

ICML 2022spotlight

A trained neural network can be interpreted as a structural causal model (SCM) that provides the effect of changing input variables on the model’s output. However, if training data contains both causal and correlational relationships, a model that optimizes prediction accuracy may not necessarily le…

Cited by 15SourcePDFScholar
2021

The Importance of Modeling Data Missingness in Algorithmic Fairness: A Causal Perspective

AAAI 2021technical

Training datasets for machine learning often have some form of missingness. For example, to learn a model for deciding whom to give a loan, the available training data includes individuals who were given a loan in the past, but not those who were not. This missingness, if ignored, nullifies any fair…

Cited by 41SourcePDFScholar