NegativePrompt
1.0.0
부정적인 정서적 자극을 통한 대형 언어 모델 향상을위한 심리학 활용 (IJCAI 2024)
먼저, Repo를 복제하십시오.
git clone git@https://github.com/wangxu0820/NegativePrompt그 다음에,
cd NegativePrompt필요한 패키지를 설치하려면 콘다 환경을 만들 수 있습니다.
conda create --name negativeprompt python=3.9그런 다음 PIP를 사용하여 필요한 패키지를 설치합니다.
pip install -r requirements.txtpython main.py --task task_name --model model_name --pnum negativeprompt_id --few_shot False이 프로젝트가 귀하의 연구에 도움이되면 우리를 인용하십시오.
@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}
}