菜单

🤖 系统
📄 Abstract - Do LLMs Feel? Teaching Emotion Recognition with Prompts, Retrieval, and Curriculum Learning

Emotion Recognition in Conversation (ERC) is a crucial task for understanding human emotions and enabling natural human-computer interaction. Although Large Language Models (LLMs) have recently shown great potential in this field, their ability to capture the intrinsic connections between explicit and implicit emotions remains limited. We propose a novel ERC training framework, PRC-Emo, which integrates Prompt engineering, demonstration Retrieval, and Curriculum learning, with the goal of exploring whether LLMs can effectively perceive emotions in conversational contexts. Specifically, we design emotion-sensitive prompt templates based on both explicit and implicit emotional cues to better guide the model in understanding the speaker's psychological states. We construct the first dedicated demonstration retrieval repository for ERC, which includes training samples from widely used datasets, as well as high-quality dialogue examples generated by LLMs and manually verified. Moreover, we introduce a curriculum learning strategy into the LoRA fine-tuning process, incorporating weighted emotional shifts between same-speaker and different-speaker utterances to assign difficulty levels to dialogue samples, which are then organized in an easy-to-hard training sequence. Experimental results on two benchmark datasets -- IEMOCAP and MELD -- show that our method achieves new state-of-the-art (SOTA) performance, demonstrating the effectiveness and generalizability of our approach in improving LLM-based emotional understanding.

顶级标签: llm natural language processing model training
详细标签: emotion recognition prompt engineering curriculum learning demonstration retrieval conversational ai 或 搜索:

📄 论文总结

大语言模型有情感吗?通过提示、检索和课程学习教授情感识别 / Do LLMs Feel? Teaching Emotion Recognition with Prompts, Retrieval, and Curriculum Learning


1️⃣ 一句话总结

这篇论文提出了一种名为PRC-Emo的新方法,通过结合提示工程、示例检索和课程学习,有效提升了大语言模型在对话中识别复杂情感的能力,并在多个测试集上取得了最佳性能。


📄 打开原文 PDF