paper-with-me

Papers

K-Act2Emo: Korean Commonsense Knowledge Graph for Indirect Emotional Expression

2024-03-21 · Kyuhee Kim, Surin Lee, Sangah Lee

In many literary texts, emotions are indirectly conveyed through descriptions of actions, facial expressions, and appearances, necessitating emotion inference for narrative understanding. In this paper, we introduce K-Act2Emo, a Korean commonsense knowledge graph (CSKG) comprising 1,900 indirect emotional expressions and the emotions inferable from them. We categorize reasoning types into inferences in positive situations, inferences in negative situations, and inferences when expressions do not serve as emotional cues. Unlike existing CSKGs, K-Act2Emo specializes in emotional contexts, and experimental results validate its effectiveness for training emotion inference models. Significantly, the BART-based knowledge model fine-tuned with K-Act2Emo outperforms various existing Korean large language models, achieving performance levels comparable to GPT-4 Turbo.

📄 PDF Abstract BibTeX arXiv:2403.14253

Code (1)

koreankiwi99/k-act2emo 공식 구현

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Graph-Augmented Korean Generative Commonsense Reasoning

2023-06-26 · Dahyun Jung, Jaehyung Seo, Jaewook Lee, Chanjun Park 외

Generative commonsense reasoning refers to the task of generating acceptable and logical assumptions about everyday situations based on commonsense understanding. By utilizing an existing dataset such as Korean CommonGen…

Text Generation

Knowledge Bridging for Empathetic Dialogue Generation

2020-09-21 · Qintong Li, Piji Li, Zhaochun Ren, Pengjie Ren 외

Lack of external knowledge makes empathetic dialogue systems difficult to perceive implicit emotions and learn emotional interactions from limited dialogue history. To address the above problems, we propose to leverage e…

Dialogue Generation

Mi:dm 2.0 Korea-centric Bilingual Language Models

2026-01-14 · Donghoon Shin, Sejung Lee, Soonmin Bae, Hwijung Ryu 외 arxiv

We introduce Mi:dm 2.0, a bilingual large language model (LLM) specifically engineered to advance Korea-centric AI. This model goes beyond Korean text processing by integrating the values, reasoning patterns, and commons…

Synthetic Data Generation

A Bipartite Graph is All We Need for Enhancing Emotional Reasoning with Commonsense Knowledge

2023-08-09 · Kailai Yang, Tianlin Zhang, Shaoxiong Ji, Sophia Ananiadou

The context-aware emotional reasoning ability of AI systems, especially in conversations, is of vital importance in applications such as online opinion mining from social media and empathetic dialogue systems. Due to the…

AllOpinion Mining

From Multilingual Complexity to Emotional Clarity: Leveraging Commonsense to Unveil Emotions in Code-Mixed Dialogues

2023-10-19 · Shivani Kumar, Ramaneswaran S, Md Shad Akhtar, Tanmoy Chakraborty

Understanding emotions during conversation is a fundamental aspect of human communication, driving NLP research for Emotion Recognition in Conversation (ERC). While considerable research has focused on discerning emotion…

Dialogue UnderstandingEmotional IntelligenceEmotion RecognitionEmotion Recognition in Conversation+1