Following the TRACE: A Structured Path to Empathetic Response Generation with Multi-Agent Models

πŸ“… 2025-09-26
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Existing empathic response generation methods struggle to simultaneously achieve the analytical depth of specialized models and the generative fluency of large language models (LLMs). To address this, we propose TRACEβ€”a structured, interpretable cognitive framework for empathy modeling, decomposing empathy into four sequential stages: Recognition β†’ Understanding β†’ Mapping β†’ Expression. TRACE employs a multi-agent architecture that orchestrates domain-specific emotion analysis modules with an LLM via task decomposition, enabling tight integration of deep affective understanding and natural language generation. Compared to end-to-end baselines, TRACE achieves statistically significant improvements in both automated metrics (BLEU, BERTScore, Emotion-F1) and LLM-based human evaluation, demonstrating superior empathic quality and interpretability. These results validate the efficacy and advantages of structuring empathy as an explicit cognitive pipeline for enhancing empathic capabilities in conversational systems.

Technology Category

Application Category

πŸ“ Abstract
Empathetic response generation is a crucial task for creating more human-like and supportive conversational agents. However, existing methods face a core trade-off between the analytical depth of specialized models and the generative fluency of Large Language Models (LLMs). To address this, we propose TRACE, Task-decomposed Reasoning for Affective Communication and Empathy, a novel framework that models empathy as a structured cognitive process by decomposing the task into a pipeline for analysis and synthesis. By building a comprehensive understanding before generation, TRACE unites deep analysis with expressive generation. Experimental results show that our framework significantly outperforms strong baselines in both automatic and LLM-based evaluations, confirming that our structured decomposition is a promising paradigm for creating more capable and interpretable empathetic agents. Our code is available at https://anonymous.4open.science/r/TRACE-18EF/README.md.
Problem

Research questions and friction points this paper is trying to address.

Balancing analytical depth with generative fluency in empathetic agents
Decomposing empathy into structured cognitive analysis and synthesis
Creating interpretable empathetic responses through task decomposition
Innovation

Methods, ideas, or system contributions that make the work stand out.

Decomposes empathy into structured cognitive process
Unites deep analysis with expressive generation
Uses multi-agent pipeline for affective communication