← Search

Qiongkai Xu

22 accepted papers

2025

ALGEN: Few-shot Inversion Attacks on Textual Embeddings via Cross-Model Alignment and Generation

ACL 2025long

With the growing popularity of Large Language Models (LLMs) and vector databases, private textual data is increasingly processed and stored as numerical embeddings. However, recent studies have proven that such embeddings are vulnerable to inversion attacks, where original text is reconstructed to r…

2025

Cut the Deadwood Out: Backdoor Purification via Guided Module Substitution

EMNLP 2025

Model NLP models are commonly trained (or fine-tuned) on datasets from untrusted platforms like HuggingFace, posing significant risks of data poisoning attacks. A practical yet underexplored challenge arises when such backdoors are discovered after model deployment, making retraining-required defens

Cited by 0SourcePDFScholar
2025

GRADA: Graph-based Reranking against Adversarial Documents Attack

EMNLP 2025

Retrieval Augmented Generation (RAG) frameworks can improve the factual accuracy of large language models (LLMs) by integrating external knowledge from retrieved documents, thereby overcoming the limitations of models’ static intrinsic knowledge. However, these systems are susceptible to adversarial

Cited by 0SourcePDFScholar
2025

NAP2: A Benchmark for Naturalness and Privacy-Preserving Text Rewriting by Learning from Human

EMNLP 2025

The widespread use of cloud-based Large Language Models (LLMs) has heightened concerns over user privacy, as sensitive information may be inadvertently exposed during interactions with these services. To protect privacy before sending sensitive data to those models, we suggest sanitizing sensitive t

2025

TUBA: Cross-Lingual Transferability of Backdoor Attacks in LLMs with Instruction Tuning

ACL 2025finding

The implications of backdoor attacks on English-centric large language models (LLMs) have been widely examined — such attacks can be achieved by embedding malicious behaviors during training and activated under specific conditions that trigger malicious outputs. Despite the increasing support for mu…

2025

WET: Overcoming Paraphrasing Vulnerabilities in Embeddings-as-a-Service with Linear Transformation Watermarks

ACL 2025long

Embeddings-as-a-Service (EaaS) is a service offered by large language model (LLM) developers to supply embeddings generated by LLMs. Previous research suggests that EaaS is prone to imitation attacks—attacks that clone the underlying EaaS model by training another model on the queried embeddings. As…

2024

Backdoor Attacks on Multilingual Machine Translation

NAACL 2024long

While multilingual machine translation (MNMT) systems hold substantial promise, they also have security vulnerabilities. Our research highlights that MNMT systems can be susceptible to a particularly devious style of backdoor attack, whereby an attacker injects poisoned data into a low-resource lang…

Cited by 8SourcePDFScholar
2024

Here’s a Free Lunch: Sanitizing Backdoored Models with Model Merge

ACL 2024findings

The democratization of pre-trained language models through open-source initiatives has rapidly advanced innovation and expanded access to cutting-edge technologies. However, this openness also brings significant security risks, including backdoor attacks, where hidden malicious behaviors are trigger…

2024

Seeing the Forest through the Trees: Data Leakage from Partial Transformer Gradients

EMNLP 2024main

Recent studies have shown that distributed machine learning is vulnerable to gradient inversion attacks, where private training data can be reconstructed by analyzing the gradients of the models shared in training. Previous attacks established that such reconstructions are possible using gradients f…

2024

WARDEN: Multi-Directional Backdoor Watermarks for Embedding-as-a-Service Copyright Protection

ACL 2024long

Embedding as a Service (EaaS) has become a widely adopted solution, which offers feature extraction capabilities for addressing various downstream tasks in Natural Language Processing (NLP). Prior studies have shown that EaaS can be prone to model extraction attacks; nevertheless, this concern could…

2023

Boot and Switch: Alternating Distillation for Zero-Shot Dense Retrieval

EMNLP 2023long findings

Neural 'dense' retrieval models are state of the art for many datasets, however these models often exhibit limited domain transfer ability. Existing approaches to adaptation are unwieldy, such as requiring explicit supervision, complex model architectures, or massive external models. We present $\te…

Cited by 0SourcecodeScholar
2023

Mitigating Backdoor Poisoning Attacks through the Lens of Spurious Correlation

EMNLP 2023long main

Modern NLP models are often trained over large untrusted datasets, raising the potential for a malicious adversary to compromise model behaviour. For instance, backdoors can be implanted through crafting training instances with a specific textual trigger and a target label. This paper posits that ba…

Cited by 0SourcecodeScholar
2023

Rethinking Round-Trip Translation for Machine Translation Evaluation

ACL 2023findings

Automatic evaluation methods for translation often require model training, and thus the availability of parallel corpora limits their applicability to low-resource settings. Round-trip translation is a potential workaround, which can reframe bilingual evaluation into a much simpler monolingual task.…

2022

CATER: Intellectual Property Protection on Text Generation APIs via Conditional Watermarks

NeurIPS 2022accept

Previous works have validated that text generation APIs can be stolen through imitation attacks, causing IP violations. In order to protect the IP of text generation APIs, recent work has introduced a watermarking algorithm and utilized the null-hypothesis test as a post-hoc ownership verification o…

2022

Extracted BERT Model Leaks More Information than You Think!

EMNLP 2022main

The collection and availability of big data, combined with advances in pre-trained models (e.g. BERT), have revolutionized the predictive performance of natural language processing tasks. This allows corporations to provide machine learning as a service (MLaaS) by encapsulating fine-tuned BERT-based…

2022

Protecting Intellectual Property of Language Generation APIs with Lexical Watermark

AAAI 2022technical

Nowadays, due to the breakthrough in natural language generation (NLG), including machine translation, document summarization, image captioning, etc NLG models have been encapsulated in cloud APIs to serve over half a billion people worldwide and process over one hundred billion word generations per…

2022

Student Surpasses Teacher: Imitation Attack for Black-Box NLP APIs

COLING 2022main

Machine-learning-as-a-service (MLaaS) has attracted millions of users to their splendid large-scale models. Although published as black-box APIs, the valuable models behind these services are still vulnerable to imitation attacks. Recently, a series of works have demonstrated that attackers manage t…

2022

Variational Autoencoder with Disentanglement Priors for Low-Resource Task-Specific Natural Language Generation

EMNLP 2022main

In this paper, we propose a variational autoencoder with disentanglement priors, VAE-Dprior, for task-specific natural language generation with none or a handful of task-specific labeled examples. In order to tackle compositional generalization across tasks, our model performs disentangled represent…

2021

Model Extraction and Adversarial Transferability, Your BERT is Vulnerable!

NAACL 2021long

Natural language processing (NLP) tasks, ranging from text classification to text generation, have been revolutionised by the pretrained language models, such as BERT. This allows corporations to easily build powerful APIs by encapsulating fine-tuned BERT models for downstream tasks. However, when a…