CLSep 21, 2023

On the Relationship between Skill Neurons and Robustness in Prompt Tuning

arXiv:2309.12263v281 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the adversarial robustness problem for users of parameter-efficient fine-tuning methods in NLP, but it is incremental as it builds on prior findings about skill neurons.

The paper investigates the robustness of Prompt Tuning in relation to 'skill neurons' in pre-trained language models like RoBERTa and T5, finding that prompts are transferable within task types but not robust to adversarial data, with T5 showing slightly better robustness (above-chance performance in two out of three cases) than RoBERTa (below-chance performance).

Prompt Tuning is a popular parameter-efficient finetuning method for pre-trained large language models (PLMs). Based on experiments with RoBERTa, it has been suggested that Prompt Tuning activates specific neurons in the transformer's feed-forward networks, that are highly predictive and selective for the given task. In this paper, we study the robustness of Prompt Tuning in relation to these "skill neurons", using RoBERTa and T5. We show that prompts tuned for a specific task are transferable to tasks of the same type but are not very robust to adversarial data. While prompts tuned for RoBERTa yield below-chance performance on adversarial data, prompts tuned for T5 are slightly more robust and retain above-chance performance in two out of three cases. At the same time, we replicate the finding that skill neurons exist in RoBERTa and further show that skill neurons also exist in T5. Interestingly, the skill neurons of T5 determined on non-adversarial data are also among the most predictive neurons on the adversarial data, which is not the case for RoBERTa. We conclude that higher adversarial robustness may be related to a model's ability to consistently activate the relevant skill neurons on adversarial data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes