paper-with-me

홈 › Papers

Knowledge-guided Transformer for Joint Theme and Emotion Classification of Chinese Classical Poetry

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The classifications of the theme and emotion are essential for understanding and organizing Chinese classical poetry. Existing works fail to consider the lexical knowledge mined from poem annotations, which intuitively reflects the theme and emotion. In addition, they just treat them as two separate tasks without considering that the emotion is usually related with the theme. In this paper, we propose a Knowledge-guided Transformer Model (KTM) for joint theme and emotion classification of Chinese classical poetry. Specifically, we first respectively construct two lexical dictionaries for the theme and emotion based on the poem annotations. Then we take full advantage of the lexical dictionaries with a knowledge-based mask-transformer to represent poems. Furthermore, considering the correlations between the theme and emotion, our model jointly classifies the theme and emotion for Chinese classical poetry by stacking the two subtasks. Extensive experiments demonstrate that our model achieves state-of-the-art performance on both theme and emotion classifications, especially on tail labels.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Music theme recognition using CNN and self-attention

2019-11-16 · Manoj Sukhavasi, Sainath Adapa

We present an efficient architecture to detect mood/themes in music tracks on autotagging-moodtheme subset of the MTG-Jamendo dataset. Our approach consists of two blocks, a CNN block based on MobileNetV2 architecture an…

Lyrically Speaking: Exploring the Link Between Lyrical Emotions, Themes and Depression Risk

2024-08-28 · Pavani Chowdary, Bhavyajeet Singh, Rajat Agarwal, Vinoo Alluri

Lyrics play a crucial role in affecting and reinforcing emotional states by providing meaning and emotional connotations that interact with the acoustic properties of the music. Specific lyrical themes and emotions may i…

Recommendation Systems

Emotion and Intention Guided Multi-Modal Learning for Sticker Response Selection

2025-11-16 · Yuxuan Hu, Jian Chen, Yuhao Wang, Zixuan Li 외 arxiv

Stickers are widely used in online communication to convey emotions and implicit intentions. The Sticker Response Selection (SRS) task aims to select the most contextually appropriate sticker based on the dialogue. Howev…

PRCCF: A Persona-guided Retrieval and Causal-aware Cognitive Filtering Framework for Emotional Support Conversation

2026-04-02 · Yanxin Luo, Xiaoyu Zhang, Jing Li, Yan Gao 외 arxiv

Emotional Support Conversation (ESC) aims to alleviate individual emotional distress by generating empathetic responses. However, existing methods face challenges in effectively supporting deep contextual understanding. …

Response Generation

SPECTRUM: Semantic Processing and Emotion-informed video-Captioning Through Retrieval and Understanding Modalities

2024-11-04 · Ehsan Faghihi, Mohammedreza Zarenejad, Ali-Asghar Beheshti Shirazi

Capturing a video's meaning and critical concepts by analyzing the subtle details is a fundamental yet challenging task in video captioning. Identifying the dominant emotional tone in a video significantly enhances the p…

AttributeDescriptiveRetrievalText Retrieval+2