Are Emotions Arranged in a Circle? Geometric Analysis of Emotion Representations via Hyperspherical Contrastive Learning
Yusuke Yamauchi, Akiko Aizawa
TL;DR
The paper tackles whether emotions can be represented as a circle in language-model embeddings and tests this by inducing circular embeddings on a hypersphere using nGPT with three contrastive losses (SINCERE, SoftCSE, CircularCSE) guided by an Empirical Circumplex Model (ECM). It demonstrates that CircularCSE improves interpretability and robustness to dimensionality reduction but sacrifices discriminative performance in high-dimensional or fine-grained settings, while SINCERE offers stronger separation at the cost of circular alignment. The work highlights a fundamental trade-off between human-interpretable geometry and conventional DL discriminability, informing when to prioritize manifold structure versus classification accuracy. Overall, the findings provide a principled view on integrating psychological models into deep learning and motivate future work on multi-dimensional or multimodal emotion representations.
Abstract
Psychological research has long utilized circumplex models to structure emotions, placing similar emotions adjacently and opposing ones diagonally. Although frequently used to interpret deep learning representations, these models are rarely directly incorporated into the representation learning of language models, leaving their geometric validity unexplored. This paper proposes a method to induce circular emotion representations within language model embeddings via contrastive learning on a hypersphere. We show that while this circular alignment offers superior interpretability and robustness against dimensionality reduction, it underperforms compared to conventional designs in high-dimensional settings and fine-grained classification. Our findings elucidate the trade-offs involved in applying psychological circumplex models to deep learning architectures.
