← Search

Zexuan Zhong

10 accepted papers

2023

MQuAKE: Assessing Knowledge Editing in Language Models via Multi-Hop Questions

EMNLP 2023long main

The information stored in large language models (LLMs) falls out of date quickly, and retraining from scratch is often not an option. This has recently given rise to a range of techniques for injecting new facts through updating model weights. Current evaluation paradigms are extremely limited, main…

Cited by 0SourcecodeScholar
2023

Poisoning Retrieval Corpora by Injecting Adversarial Passages

EMNLP 2023short main

Dense retrievers have achieved state-of-the-art performance in various information retrieval tasks, but to what extent can they be safely deployed in real-world applications? In this work, we propose a novel attack for dense retrieval systems in which a malicious user generates a small number of adv…

Cited by 0SourcecodeScholar
2023

Privacy Implications of Retrieval-Based Language Models

EMNLP 2023long main

Retrieval-based language models (LMs) have demonstrated improved interpretability, factuality, and adaptability compared to their parametric counterparts by incorporating retrieved text from external datastores. While it is well known that parametric models are prone to leaking private data, it rema…

Cited by 0SourcecodeScholar
2022

Recovering Private Text in Federated Learning of Language Models

NeurIPS 2022accept

Federated learning allows distributed users to collaboratively train a model while keeping each user’s data private. Recently, a growing body of work has demonstrated that an eavesdropping attacker can effectively recover image data from gradients transmitted during federated learning. However, litt…

2021

Simple Entity-Centric Questions Challenge Dense Retrievers

EMNLP 2021main

Open-domain question answering has exploded in popularity recently due to the success of dense retrieval models, which have surpassed sparse models using only a few supervised training examples. However, in this paper, we demonstrate current dense models are not yet the holy grail of retrieval. We f…