← Search

Sameer Singh

51 accepted papers

2026

Parallel Token Generation for Language Models

ICLR 2026poster

Autoregressive transformers are the backbone of modern large language models. Despite their success, inference remains slow due to strictly sequential prediction. Prior attempts to predict multiple tokens per step typically impose independence assumptions across tokens, which limits their ability to…

Cited by 0SourceScholar
2025

TurtleBench: A Visual Programming Benchmark in Turtle Geometry

NAACL 2025long

Humans have the ability to reason about geometric patterns in images and scenes from a young age. However, developing large multimodal models (LMMs) capable of similar reasoning remains a challenge, highlighting the need for robust evaluation methods to assess these capabilities. We introduce Turtle…

2024

Are Models Biased on Text without Gender-related Language?

ICLR 2024poster

Gender bias research has been pivotal in revealing undesirable behaviors in large language models, exposing serious gender stereotypes associated with occupations, and emotions. A key observation in prior work is that models reinforce stereotypes as a consequence of the gendered correlations that ar…

2024

Benchmark Data Repositories for Better Benchmarking

NeurIPS 2024poster

In machine learning research, it is common to evaluate algorithms via their performance on standard benchmark datasets. While a growing body of work establishes guidelines for---and levies criticisms at---data and benchmarking practices in machine learning, comparatively less attention has been paid…

Cited by 1SourcePDFScholar
2024

EchoPrompt: Instructing the Model to Rephrase Queries for Improved In-context Learning

NAACL 2024short

Language models are achieving impressive performance on various tasks by aggressively adopting inference-time prompting techniques,such as zero-shot and few-shot prompting. In this work, we introduce EchoPrompt, a simple yet effective approach that prompts the model to rephrase its queries before an…

2024

Measuring and Improving Attentiveness to Partial Inputs with Counterfactuals

EMNLP 2024finding

The inevitable appearance of spurious correlations in training datasets hurts the generalization of NLP models on unseen data. Previous work has found that datasets with paired inputs are prone to correlations between a specific part of the input (e.g., the hypothesis in NLI) and the label; conseque…

Cited by 2SourcePDFScholar
2024

MisgenderMender: A Community-Informed Approach to Interventions for Misgendering

NAACL 2024long

Content Warning: This paper contains examples of misgendering and erasure that could be offensive and potentially triggering.Misgendering, the act of incorrectly addressing someone’s gender, inflicts serious harm and is pervasive in everyday technologies, yet there is a notable lack of research to c…

2024

Perceptions of Linguistic Uncertainty by Language Models and Humans

EMNLP 2024main

*Uncertainty expressions* such as ‘probably’ or ‘highly unlikely’ are pervasive in human language. While prior work has established that there is population-level agreement in terms of how humans quantitatively interpret these expressions, there has been little inquiry into the abilities of language…

2024

Plot Twist: Multimodal Models Don’t Comprehend Simple Chart Details

EMNLP 2024finding

Recent advances in multimodal models show remarkable performance in real-world benchmarks for chart and figure understanding like ChartQA that involve interpreting trends, comparing data points, and extracting insights from visuals.In this paper, we investigate the extent to which these models truly…

Cited by 0SourcePDFScholar
2024

Selective Perception: Learning Concise State Descriptions for Language Model Actors

NAACL 2024short

The latest large language models (LMs) support increasingly longer contexts. While this trend permits using substantial amounts of text with SOTA LMs, requiring these large LMs to process potentially redundant or irrelevant data needlessly increases inference time and cost. To remedy this problem, w…

2024

Skill Set Optimization: Reinforcing Language Model Behavior via Transferable Skills

ICML 2024poster

Large language models (LLMs) have recently been used for sequential decision making in interactive environments. However, leveraging environment reward signals for continual LLM actor improvement is not straightforward. We propose Skill Set Optimization (SSO) for improving LLM actor performance thro…

2024

What's In My Big Data?

ICLR 2024spotlight

Large text corpora are the backbone of language models. However, we have a limited understanding of the content of these corpora, including general statistics, quality, social factors, and inclusion of evaluation data (contamination). In this work, we propose What's In My Big Data? (WIMBD), a platfo…

2023

Do Embodied Agents Dream of Pixelated Sheep: Embodied Decision Making using Language Guided World Modelling

ICML 2023poster

Reinforcement learning (RL) agents typically learn tabula rasa, without prior knowledge of the world. However, if initialized with knowledge of high-level subgoals and transitions between subgoals, RL agents could utilize this Abstract World Model (AWM) for planning and exploration. We propose using…

Cited by 93SourcePDFScholar
2023

Factual and Informative Review Generation for Explainable Recommendation

AAAI 2023technical

Recent models can generate fluent and grammatical synthetic reviews while accurately predicting user ratings. The generated reviews, expressing users' estimated opinions towards related products, are often viewed as natural language ‘rationales’ for the jointly predicted rating. However, previous st…

2023

MISGENDERED: Limits of Large Language Models in Understanding Pronouns

ACL 2023long

Content Warning: This paper contains examples of misgendering and erasure that could be offensive and potentially triggering. Gender bias in language technologies has been widely studied, but research has mostly been restricted to a binary paradigm of gender. It is essential also to consider non-bin…

2023

Maestro: A Gamified Platform for Teaching AI Robustness

AAAI 2023technical

Although the prevention of AI vulnerabilities is critical to preserve the safety and privacy of users and businesses, educational tools for robust AI are still underdeveloped worldwide. We present the design, implementation, and assessment of Maestro. Maestro is an effective open-source game-based p…

2023

Post Hoc Explanations of Language Models Can Improve Language Models

NeurIPS 2023poster

Large Language Models (LLMs) have demonstrated remarkable capabilities in performing complex tasks. Moreover, recent research has shown that incorporating human-annotated rationales (e.g., Chain-of-Thought prompting) during in-context learning can significantly enhance the performance of these model…

Cited by 72SourcePDFScholar
2023

To Adapt or to Annotate: Challenges and Interventions for Domain Adaptation in Open-Domain Question Answering

ACL 2023long

Recent advances in open-domain question answering (ODQA) have demonstrated impressive accuracy on general-purpose domains like Wikipedia. While some work has been investigating how well ODQA models perform when tested for out-of-domain (OOD) generalization, these studies have been conducted only und…

2022

Combining Feature and Instance Attribution to Detect Artifacts

ACL 2022findings

Training the deep neural networks that dominate NLP requires large datasets. These are often collected automatically or via crowdsourcing, and may exhibit systematic biases or annotation artifacts. By the latter we mean spurious correlations between inputs and outputs that do not represent a general…

2022

Continued Pretraining for Better Zero- and Few-Shot Promptability

EMNLP 2022main

Recently introduced language model prompting methods can achieve high accuracy in zero- and few-shot settings while requiring few to no learned task-specific parameters. Nevertheless, these methods still often trail behind full model finetuning. In this work, we investigate if a dedicated continued…

2022

Cutting Down on Prompts and Parameters: Simple Few-Shot Learning with Language Models

ACL 2022findings

Prompting language models (LMs) with training examples and task descriptions has been seen as critical to recent successes in few-shot learning. In this work, we show that finetuning LMs in the few-shot setting can considerably reduce the need for prompt engineering. In fact, one can use null prompt…

2022

FRUIT: Faithfully Reflecting Updated Information in Text

NAACL 2022long

Textual knowledge bases such as Wikipedia require considerable effort to keep up to date and consistent. While automated writing assistants could potentially ease this burden, the problem of suggesting edits grounded in external knowledge has been under-explored. In this paper, we introduce the nove…

2022

Impact of Pretraining Term Frequencies on Few-Shot Numerical Reasoning

EMNLP 2022finding

Pretrained Language Models (LMs) have demonstrated ability to perform numerical reasoning by extrapolating from a few examples in few-shot settings. However, the extent to which this extrapolation relies on robust reasoning is unclear. In this paper, we investigate how well these models reason with…

Cited by 0SourcePDFScholar
2022

Prompt Waywardness: The Curious Case of Discretized Interpretation of Continuous Prompts

NAACL 2022long

Fine-tuning continuous prompts for target tasks has recently emerged as a compact alternative to full model fine-tuning. Motivated by these promising results, we investigate the feasibility of extracting a discrete (textual) interpretation of continuous prompts that is faithful to the problem they s…

2022

ReCLIP: A Strong Zero-Shot Baseline for Referring Expression Comprehension

ACL 2022long

Training a referring expression comprehension (ReC) model for a new visual domain requires collecting referring expressions, and potentially corresponding bounding boxes, for images in the domain. While large-scale pre-trained models are useful for image classification across domains, it remains unc…

2022

Structurally Diverse Sampling for Sample-Efficient Training and Comprehensive Evaluation

EMNLP 2022finding

A growing body of research has demonstrated the inability of NLP models to generalize compositionally and has tried to alleviate it through specialized architectures, training schemes, and data augmentation, among other approaches. In this work, we study a different approach: training on instances w…

2022

Successive Prompting for Decomposing Complex Questions

EMNLP 2022main

Answering complex questions that require making latent decisions is a challenging task, especially when limited supervision is available. Recent works leverage the capabilities of large language models (LMs) to perform complex question answering in a few-shot setting by demonstrating how to output i…

2021

An Empirical Comparison of Instance Attribution Methods for NLP

NAACL 2021long

Widespread adoption of deep models has motivated a pressing need for approaches to interpret network outputs and to facilitate model debugging. Instance attribution methods constitute one means of accomplishing these goals by retrieving training instances that (may have) led to a particular predicti…

2021

Benchmarking Scalable Methods for Streaming Cross Document Entity Coreference

ACL 2021long

Streaming cross document entity coreference (CDC) systems disambiguate mentions of named entities in a scalable manner via incremental clustering. Unlike other approaches for named entity disambiguation (e.g., entity linking), streaming CDC allows for the disambiguation of entities that are unknown…

2021

Beyond Accuracy: Behavioral Testing of NLP Models with Checklist (Extended Abstract)

IJCAI 2021poster

Although measuring held-out accuracy has been the primary approach to evaluate generalization, it often overestimates the performance of NLP models, while alternative approaches for evaluating models either focus on individual tasks or on specific behaviors. Inspired by principles of behavioral test…

2021

Calibrate Before Use: Improving Few-shot Performance of Language Models

ICML 2021oral

GPT-3 can perform numerous tasks when provided a natural language prompt that contains a few training examples. We show that this type of few-shot learning can be unstable: the choice of prompt format, training examples, and even the order of the examples can cause accuracy to vary from near chance…

2021

Competency Problems: On Finding and Removing Artifacts in Language Data

EMNLP 2021main

Much recent work in NLP has documented dataset artifacts, bias, and spurious correlations between input features and output labels. However, how to tell which features have “spurious” instead of legitimate correlations is typically left unspecified. In this work we argue that for complex language un…

Cited by 108SourcePDFScholar
2021

Counterfactual Explanations Can Be Manipulated

NeurIPS 2021poster

Counterfactual explanations are emerging as an attractive option for providing recourse to individuals adversely impacted by algorithmic decisions. As they are deployed in critical applications (e.g. law enforcement, financial lending), it becomes important to ensure that we clearly understand the…

Cited by 174SourcePDFScholar
2021

Entity-Based Knowledge Conflicts in Question Answering

EMNLP 2021main

Knowledge-dependent tasks typically use two sources of knowledge: parametric, learned at training time, and contextual, given as a passage at inference time. To understand how models use these sources together, we formalize the problem of knowledge conflicts, where the contextual information contrad…

2021

Evaluating Entity Disambiguation and the Role of Popularity in Retrieval-Based NLP

ACL 2021long

Retrieval is a core component for open-domain NLP tasks. In open-domain tasks, multiple entities can share a name, making disambiguation an inherent yet under-explored problem. We propose an evaluation benchmark for assessing the entity disambiguation capabilities of these retrievers, which we call…

2021

Generative Context Pair Selection for Multi-hop Question Answering

EMNLP 2021main

Compositional reasoning tasks such as multi-hop question answering require models to learn how to make latent decisions using only weak supervision from the final answer. Crowdsourced datasets gathered for these tasks, however, often contain only a slice of the underlying task distribution, which ca…

2021

Improved Consistency Regularization for GANs

AAAI 2021technical

Recent work has increased the performance of Generative Adversarial Networks (GANs) by enforcing a consistency cost on the discriminator. We improve on this technique in several ways. We first show that consistency regularization can introduce artifacts into the GAN samples and explain how to fix th…

2021

Paired Examples as Indirect Supervision in Latent Decision Models

EMNLP 2021main

Compositional, structured models are appealing because they explicitly decompose problems and provide interpretable intermediate outputs that give confidence that the model is not simply latching onto data artifacts. Learning these models is challenging, however, because end-task supervision only pr…

Cited by 12SourcePDFScholar
2021

Reliable Post hoc Explanations: Modeling Uncertainty in Explainability

NeurIPS 2021poster

As black box explanations are increasingly being employed to establish model credibility in high stakes settings, it is important to ensure that these explanations are accurate and reliable. However, prior work demonstrates that explanations generated by state-of-the-art techniques are inconsistent,…

Cited by 218SourcePDFScholar
2020

Explain Your Move: Understanding Agent Actions Using Specific and Relevant Feature Attribution

ICLR 2020poster

As deep reinforcement learning (RL) is applied to more tasks, there is a need to visualize and understand the behavior of learned agents. Saliency maps explain agent behavior by highlighting the features of the input state that are most relevant for the agent in taking an action. Existing perturbati…

Cited by 99SourcecodeScholar
2018

Combining Symbolic Expressions and Black-box Function Evaluations in Neural Programs

ICLR 2018poster

Neural programming involves training neural networks to learn programs, mathematics, or logic from data. Previous works have failed to achieve good generalization performance, especially on problems and programs with high complexity or on large domains. This is because they mostly rely either on bla…

2015

Efficient Second-Order Gradient Boosting for Conditional Random Fields

AISTATS 2015poster

Conditional random fields (CRFs) are an important class of models for accurate structured prediction, but effective design of the feature functions is a major challenge when applying CRF models to real world data. Gradient boosting, which is used to automatically induce and select feature functions,…

Cited by 61SourcePDFScholar