← Search

Siva Reddy

47 accepted papers

2026

BRIDGE: Predicting Human Task Completion Time From Model Performance

ICML 2026poster

Evaluating the real-world capabilities of AI systems requires grounding benchmark performance in human-interpretable measures of task difficulty. Existing approaches that rely on direct human task completion time annotations are costly, noisy, and difficult to scale across benchmarks. In this work, …

Cited by 0SourceScholar
2026

Hierarchical Retrieval at Scale: Bridging Transparency and Efficiency

ICML 2026poster

Information retrieval is a core component of many intelligent systems as it enables conditioning of outputs on new and large-scale datasets. While effective, the standard practice of encoding data into high-dimensional representations for similarity search entails large memory and compute footprints…

Cited by 0SourceScholar
2026

LatentLens: Revealing Highly Interpretable Visual Tokens in LLMs

ICML 2026poster

Transforming a large language model (LLM) into a vision-language model (VLM) can be achieved by mapping the visual tokens from a vision encoder into the embedding space of an LLM. Intriguingly, this mapping can be as simple as a shallow MLP transformation. To understand why LLMs can so readily proce…

Cited by 0SourceScholar
2026

Operationalizing the Superficial Alignment Hypothesis via Task Complexity

ICML 2026poster

The superficial alignment hypothesis (SAH) posits that large language models learn most of their knowledge during pre-training, and that post-training merely surfaces this knowledge. The SAH, however, lacks a precise definition, which has led to (i) different and seemingly orthogonal arguments suppo…

Cited by 0SourceScholar
2026

The Markovian Thinker

ICLR 2026poster

Reasoning LLMs suffer from quadratic compute growth as their context length increases, making reinforcement learning with verifiable rewards (RLVR) and test-time scaling prohibitively expensive. Prior work has tried to lighten the computational burden by shortening reasoning traces through pruning,…

Cited by 0SourceScholar
2026

Weasel: Out-of-Domain Generalization for Web Agents via Importance-Diversity Data Selection

ICML 2026poster

Large language models (LLMs) have enabled web agents that follow natural language goals through multi-step browser interactions. However, agents fine-tuned on specific trajectories and domain often struggle to generalize out of domain, and offline training can be compute-inefficient due to noisy, re…

Cited by 0SourceScholar
2025

BigDocs: An Open Dataset for Training Multimodal Models on Document and Code Tasks

ICLR 2025poster

Multimodal AI has the potential to significantly enhance document-understanding tasks, such as processing receipts, understanding workflows, extracting data from documents, and summarizing reports. Code generation tasks that require long-structured outputs can also be enhanced by multimodality. Desp…

Cited by 0SourcePDFScholar
2025

Exploiting Instruction-Following Retrievers for Malicious Information Retrieval

ACL 2025finding

Instruction-following retrievers have been widely adopted alongside LLMs in real-world applications, but little work has investigated the safety risks surrounding their increasing search capabilities. We empirically study the ability of retrievers to satisfy malicious queries, both when used directl…

2025

Language Models Largely Exhibit Human-like Constituent Ordering Preferences

NAACL 2025long

Though English sentences are typically inflexible vis-à-vis word order, constituents often show far more variability in ordering. One prominent theory presents the notion that constituent ordering is directly correlated with constituent weight: a measure of the constituent’s length or complexity. Su…

2025

MMTEB: Massive Multilingual Text Embedding Benchmark

ICLR 2025poster

Text embeddings are typically evaluated on a narrow set of tasks, limited in terms of languages, domains, and task types. To circumvent this limitation and to provide a more comprehensive evaluation, we introduce the Massive Multilingual Text Embedding Benchmark (MMTEB) -- a large-scale community-dr…

2025

REARANK: Reasoning Re-ranking Agent via Reinforcement Learning

EMNLP 2025

We present REARANK, a large language model (LLM)-based listwise reasoning rerank- ing agent. REARANK explicitly reasons be- fore reranking, significantly improving both performance and interpretability. Leveraging reinforcement learning and data augmentation, REARANK achieves substantial improvement

2025

SafeArena: Evaluating the Safety of Autonomous Web Agents

ICML 2025poster

LLM-based agents are becoming increasingly proficient at solving web-based tasks. With this capability comes a greater risk of misuse for malicious purposes, such as posting misinformation in an online forum or selling illicit substances on a website. To evaluate these risks, we propose SafeArena, a…

Cited by 4SourcePDFScholar
2025

The Promise of RL for Autoregressive Image Editing

NeurIPS 2025poster

While image generation techniques are now capable of producing high-quality images that respect prompts which span multiple sentences, the task of text-guided image editing remains a challenge. Even edit requests that consist of only a few words often fail to be executed correctly. We explore three…

Cited by 0SourcecodeScholar
2025

Understanding the Influence of Synthetic Data for Text Embedders

ACL 2025finding

Recent progress in developing general purpose text embedders has been driven by training on ever-growing corpora of synthetic LLM-generated data. Nonetheless, no publicly available synthetic dataset exists, posing a barrier to studying its role for generalization. To address this issue, we first rep…

2025

VinePPO: Refining Credit Assignment in RL Training of LLMs

ICML 2025poster

Large language models (LLMs) are increasingly applied to complex reasoning tasks that require executing several complex steps before receiving any reward. Properly assigning credit to these steps is essential for enhancing model performance. Proximal Policy Optimization (PPO), a common reinforcement…

Cited by 0SourcePDFScholar
2025

Warmup Generations: A Task-Agnostic Approach for Guiding Sequence-to-Sequence Learning with Unsupervised Initial State Generation

ACL 2025long

Traditional supervised fine-tuning (SFT) strategies for sequence-to-sequence tasks often train models to directly generate the target output. Recent work has shown that guiding models with intermediate steps—such as keywords, outlines, or reasoning chains—can significantly improve performance, coher…

Cited by 0SourcePDFScholar
2025

WebMMU: A Benchmark for Multimodal Multilingual Website Understanding and Code Generation

EMNLP 2025

We present WebMMU, a multilingual benchmark that evaluates three core web tasks: (1) website visual question answering, (2) code editing involving HTML/CSS/JavaScript, and (3) mockup-to-code generation. Unlike prior benchmarks that treat these tasks separately, WebMMU unifies them using expert-annot

Cited by 0SourcePDFScholar
2024

Are self-explanations from Large Language Models faithful?

ACL 2024findings

Instruction-tuned Large Language Models (LLMs) excel at many tasks and will even explain their reasoning, so-called self-explanations. However, convincing and wrong self-explanations can lead to unsupported confidence in LLMs, thus increasing risk. Therefore, it’s important to measure if self-explan…

2024

Benchmarking Vision Language Models for Cultural Understanding

EMNLP 2024main

Foundation models and vision-language pre-training have notably advanced Vision Language Models (VLMs), enabling multimodal processing of visual and linguistic data. However, their performance has been typically assessed on general scene understanding - recognizing objects, attributes, and actions -…

Cited by 24SourcePDFScholar
2024

Evaluating In-Context Learning of Libraries for Code Generation

NAACL 2024long

Contemporary Large Language Models (LLMs) exhibit a high degree of code generation and comprehension capability. A particularly promising area is their ability to interpret code modules from unfamiliar libraries for solving user-instructed tasks. Recent work has shown that large proprietary LLMs can…

2024

Learning Action and Reasoning-Centric Image Editing from Videos and Simulation

NeurIPS 2024spotlight

An image editing model should be able to perform diverse edits, ranging from object replacement, changing attributes or style, to performing actions or movement, which require many forms of reasoning. Current *general* instruction-guided editing models have significant shortcomings with action and r…

Cited by 4SourcePDFScholar
2023

Are Diffusion Models Vision-And-Language Reasoners?

NeurIPS 2023poster

Text-conditioned image generation models have recently shown immense qualitative success using denoising diffusion processes. However, unlike discriminative vision-and-language models, it is a non-trivial task to subject these diffusion-based generative models to automatic fine-grained quantitative…

2023

Can Retriever-Augmented Language Models Reason? The Blame Game Between the Retriever and the Language Model

EMNLP 2023long findings

Augmenting pretrained language models with retrievers has shown promise in effectively solving common NLP problems, such as language modeling and question answering. In this paper, we evaluate the strengths and weaknesses of popular retriever-augmented language models, namely kNN-LM, REALM, DPR + Fi…

Cited by 0SourcecodeScholar
2023

Evaluating Dependencies in Fact Editing for Language Models: Specificity and Implication Awareness

EMNLP 2023long findings

The potential of using a large language model (LLM) as a knowledge base (KB) has sparked significant interest. To maintain the knowledge acquired by LLMs, we need to ensure that the editing of learned facts respects internal logical constraints, which are known as dependency of knowledge. Existing w…

Cited by 0SourcecodeScholar
2023

MAGNIFICo: Evaluating the In-Context Learning Ability of Large Language Models to Generalize to Novel Interpretations

EMNLP 2023long main

Humans possess a remarkable ability to assign novel interpretations to linguistic expressions, enabling them to learn new words and understand community-specific connotations. However, Large Language Models (LLMs) have a knowledge cutoff and are costly to finetune repeatedly. Therefore, it is crucia…

Cited by 0SourcecodeScholar
2023

The Impact of Positional Encoding on Length Generalization in Transformers

NeurIPS 2023poster

Length generalization, the ability to generalize from small training context sizes to larger ones, is a critical challenge in the development of Transformer-based language models. Positional encoding (PE) has been identified as a major factor influencing length generalization, but the exact impact o…

2023

Using In-Context Learning to Improve Dialogue Safety

EMNLP 2023long findings

While large neural-based conversational models have become increasingly proficient dialogue agents, recent work has highlighted safety issues with these systems. For example, these systems can be goaded into generating toxic content, often perpetuating social biases or stereotypes. We investigate a…

Cited by 0SourceScholar
2022

An Empirical Survey of the Effectiveness of Debiasing Techniques for Pre-trained Language Models

ACL 2022long

Recent work has shown pre-trained language models capture social biases from the large amounts of text they are trained on. This has attracted attention to developing techniques that mitigate such biases. In this work, we perform an empirical survey of five recently proposed bias mitigation techniqu…

2022

Compositional Generalization in Dependency Parsing

ACL 2022long

Compositionality— the ability to combine familiar units like words into novel phrases and sentences— has been the focus of intense interest in artificial intelligence in recent years. To test compositional generalization in semantic parsing, Keysers et al. (2020) introduced Compositional Freebase Qu…

2022

Evaluating the Faithfulness of Importance Measures in NLP by Recursively Masking Allegedly Important Tokens and Retraining

EMNLP 2022finding

To explain NLP models a popular approach is to use importance measures, such as attention, which inform input tokens are important for making a prediction. However, an open question is how well these explanations accurately reflect a model’s logic, a property called faithfulness. To answer this ques…

2022

IGLUE: A Benchmark for Transfer Learning across Modalities, Tasks, and Languages

ICML 2022spotlight

Reliable evaluation benchmarks designed for replicability and comprehensiveness have driven progress in machine learning. Due to the lack of a multilingual benchmark, however, vision-and-language research has mostly focused on English language tasks. To fill this gap, we introduce the Image-Grounded…

2022

Image Retrieval from Contextual Descriptions

ACL 2022long

The ability to integrate context, including perceptual and temporal cues, plays a pivotal role in grounding the meaning of a linguistic utterance. In order to measure to what extent current vision-and-language models master this ability, we devise a new multimodal challenge, Image Retrieval from Con…

2022

On the Origin of Hallucinations in Conversational Models: Is it the Datasets or the Models?

NAACL 2022long

Knowledge-grounded conversational models are known to suffer from producing factually invalid statements, a phenomenon commonly called hallucination. In this work, we investigate the underlying causes of this phenomenon: is hallucination due to the training data, or to the models? We conduct a compr…

2022

The Curious Case of Absolute Position Embeddings

EMNLP 2022finding

Transformer language models encode the notion of word order using positional information. Most commonly, this positional information is represented by absolute position embeddings (APEs), that are learned from the pretraining data. However, in natural language, it is not absolute position that matte…

2022

Using Interactive Feedback to Improve the Accuracy and Explainability of Question Answering Systems Post-Deployment

ACL 2022findings

Most research on question answering focuses on the pre-deployment stage; i.e., building an accurate model for deployment. In this paper, we ask the question: Can we improve QA systems further post-deployment based on user interactions? We focus on two kinds of improvements: 1) improving the QA syste…

2021

Back-Training excels Self-Training at Unsupervised Domain Adaptation of Question Generation and Passage Retrieval

EMNLP 2021main

In this work, we introduce back-training, an alternative to self-training for unsupervised domain adaptation (UDA). While self-training generates synthetic training data where natural inputs are aligned with noisy outputs, back-training results in natural outputs aligned with noisy inputs. This sign…

2021

End-to-End Training of Multi-Document Reader and Retriever for Open-Domain Question Answering

NeurIPS 2021poster

We present an end-to-end differentiable training method for retrieval-augmented open-domain question answering systems that combine information from multiple retrieved documents when generating answers. We model retrieval decisions as latent variables over sets of relevant documents. Since marginali…

2021

Explicitly Modeling Syntax in Language Models with Incremental Parsing and a Dynamic Oracle

NAACL 2021long

Syntax is fundamental to our thinking about language. Failing to capture the structure of input language could lead to generalization problems and over-parametrization. In the present work, we propose a new syntax-aware language model: Syntactic Ordered Memory (SOM). The model explicitly models the…

Cited by 9SourcePDFScholar
2021

Mind the Context: The Impact of Contextualization in Neural Module Networks for Grounding Visual Referring Expressions

EMNLP 2021main

Neural module networks (NMN) are a popular approach for grounding visual referring expressions. Prior implementations of NMN use pre-defined and fixed textual inputs in their module instantiation. This necessitates a large number of modules as they lack the ability to share weights and exploit assoc…

2021

StereoSet: Measuring stereotypical bias in pretrained language models

ACL 2021long

A stereotype is an over-generalized belief about a particular group of people, e.g., Asians are good at math or African Americans are athletic. Such beliefs (biases) are known to hurt target groups. Since pretrained language models are trained on large real-world data, they are known to capture ster…

2021

Understanding by Understanding Not: Modeling Negation in Language Models

NAACL 2021long

Negation is a core construction in natural language. Despite being very successful on many tasks, state-of-the-art pre-trained language models often handle negation incorrectly. To improve language models in this regard, we propose to augment the language modeling objective with an unlikelihood obje…

2021

Visually Grounded Reasoning across Languages and Cultures

EMNLP 2021main

The design of widespread vision-and-language datasets and pre-trained encoders directly adopts, or draws inspiration from, the concepts and images of ImageNet. While one can hardly overestimate how much this benchmark contributed to progress in computer vision, it is mostly derived from lexical data…

Cited by 175SourcePDFScholar
2020

Measuring Systematic Generalization in Neural Proof Generation with Transformers

NeurIPS 2020poster

We are interested in understanding how well Transformer language models (TLMs) can perform reasoning tasks when trained on knowledge encoded in the form of natural language. We investigate their systematic generalization abilities on a logical reasoning task in natural language, which involves reaso…