← Search

Pradeep Dasigi

16 accepted papers

2026

Reinforcement Learning with Evolving Rubrics for Deep Research

ICML 2026oral

Deep research agents perform multi-step research to produce long-form, well-attributed answers. However, most open deep research agents are trained on easily verifiable short-form QA tasks via reinforcement learning with verifiable rewards, which does not extend to realistic long-form tasks. We addr…

Cited by 0SourceScholar
2025

Generalizing Verifiable Instruction Following

NeurIPS 2025poster

A crucial factor for successful human and AI interaction is the ability of language models or chatbots to follow human instructions precisely. A common feature of instructions are output constraints like ``only answer with yes or no" or ``mention the word `abracadabra' at least 3 times" that the us…

Cited by 0SourceScholar
2025

Hybrid Preferences: Learning to Route Instances for Human vs. AI Feedback

ACL 2025long

Learning from human feedback has enabled the alignment of language models (LMs) with human preferences. However, collecting human preferences is expensive and time-consuming, with highly variable annotation quality. An appealing alternative is to distill preferences from LMs as a source of synthetic…

2024

Evaluating In-Context Learning of Libraries for Code Generation

NAACL 2024long

Contemporary Large Language Models (LLMs) exhibit a high degree of code generation and comprehension capability. A particularly promising area is their ability to interpret code modules from unfamiliar libraries for solving user-instructed tasks. Recent work has shown that large proprietary LLMs can…

2024

Merge to Learn: Efficiently Adding Skills to Language Models with Model Merging

EMNLP 2024finding

Adapting general-purpose language models to new skills is currently an expensive process that must be repeated as new instruction datasets targeting new skills are created, or can cause the models to forget older skills. In this work, we investigate the effectiveness of adding new skills to preexist…

2024

OLMo: Accelerating the Science of Language Models

ACL 2024long

Language models (LMs) have become ubiquitous in both NLP research and in commercial product offerings. As their commercial importance has surged, the most powerful models have become closed off, gated behind proprietary interfaces, with important details of their training data, architectures, and de…

2024

Scalable Data Ablation Approximations for Language Models through Modular Training and Merging

EMNLP 2024main

Training data compositions for Large Language Models (LLMs) can significantly affect their downstream performance. However, a thorough data ablation study exploring large sets of candidate data mixtures is typically prohibitively expensive since the full effect is seen only after training the models…

2024

TRAM: Bridging Trust Regions and Sharpness Aware Minimization

ICLR 2024spotlight

Sharpness-aware minimization (SAM) reports improving domain generalization by reducing the loss surface curvature in the parameter space. However, generalization during _fine-tuning_ is often more dependent on the transferability of _representations_ in the function space. Trust-region methods (TR)…

2024

The Art of Saying No: Contextual Noncompliance in Language Models

NeurIPS 2024poster

Chat-based language models are designed to be helpful, yet they should not comply with every user request. While most existing work primarily focuses on refusal of ``unsafe'' queries, we posit that the scope of noncompliance should be broadened. We introduce a comprehensive taxonomy of contextual…

Cited by 21SourcePDFScholar
2023

AGRO: Adversarial discovery of error-prone Groups for Robust Optimization

ICLR 2023poster

Models trained via empirical risk minimization (ERM) are known to rely on spurious correlations between labels and task-independent input features, resulting in poor generalization to distributional shifts. Group distributionally robust optimization (G-DRO) can alleviate this problem by minimizing t…

2023

Data-Efficient Finetuning Using Cross-Task Nearest Neighbors

ACL 2023findings

Obtaining labeled data to train a model for a task of interest is often expensive. Prior work shows training models on multitask data augmented with task descriptions (prompts) effectively transfers knowledge to new tasks. Towards efficiently building task-specific models, we assume access to a smal…

2023

How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources

NeurIPS 2023spotlight

In this work we explore recent advances in instruction-tuning language models on a range of open instruction-following datasets. Despite recent claims that open models can be on par with state-of-the-art proprietary models, these claims are often accompanied by limited evaluation, making it difficul…

2022

Generating Data to Mitigate Spurious Correlations in Natural Language Inference Datasets

ACL 2022long

Natural language processing models often exploit spurious correlations between task-independent features and labels in datasets to perform well only within the distributions they are trained on, while not generalising to different task distributions. We propose to tackle this problem by generating a…

2021

A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers

NAACL 2021long

Readers of academic research papers often read with the goal of answering specific questions. Question Answering systems that can answer those questions can make consumption of the content much more efficient. However, building such tools requires data that reflect the difficulty of the task arising…

2021

Mitigating False-Negative Contexts in Multi-document Question Answering with Retrieval Marginalization

EMNLP 2021main

Question Answering (QA) tasks requiring information from multiple documents often rely on a retrieval model to identify relevant information for reasoning. The retrieval model is typically trained to maximize the likelihood of the labeled supporting evidence. However, when retrieving from large text…