← Search

Yoav Goldberg

45 accepted papers

2026

AstaBench: Rigorous Benchmarking of AI Agents with a Scientific Research Suite

ICLR 2026oral

AI agents hold the potential to revolutionize scientific productivity by automating literature reviews, replicating experiments, analyzing data, and even proposing new directions of inquiry; indeed, there are now many such agents, ranging from general-purpose "deep research" systems to specialized s…

Cited by 0SourcecodeScholar
2025

A Practical Method for Generating String Counterfactuals

NAACL 2025findings

Interventions targeting the representation space of language models (LMs) have emerged as an effective means to influence model behavior. Such methods are employed, for example, to eliminate or alter the encoding of demographic information such as gender within the model’s representations and, in so…

2025

NER Retriever: Zero-Shot Named Entity Retrieval with Type-Aware Embeddings

EMNLP 2025

We present NER Retriever, a zero-shot retrieval framework for ad-hoc Named Entity Recognition (NER), where a user-defined type description is used to retrieve documents mentioning entities of that type. Instead of relying on fixed schemas or fine-tuned models, our method builds on pretrained languag

Cited by 0SourcePDFScholar
2024

Data-driven Coreference-based Ontology Building

EMNLP 2024finding

While coreference resolution is traditionally used as a component in individual document understanding, in this work we take a more global view and explore what can we learn about a domain from the set of all document-level coreference relations that are present in a large corpus. We derive corefere…

2024

Knowledge Navigator: LLM-guided Browsing Framework for Exploratory Search in Scientific Literature

EMNLP 2024finding

The exponential growth of scientific literature necessitates advanced tools for effective knowledge exploration. We present Knowledge Navigator, a system designed to enhance exploratory search abilities by organizing and structuring the retrieved documents from broad topical queries into a navigable…

Cited by 3SourcePDFScholar
2024

Leveraging Collection-Wide Similarities for Unsupervised Document Structure Extraction

ACL 2024findings

Document collections of various domains, e.g., legal, medical, or financial, often share some underlying collection-wide structure, which captures information that can aid both human users and structure-aware models.We propose to identify the typical structure of document within a collection, which…

2024

Same Task, More Tokens: the Impact of Input Length on the Reasoning Performance of Large Language Models

ACL 2024long

This paper explores the impact of extending input lengths on the capabilities of Large Language Models (LLMs). Despite LLMs advancements in recent times, their performance consistency across different input lengths is not well understood. We investigate this aspect by introducing a novel QA reasonin…

2023

Guiding LLM to Fool Itself: Automatically Manipulating Machine Reading Comprehension Shortcut Triggers

EMNLP 2023short findings

Recent applications of LLMs in Machine Reading Comprehension (MRC) systems have shown impressive results, but the use of shortcuts, mechanisms triggered by features spuriously correlated to the true label, has emerged as a potential threat to their reliability. We analyze the problem from two angles…

Cited by 0SourcecodeScholar
2023

HeQ: a Large and Diverse Hebrew Reading Comprehension Benchmark

EMNLP 2023long findings

Current benchmarks for Hebrew Natural Language Processing (NLP) focus mainly on morpho-syntactic tasks, neglecting the semantic dimension of language understanding. To bridge this gap, we set out to deliver a Hebrew Machine Reading Comprehension (MRC) dataset, where MRC is to be realized as extract…

Cited by 0SourceScholar
2023

Linguistic Binding in Diffusion Models: Enhancing Attribute Correspondence through Attention Map Alignment

NeurIPS 2023oral

Text-conditioned image generation models often generate incorrect associations between entities and their visual attributes. This reflects an impaired mapping between linguistic binding of entities and modifiers in the prompt and visual binding of the corresponding elements in the generated image. A…

2023

Linguistically Motivated Sign Language Segmentation

EMNLP 2023long findings

Sign language segmentation is a crucial task in sign language processing systems. It enables downstream tasks such as sign recognition, transcription, and machine translation. In this work, we consider two kinds of segmentation: segmentation into individual signs and segmentation into \textit{phrase…

Cited by 0SourcecodeScholar
2023

NERetrieve: Dataset for Next Generation Named Entity Recognition and Retrieval

EMNLP 2023long findings

Recognizing entities in texts is a central need in many information-seeking scenarios, and indeed, Named Entity Recognition (NER) is arguably one of the most successful examples of a widely adopted NLP task and corresponding NLP technology. Recent advances in large language models (LLMs) appear to p…

Cited by 0SourcecodeScholar
2023

Neighboring Words Affect Human Interpretation of Saliency Explanations

ACL 2023findings

Word-level saliency explanations (“heat maps over words”) are often used to communicate feature-attribution in text-based models. Recent studies found that superficial factors such as word length can distort human interpretation of the communicated saliency scores. We conduct a user study to investi…

2023

Stop Uploading Test Data in Plain Text: Practical Strategies for Mitigating Data Contamination by Evaluation Benchmarks

EMNLP 2023short main

Data contamination has become prevalent and challenging with the rise of models pretrained on large automatically-crawled corpora. For closed models, the training data becomes a trade secret, and even for open models, it is not trivial to detect contamination. Strategies such as leaderboards with h…

Cited by 0SourceScholar
2023

Unsupervised Mapping of Arguments of Deverbal Nouns to Their Corresponding Verbal Labels

ACL 2023findings

Deverbal nouns are nominal forms of verbs commonly used in written English texts to describe events or actions, as well as their arguments. However, many NLP systems, and in particular pattern-based ones, neglect to handle such nominalized constructions. The solutions that do exist for handling argu…

Cited by 0SourcePDFScholar
2022

A Dataset for N-ary Relation Extraction of Drug Combinations

NAACL 2022long

Combination therapies have become the standard of care for diseases such as cancer, tuberculosis, malaria and HIV. However, the combinatorial set of available multi-drug treatments creates a challenge in identifying effective combination therapies available in a situation. To assist medical professi…

2022

BitFit: Simple Parameter-efficient Fine-tuning for Transformer-based Masked Language-models

ACL 2022short

We introduce BitFit, a sparse-finetuning method where only the bias-terms of the model (or a subset of them) are being modified. We show that with small-to-medium training data, applying BitFit on pre-trained BERT models is competitive with (and sometimes better than) fine-tuning the entire model. F…

2022

Large Scale Substitution-based Word Sense Induction

ACL 2022long

We present a word-sense induction method based on pre-trained masked language models (MLMs), which can cheaply scale to large vocabularies and large corpora. The result is a corpus which is sense-tagged according to a corpus-derived sense inventory and where each sense is associated with indicative…

2022

Lexical Generalization Improves with Larger Models and Longer Training

EMNLP 2022finding

While fine-tuned language models perform well on many language tasks, they were also shown to rely on superficial surface features such as lexical overlap. Excessive utilization of such heuristics can lead to failure on challenging inputs. We analyze the use of lexical overlap heuristics in natural…

2022

McPhraSy: Multi-Context Phrase Similarity and Clustering

EMNLP 2022finding

Phrase similarity is a key component of many NLP applications. Current phrase similarity methods focus on embedding the phrase itself and use the phrase context only during training of the pretrained model. To better leverage the information in the context, we propose McPhraSy (Multi-context Phrase…

Cited by 5SourcePDFScholar
2022

Transformer Feed-Forward Layers Build Predictions by Promoting Concepts in the Vocabulary Space

EMNLP 2022main

Transformer-based language models (LMs) are at the core of modern NLP, but their internal prediction construction process is opaque and largely not understood. In this work, we make a substantial step towards unveiling this underlying prediction process, by reverse-engineering the operation of the f…

2021

Asking It All: Generating Contextualized Questions for any Semantic Role

EMNLP 2021main

Asking questions about a situation is an inherent step towards understanding it. To this end, we introduce the task of role question generation, which, given a predicate mention and a passage, requires producing a set of questions asking about all possible semantic roles of the predicate. We develop…

2021

Back to Square One: Artifact Detection, Training and Commonsense Disentanglement in the Winograd Schema

EMNLP 2021main

The Winograd Schema (WS) has been proposed as a test for measuring commonsense capabilities of models. Recently, pre-trained language model-based approaches have boosted performance on some WS benchmarks but the source of improvement is still not clear. This paper suggests that the apparent progress…

Cited by 57SourcePDFScholar
2021

CommonsenseQA 2.0: Exposing the Limits of AI through Gamification

NeurIPS 2021poster

Constructing benchmarks that test the abilities of modern natural language understanding models is difficult - pre-trained language models exploit artifacts in benchmarks to achieve human parity, but still fail on adversarial examples and make errors that demonstrate a lack of common sense. In this…

Cited by 124SourceScholar
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

Does BERT Pretrained on Clinical Notes Reveal Sensitive Data?

NAACL 2021long

Large Transformers pretrained over clinical notes from Electronic Health Records (EHR) have afforded substantial gains in performance on predictive clinical tasks. The cost of training such models (and the necessity of data access to do so) coupled with their utility motivates parameter sharing, i.e…

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

Including Signed Languages in Natural Language Processing

ACL 2021long

Signed languages are the primary means of communication for many deaf and hard of hearing individuals. Since signed languages exhibit all the fundamental linguistic properties of natural language, we believe that tools and theories of Natural Language Processing (NLP) are crucial towards its modelin…

Cited by 130SourcePDFScholar
2020

Leap-Of-Thought: Teaching Pre-Trained Models to Systematically Reason Over Implicit Knowledge

NeurIPS 2020spotlight

To what extent can a neural network systematically reason over symbolic facts? Evidence suggests that large pre-trained language models (LMs) acquire some reasoning capacity, but this ability is difficult to control. Recently, it has been shown that Transformer-based models succeed in consistent re…

2019

A Little Is Enough: Circumventing Defenses For Distributed Learning

NeurIPS 2019poster

Distributed learning is central for large-scale training of deep-learning models. However, it is exposed to a security threat in which Byzantine participants can interrupt or control the learning process. Previous attack models assume that the rogue participants (a) are omniscient (know the data of…

2019

Learning Deterministic Weighted Automata with Queries and Counterexamples

NeurIPS 2019poster

We present an algorithm for reconstruction of a probabilistic deterministic finite automaton (PDFA) from a given black-box language model, such as a recurrent neural network (RNN). The algorithm is a variant of the exact-learning algorithm L*, adapted to work in a probabilistic setting under noise.…

2019

Transfer Learning for Related Reinforcement Learning Tasks via Image-to-Image Translation

ICML 2019oral

Despite the remarkable success of Deep RL in learning control policies from raw pixels, the resulting models do not generalize. We demonstrate that a trained agent fails completely when facing small visual changes, and that fine-tuning—the common transfer learning paradigm—fails to adapt to these ch…

2018

Extracting Automata from Recurrent Neural Networks Using Queries and Counterexamples

ICML 2018oral

We present a novel algorithm that uses exact learning and abstraction to extract a deterministic finite automaton describing the state dynamics of a given trained RNN. We do this using Angluin’s \lstar algorithm as a learner and the trained RNN as an oracle. Our technique efficiently extracts accura…

2017

Fine-grained Analysis of Sentence Embeddings Using Auxiliary Prediction Tasks

ICLR 2017poster

There is a lot of research interest in encoding variable length sentences into fixed length vectors, in a way that preserves the sentence meanings. Two common methods include representations based on averaging word vectors, and representations based on the hidden states of recurrent neural networks…

Cited by 664SourceScholar