paper-with-me

홈 › Papers

Affective Natural Language Generation of Event Descriptions through Fine-grained Appraisal Conditions

2023-07-26 · Yarik Menchaca Resendiz, Roman Klinger

Models for affective text generation have shown a remarkable progress, but they commonly rely only on basic emotion theories or valance/arousal values as conditions. This is appropriate when the goal is to create explicit emotion statements ("The kid is happy."). Emotions are, however, commonly communicated implicitly. For instance, the emotional interpretation of an event ("Their dog died.") does often not require an explicit emotion statement. In psychology, appraisal theories explain the link between a cognitive evaluation of an event and the potentially developed emotion. They put the assessment of the situation on the spot, for instance regarding the own control or the responsibility for what happens. We hypothesize and subsequently show that including appraisal variables as conditions in a generation framework comes with two advantages. (1) The generation model is informed in greater detail about what makes a specific emotion and what properties it has. This leads to text generation that better fulfills the condition. (2) The variables of appraisal allow a user to perform a more fine-grained control of the generated text, by stating properties of a situation instead of only providing the emotion category. Our Bart and T5-based experiments with 7 emotions (Anger, Disgust, Fear, Guilt, Joy, Sadness, Shame), and 7 appraisals (Attention, Responsibility, Control, Circumstance, Pleasantness, Effort, Certainty) show that (1) adding appraisals during training improves the accurateness of the generated texts by 10 pp in F1. Further, (2) the texts with appraisal variables are longer and contain more details. This exemplifies the greater control for users.

📄 PDF Abstract BibTeX arXiv:2307.14004

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…

Similar Papers 제목 키워드 기반

Generating event descriptions under syntactic and semantic constraints

2024-12-24 · Angela Cao, Faye Holt, Jonas Chan, Stephanie Richter 외

With the goal of supporting scalable lexical semantic annotation, analysis, and theorizing, we conduct a comprehensive evaluation of different methods for generating event descriptions under both syntactic constraints --…

Language ModelingLanguage Modelling

ARGen: Affect-Reinforced Generative Augmentation towards Vision-based Dynamic Emotion Perception

2026-04-14 · Huanzhen Wang, Ziheng Zhou, Jiaqi Song, Li He 외 arxiv

Dynamic facial expression recognition in the wild remains challenging due to data scarcity and long-tail distributions, which hinder models from effectively learning the temporal dynamics of scarce emotions. To address t…

Facial Expression RecognitionReinforcement Learning

Minimally Supervised Learning of Affective Events Using Discourse Relations

2019-09-02 · IJCNLP 2019 11 · Jun Saito, Yugo Murawaki, Sadao Kurohashi

Recognizing affective events that trigger positive or negative sentiment has a wide range of natural language processing applications but remains a challenging problem mainly because the polarity of an event is not neces…

AICA-Bench: Holistically Examining the Capabilities of VLMs in Affective Image Content Analysis

2026-04-07 · Dong She, Xianrong Yao, Liqun Chen, Jinghe Yu 외 arxiv

Vision-Language Models (VLMs) have demonstrated strong capabilities in perception, yet holistic Affective Image Content Analysis (AICA), which integrates perception, reasoning, and generation into a unified framework, re…

AffectON: Incorporating Affect Into Dialog Generation

2020-12-12 · Zana Bucinca, Yucel Yemez, Engin Erzin, Metin Sezgin

Due to its expressivity, natural language is paramount for explicit and implicit affective state communication among humans. The same linguistic inquiry (e.g., How are you?) might induce responses with different affects …

Language ModelingLanguage ModellingResponse GenerationText Generation