Detecting Conversational Mental Manipulation with Intent-Aware Prompting
Jiayuan Ma, Hongbin Na, Zimu Wang, Yining Hua, Yue Liu, Wei Wang, Ling Chen
TL;DR
Detecting covert mental manipulation in conversations is challenging due to subtle tactics. The authors introduce Intent-Aware Prompting (IAP), which enhances large language models' Theory of Mind by performing intent summarization for both speakers and using these summaries to detect manipulation. On the MentalManip dataset, IAP outperforms zero-shot, few-shot, and Chain-of-Thought prompting, achieving notable gains in recall and reductions in false negatives, albeit with some increase in false positives. The work demonstrates that jointly reasoning about interlocutors' intents improves detection performance and provides a practical framework and code for implementation in dialogue-based mental health support systems.
Abstract
Mental manipulation severely undermines mental wellness by covertly and negatively distorting decision-making. While there is an increasing interest in mental health care within the natural language processing community, progress in tackling manipulation remains limited due to the complexity of detecting subtle, covert tactics in conversations. In this paper, we propose Intent-Aware Prompting (IAP), a novel approach for detecting mental manipulations using large language models (LLMs), providing a deeper understanding of manipulative tactics by capturing the underlying intents of participants. Experimental results on the MentalManip dataset demonstrate superior effectiveness of IAP against other advanced prompting strategies. Notably, our approach substantially reduces false negatives, helping detect more instances of mental manipulation with minimal misjudgment of positive cases. The code of this paper is available at https://github.com/Anton-Jiayuan-MA/Manip-IAP.
