← Search

Hari Sundaram

7 accepted papers

2026

Unlearning Isn’t Forgetting: Revealing Hidden Leakage in Class Unlearning Evaluations

ICML 2026poster

In this paper, we reveal a significant shortcoming in class unlearning evaluations: overlooking the underlying class geometry can cause information leakage about the forgotten class. We further propose a simple unlearning strategy to mitigate this issue. We introduce Class Membership Inference Attac…

Cited by 0SourceScholar
2025

Breaking Bad Tokens: Detoxification of LLMs Using Sparse Autoencoders

EMNLP 2025

Large language models (LLMs) are now ubiquitous in user-facing applications, yet they still generate undesirable toxic outputs, including profanity, vulgarity, and derogatory remarks. Although numerous detoxification methods exist, most apply broad, surface-level fixes and can therefore easily be ci

2025

Not All Wrong is Bad: Using Adversarial Examples for Unlearning

ICML 2025spotlight

Machine unlearning, where users can request the deletion of a forget dataset, is becoming increasingly important because of numerous privacy regulations. Initial works on "exact'' unlearning (e.g., retraining) incur large computational overheads. However, while computationally inexpensive, "approxim…

Cited by 0SourcePDFScholar
2025

Training Robust Ensembles Requires Rethinking Lipschitz Continuity

ICLR 2025poster

Transferability of adversarial examples is a well-known property that endangers all classification models, even those that are only accessible through black-box queries. Prior work has shown that an ensemble of models is more resilient to transferability: the probability that an adversarial example…

Cited by 0SourcePDFScholar
2024

CodeScope: An Execution-based Multilingual Multitask Multidimensional Benchmark for Evaluating LLMs on Code Understanding and Generation

ACL 2024long

Large Language Models (LLMs) have demonstrated remarkable performance on assisting humans in programming and facilitating programming automation. However, existing benchmarks for evaluating the code understanding and generation capacities of LLMs suffer from severe limitations. First, most benchmark…

2024

Spectrum Extraction and Clipping for Implicitly Linear Layers

AISTATS 2024poster

We show the effectiveness of automatic differentiation in efficiently and correctly computing and controlling the spectrum of implicitly linear operators, a rich family of layer types including all standard convolutional and dense layers. We provide the first clipping method which is correct for gen…

2022

Audience-Centric Natural Language Generation via Style Infusion

EMNLP 2022finding

Adopting contextually appropriate, audience-tailored linguistic styles is critical to the success of user-centric language generation systems (e.g., chatbots, computer-aided writing, dialog systems). While existing approaches demonstrate text style transfer (TST) with large volumes of parallel or no…