paper-with-me

홈 › Papers

Block-Segmentation Vectors for Arousal Prediction using Semi-supervised Learning

2022-04-11 · Yuki Odaka, Ken Kaneiwa

To handle emotional expressions in computer applications, Russell's circum- plex model has been useful for representing emotions according to valence and arousal. In SentiWordNet, the level of valence is automatically assigned to a large number of synsets (groups of synonyms in WordNet) using semi-supervised learning. However, when assigning the level of arousal, the existing method proposed for SentiWordNet reduces the accuracy of sentiment prediction. In this paper, we propose a block-segmentation vector for predicting the arousal levels of many synsets from a small number of labeled words using semi-supervised learning. We analyze the distribution of arousal and non-arousal words in a corpus of sentences by comparing it with the distribution of valence words. We address the problem that arousal level prediction fails when arousal and non-arousal words are mixed together in some sentences. To capture the features of such arousal and non-arousal words, we generate word vectors based on inverted indexes by block IDs, where the corpus is divided into blocks in the flow of sentences. In the evaluation experiment, we show that the results of arousal prediction with the block-segmentation vectors outperform the results of the previous method in SentiWordNet.

📄 PDF Abstract BibTeX arXiv:2204.05096

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

Multi-Task Learning for Arousal and Sleep Stage Detection Using Fully Convolutional Networks

2024-06-03 · Hasan Zan, Abdulnasir Yildiz

Objective. Sleep is a critical physiological process that plays a vital role in maintaining physical and mental health. Accurate detection of arousals and sleep stages is essential for the diagnosis of sleep disorders, a…

EEGMulti-Task LearningSleep QualitySleep Stage Detection

Annotation of expressive dimensions on a multimodal French corpus of political interviews

2022-06-01 · PoliticalNLP (LREC) 2022 6 · Jules Cauzinille, Marc Evrard, Nikita Kiselov, Albert Rilliard

We present a French corpus of political interviews labeled at the utterance level according to expressive dimensions such as Arousal. This corpus consists of 7.5 hours of high-quality audio-visual recordings with transcr…

Diversified Multi-prototype Representation for Semi-supervised Segmentation

2021-11-16 · Jizong Peng, Christian Desrosiers, Marco Pedersoli

This work considers semi-supervised segmentation as a dense prediction problem based on prototype vector correlation and proposes a simple way to represent each segmentation class with multiple prototypes. To avoid degen…

Segmentation

NCTU-NTUT at IJCNLP-2017 Task 2: Deep Phrase Embedding using bi-LSTMs for Valence-Arousal Ratings Prediction of Chinese Phrases

2017-12-01 · IJCNLP 2017 12 · Yen-Hsuan Lee, Han-Yun Yeh, Yih-Ru Wang, Yuan-Fu Liao

In this paper, a deep phrase embedding approach using bi-directional long short-term memory (Bi-LSTM) is proposed to predict the valence-arousal ratings of Chinese words and phrases. It adopts a Chinese word segmentation…

Chinese Word SegmentationregressionSentiment AnalysisTask 2

Where Do Models Find Happiness? Emotion Vectors in Open-Source LLMs

2026-06-25 · Sinie van der Ben, Raphaël Baur, Yannick Metz, Mennatallah El-Assady arxiv

Recent work identified emotion vectors in Claude Sonnet 4.5, which are internal representations that encode emotion concepts, causally influence behavior, and exhibit geometry mirroring human psychological structure. We …