paper-with-me

홈 › Papers

NegativePrompt: Leveraging Psychology for Large Language Models Enhancement via Negative Emotional Stimuli

2024-05-05 · Xu Wang, Cheng Li, Yi Chang, Jindong Wang, Yuan Wu

Large Language Models (LLMs) have become integral to a wide spectrum of applications, ranging from traditional computing tasks to advanced artificial intelligence (AI) applications. This widespread adoption has spurred extensive research into LLMs across various disciplines, including the social sciences. Notably, studies have revealed that LLMs possess emotional intelligence, which can be further developed through positive emotional stimuli. This discovery raises an intriguing question: can negative emotions similarly influence LLMs, potentially enhancing their performance? In response to this question, we introduce NegativePrompt, a novel approach underpinned by psychological principles, involving ten specifically designed negative emotional stimuli. We embark on rigorous experimental evaluations of five LLMs including Flan-T5-Large, Vicuna, Llama 2, ChatGPT, and GPT-4, across a set of 45 tasks. The results are revealing: NegativePrompt markedly enhances the performance of LLMs, evidenced by relative improvements of 12.89% in Instruction Induction tasks and 46.25% in BIG-Bench tasks. Moreover, we conduct attention visualization experiments to decipher the underlying mechanisms of NegativePrompt's influence. Our research contributes significantly to the understanding of LLMs and emotion interaction, demonstrating the practical efficacy of NegativePrompt as an emotion-driven method and offering novel insights for the enhancement of LLMs in real-world applications. The code is available at https://github.com/wangxu0820/NegativePrompt.

📄 PDF Abstract BibTeX arXiv:2405.02814

Code (1)

wangxu0820/negativeprompt 공식 구현

Tasks

Emotional Intelligence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

ChatCounselor: A Large Language Models for Mental Health Support

2023-09-27 · June M. Liu, Donghao Li, He Cao, Tianhe Ren 외

This paper presents ChatCounselor, a large language model (LLM) solution designed to provide mental health support. Unlike generic chatbots, ChatCounselor is distinguished by its foundation in real conversations between …

Language ModelingLanguage ModellingLarge Language Model

Automating psychological hypothesis generation with AI: when large language models meet causal graph

2024-02-22 · Song Tong, Kai Mao, Zhen Huang, Yukun Zhao 외

Leveraging the synergy between causal knowledge graphs and a large language model (LLM), our study introduces a groundbreaking approach for computational hypothesis generation in psychology. We analyzed 43,312 psychology…

ArticlesKnowledge GraphsLanguage ModelingLanguage Modelling+2

Mind Scramble: Unveiling Large Language Model Psychology Via Typoglycemia

2024-10-02 · Miao Yu, Junyuan Mao, Guibin Zhang, Jingheng Ye 외

Research into the external behaviors and internal mechanisms of large language models (LLMs) has shown promise in addressing complex tasks in the physical world. Studies suggest that powerful LLMs, like GPT-4, are beginn…

Language ModelingLanguage ModellingLarge Language ModelMath

Psychology-Driven Enhancement of Humour Translation

2025-07-12 · Yuchen Su, Yonghua Zhu, Yang Chen, Diana Benavides-Prado 외 arxiv

Humour translation plays a vital role as a bridge between different cultures, fostering understanding and communication. Although most existing Large Language Models (LLMs) are capable of general translation tasks, these…

Machine Psychology

2023-03-24 · Thilo Hagendorff, Ishita Dasgupta, Marcel Binz, Stephanie C. Y. Chan 외

Large language models (LLMs) show increasingly advanced emergent capabilities and are being incorporated across various societal domains. Understanding their behavior and reasoning abilities therefore holds significant i…

Information RetrievalRetrieval