NegativePrompt
1.0.0
Code release for NegativePrompt: Leveraging Psychology for Large Language Models Enhancement via Negative Emotional Stimuli (IJCAI 2024)
First, clone the repo:
git clone git@https://github.com/wangxu0820/NegativePromptThen,
cd NegativePromptTo install the required packages, you can create a conda environment:
conda create --name negativeprompt python=3.9then use pip to install required packages:
pip install -r requirements.txtpython main.py --task task_name --model model_name --pnum negativeprompt_id --few_shot FalsePlease cite us if you find this project helpful for your research:
@misc{wang2024negativeprompt,
title={NegativePrompt: Leveraging Psychology for Large Language Models Enhancement via Negative Emotional Stimuli},
author={Xu Wang and Cheng Li and Yi Chang and Jindong Wang and Yuan Wu},
year={2024},
eprint={2405.02814},
archivePrefix={arXiv},
primaryClass={cs.CL}
}