← Search

Dheeraj Rajagopal

7 accepted papers

2025

Scalable Influence and Fact Tracing for Large Language Model Pretraining

ICLR 2025poster

Training data attribution (TDA) methods aim to attribute model outputs back to specific training examples, and the application of these methods to large language model (LLM) outputs could significantly advance model transparency and data curation. However, it has been challenging to date to apply th…

2025

Steering off Course: Reliability Challenges in Steering Language Models

ACL 2025long

Steering methods for language models (LMs) have gained traction as lightweight alternatives to fine-tuning, enabling targeted modifications to model activations. However, prior studies primarily report results on a few models, leaving critical gaps in understanding the robustness of these methods. I…

2024

AutoMix: Automatically Mixing Language Models

NeurIPS 2024poster

Large language models (LLMs) are now available from cloud API providers in various sizes and configurations. While this diversity offers a broad spectrum of choices, effectively leveraging the options to optimize computational cost and performance remains challenging. In this work, we present AutoMi…

2024

How Far Can We Extract Diverse Perspectives from Large Language Models?

EMNLP 2024main

Collecting diverse human opinions is costly and challenging. This leads to a recent trend in exploiting large language models (LLMs) for generating diverse data for potential scalable and efficient solutions. However, the extent to which LLMs can generate diverse perspectives on subjective topics is…

2022

Conditional set generation using Seq2seq models

EMNLP 2022main

Conditional set generation learns a mapping from an input sequence of tokens to a set. Several NLP tasks, such as entity typing and dialogue emotion tagging, are instances of set generation. Seq2Seq models are a popular choice to model set generation but they treat a set as a sequence and do not ful…

Cited by 10SourcePDFScholar
2021

SELFEXPLAIN: A Self-Explaining Architecture for Neural Text Classifiers

EMNLP 2021main

We introduce SelfExplain, a novel self-explaining model that explains a text classifier’s predictions using phrase-based concepts. SelfExplain augments existing neural classifiers by adding (1) a globally interpretable layer that identifies the most influential concepts in the training set for a giv…

2021

Think about it! Improving defeasible reasoning by first modeling the question scenario.

EMNLP 2021main

Defeasible reasoning is the mode of reasoning where conclusions can be overturned by taking into account new evidence. Existing cognitive science literature on defeasible reasoning suggests that a person forms a “mental model” of the problem scenario before answering questions. Our research goal ask…