← Search

Rahul Gupta

55 accepted papers

2026

Adversarial Déjà Vu: Jailbreak Dictionary Learning for Stronger Generalization to Unseen Attacks

ICLR 2026poster

Large language models remain vulnerable to jailbreak attacks that bypass safety guardrails to elicit harmful outputs. Defending against novel jailbreaks represents a critical challenge in AI safety. Adversarial training---designed to make models robust against worst-case perturbations---has been the…

Cited by 0SourceScholar
2026

How Catastrophic is Your LLM? Certifying Risk in Conversation

ICLR 2026poster

Large Language Models (LLMs) can produce catastrophic responses in conversational settings that pose serious risks to public safety and security. Existing evaluations often fail to fully reveal these vulnerabilities because they rely on fixed attack prompt sequences, lack statistical guarantees, and…

Cited by 0SourceScholar
2026

LH-DECEPTION: Simulating and Understanding LLM Deceptive Behaviors in Long-Horizon Interactions

ICLR 2026poster

Deception is a pervasive feature of human communication and an emerging concern in large language models (LLMs). While recent studies document instances of LLM deception, most evaluations remain confined to single-turn prompts and fail to capture the long-horizon interactions in which deceptive stra…

Cited by 0SourceScholar
2026

Security–Fidelity Tradeoffs: No Universal Defense Against Prompt Injection

ICML 2026spotlight

We identify a fundamental tension in securing LLMs: the \textbf{security--fidelity tradeoff}. While defenses against indirect prompt injection are becoming more robust, we show that they inevitably impair the model's ability to process benign, instruction-like text. Current evaluations miss this cos…

Cited by 0SourceScholar
2026

When Actions Go Off-Task: Detecting and Correcting Misaligned Actions in Computer-Use Agents

ICML 2026poster

Computer-use agents (CUAs) have made tremendous progress in the past year, yet they still frequently produce misaligned actions that deviate from the user's original intent. Such misaligned actions may arise from external attacks (e.g., indirect prompt injection) or from internal limitations (e.g., …

Cited by 0SourceScholar
2025

Certifying Counterfactual Bias in LLMs

ICLR 2025poster

Large Language Models (LLMs) can produce biased responses that can cause representational harms. However, conventional studies are insufficient to thoroughly evaluate biases across LLM responses for different demographic groups (a.k.a. counterfactual bias), as they do not scale to large number of in…

Cited by 0SourcePDFScholar
2025

Diagnosing Memorization in Chain-of-Thought Reasoning, One Token at a Time

EMNLP 2025

Large Language Models (LLMs) perform well on reasoning benchmarks but often fail when inputs alter slightly, raising concerns about the extent to which their success relies on memorization. This issue is especially acute in Chain-of-Thought (CoT) reasoning, where spurious memorized patterns can trig

2025

Establishing Best Practices in Building Rigorous Agentic Benchmarks

NeurIPS 2025poster

Benchmarks are essential for quantitatively tracking progress in AI. As AI agents become increasingly capable, researchers and practitioners have introduced agentic benchmarks to evaluate agents on complex, real-world tasks. These benchmarks typically measure agent capabilities by evaluating task ou…

Cited by 0SourceScholar
2025

LUME: LLM Unlearning with Multitask Evaluations

EMNLP 2025

Unlearning aims to remove copyrighted, sensitive, or private content from large language models (LLMs) without a full retraining. In this work, we develop a multi-task unlearning benchmark LUME that features three tasks: (1) unlearn synthetically generated creative short novels, (2) unlearn syntheti

2025

Not Every Token Needs Forgetting: Selective Unlearning Balancing Forgetting and Utility in Large Language Models

EMNLP 2025

Large Language Model (LLM) unlearning has recently gained significant attention, driven by the need to remove unwanted information—such as private, sensitive, or copyrighted content—from trained models. However, conventional unlearning approaches indiscriminately update model parameters to forget al

Cited by 0SourcePDFScholar
2025

On Localizing and Deleting Toxic Memories in Large Language Models

NAACL 2025findings

Warning: This paper contains offensive language.Ensuring that large language models (LLMs) do not generate harmful text is critical for their safe deployment. A common failure mode involves producing toxic responses to otherwise innocuous prompts. While various detoxification methods have been propo…

Cited by 0SourcePDFScholar
2025

Towards Safety Reasoning in LLMs: AI-agentic Deliberation for Policy-embedded CoT Data Creation

ACL 2025finding

Safety reasoning is a recent paradigm where LLMs reason over safety policies before generating responses, thereby mitigating limitations in existing safety measures such as over-refusal and jailbreak vulnerabilities. However, implementing this paradigm is challenging due to the resource-intensive pr…

Cited by 0SourcePDFScholar
2025

VMDT: Decoding the Trustworthiness of Video Foundation Models

NeurIPS 2025poster

As foundation models become more sophisticated, ensuring their trustworthiness becomes increasingly critical; yet, unlike text and image, the video modality still lacks comprehensive trustworthiness benchmarks. We introduce VMDT (Video-Modal DecodingTrust), the first unified platform for evaluating…

Cited by 0SourcecodeScholar
2024

Attribute Controlled Fine-tuning for Large Language Models: A Case Study on Detoxification

EMNLP 2024finding

We propose a constraint learning schema forfine-tuning Large Language Models (LLMs)with attribute control. Given a training corpusand control criteria formulated as a sequence-level constraint on model outputs, our methodfine-tunes the LLM on the training corpus whileenhancing constraint satisfactio…

Cited by 0SourcePDFScholar
2024

Data Advisor: Dynamic Data Curation for Safety Alignment of Large Language Models

EMNLP 2024main

Data are crucial element in large language model (LLM) alignment. Recent studies have explored using LLMs for efficient data collection. However, LLM-generated data often suffers from quality issues, with underrepresented or absent aspects and low-quality datapoints. To address these problems, we pr…

2024

FLIRT: Feedback Loop In-context Red Teaming

EMNLP 2024main

Warning: this paper contains content that may be inappropriate or offensive.As generative models become available for public use in various applications, testing and analyzing vulnerabilities of these models has become a priority. In this work, we propose an automatic red teaming framework that eval…

2024

MICo: Preventative Detoxification of Large Language Models through Inhibition Control

NAACL 2024findings

Large Language Models (LLMs) are powerful tools which have been both dominant and commonplace in the field of Artificial Intelligence. Yet, LLMs have a tendency to devolve into toxic degeneration, wherein otherwise safe and unproblematic models begin generating toxic content. For the sake of social…

Cited by 2SourcePDFScholar
2024

Self-contradictory reasoning evaluation and detection

EMNLP 2024finding

In a plethora of recent work, large language models (LLMs) demonstrated impressive reasoning ability, but many proposed downstream reasoning tasks only focus on performance-wise evaluation. Two fundamental questions persist: 1) how consistent is the reasoning, and 2) can models detect unreliable rea…

2024

The steerability of large language models toward data-driven personas

NAACL 2024long

Large language models (LLMs) are known to generate biased responses where the opinions of certain groups and populations are underrepresented. Here, we present a novel approach to achieve controllable generation of specific viewpoints using LLMs, that can be leveraged to produce multiple perspective…

Cited by 26SourcePDFScholar
2024

Tokenization Matters: Navigating Data-Scarce Tokenization for Gender Inclusive Language Technologies

NAACL 2024findings

Gender-inclusive NLP research has documented the harmful limitations of gender binary-centric large language models (LLM), such as the inability to correctly use gender-diverse English neopronouns (e.g., xe, zir, fae). While data scarcity is a known culprit, the precise mechanisms through which scar…

2024

Toward Informal Language Processing: Knowledge of Slang in Large Language Models

NAACL 2024long

Recent advancement in large language models (LLMs) has offered a strong potential for natural language systems to process informal language. A representative form of informal language is slang, used commonly in daily conversations and online social media. To date, slang has not been comprehensively…

2024

Tree-of-Traversals: A Zero-Shot Reasoning Algorithm for Augmenting Black-box Language Models with Knowledge Graphs

ACL 2024long

Knowledge graphs (KGs) complement Large Language Models (LLMs) by providing reliable, structured, domain-specific, and up-to-date external knowledge. However, KGs and LLMs are often developed separately and must be integrated after training. We introduce Tree-of-Traversals, a novel zero-shot reasoni…

2023

Controlling the Extraction of Memorized Data from Large Language Models via Prompt-Tuning

ACL 2023short

Large Language Models (LLMs) are known to memorize significant portions of their training data. Parts of this memorized content have been shown to be extractable by simply querying the model, which poses a privacy risk. We present a novel approach which uses prompt-tuning to control the extraction r…

2023

Evaluating Large Language Models on Controlled Generation Tasks

EMNLP 2023long main

While recent studies have looked into the abilities of large language models in various benchmark tasks, including question generation, reading comprehension, multilingual and etc, there have been few studies looking into the controllability of large language models on generation tasks. We present a…

Cited by 0SourcecodeScholar
2023

INVITE: a Testbed of Automatically Generated Invalid Questions to Evaluate Large Language Models for Hallucinations

EMNLP 2023short findings

Recent advancements in Large language models (LLMs) have enabled them to hold free form conversations over multiple turns, but they exhibit a tendency to make unfounded and incorrect statements, commonly known as hallucinations. In particular, LLMs hallucinate frequently when given invalid question…

Cited by 0SourceScholar
2023

Multi-VALUE: A Framework for Cross-Dialectal English NLP

ACL 2023long

Dialect differences caused by regional, social, and economic factors cause performance discrepancies for many groups of language technology users. Inclusive and equitable language technology must critically be dialect invariant, meaning that performance remains constant over dialectal shifts. Curren…

Cited by 46SourcePDFScholar
2023

Quantifying Catastrophic Forgetting in Continual Federated Learning

ICASSP 2023accepted

The deployment of Federated Learning (FL) systems poses various challenges such as data heterogeneity and communication efficiency. We focus on a practical FL setup that has recently drawn attention, where the data distribution on each device is not static but dynamically evolves over time. This set…

Cited by 0SourceScholar
2023

Resolving Ambiguities in Text-to-Image Generative Models

ACL 2023long

Natural language often contains ambiguities that can lead to misinterpretation and miscommunication. While humans can handle ambiguities effectively by asking clarifying questions and/or relying on contextual cues and common-sense knowledge, resolving ambiguities can be notoriously hard for machines…

2023

Self-Healing Through Error Detection, Attribution, and Retraining

ICASSP 2023accepted

Negative feedback received from users of voice agents can provide valuable training signal to their underlying ML systems. However, such systems tend to have complex inference pipelines consisting of multiple model-based and deterministic components. Therefore, when negative feedback is received, it…

Cited by 0SourceScholar
2022

Advin: Automatically Discovering Novel Domains and Intents from User Text Utterances

ICASSP 2022accepted

Recognizing the intents and domains of users’ spoken and written language is a key component of Natural Language Understanding (NLU) systems. Real applications however encounter dynamic, rapidly evolving environments with newly emerging intents and domains, for which no labeled data or prior informa…

Cited by 0SourceScholar
2022

An Efficient DP-SGD Mechanism for Large Scale NLU Models

ICASSP 2022accepted

Recent advances in deep learning have drastically improved performance on many Natural Language Understanding (NLU) tasks. However, the data used to train NLU models may contain private information such as addresses or phone numbers, particularly when drawn from human subjects. It is desirable that…

Cited by 0SourceScholar
2022

Controlled Data Generation via Insertion Operations for NLU

NAACL 2022industry

Use of synthetic data is rapidly emerging as a realistic alternative to manually annotating live traffic for industry-scale model building. Manual data annotation is slow, expensive and not preferred for meeting customer privacy expectations. Further, commercial natural language applications are req…

Cited by 6SourcePDFScholar
2022

FedNLP: Benchmarking Federated Learning Methods for Natural Language Processing Tasks

NAACL 2022findings

Increasing concerns and regulations about data privacy and sparsity necessitate the study of privacy-preserving, decentralized learning methods for natural language processing (NLP) tasks. Federated learning (FL) provides promising approaches for a large number of clients (e.g., personal devices or…

2022

Federated Learning with Noisy User Feedback

NAACL 2022long

Machine Learning (ML) systems are getting increasingly popular, and drive more and more applications and services in our daily life. Thishas led to growing concerns over user privacy, since human interaction data typically needs to be transmitted to the cloud in order to trainand improve such system…

Cited by 14SourcePDFScholar
2022

Improving Large-Scale Conversational Assistants using Model Interpretation based Training Sample Selection

EMNLP 2022industry

This paper presents an approach to identify samples from live traffic where the customer implicitly communicated satisfaction with Alexa’s responses, by leveraging interpretations of model behavior. Such customer signals are noisy and adding a large number of samples from live traffic to training se…

Cited by 2SourcePDFScholar
2022

Learnings from Federated Learning in The Real World

ICASSP 2022accepted

Federated Learning (FL) applied to real world data may suffer from several idiosyncrasies. One such idiosyncrasy is the data distribution across devices. Data across devices could be distributed such that there are some "heavy devices" with large amounts of data while there are many "light users" wi…

Cited by 0SourceScholar
2022

Measuring Fairness of Text Classifiers via Prediction Sensitivity

ACL 2022long

With the rapid growth in language processing applications, fairness has emerged as an important consideration in data-driven solutions. Although various fairness definitions have been explored in the recent literature, there is lack of consensus on which metrics most accurately reflect the fairness…

2022

Mitigating Gender Bias in Distilled Language Models via Counterfactual Role Reversal

ACL 2022findings

Language models excel at generating coherent text, and model compression techniques such as knowledge distillation have enabled their use in resource-constrained settings. However, these models can be biased in multiple ways, including the unfounded association of male and female genders with gender…

2022

On the Intrinsic and Extrinsic Fairness Evaluation Metrics for Contextualized Language Representations

ACL 2022short

Multiple metrics have been introduced to measure fairness in various natural language processing tasks. These metrics can be roughly categorized into two categories: 1) extrinsic metrics for evaluating fairness in downstream applications and 2) intrinsic metrics for estimating fairness in upstream c…

Cited by 99SourcePDFScholar
2022

Training Mixed-Domain Translation Models via Federated Learning

NAACL 2022long

Training mixed-domain translation models is a complex task that demands tailored architec- tures and costly data preparation techniques. In this work, we leverage federated learning (FL) in order to tackle the problem. Our investiga- tion demonstrates that with slight modifications in the training p…

2021

Towards Realistic Single-Task Continuous Learning Research for NER

EMNLP 2021finding

There is an increasing interest in continuous learning (CL), as data privacy is becoming a priority for real-world machine learning applications. Meanwhile, there is still a lack of academic NLP benchmarks that are applicable for realistic CL settings, which is a major challenge for the advancement…

2020

Design Considerations for Hypothesis Rejection Modules in Spoken Language Understanding Systems

ICASSP 2020accepted

Spoken Language Understanding (SLU) systems typically consist of a set of machine learning models that operate in conjunction to produce an SLU hypothesis. The generated hypothesis is then sent to downstream components for further action. However, it is desirable to discard an incorrect hypothesis b…

Cited by 0SourceScholar
2020

Fast Intent Classification for Spoken Language Understanding Systems

ICASSP 2020accepted

Spoken Language Understanding (SLU) systems consist of several machine learning components operating together (e.g. intent classification, named entity recognition and resolution). Deep learning models have obtained state of the art results on several of these tasks, largely attributed to their bett…

Cited by 0SourceScholar
2019

Neural Attribution for Semantic Bug-Localization in Student Programs

NeurIPS 2019poster

Providing feedback is an integral part of teaching. Most open online courses on programming make use of automated grading systems to support programming assignments and give real-time feedback. These systems usually rely on test results to quantify the programs' functional correctness. They return f…

2019

On Evaluating CNN Representations for Low Resource Medical Image Classification

ICASSP 2019accepted

Convolutional Neural Networks (CNNs) have revolutionized performances in several machine learning tasks such as image classification, object tracking, and keyword spotting. However, given that they contain a large number of parameters, their direct applicability into low resource tasks is not straig…

Cited by 0SourceScholar
2018

Semi-Supervised and Transfer Learning Approaches for Low Resource Sentiment Classification

ICASSP 2018accepted

Sentiment classification involves quantifying the affective reaction of a human to a document, media item or an event. Although researchers have investigated several methods to reliably infer sentiment from lexical, speech and body language cues, training a model with a small set of labeled datasets…

Cited by 0SourceScholar
2018

Smoothing Model Predictions Using Adversarial Training Procedures for Speech Based Emotion Recognition

ICASSP 2018accepted

Training discriminative classifiers involves learning a conditional distribution p(y <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">i</sup> |x <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">i</sub> ), giv…

Cited by 0SourceScholar
2017

A knowledge transfer and boosting approach to the prediction of affect in movies

ICASSP 2017accepted

Affect prediction is a classical problem and has recently garnered special interest in multimedia applications. Affect prediction in movies is one such domain, potentially aiding the design as well as the impact analysis of movies. Given the large diversity in movies (such as different genres and la…

Cited by 0SourceScholar
2016

Pathological speech processing: State-of-the-art, current challenges, and future directions

ICASSP 2016accepted

The study of speech pathology involves evaluation and treatment of speech production related disorders affecting phonation, fluency, intonation and aeromechanical components of respiration. Recently, speech pathology has garnered special interest amongst machine learning and signal processing (ML-SP…

Cited by 0SourceScholar
2015

A language-based generative model framework for behavioral analysis of couples' therapy

ICASSP 2015accepted

Observational studies for psychological evaluations rely on careful assessment of multiple behavioral cues. Recent studies have made good progress in automating the psychological evaluation, which often involved tedious manual annotation of a set of behavioral codes. However, the current methods imp…

Cited by 0SourceScholar
2015

A mixture of experts approach towards intelligibility classification of pathological speech

ICASSP 2015accepted

Pathological speech involves atypical speech production which may result from several factors including oral diseases, physical disabilities in the voice production system and atypical anatomy. Automatic evaluation of intelligibility in patients with pathological speech can assist accurate diagnosis…

Cited by 0SourceScholar