← Search

Roy Schwartz

21 accepted papers

2025

Context Length Alone Hurts LLM Performance Despite Perfect Retrieval

EMNLP 2025

Large language models (LLMs) often fail to scale their performance on long-context tasks performance in line with the context lengths they support. This gap is commonly attributed to retrieval failures—the models’ inability to identify information in the long inputs that is relevant to the task they

Cited by 0SourcePDFScholar
2023

Breaking Common Sense: WHOOPS! A Vision-and-Language Benchmark of Synthetic and Compositional Images

ICCV 2023poster

Weird, unusual, and uncanny images pique the curiosity of observers because they challenge commonsense. For example, an image released during the 2022 world cup depicts the famous soccer stars Lionel Messi and Cristiano Ronaldo playing chess, which playfully violates our expectation that their compe…

Cited by 71PDFScholar
2023

Fighting Bias With Bias: Promoting Model Robustness by Amplifying Dataset Biases

ACL 2023findings

NLP models often rely on superficial cues known as dataset biases to achieve impressive performance, and can fail on examples where these biases do not hold. Recent work sought to develop robust, unbiased models by filtering biased examples from training sets. In this work, we argue that such filter…

2023

Finding the SWEET Spot: Analysis and Improvement of Adaptive Inference in Low Resource Settings

ACL 2023long

Adaptive inference is a simple method for reducing inference costs. The method works by maintaining multiple classifiers of different capacities, and allocating resources to each test instance according to its difficulty. In this work, we compare the two main approaches for adaptive inference, Early…

2023

Textually Pretrained Speech Language Models

NeurIPS 2023poster

Speech language models (SpeechLMs) process and generate acoustic data only, without textual supervision. In this work, we propose TWIST, a method for training SpeechLMs using a warm-start from a pretrained textual language models. We show using both automatic and human evaluations that TWIST outperf…

2023

VASR: Visual Analogies of Situation Recognition

AAAI 2023technical

A core process in human cognition is analogical mapping: the ability to identify a similar relational structure between different situations. We introduce a novel task, Visual Analogies of Situation Recognition, adapting the classical word-analogy task into the visual domain. Given a triplet of imag…

2022

ABC: Attention with Bounded-memory Control

ACL 2022long

Transformer architectures have achieved state- of-the-art results on a variety of natural language processing (NLP) tasks. However, their attention mechanism comes with a quadratic complexity in sequence lengths, making the computational overhead prohibitive, especially for long sequences. Attention…

2022

How Much Does Attention Actually Attend? Questioning the Importance of Attention in Pretrained Transformers

EMNLP 2022finding

The attention mechanism is considered the backbone of the widely-used Transformer architecture. It contextualizes the input by computing input-specific attention matrices. We find that this mechanism, while powerful and elegant, is not as important as typically thought for pretrained language models…

2022

On the Limitations of Dataset Balancing: The Lost Battle Against Spurious Correlations

NAACL 2022findings

Recent work has shown that deep learning models in NLP are highly sensitive to low-level correlations between simple features and specific output labels, leading to over-fitting and lack of generalization. To mitigate this problem, a common practice is to balance datasets by adding new instances or…

Cited by 31SourcePDFScholar
2022

WinoGAViL: Gamified Association Benchmark to Challenge Vision-and-Language Models

NeurIPS 2022accept

While vision-and-language models perform well on tasks such as visual question answering, they struggle when it comes to basic human commonsense reasoning skills. In this work, we introduce WinoGAViL: an online game of vision-and-language associations (e.g., between werewolves and a full moon), used…

2021

Automatic Generation of Contrast Sets from Scene Graphs: Probing the Compositional Consistency of GQA

NAACL 2021long

Recent works have shown that supervised models often exploit data artifacts to achieve good test scores while their performance severely degrades on samples outside their training distribution. Contrast sets (Gardneret al., 2020) quantify this phenomenon by perturbing test samples in a minimal way s…

2021

Data Efficient Masked Language Modeling for Vision and Language

EMNLP 2021finding

Masked language modeling (MLM) is one of the key sub-tasks in vision-language pretraining. In the cross-modal setting, tokens in the sentence are masked at random, and the model predicts the masked tokens given the image and the text. In this paper, we observe several key disadvantages of MLM in thi…

2021

Effects of Parameter Norm Growth During Transformer Training: Inductive Bias from Gradient Descent

EMNLP 2021main

The capacity of neural networks like the widely adopted transformer is known to be very high. Evidence is emerging that they learn successfully due to inductive bias in the training routine, typically a variant of gradient descent (GD). To better understand this bias, we study the tendency for trans…

2021

Expected Validation Performance and Estimation of a Random Variable’s Maximum

EMNLP 2021finding

Research in NLP is often supported by experimental results, and improved reporting of such results can lead to better understanding and more reproducible science. In this paper we analyze three statistical estimators for expected validation performance, a tool used for reporting performance (e.g., a…

Cited by 6SourcePDFScholar
2021

Extracting a Knowledge Base of Mechanisms from COVID-19 Papers

NAACL 2021long

The COVID-19 pandemic has spawned a diverse body of scientific literature that is challenging to navigate, stimulating interest in automated tools to help find useful knowledge. We pursue the construction of a knowledge base (KB) of mechanisms—a fundamental concept across the sciences, which encompa…