CLAIOct 24, 2023

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

arXiv:2310.18360v1133 citationsh-index: 45
Originality Incremental advance
AI Analysis

This reveals inherent vulnerabilities in LLMs to shortcut manipulations, which is an incremental but important finding for improving reliability in MRC systems.

The study tackled the vulnerability of LLMs in Machine Reading Comprehension (MRC) to shortcuts by guiding an LLM (GPT4) to edit text to mislead other LLMs, resulting in a 15% drop in F1 score when GPT4 was deceived by its own edits.

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: LLMs as editors, guided to edit text to mislead LLMs; and LLMs as readers, who answer questions based on the edited text. We introduce a framework that guides an editor to add potential shortcuts-triggers to samples. Using GPT4 as the editor, we find it can successfully edit trigger shortcut in samples that fool LLMs. Analysing LLMs as readers, we observe that even capable LLMs can be deceived using shortcut knowledge. Strikingly, we discover that GPT4 can be deceived by its own edits (15% drop in F1). Our findings highlight inherent vulnerabilities of LLMs to shortcut manipulations. We publish ShortcutQA, a curated dataset generated by our framework for future research.

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