LGAIHCMar 21

Detection of adversarial intent in Human-AI teams using LLMs

arXiv:2603.2097644.1h-index: 2
AI Analysis

For researchers and practitioners deploying LLMs in human-AI teams, this work demonstrates a novel defensive application of LLMs to detect attacks, though it is incremental as it applies existing LLM capabilities to a new problem.

This paper explores using LLMs as defensive supervisors to detect adversarial intent in human-AI teams, finding that LLMs can identify malicious behavior in real-time without task-specific information, outperforming simple heuristics.

Large language models (LLMs) are increasingly deployed in human-AI teams as support agents for complex tasks such as information retrieval, programming, and decision-making assistance. While these agents' autonomy and contextual knowledge enables them to be useful, it also exposes them to a broad range of attacks, including data poisoning, prompt injection, and even prompt engineering. Through these attack vectors, malicious actors can manipulate an LLM agent to provide harmful information, potentially manipulating human agents to make harmful decisions. While prior work has focused on LLMs as attack targets or adversarial actors, this paper studies their potential role as defensive supervisors within mixed human-AI teams. Using a dataset consisting of multi-party conversations and decisions for a real human-AI team over a 25 round horizon, we formulate the problem of malicious behavior detection from interaction traces. We find that LLMs are capable of identifying malicious behavior in real-time, and without task-specific information, indicating the potential for task-agnostic defense. Moreover, we find that the malicious behavior of interest is not easily identified using simple heuristics, further suggesting the introduction of LLM defenders could render human teams more robust to certain classes of attack.

Foundations

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

Your Notes