← Search

Danish Pruthi

18 accepted papers

2026

Polishing-Only Policies in Peer Reviews are Currently Not Enforceable

ICML 2026poster

With growing concerns about reviewers using Large Language Models (LLMs) for writing peer reviews, several conferences and journals have enacted policies thatprohibit LLM usage except for polishing, paraphrasing, and grammar correction of otherwise human-written reviews. But, are these policies enfo…

Cited by 0SourceScholar
2025

FairI Tales: Evaluation of Fairness in Indian Contexts with a Focus on Bias and Stereotypes

ACL 2025long

Existing studies on fairness are largely Western-focused, making them inadequate for culturally diverse countries such as India. To address this gap, we introduce INDIC-BIAS, a comprehensive India-centric benchmark designed to evaluate fairness of LLMs across 85 identity groups encompassing diverse…

2025

Richer Output for Richer Countries: Uncovering Geographical Disparities in Generated Stories and Travel Recommendations

NAACL 2025findings

While a large body of work inspects language models for biases concerning gender, race, occupation and religion, biases of geographical nature are relatively less explored. Some recent studies benchmark the degree to which large language models encode geospatial knowledge. However, the impact of the…

2025

STAMP Your Content: Proving Dataset Membership via Watermarked Rephrasings

ICML 2025poster

Given how large parts of publicly available text are crawled to pretrain large language models (LLMs), data creators increasingly worry about the inclusion of their proprietary data for model training without attribution or licensing. Their concerns are also shared by benchmark curators whose test-s…

2025

Silencing Empowerment, Allowing Bigotry: Auditing the Moderation of Hate Speech on Twitch

ACL 2025long

To meet the demands of content moderation, online platforms have resorted to automated systems. Newer forms of real-time engagement (e.g., users commenting on live streams) on platforms like Twitch exert additional pressures on the latency expected of such moderation systems. Despite their prevalenc…

2024

Evaluating Large Language Models for Health-related Queries with Presuppositions

ACL 2024findings

As corporations rush to integrate large language models (LLMs) it is critical that they provide factually accurate information, that is robust to any presuppositions that a user may express. In this work, we introduce UPHILL, a dataset consisting of health-related queries with varying degrees of pre…

2023

Geographical Erasure in Language Generation

EMNLP 2023long findings

Large language models (LLMs) encode vast amounts of world knowledge. However, since these models are trained on large swaths of internet data, they are at risk of inordinately capturing information about dominant groups. This imbalance can propagate into generated language. In this work, we study an…

Cited by 0SourcecodeScholar
2023

Inspecting the Geographical Representativeness of Images from Text-to-Image Models

ICCV 2023poster

Recent progress in generative models has resulted in models that produce both realistic as well as relevant images for most textual inputs. These models are being used to generate millions of images everyday, and hold the potential to drastically impact areas such as generative art, digital marketin…

Cited by 39PDFcodeScholar
2023

Model-tuning Via Prompts Makes NLP Models Adversarially Robust

EMNLP 2023long main

In recent years, NLP practitioners have converged on the following practice: (i) import an off-the-shelf pretrained (masked) language model; (ii) append a multilayer perceptron atop the CLS token's hidden representation (with randomly initialized weights); and (iii) fine-tune the entire model on a d…

Cited by 0SourcecodeScholar
2022

Explain, Edit, and Understand: Rethinking User Study Design for Evaluating Model Explanations

AAAI 2022technical

In attempts to "explain" predictions of machine learning models, researchers have proposed hundreds of techniques for attributing predictions to features that are deemed important. While these attributions are often claimed to hold the potential to improve human "understanding" of the models, surpri…

2022

Learning to Scaffold: Optimizing Model Explanations for Teaching

NeurIPS 2022accept

Modern machine learning models are opaque, and as a result there is a burgeoning academic subfield on methods that explain these models' behavior. However, what is the precise goal of providing such explanations, and how can we demonstrate that explanations achieve this goal? Some research argues t…

2021

Do Context-Aware Translation Models Pay the Right Attention?

ACL 2021long

Context-aware machine translation models are designed to leverage contextual information, but often fail to do so. As a result, they inaccurately disambiguate pronouns and polysemous words that require context for resolution. In this paper, we ask several questions: What contexts do human translator…