paper-with-me

Papers

Evaluating the Robustness of Discrete Prompts

2023-02-11 · Yoichi Ishibashi, Danushka Bollegala, Katsuhito Sudoh, Satoshi Nakamura

Discrete prompts have been used for fine-tuning Pre-trained Language Models for diverse NLP tasks. In particular, automatic methods that generate discrete prompts from a small set of training instances have reported superior performance. However, a closer look at the learnt prompts reveals that they contain noisy and counter-intuitive lexical constructs that would not be encountered in manually-written prompts. This raises an important yet understudied question regarding the robustness of automatically learnt discrete prompts when used in downstream tasks. To address this question, we conduct a systematic study of the robustness of discrete prompts by applying carefully designed perturbations into an application using AutoPrompt and then measure their performance in two Natural Language Inference (NLI) datasets. Our experimental results show that although the discrete prompt-based method remains relatively robust against perturbations to NLI inputs, they are highly sensitive to other types of perturbations such as shuffling and deletion of prompt tokens. Moreover, they generalize poorly across different NLI datasets. We hope our findings will inspire future work on robust discrete prompt learning.

📄 PDF Abstract BibTeX arXiv:2302.05619

Code (1)

livnlp/prompt-robustness 공식 구현 pytorch

Tasks

Natural Language InferencePrompt Learning

Similar Papers 제목 키워드 기반

SelfPrompt: Autonomously Evaluating LLM Robustness via Domain-Constrained Knowledge Guidelines and Refined Adversarial Prompts

2024-12-01 · Aihua Pei, Zehua Yang, Shunan Zhu, Ruoxi Cheng 외

Traditional methods for evaluating the robustness of large language models (LLMs) often rely on standardized benchmarks, which can escalate costs and limit evaluations across varied domains. This paper introduces a novel…

DescriptiveKnowledge Graphs

PromptRobust: Towards Evaluating the Robustness of Large Language Models on Adversarial Prompts

2023-06-07 · Kaijie Zhu, Jindong Wang, Jiaheng Zhou, Zichen Wang 외

The increasing reliance on Large Language Models (LLMs) across academia and industry necessitates a comprehensive understanding of their robustness to prompts. In response to this vital need, we introduce PromptRobust, a…

Cross-Lingual Paraphrase IdentificationMachine TranslationMathNatural Language Inference+3

Universal and Transferable Adversarial Attack on Large Language Models Using Exponentiated Gradient Descent

2025-08-20 · Sajib Biswas, Mao Nishino, Samuel Jacob Chacko, Xiuwen Liu arxiv

As large language models (LLMs) are increasingly deployed in critical applications, ensuring their robustness and safety alignment remains a major challenge. Despite the overall success of alignment techniques such as re…

Reinforcement LearningAdversarial Attack

SPT: Semi-Parametric Prompt Tuning for Multitask Prompted Learning

2022-12-21 · M Saiful Bari, Aston Zhang, Shuai Zheng, Xingjian Shi 외

Pre-trained large language models can efficiently interpolate human-written prompts in a natural way. Multitask prompted learning can help generalization through a diverse set of tasks at once, thus enhancing the potenti…

Language ModelingLanguage Modellingparameter-efficient fine-tuningZero-shot Generalization

Noisy Learning for Neural ODEs Acts as a Robustness Locus Widening

2022-06-16 · Martin Gonzalez, Hatem Hajri, Loic Cantat, Mihaly Petreczky

We investigate the problems and challenges of evaluating the robustness of Differential Equation-based (DE) networks against synthetic distribution shifts. We propose a novel and simple accuracy metric which can be used …

Data Augmentation