← Search

Swabha Swayamdipta

31 accepted papers

2026

Disentangling Geometry, Performance, and Training in Language Models

ICML 2026spotlight

Geometric properties of Transformer weights, particularly the unembedding matrix, have been widely useful in language model interpretability research. Yet, their utility for estimating downstream performance remains unclear. In this work, we systematically investigate the relationship between model …

Cited by 0SourceScholar
2026

TrustGen: A Platform of Dynamic Benchmarking on the Trustworthiness of Generative Foundation Models

ICLR 2026poster

Generative foundation models (GenFMs), such as large language models and text-to-image systems, have demonstrated remarkable capabilities in various downstream applications. As they are increasingly deployed in high-stakes applications, assessing their trustworthiness has become both a critical nece…

Cited by 0SourceScholar
2025

Better Language Model Inversion by Compactly Representing Next-Token Distributions

NeurIPS 2025poster

Language model inversion seeks to recover hidden prompts using only language model outputs. This capability has implications for security and accountability in language model deployments, such as leaking private information from an API-protected language model’s system message. We propose a new meth…

Cited by 0SourcecodeScholar
2025

ELI-Why: Evaluating the Pedagogical Utility of Language Model Explanations

ACL 2025finding

Language models today are widely used in education, yet their ability to tailor responses for learners with varied informational needs and knowledge backgrounds remains under-explored. To this end, we introduce ELI-Why, a benchmark of 13.4K “Why” questions to evaluate the pedagogical capabilities of…

Cited by 0SourcePDFScholar
2025

Evaluating Evaluation Metrics – The Mirage of Hallucination Detection

EMNLP 2025

Hallucinations pose a significant obstacle to the reliability and widespread adoption of language models, yet their accurate measurement remains a persistent challenge. While many task- and domain-specific metrics have been proposed to assess faithfulness and factuality concerns, the robustness and

Cited by 0SourcePDFScholar
2025

Improving Language Model Personas via Rationalization with Psychological Scaffolds

EMNLP 2025

Language models prompted with a user description or persona have been used to predict the user’s preferences and opinions. However, existing approaches to building personas mostly rely on a user’s demographic attributes and/or prior judgments, but not on any underlying reasoning behind a user’s judg

2025

Robust Data Watermarking in Language Models by Injecting Fictitious Knowledge

ACL 2025finding

Data watermarking in language models injects traceable signals, such as specific token sequences or stylistic patterns, into copyrighted text, allowing copyright holders to track and verify training data ownership. Previous data watermarking techniques primarily focus on effective memorization after…

2024

Closing the Curious Case of Neural Text Degeneration

ICLR 2024poster

Despite their ubiquity in language generation, it remains unknown why truncation sampling heuristics like nucleus sampling are so effective. We provide a theoretical explanation for the effectiveness of the truncation sampling by proving that truncation methods that discard tokens below some probabi…

2024

Compare without Despair: Reliable Preference Evaluation with Generation Separability

EMNLP 2024finding

Human evaluation of generated language through pairwise preference judgments is pervasive. However, under common scenarios, such as when generations from a model pair are very similar, or when stochastic decoding results in large variations in generations, it results in inconsistent preference ratin…

2024

Does Video Summarization Require Videos? Quantifying the Effectiveness of Language in Video Summarization

ICASSP 2024accepted

Video summarization remains a huge challenge in computer vision due to the size of the input videos to be summarized. We propose an efficient, language-only video summarizer that achieves competitive accuracy with high data efficiency. Using only textual captions obtained via a zero-shot approach, w…

Cited by 0SourceScholar
2024

NeuroComparatives: Neuro-Symbolic Distillation of Comparative Knowledge

NAACL 2024findings

Comparative knowledge (e.g., steel is stronger and heavier than styrofoam) is an essential component of our world knowledge, yet understudied in prior literature. In this paper, we harvest the dramatic improvements in knowledge capabilities of language models into a large-scale comparative knowledge…

2024

OATH-Frames: Characterizing Online Attitudes Towards Homelessness with LLM Assistants

EMNLP 2024main

Warning: Contents of this paper may be upsetting.Public attitudes towards key societal issues, expressed on online media, are of immense value in policy and reform efforts, yet challenging to understand at scale. We study one such social issue: homelessness in the U.S., by leveraging the remarkable…

Cited by 1SourcePDFScholar
2024

Out-of-Distribution Detection through Soft Clustering with Non-Negative Kernel Regression

EMNLP 2024finding

As language models become more general purpose, increased attention needs to be paid to detecting out-of-distribution (OOD) instances, i.e., those not belonging to any of the distributions seen during training. Existing methods for detecting OOD data are computationally complex and storage-intensive…

2023

COBRA Frames: Contextual Reasoning about Effects and Harms of Offensive Statements

ACL 2023findings

Warning: This paper contains content that may be offensive or upsetting. Understanding the harms and offensiveness of statements requires reasoning about the social and situational context in which statements are made. For example, the utterance “your English is very good” may implicitly signal an i…

2023

I2D2: Inductive Knowledge Distillation with NeuroLogic and Self-Imitation

ACL 2023long

Commonsense capabilities of pre-trained language models dramatically improve with scale, leading many to believe that scale is the only winning recipe. But is it? Here, we investigate an alternative that a priori seems impossible: can smaller language models (e.g., GPT-2) win over models that are or…

Cited by 32SourcePDFScholar
2023

REV: Information-Theoretic Evaluation of Free-Text Rationales

ACL 2023long

Generating free-text rationales is a promising step towards explainable NLP, yet evaluating such rationales remains a challenge. Existing metrics have mostly focused on measuring the association between the rationale and a given label. We argue that an ideal metric should focus on the new informatio…

2023

We're Afraid Language Models Aren't Modeling Ambiguity

EMNLP 2023long main

Ambiguity is an intrinsic feature of natural language. Managing ambiguity is a key part of human language understanding, allowing us to anticipate misunderstanding as communicators and revise our interpretations as listeners. As language models are increasingly employed as dialogue interfaces and wr…

Cited by 0SourcecodeScholar
2022

Annotators with Attitudes: How Annotator Beliefs And Identities Bias Toxic Language Detection

NAACL 2022long

The perceived toxicity of language can vary based on someone’s identity and beliefs, but this variation is often ignored when collecting toxic language datasets, resulting in dataset and model biases. We seek to understand the *who*, *why*, and *what* behind biases in toxicity annotations. In two on…

Cited by 289SourcePDFScholar
2022

NeuroCounterfactuals: Beyond Minimal-Edit Counterfactuals for Richer Data Augmentation

EMNLP 2022finding

While counterfactual data augmentation offers a promising step towards robust generalization in natural language processing, producing a set of counterfactuals that offer valuable inductive bias for models remains a challenge. Most existing approaches for producing counterfactuals, manual or automat…

2022

Reframing Human-AI Collaboration for Generating Free-Text Explanations

NAACL 2022long

Large language models are increasingly capable of generating fluent-appearing text with relatively little task-specific supervision. But can these models accurately explain classification decisions? We consider the task of generating free-text explanations using human-written examples in a few-shot…

2022

Understanding Dataset Difficulty with $\mathcal{V}$-Usable Information

ICML 2022oral

Estimating the difficulty of a dataset typically involves comparing state-of-the-art models to humans; the bigger the performance gap, the harder the dataset is said to be. However, this comparison provides little understanding of how difficult each instance in a given distribution is, or what attri…

2022

WANLI: Worker and AI Collaboration for Natural Language Inference Dataset Creation

EMNLP 2022finding

A recurring challenge of crowdsourcing NLP datasets at scale is that human writers often rely on repetitive patterns when crafting examples, leading to a lack of linguistic diversity. We introduce a novel approach for dataset creation based on worker and AI collaboration, which brings together the g…

2021

Contrastive Explanations for Model Interpretability

EMNLP 2021main

Contrastive explanations clarify why an event occurred in contrast to another. They are inherently intuitive to humans to both produce and comprehend. We propose a method to produce contrastive explanations in the latent space, via a projection of the input representation, such that only the feature…

2021

DExperts: Decoding-Time Controlled Text Generation with Experts and Anti-Experts

ACL 2021long

Despite recent advances in natural language generation, it remains challenging to control attributes of generated text. We propose DExperts: Decoding-time Experts, a decoding-time method for controlled text generation that combines a pretrained language model with “expert” LMs and/or “anti-expert” L…

2021

MAUVE: Measuring the Gap Between Neural Text and Human Text using Divergence Frontiers

NeurIPS 2021oral

As major progress is made in open-ended text generation, measuring how close machine-generated text is to human language remains a critical open problem. We introduce Mauve, a comparison measure for open-ended text generation, which directly compares the learnt distribution from a text generation mo…

Cited by 355SourcePDFScholar
2020

Adversarial Filters of Dataset Biases

ICML 2020poster

Large neural models have demonstrated human-level performance on language and vision benchmarks, while their performance degrades considerably on adversarial or out-of-distribution samples. This raises the question of whether these models have learned to solve a dataset rather than the underlying ta…

2018

Multi-Mention Learning for Reading Comprehension with Neural Cascades

ICLR 2018poster

Reading comprehension is a challenging task, especially when executed across longer or across multiple evidence documents, where the answer is likely to reoccur. Existing neural architectures typically do not scale to the entire evidence, and hence, resort to selecting a single passage in the docume…

Cited by 41SourcePDFScholar