Emotion Experience, Expression, and Perception: Emotion Analysis on Multimodal Social Media Posts

arXiv cs.CL Papers

Summary

This paper introduces the Mult2EMo dataset for studying emotion expression and perception in multimodal social media posts, finding that reconstruction is challenging, particularly when posts rely heavily on images.

arXiv:2609.18385v1 Announce Type: new Abstract: Emotions are an essential aspect of human communication, particularly on social media, where authors frequently combine text and images to convey their emotions. Yet prior work on emotion analysis of social media posts has overlooked two important aspects in regard to measuring how well readers can reconstruct the authors' intent: (1)~the image modality, with most work focusing solely on text, and (2)~the real-world events that trigger the expressed emotions, and their relationship to the post content. We therefore study the relation between (a) the author's experience of the event that caused them to write a social media post and (b) the content of the post, with a focus on readers' capability to reconstruct that emotion expression. To do that, we introduce the Multimodal Multi-Emotion-Model dataset Mult2EMo, created by collecting annotations from both authors and readers on the posts and their triggering events. We find that reconstruction is possible but challenging for both human readers and computational models. We show that understanding the triggering event is crucial for accurate reconstruction, and that reconstruction is particularly challenging when posts rely heavily on the image to express emotion.
Original Article
View Cached Full Text

Cached at: 09/17/26, 09:17 AM

# Emotion Analysis on Multimodal Social Media Posts
Source: [https://arxiv.org/html/2609.18385](https://arxiv.org/html/2609.18385)
## Emotion Experience, Expression, and Perception: Emotion Analysis on Multimodal Social Media Posts

Christopher BagdonAffiliation:Fundamentals of Natural Language Processing, University of Bamberg, GermanyEmail:[christopher\.bagdon@uni\-bamberg\.de](mailto:)Carina SilbererAffiliation:Institut für Maschinelle Sprachverarbeitung, University of Stuttgart, GermanyEmail:[roman\.klinger@uni\-bamberg\.de](mailto:)Roman KlingerAffiliation:Fundamentals of Natural Language Processing, University of Bamberg, GermanyEmail:[CarinaSilberer@posteo\.de](mailto:)

###### Abstract

Emotions are an essential aspect of human communication, particularly on social media, where authors frequently combine text and images to convey their emotions\. Yet prior work on emotion analysis of social media posts has overlooked two important aspects in regard to measuring how well readers can reconstruct the authors’ intent: \(1\) the image modality, with most work focusing solely on text, and \(2\) the real\-world events that trigger the expressed emotions, and their relationship to the post content\. We therefore study the relation between \(a\) the author’s experience of the event that caused them to write a social media post and \(b\) the content of the post, with a focus on readers’ capability to reconstruct that emotion expression\. To do that, we introduce the Multimodal Multi\-Emotion\-Model dataset \(Mult2EMo\), created by collecting annotations from both authors and readers on the posts and their triggering events\. We find that reconstruction is possible but challenging for both human readers and computational models\. We show that understanding the triggering event is crucial for accurate reconstruction, and that reconstruction is particularly challenging when posts rely heavily on the image to express emotion\.

## 1Introduction

Personal communication via a combination of text and images is a recent phenomenon, which gained popularity with the rise of the Internet and further spread with the advent of social media and smartphones\. In recent years, multimodal communication on social media has become increasingly prevalent\([Illendula and Sheth, 2019](https://arxiv.org/html/2609.18385#bib.bib1);[Li and Xie, 2020](https://arxiv.org/html/2609.18385#bib.bib2)\)\. As such, understanding how authors express emotions in multimodal posts is essential for understanding modern emotion communication and how people use social media\.

In natural language processing \(NLP\), emotion analysis involves interpreting emotions expressed in text\. The emotions are authors’ private states, and the texts are authors’ attempts to share their private states with others[Wilson and Wiebe \(2005\)](https://arxiv.org/html/2609.18385#bib.bib25)\. Gaining access to these private states for corpus creation can be done in several ways: by asking authors to label their own emotions[Kajiwara et al\. \(2021\)](https://arxiv.org/html/2609.18385#bib.bib21);[Bagdon et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib9), inferring them from information in the text such as hashtags[Mohammad \(2012\)](https://arxiv.org/html/2609.18385#bib.bib4);[Mohammad and Bravo\-Marquez \(2017\)](https://arxiv.org/html/2609.18385#bib.bib16), or by asking third\-party readers to reconstruct them[Demszky et al\. \(2020\)](https://arxiv.org/html/2609.18385#bib.bib8);[Liu et al\. \(2013\)](https://arxiv.org/html/2609.18385#bib.bib22), with the latter being most common in NLP\.

![Refer to caption](https://arxiv.org/html/2609.18385v1/emotion_diagram.png)Figure 1:The process of emotion communication on social media\. Authors experience an event which triggers an emotion, and they express that emotion in a multimodal post\. Readers then interpret the author’s expression of emotion\.Such reconstruction of the author’s emotion comes with inaccuracies, due to differing interpretations of the text – an aspect that has been studied already\([Troiano et al\., 2023](https://arxiv.org/html/2609.18385#bib.bib5)\)\. It is, however, unclear if these inaccuracies stem only from the reader’s varying interpretation of the author’s intended emotion, or if authors might also be inaccurate or make assumptions regarding prior knowledge \(e\.g\., about the inciting event that led to an experienced emotion\) that leads to a challenging interpretation of their posts\.

We therefore study three aspects, shown in Figure[1](https://arxiv.org/html/2609.18385#S1.F1)– experience, expression and perception – jointly, and do so in a multimodal setup: How do theexperiencedand theexpressedemotion differ \(referred to asemotion processesin this paper\)? How does that difference affect readers’perceptionof the author’s emotion processes? We investigate this by focusing on the author’s cognitive evaluation of the event and hence the emotion experience[Scherer \(2005\)](https://arxiv.org/html/2609.18385#bib.bib18);[Klinger \(2023\)](https://arxiv.org/html/2609.18385#bib.bib13), and by comparing authors’ descriptions of inciting events to readers’ interpretations of the same events\.

More concretely, we answer the following research questions: \(RQ1\) Is a multimodal post sufficient to reconstruct authors’ intended expression of emotion and their appraisal of an event? \(RQ2\) How is emotion reconstruction impacted by the relatedness of the event and the post? \(RQ3\) How does image type and relation to the text impact emotion reconstruction?

Our study introduces two fundamental novelties: \(a\) we not only study the social media post content, but also the events that cause the author to write them, and \(b\) we study multimodal social media posts in breadth, while previous work typically focused on narrower domains such as memes\([Sharma et al\., 2020](https://arxiv.org/html/2609.18385#bib.bib27);[Sharma et al\., 2024](https://arxiv.org/html/2609.18385#bib.bib28);[Shi et al\., 2026](https://arxiv.org/html/2609.18385#bib.bib29)\)\.

To support these investigations, we introduce the Multimodal Multi\-Emotion\-Model dataset \(Mult2EMo\), comprising 7,200 social media posts\. Authors annotate each post for the emotions experienced in response to a triggering event and their cognitive appraisals, a description of that event, and the emotions expressed in the post\. Additionally, readers annotate a subset of 1,440 posts, attempting to reconstruct all author annotations\.

We find that readers and models can reconstruct authors’ expression of emotion and appraisal of an event to some extent, though models perform better than readers, especially on reconstructing the cognitive evaluation of an event, measured through appraisal variables\. For an accurate reconstruction, a crucial element is an aligned interpretation of the triggering event\. Both humans and models rely more on the textual information than on the image modality\.

## 2Related Work

### 2\.1Emotion Theories in NLP

Emotion theories are important aspects of emotion analysis in NLP, as they provide frameworks for understanding emotion processes\. For example, in emotion classification, texts are labeled either by using categorical frameworks or dimensional frameworks such as Valence–Arousal–Dominance\([Russell, 1980](https://arxiv.org/html/2609.18385#bib.bib15)\)\. Categorical approaches can use coarse\-grained taxonomies such as Ekman’s \([1999](https://arxiv.org/html/2609.18385#bib.bib14)\) six basic emotions[Mohammad \(2012\)](https://arxiv.org/html/2609.18385#bib.bib4)or more fine\-grained taxonomies such as[Demszky et al\. \(2020\)](https://arxiv.org/html/2609.18385#bib.bib8)who use 27 emotion categories\. These annotations can be single labels or multi\-labels[Bostan and Klinger \(2018\)](https://arxiv.org/html/2609.18385#bib.bib17), and can also include intensity ratings\([Mohammad and Bravo\-Marquez, 2017](https://arxiv.org/html/2609.18385#bib.bib16)\)\.

However, these frameworks do not capture the full complexity of emotion processes, as they do not account for the cognitive evaluation of events, or appraisals, which are an important aspect of emotion processes\([Scherer, 2005](https://arxiv.org/html/2609.18385#bib.bib18)\)\. Appraisals are subjective evaluations of events based on personal values, motivation, and context, and play a crucial role in shaping emotional responses\.[Scherer \(2005\)](https://arxiv.org/html/2609.18385#bib.bib18)formalizes them in theComponent Process Model, which conceptualizes emotion as a dynamic process in which an event triggers a cascade of appraisal checks – evaluations of, for instance, the event’s novelty, its goal relevance, and one’s ability to cope with it – whose outcomes jointly produce the emotion experience\. Crucially, because appraisals are subjective, the same event can elicit different emotions in different individuals\.

### 2\.2Emotion Experience, Expression, and Perception

Emotion research in NLP can focus on various aspects: the emotion experienced by the author, the emotion expressed by the author, the reader’s perception of the author’s emotion processes, and the emotion experienced by the reader in response to the author’s expression\. Studies often cover two aspects simultaneously, however it is rare for more than two to be studied together\. Mult2EMo contains annotations for the first three aspects\.

##### Experience and Expression\.

Emotion experience is a private state elicited by an event, while emotion expression is the attempt to share that private state, which can be conveyed through modalities such as text and images[Wilson and Wiebe \(2005\)](https://arxiv.org/html/2609.18385#bib.bib25)\. Both are important for understanding emotion communication, as authors may express emotions differently than they experience them\.

Emotion experience is studied using both categorical and dimensional frameworks\. Studies such as[Scherer and Wallbott \(1997\)](https://arxiv.org/html/2609.18385#bib.bib24)and[Troiano et al\. \(2023\)](https://arxiv.org/html/2609.18385#bib.bib5)ask participants to recall and describe an event in which they felt a target emotion \(e\.g\., “I felt joy when…”\) and answer appraisal questions about the event\.[Bagdon et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib9)ask participants to label both the emotion they experienced in response to an event and the emotion they later expressed in a social media post about the event\.[Yeo and Jaidka \(2025\)](https://arxiv.org/html/2609.18385#bib.bib31)use appraisal information and emotion labels to test large language models onemotion reasoning, finding that they are poor at associating event outcomes with specific emotions\.

Emotion expression is the most common aspect of emotion research in NLP; the majority of emotion labeled datasets attempt to capture the emotion expressed by the author in a text[Bostan and Klinger \(2018\)](https://arxiv.org/html/2609.18385#bib.bib17)\. This can be done by asking authors to label the emotion they expressed[Kajiwara et al\. \(2021\)](https://arxiv.org/html/2609.18385#bib.bib21);[Bagdon et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib9);[Li et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib23)or via distant labeling methods\([Mohammad, 2012](https://arxiv.org/html/2609.18385#bib.bib4);[Mohammad and Bravo\-Marquez, 2017](https://arxiv.org/html/2609.18385#bib.bib16);[Liu et al\., 2013](https://arxiv.org/html/2609.18385#bib.bib22)\)\. Annotations directly from authors are more accurate and can capture instances in which emotion is implicitly conveyed, however they are more time\-consuming and expensive to collect\.

##### Perception\.

Readers’ perception of the author’s emotion expression is a common approach to emotion classification in NLP[Strapparava and Mihalcea \(2007\)](https://arxiv.org/html/2609.18385#bib.bib19);[Demszky et al\. \(2020\)](https://arxiv.org/html/2609.18385#bib.bib8);[Klinger \(2023\)](https://arxiv.org/html/2609.18385#bib.bib13);[Liu et al\. \(2013\)](https://arxiv.org/html/2609.18385#bib.bib22);[Troiano et al\. \(2023\)](https://arxiv.org/html/2609.18385#bib.bib5);[Buechel and Hahn \(2017\)](https://arxiv.org/html/2609.18385#bib.bib20), as this annotation process is easily accessible and can be done at scale via crowdsourcing\. Previous studies ask third\-party readers to label texts for the emotion expressed by the author\. This has been used as a stand\-in for author annotations, however, recent work shows that readers are not proficient at reconstructing authors’ emotion processes\([Troiano et al\., 2023](https://arxiv.org/html/2609.18385#bib.bib5);[Li et al\., 2025](https://arxiv.org/html/2609.18385#bib.bib23)\)\.[Li et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib23)found that third parties’ ability to reconstruct authors’ private states is limited when using both fine and coarse\-grained emotion taxonomies; however, readers who belonged to the author’s social group performed better\.

Reader↑\\uparrowCLIP↑\\uparrowCLIP Rand\.↑\\uparrowQwen3↑\\uparrowRRRVTIT\+ITIT\+ITIT\+IAnger\.52\.44\.47\.43\.27\.45\.46\.09\.46\.54\.36\.52Disgust\.44\.38\.40\.39\.23\.36\.40\.08\.38\.29\.20\.35Fear\.52\.44\.45\.53\.32\.56\.55\.17\.53\.58\.33\.59Joy\.82\.58\.58\.58\.41\.58\.59\.15\.58\.54\.42\.56Sadness\.67\.60\.63\.60\.31\.60\.58\.02\.58\.57\.33\.61Surprise\.44\.35\.34\.48\.25\.50\.48\.20\.49\.30\.14\.32Macro Avg\.\.57\.47\.48\.50\.30\.51\.51\.12\.50\.47\.30\.49Table 1:F1 scores for emotion classification by readers and models\. Reader F1 is measured by comparing individual readers \(R\) or majority vote \(V\) against the author, and across reader–reader pairs \(RR\)\. Model F1 reports mean scores from 3 training runs for baseline CLIP and CLIP with random images \(CLIP Rand\.\), across text \(T\), image \(I\), and text \+ image \(T\+I\)\.

### 2\.3Multimodal Emotion Analysis

Multimodal emotion analysis, particularly combining text and images, remains underexplored relative to text\-only work\. Most multimodal work focuses on video, audio, and text combinations[Shou et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib26)\. Of the work on image and text, many focus on memes[Sharma et al\. \(2020\)](https://arxiv.org/html/2609.18385#bib.bib27);[Sharma et al\. \(2024\)](https://arxiv.org/html/2609.18385#bib.bib28);[Shi et al\. \(2026\)](https://arxiv.org/html/2609.18385#bib.bib29), or sentiment analysis[Al\-Tameemi et al\. \(2024\)](https://arxiv.org/html/2609.18385#bib.bib30)\. While these studies provide valuable insights into multimodal architectures and text–image relations, they do not address the interplay between emotion experience, expression, and perception that underlies emotion communication\.

Emotion analysis faces multimodal modeling challenges such as modality collapse[Shou et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib26), which is when a model relies too heavily on one modality \(e\.g\., text\) and ignores the other \(e\.g\., image\)\. Various studies on related tasks have proposed methods to address this issue\. For example,[Yang et al\. \(2024\)](https://arxiv.org/html/2609.18385#bib.bib32)use uncertainty to rebalance modalities for multimodal hate speech detection in posts, and[Wu et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib33)dynamically reweigh modalities and use multiple fusion stages for fake news detection\. However, these methods are not specifically designed for emotion analysis, and have not been applied here\.

## 3Data Collection Methods

We collect Mult2EMo in two stages: \(1\) We first collect posts directly from authors \(Author Phase\), such that we can capture the emotion experience, expression, and further context to best understand the author’s intent\. \(2\) Then we collect reader annotations on posts collected during the Author Phase to understand the readers’ perception of the author’s expression and experience \(Reader Phase\)\.111The anonymized dataset and surveys are available upon request via[https://www\.uni\-bamberg\.de/en/nlproc/projects/item](https://www.uni-bamberg.de/en/nlproc/projects/item)\.

### 3\.1Author Phase

We recruit participants via Prolific222[https://www\.prolific\.com](https://www.prolific.com/)in multiple annotation tasks by emotion: anger, disgust, fear, joy, sadness, and surprise\. A task consists of providing and annotating three social media posts\. To select each post, we prompt participants to recall an event which both triggered the target emotion and that they wrote a multimodal social media post about\.

After providing the post, participants share details about it in the following steps:333We share more details in Appendix[A](https://arxiv.org/html/2609.18385#A1)\.\(1\)Event Details\.The event which triggered the emotion, emotion labels and intensities for the event, and how confident they are in recalling it\. \(2\)Appraisal\. Participants rate 21 appraisal dimensions for the event\. \(3\)Post Details\.Emotion labels and intensities for the post along with emotion stimulus information for the text\. \(4\)Image Details\.Description of the content of the image, label for the image type, and emotion stimulus information for the image\. \(5\)Text–Image Relation\.The rated relationship between the text and image in terms of how much they rely on each other for understanding and how much they each convey the target emotion\. \(6\)Final Post Questions\.Indication of the context needed to understand the post, the reason for posting, and the intended audience\.

### 3\.2Reader Phase

We present potential participants annotation tasks by social media platform: Instagram, Facebook, Twitter \(X\), and “Various Platforms”\. Each task consists of annotating three posts collected in the author phase\.

As we want to understand how well readers interpret authors’ emotions, the context, and intentions behind the posts, we ask participants to reconstruct authors’ answers\. For example, instead of rating how intensely they felt an emotion, they rate how intensely they think the author felt the emotion\.

### 3\.3Data Statistics

Mult2EMo contains 7,200 multimodal social media posts, with 1,200 posts for each of the six emotions, annotated by 1,101 unique authors\. Participants share posts from a variety of platforms: Facebook \(47%\), Instagram \(30%\), Twitter \(X\) \(18%\), and “Various Platforms” \(5%\)\. We collect reader annotations for 1,440 posts, 240 per emotion, balanced by platform\. Each post is annotated by 3 readers, resulting in 4,320 reader annotations\. This subset is used as a test set for our experiments, while the remaining 5,760 posts are used as a training set\.

## 4Experiments

We use Mult2EMo to investigate readers’ and models’ ability to reconstruct authors’ emotion processes \(RQ1\)\. Based on their performance, we analyze event–post relatedness \(RQ2\) as well as the impact of images \(RQ3\)\.

### 4\.1RQ1: Is a multimodal post sufficient to reconstruct an author’s expression of emotion and their appraisal of an event?

We address RQ1 via human readers \(Section[4\.1\.1](https://arxiv.org/html/2609.18385#S4.SS1.SSS1)\) and model predictions \(Section[4\.1\.2](https://arxiv.org/html/2609.18385#S4.SS1.SSS2)\)\.

#### 4\.1\.1Readers

##### Experimental Setup\.

We evaluate reader against author annotations using F1 for post emotion and root mean square error \(RMSE\) for appraisals\. For emotion, we compare individual readers \(R\), and majority vote \(V\)444Ties are broken using readers’ confidence scores\., a common approach for 3rd party annotators, against the author, as well as reader\-to\-reader \(RR\), discussed in Section[4\.2](https://arxiv.org/html/2609.18385#S4.SS2)\. For appraisals, we compute individual RMSE \(each reader vs\. the author\) and mean RMSE \(mean of three readers vs\. author\)\.555A majority vote approach for appraisals yielded too many unresolvable ties\.We compare against two baselines: random \(scores sampled uniformly from 1–5\) and mean \(per\-appraisal mean score in Mult2EMo\)\.

##### Results\.

Column R in Table[1](https://arxiv.org/html/2609.18385#S2.T1)shows how individual readers can reconstruct authors’ emotion processes, while column V shows how reader majority vote performs\. Readers are best at reconstructingjoyandsadness, and struggle to reconstructdisgustandsurprise\. The majority vote performs only slightly better than individual readers\.

We report the mean RMSE of all appraisal dimensions in Figure[2](https://arxiv.org/html/2609.18385#S4.F2)\. Readers perform better than random, but comparably to the mean baseline, showing that readers are not proficient at reconstructing authors’ appraisals\. This observation differs across appraisal variables\.

Readers perform better at reconstructing some appraisals, such aspleasantnessandgoal support, than others; however, there is no appraisal dimension in which individual readers outperform the mean of three readers, showing that individual readers are especially poor at reconstructing appraisals\.666Results for each appraisal dimension in Appendix[C\.2\.1](https://arxiv.org/html/2609.18385#A3.SS2.SSS1)\.Readers’ overall poor performance is likely because appraisals are subjective and based on personal values and motivations, making them difficult for readers to reconstruct without access to the author’s internal state or additional context regarding the author[Troiano et al\. \(2023\)](https://arxiv.org/html/2609.18385#bib.bib5)\.

#### 4\.1\.2Models

##### Experimental Setup\.

We separately train baseline models for emotion and appraisal prediction\. All models are fine\-tuned CLIP models[Radford et al\. \(2021\)](https://arxiv.org/html/2609.18385#bib.bib3)\.777Model details and hyperparameters in Appendix[C\.1](https://arxiv.org/html/2609.18385#A3.SS1)\.For each task, we train models using three modalities: text\-only \(T\), image\-only \(I\), and text and image \(T\+I\)\. As a control condition, we rerun the models with the images randomly shuffled to test if the models exploit useful information from the images\. We report average results across three runs with different random seeds, using default model parameters\.

Figure 2:Mean RMSE for all appraisal dimension predictions\. Baselines shown as dashed \(Random\) and dotted \(Mean\) lines\. Reader R is individual readers\.
##### Results\.

For emotion classification, we report macro\-average F1 scores in Table[1](https://arxiv.org/html/2609.18385#S2.T1)\. For text and T\+I models,joyandsadnessare best predicted, whiledisgustandangershow lowest performance\. For all emotions, the text\-only \(\.5\) and multimodal models \(\.51\) perform considerably better than the image\-only models \(\.3\), however, the image\-only models still perform above random chance, showing that images do contain emotion information\.

We do, however, not observe a performance difference between using images in addition to text irrespective of them being the correct or a random image \(columns T\+I\), which indicates that the two modalities are generally not effectively combined\.

Figure[2](https://arxiv.org/html/2609.18385#S4.F2)shows the average RMSE results for appraisals, using the same random and mean baselines introduced in Section[4\.1\.1](https://arxiv.org/html/2609.18385#S4.SS1.SSS1)\.[6](https://arxiv.org/html/2609.18385#footnote6)Overall, all models perform better than chance, and the text\-only and multimodal models perform better than the mean baseline, but the image\-only models perform similarly to the mean baseline\. This shows that models are able to reconstruct some aspects of appraisals from text and images\.Pleasantnessandgoal supportperform best with RMSE scores below 1\.2, despite their mean baseline RMSE being above 1\.5, while other appraisals, such asothers responsibility, are closer to the mean baseline; in summary, the models are able to reconstruct some appraisals based on the information in the post\.

Dimensions applicable to a wide range of events, such aspleasantness, are easier to reconstruct than ambiguous ones likesuddenness\(e\.g\., how sudden is reading a news article about a bombing?\)\. This ambiguity likely affects both annotation consistency and model learning, as different interpretations of the appraisal question might lead to different scores on similar instances\.

The random image models perform similarly to the regular image models, suggesting that the image modality is not effectively used for appraisal prediction\. This is reinforced by the fact that the image\-only models perform similarly with the regular and random image settings\. However, it is unclear if this is because the image\-only models are unable to exploit appraisal\-relevant information from the images, or because the images do not contain much information about appraisals\.

#### 4\.1\.3Multimodal LLM

To further investigate whether models can exploit information in images, we use a multimodal LLM \(MLLM\) to predict emotions and appraisals, as MLLMs pair the language understanding of a strong LLM backbone with visual comprehension acquired from pretraining on large amounts of image–text data\.

##### Experimental Setup\.

We use a zero\-shot approach with Qwen3\-VL\-8B\-Instruct[Qwen team \(2025\)](https://arxiv.org/html/2609.18385#bib.bib41), run locally\. We prompt for emotion classification and appraisal prediction separately, though we predict all appraisals together using a single prompt\.888Prompts found in Appendix[C\.1](https://arxiv.org/html/2609.18385#A3.SS1)\.To match our previous modeling experiment, we prompt every post three times and report the mean F1 scores from the 3 runs\. To mitigate order bias in prompts, we randomize the list of emotions and list of appraisals within the prompts\.

##### Results\.

For emotion classification, the MLLM achieves macro\-average F1 scores comparable to the multimodal CLIP model for all modalities, however it struggles with different emotions\. In particular, it performs better onangerand worse ondisgustandsurprise\. For appraisal prediction, the MLLM performs worse than both the CLIP model and the random image CLIP model\.

The comparable performance of the MLLM and the multimodal CLIP model on emotion classification suggests that the multimodal models rely on primarily the textual modality, with images contributing less to the overall performance, rather than the problem stemming from an ineffective integration of visual information\. The results are less supportive for appraisal prediction, where the MLLM performs worse than both the CLIP model and the random image CLIP model for all modalities\. Previous research has also found that LLMs are not proficient at annotating ratings for subjective tasks[Bagdon et al\. \(2024\)](https://arxiv.org/html/2609.18385#bib.bib42)\.

#### 4\.1\.4Reader vs\. Model Comparison

To gauge readers’ and models’ ability to reconstruct authors’ emotion processes, we compare their performance on emotion classification and appraisal regression\. We compare reader majority vote \(V\) and multimodal CLIP \(T\+I\) on emotion classification in Table[1](https://arxiv.org/html/2609.18385#S2.T1)\. Readers and models perform closely, with mean F1 of \.48 and \.51, respectively, and both findjoyandsadnesseasiest to classify\. Models outperform readers onsurprise\(\.50 vs\. \.34\) andfear\(\.56 vs\. \.45\), while readers lead onsadness\(\.63 vs\. \.60\) anddisgust\(\.40 vs\. \.36\)\.

For appraisal regression we compare reader and CLIP model results in Figure[2](https://arxiv.org/html/2609.18385#S4.F2)\.[6](https://arxiv.org/html/2609.18385#footnote6)Overall, models perform better than human readers on every appraisal dimension, except forpleasantnesswhich is very close \(1\.19 vs\. 1\.17 RMSE\)\. The largest difference in performance is forfamiliarity, with models having an RMSE of 1\.38 compared to 1\.62 for readers\. The differences are even more pronounced when comparing individual readers to models\.

We include reader majority vote and mean appraisal scores to assess how well readers and models can serve as proxies for author annotations, as these approaches are often used in practice[Bostan and Klinger \(2018\)](https://arxiv.org/html/2609.18385#bib.bib17)\. For emotion classification, majority vote shows little improvement over individual readers, supporting previous findings that reader annotations are not reliable substitutes for author labels[Troiano et al\. \(2023\)](https://arxiv.org/html/2609.18385#bib.bib5);[Li et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib23)\.

Furthermore, we do a statistical analysis based on[Dror et al\. \(2018\)](https://arxiv.org/html/2609.18385#bib.bib40)’s approach to significance testing for NLP\. As F1 is a set\-level metric with no per\-instance decomposition, and each reader annotated only a small number of posts \(4,320 annotations from 959 readers over 1,440 posts\), per\-annotator testing is statistically underpowered\. We therefore treat the pooled reader annotations as a single system, evaluate readers and the model over the identical annotation instances \(assigning the model its prediction for the corresponding post\), and assess significance with a paired cluster bootstrap: posts are resampled with replacement \(10,000 resamples\), with all annotations of a sampled post kept together to account for the dependence between annotations of the same post\. We compare the best performing multimodal model to readers\.

Table[2](https://arxiv.org/html/2609.18385#S4.T2)shows that the model significantly outperforms individual readers\. A per\-post majority vote over readers narrows this gap and does not differ significantly from the model\. These results are consistent with our broader finding that individual readers’ perception of authors’ emotions is noisy, while aggregation across readers recovers some of the divergence\.

F1F\_\{1\}Δ​F1\\Delta F\_\{1\}95% CIppModel\.51———R\.46\.049\[\.025,\.075\]\[\.025,\.075\]<10−4<10^\{\-4\}V\.48\.03\[−\.01,\.05\]\[\-\.01,\.05\]\.22Table 2:Statistical significance of emotion prediction model performance against individual readers \(R\) and a per\-post majority vote over readers \(V\)\.Δ​F1\\Delta F\_\{1\}, confidence intervals, andpp\-values are relative to the model \(two\-sided\)\.For appraisals, reader mean RMSE improves substantially over individuals, yet closely mirrors the mean baseline – as does image\-only model performance\. We suspect that both are mathematical artifacts: the reader mean flattens individual scores toward the centre of the 1–5 Likert scale, while image\-only models, unable to exploit visual information, fall back on training data patterns, producing a similar effect\.

Overall, we find that both readers and models are able to reconstruct authors’ emotion processes to some extent, though it varies by emotion and appraisal\. Models outperform readers, especially on appraisals, though for some dimensions neither perform much better than the mean baseline\.

### 4\.2RQ2: How is emotion reconstruction impacted by the relatedness of the event and the post?

As seen above, readers and models struggle to reconstruct authors’ emotion processes – but why? Social media posts are written after the triggering event, and readers are yet further removed, encountering it solely through the author’s account\. Information may thus be lost at two points: \(1\) when writing, as authors may omit details about their experience, and \(2\) when reading, as readers may misinterpret the expressed emotion or the event itself\. To investigate this, we compare authors’ experienced and expressed emotions \(Section[4\.2\.1](https://arxiv.org/html/2609.18385#S4.SS2.SSS1)\) and examine the impact of event understanding on reader \(Section[4\.2\.2](https://arxiv.org/html/2609.18385#S4.SS2.SSS2)\) and model performance \(Section[4\.2\.3](https://arxiv.org/html/2609.18385#S4.SS2.SSS3)\), using individual reader annotations and multimodal models, respectively\.999Appendix[B\.2](https://arxiv.org/html/2609.18385#A2.SS2)further analyzes how post content relates to performance\.

MismatchExpressed Emotion%PostsΔ\\DeltaReaderΔ\\DeltaModelAnger13−\-\.21−\-\.06Disgust15−\-\.12−\-\.16Fear9−\-\.31−\-\.18Joy2−\-\.46−\-\.45Sadness7−\-\.36−\-\.31Surprise14−\-\.01−\-\.08Macro Avg\.10−\-\.25−\-\.21Table 3:Mismatch: posts where primary event and post emotions differ\.Δ\\DeltaR /Δ\\DeltaM: difference in reader / model F1 between the full test set and the subset\.#### 4\.2\.1Experienced vs\. Expressed Emotion

The experience of an emotion during an event may differ from the expression of that emotion in a post about the event\. We analyze how frequently this occurs and if performance is worse when it does\.

##### Experimental Setup\.

We examine posts where the primary expressed and experienced emotions differ \(Mismatch\), comparing reader \(Δ\\DeltaR\) and model \(Δ\\DeltaM\) F1 on this subset against the full test set\. Further analysis of emotion presence differences between event and post is in Appendix[B\.2](https://arxiv.org/html/2609.18385#A2.SS2)\.

Q1Q2Q3Q4Mean Similarity\.02\.21\.39\.59Std\.\.02\.06\.05\.08Min\.\.01\.10\.30\.48Max\.10\.30\.48\.97Post Emotion \(F1\)↑\\uparrowAnger\.36\.42\.45\.56Disgust\.23\.38\.37\.51Fear\.36\.38\.54\.63Joy\.41\.56\.65\.71Sadness\.41\.54\.65\.79Surprise\.27\.38\.34\.42Macro Avg\.\.34\.44\.51\.61Appraisals \(RMSE\)↓\\downarrowPleasantness1\.721\.381\.140\.99Unpleasantness1\.821\.531\.351\.18Not considered1\.801\.611\.581\.45Own responsibility1\.701\.531\.441\.29Own control1\.671\.481\.451\.39Goal relevance1\.821\.691\.691\.67Goal support1\.681\.511\.461\.35Event predictability1\.711\.711\.671\.56External standards1\.741\.591\.541\.44Internal standards1\.781\.621\.441\.46Effort1\.831\.671\.681\.58Macro Avg\.1\.811\.701\.651\.60Table 4:Reader F1 and RMSE scores split by quartiles of author and reader event description similarity\. Appraisal results only include dimensions with at least a 0\.1 difference in RMSE between Q1 and Q4\. Full results found in Appendix[C\.2\.2](https://arxiv.org/html/2609.18385#A3.SS2.SSS2)\.
##### Results\.

Table[3](https://arxiv.org/html/2609.18385#S4.T3)shows that authors’ primary experienced and expressed emotions often differ, and both readers and models struggle as a result, with F1 differing by \.25 and \.21 on mismatched posts, respectively\. The difference is largest forjoy, though sample sizes are small\. Notably, models perform worse on mismatchedsurpriseposts \(−\-\.08 F1\) while readers show almost no difference, showing readers’ difficulties withsurpriseare not mismatch\-driven\. Appendix[B\.2](https://arxiv.org/html/2609.18385#A2.SS2)further shows that authors tend to omit negative experienced emotions but rarely add new ones\. Together, these results show that it is the primary emotion mismatch, rather than omissions, that drives performance drops, possibly reflecting authors’ tendencies to express more socially acceptable emotions than they experience[Hess and Hareli \(2016\)](https://arxiv.org/html/2609.18385#bib.bib34)\.

#### 4\.2\.2Readers’ Understanding of the Event

Post text may directly describe the triggering event, be tangentially related, or omit it entirely – potentially leading readers to misinterpret the event\. We assess whether this contributes to the difficulty of reconstructing authors’ expressed emotions\.

##### Experimental Setup\.

Mult2EMo’s event description annotations allow us to compare authors’ and readers’ event descriptions, giving insight into how well readers infer the event from the post \(full comparison in Appendix[B\.2\.1](https://arxiv.org/html/2609.18385#A2.SS2.SSS1)\)\. We measure the similarity between author–reader event descriptions using a cross\-encoder[Reimers and Gurevych \(2019\)](https://arxiv.org/html/2609.18385#bib.bib10)trained on the STS Benchmark[Enevoldsen et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib11);[Muennighoff et al\. \(2023\)](https://arxiv.org/html/2609.18385#bib.bib12), then split posts into quartiles \(Q1\-\-Q4\) by similarity to examine the relation between similarity and task performance\.101010Example posts with author and reader event descriptions and similarity scores in Figure[4](https://arxiv.org/html/2609.18385#A1.F4), Appendix[A](https://arxiv.org/html/2609.18385#A1)\.

We bin by quartile rather than fixed similarity thresholds for two reasons\. First, per\-post F1 does not exist: F1 is computed over a set of instances, so relating similarity to classification performance requires partitioning the data\. Second, cross\-encoder similarity scores are ordinal rather than calibrated to an interpretable absolute scale; quantile binning depends only on the rank order of similarities and yields equally sized strata, ensuring per\-quartile \(and per\-emotion\) F1 estimates of comparable reliability\.

##### Results\.

Table[4](https://arxiv.org/html/2609.18385#S4.T4)shows that higher reader–author event description similarity \(i\.e\., the more accurately readers understand the event\) correlates with better emotion classification and appraisal regression performance, with F1 scores at least 50% higher in Q4 than Q1 \(over twice as high fordisgust\)\. Furthermore, readers’ event descriptions are more similar to each other than to authors’ \(see Appendix[B\.2\.1](https://arxiv.org/html/2609.18385#A2.SS2.SSS1)\), pointing to a consistent but often divergent understanding, and mirroring the reader–author vs\. reader–reader agreement gap in Table[1](https://arxiv.org/html/2609.18385#S2.T1)\. Together, these results demonstrate that event understanding is a key factor in emotion reconstruction, and that information loss or omission during writing makes the task more difficult for readers\.

#### 4\.2\.3Post Text vs\. Event Description \(Models\)

We saw that when readers better understand the event, they more accurately reconstruct emotions and appraisals, but what about models? To evaluate their understanding of events, we examine how using event descriptions instead of post texts affects model performance\.

##### Experimental Setup\.

We train models replacing post text with author event descriptions, keeping all other settings identical\.111111Target emotion words are removed from event descriptions due to their inclusion in the annotation prompt\.We report mean F1 and RMSE across three runs for emotion classification and appraisal regression, respectively\.[7](https://arxiv.org/html/2609.18385#footnote7)

Post Text↑\\uparrowEvent Descrip\.↑\\uparrowEmotionTIT\+ITIT\+IAnger\.43\.27\.45\.48\.26\.43Disgust\.39\.23\.36\.49\.22\.50Fear\.53\.32\.56\.62\.29\.63Joy\.58\.41\.58\.74\.40\.76Sadness\.60\.31\.60\.62\.26\.62Surprise\.48\.25\.50\.64\.22\.66Macro Avg\.\.50\.30\.51\.60\.27\.60Table 5:Emotion classification F1 on Mult2EMo test set using post text or event descriptions as input, across text \(T\), image \(I\), and text \+ image \(T\+I\) modalities\.Post Text↓\\downarrowEvent Descrip\.↓\\downarrowTIT\+ITIT\+IGoal Support1\.211\.401\.231\.151\.411\.18Internal standards1\.291\.481\.281\.241\.501\.24Own control1\.201\.271\.211\.141\.291\.16Pleasantness1\.191\.471\.191\.031\.471\.03Unpleasantness1\.261\.481\.261\.171\.501\.18Macro Avg\.1\.351\.421\.361\.311\.461\.34Table 6:Model performance \(RMSE\) for appraisal regression on Mult2Emo test set using event descriptions as input\. Models are fine\-tuned on text only \(T\), image only \(I\), and text \+ image \(T\+I\)\. Only appraisal dimensions which differed by more than 0\.05 RMSE are reported; full results found in Appendix[C\.2](https://arxiv.org/html/2609.18385#A3.SS2)\.
##### Results\.

Tables[5](https://arxiv.org/html/2609.18385#S4.T5)and[6](https://arxiv.org/html/2609.18385#S4.T6)show emotion classification and appraisal regression results\.121212Full results in Appendix[C\.2\.2](https://arxiv.org/html/2609.18385#A3.SS2.SSS2)\.Models using event descriptions achieve higher emotion classification F1 scores than those using post text \(excluding image\-only models\), with multimodal F1 at \.60 vs\. \.51; the differences are largest forjoy\(\.76 vs\. \.58\),surprise\(\.66 vs\. \.50\), anddisgust\(\.50 vs\. \.36\)\. For appraisal regression, both approaches perform similarly – overall RMSE is 1\.31 vs\. 1\.35 \(text\-only\) and 1\.34 vs\. 1\.36 \(multimodal\) – thoughpleasantness\(1\.03 vs\. 1\.19\) andunpleasantness\(1\.17 vs\. 1\.26\) show larger differences\. The limited appraisal difference may reflect that event descriptions capture what occurred rather than the subjective interpretation of the event, which is central to appraisals\.

The difference in performance likely reflects the difficulty of reconstructing emotions from incomplete or ambiguous textual information \(post text\) versus more complete curated event descriptions\. Overall, these results confirm that information lost during writing contributes to the difficulty of reconstructing authors’ emotion processes\.

### 4\.3RQ3: How does image type and relevance impact emotion reconstruction?

A key aspect of multimodal posts is the use of images, and how they interact with the text\. We examine how image content and relationship to text vary by emotion and if performance for readers and models differs based on these factors\.

Figure 3:Distribution of image type labels assigned by authors across primary post emotions\.##### Experimental Setup\.

We look at the distribution of image types \(descriptions of image types in Appendix[A](https://arxiv.org/html/2609.18385#A1)\), how authors and readers report the relationship between post text and image, and compare performance across these factors\.

##### Results\.

Figure[3](https://arxiv.org/html/2609.18385#S4.F3)shows that personal photos \(PP\) dominate across emotions, thoughjoyposts use them more, whileanger,disgust, andfearlean towards memes \(M\) and screenshots \(SS\)\. Table[7](https://arxiv.org/html/2609.18385#S4.T7)shows corresponding F1 scores: forjoy, readers perform better on PP than memes, while forfearthe reverse holds\. Despite distributional differences in the training set, model and reader performance is similarly varied across image types, suggesting models do not exploit image type as a shortcut\. Both readers and models perform better when text explicitly expresses the emotion and when text is required to understand the image, reinforcing the centrality of text for emotion reconstruction\.131313Full details in Appendix[B\.3](https://arxiv.org/html/2609.18385#A2.SS3)

Reader↑\\uparrowCLIP↑\\uparrowPPProSSMGPPProSSMGAnger\.43\.43\.41\.49\.56†\.43\.42\.49\.42\.74†Disgust\.40\.41\.37\.47\.30†\.34\.36\.40\.32\.47†Fear\.41\.50\.42\.47\.59†\.53\.63\.61\.50\.48†Joy\.63\.56†\.48\.31†\.43†\.67\.52†\.37\.25†\.25†Sadness\.65\.69\.49\.60\.51†\.65\.66\.52\.43\.52†Surprise\.32\.45\.37\.33†\.42†\.53\.59\.42\.55†\.50†Mac\. Avg\.\.47\.51\.42\.45\.47\.52\.53\.47\.41\.49Table 7:Per\-emotion F1 by image label type for readers and CLIP\. PP: Personal Photo, Pro: Professional Photo, SS: Screenshot, M: Meme, G: Graphic\. Cells marked with†have support < 20 posts\.

## 5Conclusion

Our experiments show that readers and models can reconstruct authors’ intended emotions and, to a lesser degree, appraisals from multimodal social media posts, though models outperform readers, especially on appraisals\. Our multimodal analysis confirms that while images carry emotion\-relevant information, text is the dominant signal for both readers and models; performance is highest when text explicitly conveys the emotion and contextualizes the image, and our baseline models do not effectively fuse the two modalities, which points to a clear direction for future work\. We show the relationship between post and triggering event is crucial: when experienced and expressed emotions diverge, performance drops, and readers’ understanding of the triggering event is a strong predictor of reconstruction accuracy\. Yet even accurate event reconstruction does not guarantee correct emotion reconstruction, showing that reader misperception reflects not just reader failure but the inherent ambiguity of emotion expression on social media\.

Mult2EMo, as the first dataset to capture experience, expression, and perception in multimodal social media posts with both author and reader annotations, provides a foundation for future work\. Future work should make use of Mult2EMo’s rich annotations, many of which we do not analyze here, such as comparing author and reader emotion stimluli annotations or investigating readers’ explanations for their emotion annotations\. Mult2EMo can thus serve as a valuable resource to further investigate the complex relationship between experience, expression, and perception in multimodal social media posts, and to further explore the role of images in emotion expression\.

## Acknowledgements

We thank all ARR reviewers for their thorough reviews and valuable suggestions\. We also thank our study participants for contributing to our work\. This work has been supported by the Deutsche Forschungsgesellschaft \(DFG\) in the project “User’s Choice of Images and Text to Express Emotions in Twitter and Reddit” \(ITEM, Project KL 2869/11\-1, No\. 513384754\)\.

## Limitations

Our study’s limitations stem from two factors: \(1\) the collection of Mult2EMo, and \(2\) our approach to modeling\.

Mult2EMo is limited in several aspects\. First, our participant pool is restricted to native English speakers in the UK and Ireland, which limits the generalizability of our findings to other languages and cultural contexts, as emotion expression and appraisal are known to vary cross\-culturally\. Second, recruitment difficulties for negative emotions, particularlydisgust, mean that the author pool for different emotions is not fully comparable; authors ofdisgustposts were recruited over a longer period and under more flexible participation conditions than authors ofjoyposts, which may introduce systematic differences\. Third, our reader annotations are collected from a general population rather than from the same social or cultural groups as the authors, which prior work suggests may suppress reader performance[Li et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib23)\. Finally, while our appraisal annotations provide a rich characterization of authors’ emotion experience, appraisals are inherently subjective and retrospective, and may themselves be subject to recall bias and social desirability\.141414See Appendix[A](https://arxiv.org/html/2609.18385#A1)for additional details\.

Our modeling experiments are limited in several aspects\. First, we chose to limit the use of LLMs when doing modeling experiments, testing only a single MLLM and only using a single set of prompts\. We chose this for three reasons: \(1\) to avoid confounding the results with the known issues of LLMs, such as unknown training data and sensitivity to prompts, \(2\) previous work using similar data has shown that LLMs do not outperform smaller models on emotion classification tasks[Bagdon et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib9), and \(3\) we strongly believe in the value of smaller models fine\-tuned on the task for understanding the data and setting a strong baseline for future work\. Second, our baseline models use a simple concatenation fusion strategy which, as our results confirm, does not effectively exploit the image modality; the performance gaps we report therefore represent a lower bound on what is achievable with more sophisticated multimodal architectures\.

Future work should address these limitations by extending Mult2EMo to additional languages and cultural contexts, investigating whether reader performance improves when readers share social or cultural background with authors, and developing multimodal fusion methods better suited to the asymmetric and emotion\-dependent relationship between text and image that we document here\. Mult2EMo, as the first dataset to capture experience, expression, and perception in multimodal social media posts provides a foundation for this future work\.

## 6Ethical Considerations

This study was approved by the ethics review board at Otto\-Friedrich\-Universität Bamberg\. All participants were informed about the data collection procedure and the intended use of the data prior to participation\. Nevertheless, we reflect on several potential challenges in this work\. Although participants consented to data use, individual posts may compromise anonymity in ways participants did not anticipate\. Additionally, the collected data may contain information about third parties who did not actively participate in the study\. In light of these two concerns, we decided to share Mult2EMo for research purposes only, upon request\. The publicly released dataset is anonymized by blurring faces in personal photographs and removing names and other identifying information from text\.

VS Code Copilot was used to assist in writing the code for data analysis, limited to debugging, documentation, refactoring, and code completion\. Claude Sonnet 4\.6 was used to assist in writing the paper, limited to grammar and style suggestions, rephrasing for clarity, and organization of ideas\. It was only used for paraphrasing or polishing the author’s original content, and never for suggesting new content\.

## References

- I\. K\. S\. Al\-Tameemi, M\. Feizi\-Derakhshi, S\. Pashazadeh, and M\. AsadpourA comprehensive review of visual–textual sentiment analysis from social media networks\.Journal of Computational Social Science7\(3\),pp\. 2767–2838\.External Links:[Link](https://doi.org/10.1007/s42001-024-00326-y)Cited by:[§2\.3](https://arxiv.org/html/2609.18385#S2.SS3.p1.1)\.
- Bagdonet al\.\(2025\)C\. Bagdon, A\. Combs, C\. Silberer, and R\. KlingerDonate or create? comparing data collection strategies for emotion\-labeled multimodal social media posts\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),Vienna, Austria,pp\. 17307–17330\.External Links:[Link](https://aclanthology.org/2025.acl-long.847/),[Document](https://dx.doi.org/10.18653/v1/2025.acl-long.847),ISBN 979\-8\-89176\-251\-0Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p2.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p2.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p3.1),[Limitations](https://arxiv.org/html/2609.18385#Sx2.p3.1)\.
- Bagdonet al\.\(2024\)C\. Bagdon, P\. Karmalkar, H\. Gurulingappa, and R\. Klinger“You are an expert annotator”: automatic best–worst\-scaling annotations for emotion intensity modeling\.InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),K\. Duh, H\. Gomez, and S\. Bethard \(Eds\.\),Mexico City, Mexico,pp\. 7924–7936\.External Links:[Link](https://aclanthology.org/2024.naacl-long.439/),[Document](https://dx.doi.org/10.18653/v1/2024.naacl-long.439)Cited by:[§4\.1\.3](https://arxiv.org/html/2609.18385#S4.SS1.SSS3.Px2.p2.1)\.
- Bostan and Klinger \(2018\)L\. Bostan and R\. KlingerAn analysis of annotated corpora for emotion classification in text\.InProceedings of the 27th International Conference on Computational Linguistics,E\. M\. Bender, L\. Derczynski, and P\. Isabelle \(Eds\.\),Santa Fe, New Mexico, USA,pp\. 2104–2119\.External Links:[Link](https://aclanthology.org/C18-1179/)Cited by:[§2\.1](https://arxiv.org/html/2609.18385#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p3.1),[§4\.1\.4](https://arxiv.org/html/2609.18385#S4.SS1.SSS4.p3.1)\.
- Buechel and Hahn \(2017\)S\. Buechel and U\. HahnEmoBank: studying the impact of annotation perspective and representation format on dimensional emotion analysis\.InProceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2, Short Papers,M\. Lapata, P\. Blunsom, and A\. Koller \(Eds\.\),Valencia, Spain,pp\. 578–585\.External Links:[Link](https://aclanthology.org/E17-2092/)Cited by:[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px2.p1.1)\.
- Demszkyet al\.\(2020\)D\. Demszky, D\. Movshovitz\-Attias, J\. Ko, A\. Cowen, G\. Nemade, and S\. RaviGoEmotions: a dataset of fine\-grained emotions\.InProceedings of the 58th Annual Meeting of the Association for Computational Linguistics,D\. Jurafsky, J\. Chai, N\. Schluter, and J\. Tetreault \(Eds\.\),Online,pp\. 4040–4054\.External Links:[Link](https://aclanthology.org/2020.acl-main.372/),[Document](https://dx.doi.org/10.18653/v1/2020.acl-main.372)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p2.1),[§2\.1](https://arxiv.org/html/2609.18385#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px2.p1.1)\.
- Droret al\.\(2018\)R\. Dror, G\. Baumer, S\. Shlomov, and R\. ReichartThe hitchhiker’s guide to testing statistical significance in natural language processing\.InProceedings of the 56th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),I\. Gurevych and Y\. Miyao \(Eds\.\),Melbourne, Australia,pp\. 1383–1392\.External Links:[Link](https://aclanthology.org/P18-1128/),[Document](https://dx.doi.org/10.18653/v1/P18-1128)Cited by:[§4\.1\.4](https://arxiv.org/html/2609.18385#S4.SS1.SSS4.p4.1)\.
- Ekmanet al\.\(1999\)P\. Ekmanet al\.Basic emotions\.Handbook of cognition and emotion98\(45\-60\),pp\. 16\.Cited by:[§B\.5](https://arxiv.org/html/2609.18385#A2.SS5.p3.1),[§2\.1](https://arxiv.org/html/2609.18385#S2.SS1.p1.1)\.
- Ellsworth and Scherer \(2003\)P\. Ellsworth and K\. SchererAppraisal processes in emotionAppraisal processes in emotion\.InHandbook of Affective Sciences,Handbook of Affective Sciences,pp\. 572–595\.External Links:[Link](https://repository.law.umich.edu/book_chapters/228)Cited by:[§B\.5](https://arxiv.org/html/2609.18385#A2.SS5.p3.1)\.
- Enevoldsenet al\.\(2025\)K\. Enevoldsen, I\. Chung, I\. Kerboua, M\. Kardos, A\. Mathur, D\. Stap, J\. Gala, W\. Siblini, D\. Krzemiński, G\. I\. Winata, S\. Sturua, S\. Utpala, M\. Ciancone, M\. Schaeffer, G\. Sequeira, D\. Misra, S\. Dhakal, J\. Rystrøm, R\. Solomatin, Ö\. Çağatan, A\. Kundu, M\. Bernstorff, S\. Xiao, A\. Sukhlecha, B\. Pahwa, R\. Poświata, K\. K\. GV, S\. Ashraf, D\. Auras, B\. Plüster, J\. P\. Harries, L\. Magne, I\. Mohr, M\. Hendriksen, D\. Zhu, H\. Gisserot\-Boukhlef, T\. Aarsen, J\. Kostkan, K\. Wojtasik, T\. Lee, M\. Šuppa, C\. Zhang, R\. Rocca, M\. Hamdy, A\. Michail, J\. Yang, M\. Faysse, A\. Vatolin, N\. Thakur, M\. Dey, D\. Vasani, P\. Chitale, S\. Tedeschi, N\. Tai, A\. Snegirev, M\. Günther, M\. Xia, W\. Shi, X\. H\. Lù, J\. Clive, G\. Krishnakumar, A\. Maksimova, S\. Wehrli, M\. Tikhonova, H\. Panchal, A\. Abramov, M\. Ostendorff, Z\. Liu, S\. Clematide, L\. J\. Miranda, A\. Fenogenova, G\. Song, R\. B\. Safi, W\. Li, A\. Borghini, F\. Cassano, H\. Su, J\. Lin, H\. Yen, L\. Hansen, S\. Hooker, C\. Xiao, V\. Adlakha, O\. Weller, S\. Reddy, and N\. MuennighoffMMTEB: massive multilingual text embedding benchmark\.arXiv preprint arXiv:2502\.13595\.External Links:[Link](https://arxiv.org/abs/2502.13595),[Document](https://dx.doi.org/10.48550/arXiv.2502.13595)Cited by:[§B\.2\.2](https://arxiv.org/html/2609.18385#A2.SS2.SSS2.p2.1),[§4\.2\.2](https://arxiv.org/html/2609.18385#S4.SS2.SSS2.Px1.p1.1)\.
- Fehr and Russell \(1984\)B\. Fehr and J\. RussellConcept of emotion viewed from a prototype perspective\.Journal of Experimental Psychology: General113,pp\. 464–486\.External Links:[Document](https://dx.doi.org/10.1037/0096-3445.113.3.464)Cited by:[§B\.5](https://arxiv.org/html/2609.18385#A2.SS5.p3.1)\.
- Hess and Hareli \(2016\)U\. Hess and S\. HareliThe impact of context on the perception of emotions\.InThe Expression of Emotion: Philosophical, Psychological and Legal Perspectives,Studies in Emotion and Social Interaction,pp\. 199–218\.External Links:[Link](https://doi.org/10.1017/CBO9781316275672.010)Cited by:[§4\.2\.1](https://arxiv.org/html/2609.18385#S4.SS2.SSS1.Px2.p1.1)\.
- Hesselet al\.\(2021\)J\. Hessel, A\. Holtzman, M\. Forbes, R\. Le Bras, and Y\. ChoiCLIPScore: a reference\-free evaluation metric for image captioning\.InProceedings of the 2021 Conference on Empirical Methods in Natural Language Processing,M\. Moens, X\. Huang, L\. Specia, and S\. W\. Yih \(Eds\.\),Online and Punta Cana, Dominican Republic,pp\. 7514–7528\.External Links:[Link](https://aclanthology.org/2021.emnlp-main.595/),[Document](https://dx.doi.org/10.18653/v1/2021.emnlp-main.595)Cited by:[§B\.2\.3](https://arxiv.org/html/2609.18385#A2.SS2.SSS3.p1.1)\.
- Hipson and Mohammad \(2021\)W\. E\. Hipson and S\. M\. MohammadEmotion dynamics in movie dialogues\.PLOS ONE16,pp\. 1–19\.External Links:[Document](https://dx.doi.org/10.1371/journal.pone.0256153),[Link](https://doi.org/10.1371/journal.pone.0256153)Cited by:[§B\.1\.1](https://arxiv.org/html/2609.18385#A2.SS1.SSS1.p2.1)\.
- Illendula and Sheth \(2019\)A\. Illendula and A\. ShethMultimodal emotion classification\.InCompanion Proceedings of The 2019 World Wide Web Conference,WWW ’19,New York, NY, USA,pp\. 439–449\.External Links:ISBN 9781450366755,[Link](https://doi.org/10.1145/3308560.3316549),[Document](https://dx.doi.org/10.1145/3308560.3316549)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p1.1)\.
- Kajiwaraet al\.\(2021\)T\. Kajiwara, C\. Chu, N\. Takemura, Y\. Nakashima, and H\. NagaharaWRIME: a new dataset for emotional intensity estimation with subjective and objective annotations\.InProceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies,K\. Toutanova, A\. Rumshisky, L\. Zettlemoyer, D\. Hakkani\-Tur, I\. Beltagy, S\. Bethard, R\. Cotterell, T\. Chakraborty, and Y\. Zhou \(Eds\.\),Online,pp\. 2095–2104\.External Links:[Link](https://aclanthology.org/2021.naacl-main.169/),[Document](https://dx.doi.org/10.18653/v1/2021.naacl-main.169)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p2.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p3.1)\.
- Klinger \(2023\)R\. KlingerWhere are we in event\-centric emotion analysis? bridging emotion role labeling and appraisal\-based approaches\.InProceedings of the Big Picture Workshop,Y\. Elazar, A\. Ettinger, N\. Kassner, S\. Ruder, and N\. A\. Smith \(Eds\.\),Singapore,pp\. 1–17\.External Links:[Link](https://aclanthology.org/2023.bigpicture-1.1/),[Document](https://dx.doi.org/10.18653/v1/2023.bigpicture-1.1)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p4.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px2.p1.1)\.
- Liet al\.\(2025\)J\. Li, Y\. Zhou, P\. Narayanan Venkit, H\. B\. Islam, S\. Arya, S\. Wilson, and S\. RajtmajerCan third parties read our emotions?\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),Vienna, Austria,pp\. 21478–21499\.External Links:[Link](https://aclanthology.org/2025.acl-long.1042/),[Document](https://dx.doi.org/10.18653/v1/2025.acl-long.1042),ISBN 979\-8\-89176\-251\-0Cited by:[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p3.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px2.p1.1),[§4\.1\.4](https://arxiv.org/html/2609.18385#S4.SS1.SSS4.p3.1),[Limitations](https://arxiv.org/html/2609.18385#Sx2.p2.1)\.
- Liet al\.\(2022\)J\. Li, D\. Li, C\. Xiong, and S\. C\. H\. HoiBLIP: bootstrapping language\-image pre\-training for unified vision\-language understanding and generation\.InInternational Conference on Machine Learning,External Links:[Link](https://api.semanticscholar.org/CorpusID:246411402)Cited by:[§B\.2\.3](https://arxiv.org/html/2609.18385#A2.SS2.SSS3.p1.1)\.
- Li and Xie \(2020\)Y\. Li and Y\. XieIs a picture worth a thousand words? an empirical study of image content and social media engagement\.Journal of Marketing Research57\(1\),pp\. 1–19\.External Links:[Document](https://dx.doi.org/10.1177/0022243719881113),[Link](https://doi.org/10.1177/0022243719881113),https://doi\.org/10\.1177/0022243719881113Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p1.1)\.
- Liuet al\.\(2013\)H\. Liu, S\. Li, G\. Zhou, C\. Huang, and P\. LiJoint modeling of news reader’s and comment writer’s emotions\.InProceedings of the 51st Annual Meeting of the Association for Computational Linguistics \(Volume 2: Short Papers\),H\. Schuetze, P\. Fung, and M\. Poesio \(Eds\.\),Sofia, Bulgaria,pp\. 511–515\.External Links:[Link](https://aclanthology.org/P13-2091/)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p2.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p3.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px2.p1.1)\.
- Mohammad and Bravo\-Marquez \(2017\)S\. Mohammad and F\. Bravo\-MarquezEmotion intensities in tweets\.InProceedings of the 6th Joint Conference on Lexical and Computational Semantics \(\*SEM 2017\),N\. Ide, A\. Herbelot, and L\. Màrquez \(Eds\.\),Vancouver, Canada,pp\. 65–77\.External Links:[Link](https://aclanthology.org/S17-1007/),[Document](https://dx.doi.org/10.18653/v1/S17-1007)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p2.1),[§2\.1](https://arxiv.org/html/2609.18385#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p3.1)\.
- Mohammad \(2012\)S\. Mohammad\#emotional tweets\.In\*SEM 2012: The First Joint Conference on Lexical and Computational Semantics – Volume 1: Proceedings of the main conference and the shared task, and Volume 2: Proceedings of the Sixth International Workshop on Semantic Evaluation \(SemEval 2012\),E\. Agirre, J\. Bos, M\. Diab, S\. Manandhar, Y\. Marton, and D\. Yuret \(Eds\.\),Montréal, Canada,pp\. 246–255\.External Links:[Link](https://aclanthology.org/S12-1033/)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p2.1),[§2\.1](https://arxiv.org/html/2609.18385#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p3.1)\.
- Muennighoffet al\.\(2023\)N\. Muennighoff, N\. Tazi, L\. Magne, and N\. ReimersMTEB: massive text embedding benchmark\.InProceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics,A\. Vlachos and I\. Augenstein \(Eds\.\),Dubrovnik, Croatia,pp\. 2014–2037\.External Links:[Link](https://aclanthology.org/2023.eacl-main.148/),[Document](https://dx.doi.org/10.18653/v1/2023.eacl-main.148)Cited by:[§B\.2\.2](https://arxiv.org/html/2609.18385#A2.SS2.SSS2.p2.1),[§4\.2\.2](https://arxiv.org/html/2609.18385#S4.SS2.SSS2.Px1.p1.1)\.
- Qwen team \(2025\)Qwen teamQwen3 technical report\.External Links:2505\.09388,[Link](https://arxiv.org/abs/2505.09388)Cited by:[§4\.1\.3](https://arxiv.org/html/2609.18385#S4.SS1.SSS3.Px1.p1.1)\.
- Radfordet al\.\(2021\)A\. Radford, J\. W\. Kim, C\. Hallacy, A\. Ramesh, G\. Goh, S\. Agarwal, G\. Sastry, A\. Askell, P\. Mishkin, J\. Clark, G\. Krueger, and I\. SutskeverLearning transferable visual models from natural language supervision\.InProceedings of the 38th International Conference on Machine Learning,M\. Meila and T\. Zhang \(Eds\.\),Proceedings of Machine Learning Research, Vol\.139,pp\. 8748–8763\.External Links:[Link](https://proceedings.mlr.press/v139/radford21a.html)Cited by:[§4\.1\.2](https://arxiv.org/html/2609.18385#S4.SS1.SSS2.Px1.p1.1)\.
- Reimers and Gurevych \(2019\)N\. Reimers and I\. GurevychSentence\-bert: sentence embeddings using siamese bert\-networks\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing,External Links:[Link](https://arxiv.org/abs/1908.10084)Cited by:[§B\.2\.2](https://arxiv.org/html/2609.18385#A2.SS2.SSS2.p2.1),[§4\.2\.2](https://arxiv.org/html/2609.18385#S4.SS2.SSS2.Px1.p1.1)\.
- Rozinet al\.\(1999\)P\. Rozin, L\. Lowery, S\. Imada, and J\. HaidtThe cad triad hypothesis: a mapping between three moral emotions \(contempt, anger, disgust\) and three moral codes \(community, autonomy, divinity\)\.\.Journal of personality and social psychology76\(4\),pp\. 574\.External Links:[Link](https://doi.org/10.1037//0022-3514.76.4.574)Cited by:[§B\.5](https://arxiv.org/html/2609.18385#A2.SS5.p5.1)\.
- Russell \(1980\)J\. A\. RussellA circumplex model of affect\.\.Journal of personality and social psychology39\(6\),pp\. 1161\.External Links:[Link](https://psycnet.apa.org/doi/10.1037/h0077714)Cited by:[§2\.1](https://arxiv.org/html/2609.18385#S2.SS1.p1.1)\.
- Scherer and Wallbott \(1997\)K\. R\. Scherer and H\. G\. WallbottThe ISEAR questionnaire and codebook\.Technical Report,Geneva Emotion Research Group\.External Links:[Link](https://www.unige.ch/cisa/research/materials-and-online-research/research-material/)Cited by:[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p2.1)\.
- Scherer \(2005\)K\. R\. SchererWhat are emotions? and how can they be measured?\.Social Science Information44\(4\),pp\. 695–729\.External Links:[Document](https://dx.doi.org/10.1177/0539018405058216),[Link](https://doi.org/10.1177/0539018405058216),https://doi\.org/10\.1177/0539018405058216Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p4.1),[§2\.1](https://arxiv.org/html/2609.18385#S2.SS1.p2.1)\.
- Sharmaet al\.\(2020\)C\. Sharma, D\. Bhageria, W\. Scott, S\. PYKL, A\. Das, T\. Chakraborty, V\. Pulabaigari, and B\. GambäckSemEval\-2020 task 8: memotion analysis\- the visuo\-lingual metaphor\!\.InProceedings of the Fourteenth Workshop on Semantic Evaluation,A\. Herbelot, X\. Zhu, A\. Palmer, N\. Schneider, J\. May, and E\. Shutova \(Eds\.\),Barcelona \(online\),pp\. 759–773\.External Links:[Link](https://aclanthology.org/2020.semeval-1.99/),[Document](https://dx.doi.org/10.18653/v1/2020.semeval-1.99)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p6.1),[§2\.3](https://arxiv.org/html/2609.18385#S2.SS3.p1.1)\.
- Sharmaet al\.\(2024\)S\. Sharma, R\. S, M\. Akhtar, and T\. ChakrabortyEmotion\-aware multimodal fusion for meme emotion detection\.IEEE Transactions on Affective ComputingPP,pp\. 1–12\.External Links:[Document](https://dx.doi.org/10.1109/TAFFC.2024.3378698)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p6.1),[§2\.3](https://arxiv.org/html/2609.18385#S2.SS3.p1.1)\.
- Shiet al\.\(2026\)Y\. Shi, W\. Meng, Z\. Guo, C\. Wei, and W\. ChenEnhancing meme emotion understanding with multi\-level modality enhancement and dual\-stage modal fusion\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.40,pp\. 32974–32982\.External Links:[Link](https://api.semanticscholar.org/CorpusID:283055263)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p6.1),[§2\.3](https://arxiv.org/html/2609.18385#S2.SS3.p1.1)\.
- Shouet al\.\(2025\)Y\. Shou, T\. Meng, W\. Ai, and K\. LiMultimodal large language models meet multimodal emotion recognition and reasoning: a survey\.External Links:2509\.24322,[Link](https://arxiv.org/abs/2509.24322)Cited by:[§2\.3](https://arxiv.org/html/2609.18385#S2.SS3.p1.1),[§2\.3](https://arxiv.org/html/2609.18385#S2.SS3.p2.1)\.
- Strapparava and Mihalcea \(2007\)C\. Strapparava and R\. MihalceaSemEval\-2007 task 14: affective text\.InProceedings of the Fourth International Workshop on Semantic Evaluations \(SemEval\-2007\),E\. Agirre, L\. Màrquez, and R\. Wicentowski \(Eds\.\),Prague, Czech Republic,pp\. 70–74\.External Links:[Link](https://aclanthology.org/S07-1013/)Cited by:[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px2.p1.1)\.
- Troianoet al\.\(2023\)E\. Troiano, L\. Oberländer, and R\. KlingerDimensional modeling of emotions in text with appraisal theories: corpus creation, annotation reliability, and prediction\.Computational Linguistics49\(1\)\.External Links:[Document](https://dx.doi.org/10.1162/coli%5Fa%5F00461),[Link](https://doi.org/10.1162/coli_a_00461),2206\.05238Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p2.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px2.p1.1),[§4\.1\.1](https://arxiv.org/html/2609.18385#S4.SS1.SSS1.Px2.p3.1),[§4\.1\.4](https://arxiv.org/html/2609.18385#S4.SS1.SSS4.p3.1)\.
- Vishnubhotla and Mohammad \(2022\)K\. Vishnubhotla and S\. M\. MohammadTweet Emotion Dynamics: emotion word usage in tweets from US and Canada\.InProceedings of the Thirteenth Language Resources and Evaluation Conference,N\. Calzolari, F\. Béchet, P\. Blache, K\. Choukri, C\. Cieri, T\. Declerck, S\. Goggi, H\. Isahara, B\. Maegaard, J\. Mariani, H\. Mazo, J\. Odijk, and S\. Piperidis \(Eds\.\),Marseille, France,pp\. 4162–4176\.External Links:[Link](https://aclanthology.org/2022.lrec-1.442/)Cited by:[§B\.1\.1](https://arxiv.org/html/2609.18385#A2.SS1.SSS1.p2.1)\.
- Wilson and Wiebe \(2005\)T\. Wilson and J\. WiebeAnnotating attributions and private states\.InProceedings of the Workshop on Frontiers in Corpus Annotations II: Pie in the Sky,A\. Meyers \(Ed\.\),Ann Arbor, Michigan,pp\. 53–60\.External Links:[Link](https://aclanthology.org/W05-0308/)Cited by:[§1](https://arxiv.org/html/2609.18385#S1.p2.1),[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p1.1)\.
- Wuet al\.\(2025\)F\. Wu, S\. Chen, G\. Gao, Y\. Ji, and X\. JingBalanced multi\-modal learning with hierarchical fusion for fake news detection\.Pattern Recognition164,pp\. 111485\.External Links:ISSN 0031\-3203,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.patcog.2025.111485),[Link](https://www.sciencedirect.com/science/article/pii/S0031320325001451)Cited by:[§2\.3](https://arxiv.org/html/2609.18385#S2.SS3.p2.1)\.
- Yanget al\.\(2024\)C\. Yang, Y\. Liu, F\. Zhu, J\. Han, and S\. HuUncertainty\-guided modal rebalance for hateful memes detection\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),L\. Ku, A\. Martins, and V\. Srikumar \(Eds\.\),Bangkok, Thailand,pp\. 4361–4371\.External Links:[Link](https://aclanthology.org/2024.acl-long.239/),[Document](https://dx.doi.org/10.18653/v1/2024.acl-long.239)Cited by:[§2\.3](https://arxiv.org/html/2609.18385#S2.SS3.p2.1)\.
- Yeo and Jaidka \(2025\)G\. C\. Yeo and K\. JaidkaBeyond context to cognitive appraisal: emotion reasoning as a theory of mind benchmark for large language models\.InFindings of the Association for Computational Linguistics: ACL 2025,W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),Vienna, Austria,pp\. 26517–26525\.External Links:[Link](https://aclanthology.org/2025.findings-acl.1359/),[Document](https://dx.doi.org/10.18653/v1/2025.findings-acl.1359),ISBN 979\-8\-89176\-256\-5Cited by:[§2\.2](https://arxiv.org/html/2609.18385#S2.SS2.SSS0.Px1.p2.1)\.

## Appendix AAdditional Dataset Collection Details

Here we provide additional details about the dataset collection process, including participant recruitment, annotation details, and post\-processing steps\.

### A\.1Collection

##### Process Overview\.

Participants for both stages are recruited through Prolific and are required to be active users of social media platforms such as Twitter\(X\), Instagram, or Facebook\. Recruitment is limited to native English speakers in the UK and Ireland to control for cultural differences in emotion expression and appraisals\. Participants are compensated at a rate of £4\.50 per survey, with the expected time to complete the survey of 30 minutes\. Participants may complete one survey per emotion per stage\. Author phase studies are conducted on Google Forms and reader phase studies are conducted on a custom Streamlit webapp\. Collection occurred between July 2025 and February 2026\.

After participants annotate their posts, they answer questions about demographic information, personality traits, and social media use\.

A full list of annotation questions are in Table[10](https://arxiv.org/html/2609.18385#A1.T10)for author surveys and in Table[11](https://arxiv.org/html/2609.18385#A1.T11)for reader surveys\. Options for multiple\-choice questions for both authors and readers are provided in Table[12](https://arxiv.org/html/2609.18385#A1.T12)\.

##### Post Requirements\.

The posts are original posts written by the participants; they might include shared content from other authors \(retweets, etc\.\) but they clearly include original content from the participant\. Images might have text in them, but only when the post text has additional unique content\. Participants are asked to provide the text and image from the post by copying and pasting the text into a text box and uploading the image file\.

##### Collection Challenges\.

Participation varied by emotion, withjoythe most popular anddisgustthe least\.Joystudies were completed within days of being posted, whiledisgust,anger, andfearstudies took months\. To compensate for this we did studies of 100 participants \(300 posts\) per emotion\. We did not start new studies until all emotions had finished, giving us posts from similar time spans for all emotions\. Then we employed two strategies \(for all emotions except joy\): \(1\) we created separate studies which only required one post to make it easier for participants to find posts which fit the criteria, and \(2\) we allowed participants to participate in each study a second time, as long as they provided a different posts\.

Original ImageAnon\. ImageIT \+ IIT \+ IAnger\.27\.45\.30\.48Disgust\.23\.36\.20\.37Fear\.32\.56\.28\.55Joy\.41\.58\.37\.58Sadness\.31\.60\.30\.57Surprise\.25\.50\.23\.48Overall\.30\.51\.28\.50Table 8:Comparison of models trained on original vs\. anonymized images for emotion prediction\.

### A\.2Post\-processing

We manually review every post to ensure they contain both text and image content and remove posts which do not meet our criteria\. The most common reason for removal is that the post is missing one modality or the image is a screenshot of the submitted text \(screenshots of other posts alongside original text content are allowed\)\. We decided post\-hoc to remove posts which contain graphic content, specifically those which contain graphic violence or sexual content, to ensure the dataset is appropriate for all annotators and users\. This criteria was not made clear to participants so they were still paid for their contributions\. Additionally, many \(1,744\) posts required cropping of the image to reduce the image to the content which is present in the original post, as many submissions provided screenshotted images which included content outside of the original post, such as platform interface elements, comments, or other posts\. We did this manually to ensure that only irrelevant content was removed\.

#### A\.2\.1Anonymization

To protect participant privacy, we anonymized the publicly released images: faces in personal photos are blurred, and names and other identifying information are removed from the text\. Because this obscures cues present in the original posts, it may affect model performance\. We therefore rerun all models on the anonymized data, so that reported results reflect the performance users can expect when working with the publicly released version of Mult2EMo\. Table[8](https://arxiv.org/html/2609.18385#A1.T8)reports the comparison; performance is close across both versions, suggesting that anonymization has little effect on model behavior\. This result supports our finding that models rely heavily on the textual modality\.

### A\.3Example Posts

In Figure[4](https://arxiv.org/html/2609.18385#A1.F4)we show example posts from the dataset\.

![Refer to caption](https://arxiv.org/html/2609.18385v1/post_a.png)\(a\)Post A: Sadness
![Refer to caption](https://arxiv.org/html/2609.18385v1/post_b.png)\(b\)Post B: Surprise

Figure 4:Example posts from the dataset, including post text and image\.EmotionEvent DescriptionSimilarity ScorePost AAuthorSadnessIt was to commemorate my mother who had passed awayReader 1SadnessI think maybe this post is about his mother/grandma dying so im thinking the death of a loved one inspired him to create the post0\.55Reader 2JoyIt looks like a son with his mother and the date it was taken0\.14Reader 3JoyI really don‘t have any idea , but I‘m guessing that the male did something that made the female proud0\.01Post BAuthorSurpriseBecause I was in Australia, and I went to a hotel which had the same name as the area I was raised in in the UK\! It was a massive coincidenceReader 1JoyThe author was enjoying an alcoholic beverage while staying in a nice hotel\.0\.14Reader 2SurpriseThe post is linking two things that are both named "New Brighton Hotel" \- the actual hotel itself and a pint of beer\.0\.23Reader 3SurpriseThey’re surprised about something to do with the bar and the hotel I’d guess\. What in the parallel universe indicates its surprising somehow\.0\.22Table 9:Author and reader event descriptions and their similarity scores for the example posts found in Fig\.[4](https://arxiv.org/html/2609.18385#A1.F4)\.LabelQuestion TextOptionsEvent DetailsEvent DescriptionPlease describe the event which the post describes and your feelings about it by completing the following sentence: I felt sadness when/because/… Include event details or write multiple sentences if this helps us to understand the situation\.\[Text\]Event DurationHow long did the event last?\[Time\]Emotion DurationHow long did you experience emotion as a result of the event?\[Time\]Event RecallHow confident are you that you recall the event well?1…5Emotion \(event\)Please select the primary emotion that you felt as a result of this event\.\[Emo\.\]IntensityPlease rate how intensely you felt each of these emotions as a result of this event\. \[Emo\.\]\[Inten\.\]Appraisal:Think back to when the event happened and recall its details\. Take some time to remember it properly\. How much do these statements apply? Some statements might not fit the event exactly, please answer to the best you can\.SuddennessThe event was sudden or abrupt\.1…5FamiliarityThe event was familiar\.1…5PredictabilityI could have predicted the occurrence of the event\.1…5PleasantnessThe event was pleasant for me\.1…5UnpleasantnessThe event was unpleasant for me\.1…5GoalrelevanceI expected the event to have important consequences for me\.1…5OwnresponsibilityThe event was caused by my own behavior\.1…5OtherresponsibilityThe event was caused by someone else’s behavior\.1…5SituationresponsibilityThe event was caused by chance, special circumstances, or natural forces\.1…5AnticipconseqI anticipated the consequences of the event\.1…5GoalsupportI expected positive consequences for me\.1…5UrgencyThe event required an immediate response\.1…5OwncontrolI was able to influence what was occurring during the event\.1…5OtherscontrolSomeone other than me was influencing what was occuring\.1…5ChancecontrolThe event was the result of outside influences over which nobody had control\.1…5AcceptconseqI anticipated that I would easily live with the unavoidable consequences of the event\.1…5InternalstandardsThe event clashed with my standards and ideals\.1…5ExternalstandardsThe actions that produced the event violated laws or socially accepted norms\.1…5AttentionI had to pay attention to the situation\.1…5NotconsiderI tried to shut the situation out of my mind\.1…5EffortThe situation required me a great deal of energy to deal with it\.1…5Post DetailsEmotionConsidering both your image and what you wrote, please select the emotions that are present in your post\. \[multiple\]\[Emo\.\]IntensityPlease rate how intensely you felt each of these emotions as a result of this event\.\[Inten\.\]Emo\. Stimulus \(text\)Is the cause of the emotion\(s\) you felt described in the text of your post? If the cause is described in the text, please copy the text describing the cause and paste it here\.\[Text\]Image DetailsImage DescriptionPlease describe the content of the image by completing the following sentence: This is an image of …\[Text\]Image TypePlease select the description which best fits your image\. If multiple choices apply to your image, please select the top\-most description\.\[Img\-T\]Image ReasonWhy did you include an image alongside your text? \[multiple\]\[Img\-R\]Emo\. Stimulus \(image\)Is the cause of the emotion\(s\) you felt depicted in the image? If yes, please briefly describe it \(i\.e\. "the dog on the right", "my grandma, the woman in the center of the group", or "the graduation ceremony I participated in"\.\)\[Text\]Text–image relationship:How much do these statements apply?Text describes imageThe text directly describes the image\.1…5Text→\\rightarrowimageThe text is required to understand the image\.1…5Image→\\rightarrowtextThe image is required to understand the text\.1…5Image conveys emotionThe image explicitly conveys the emotion you posted about\.1…5Text conveys emotionThe text explicitly conveys the emotion you posted about\.1…5Final Post QuestionsContextDoes the post require additional context to understand? Select all that apply\.\[Context\]Reason for postingWhy did you make this post? \(Select all that apply\)\[Reason\]AudienceWho did you intend to reach with this post? \(Select all which apply\)\[Audience\]Table 10:Author Phase: Wording and response options for survey questions used in the analysis\.\[Text\] refers to free text responses\. \[Emo\.\] refers to Anger, Disgust, Fear, Joy, Sadness, Surprise\. \[Time\] refers to one of Seconds, Minutes, Days, Weeks, Months\. \[Inten\.\], \[Img\-T\], \[Img\-R\], \[Context\], \[Reason\], and \[Audience\] refer to multiple choice options which can be found in Table[12](https://arxiv.org/html/2609.18385#A1.T12)\.LabelQuestion TextOptionsEvent DetailsEvent DescriptionPlease describe the event which inspired the author to create this post\. If the event is not obvious from the post, please make your best guess\. You will be asked more questions about the event later in the survey\.\[Text\]Emotion \(event\)What emotion\(s\) do you think the author felt when experiencing this event? \(Please note: this may be different from the emotion they expressed in the post itself\)\[Emo\.\]IntensityPlease rate the intensity of each emotion you believe the author experienced during the event\. \(Please note: this may be different from the emotion they expressed in the post itself\) \[Emo\.\]\[Inten\.\]Explanation \(event\)Please explain why you believe this to be the primary emotion\.\[Text\]Confidence \(event\)How confident are you in your selection of the primary emotion?How confident are you in your selection of the primary emotion?\[Con\.\]Appraisal:Given the event you described from the post, how much do each of the following statements apply? The author of the post answered the same questions\. Please try your best to guess the same answer as the post’s author\. Some statements might not apply to the event, but please rate them to the best of your ability\.SuddennessThe event was sudden or abrupt\.1…5FamiliarityThe event was familiar to the author\.1…5PredictabilityThe author could have predicted the occurrence of the event\.1…5PleasantnessThe event was pleasant for the author\.1…5UnpleasantnessThe event was unpleasant for the author\.1…5GoalrelevanceThe author expected the event to have important consequences for themself\.1…5OwnresponsibilityThe event was caused by the author’s own behavior\.1…5OtherresponsibilityThe event was caused by someone else’s behavior\.1…5SituationresponsibilityThe event was caused by chance, special circumstances, or natural forces\.1…5AnticipconseqThe author anticipated the consequences of the event\.1…5GoalsupportThe author expected positive consequences for themself\.1…5UrgencyThe event required an immediate response\.1…5OwncontrolThe author was able to influence what was occurring during the event\.1…5OtherscontrolSomeone other than the author was influencing what was occuring\.1…5ChancecontrolThe event was the result of outside influences over which nobody had control\.1…5AcceptconseqThe author anticipated that they would easily live with the unavoidable consequences of the event\.1…5InternalstandardsThe event clashed with the author’s standards and ideals\.1…5ExternalstandardsThe actions that produced the event violated laws or socially accepted norms\.1…5AttentionThe author had to pay attention to the situation\.1…5NotconsiderThe author tried to shut the situation out of my mind\.1…5EffortThe situation required me a great deal of energy to deal with it\.1…5Post DetailsEmotionWhat emotion\(s\) do you think the author of the post is expressing in the post itself? Please consider both the text and the image of the post\. \[multiple\]\[Emo\.\]IntensityPlease rate the intensity of each emotion you believe the author expressed in the post\[Inten\.\]Explanation \(post\)Please explain why you believe this to be the primary emotion expressed by the author in the post\.\[Text\]Confidence \(post\)How confident are you in your selection of the primary emotion?\[Con\.\]Emo\. Stimulus \(text\)Does the text of the post indicate what caused the author’s emotion? What part of the text tells you what caused the author’s emotion? You can copy and paste or type it out below\.\[Text\]Image DetailsImage DescriptionPlease describe the content of the image by completing the following sentence: "This is an image of…"\[Text\]Image TypePlease select the description which best fits your image\. If multiple choices apply to your image, please select the top\-most description\.\[Img\-T\]Emo\. Stimulus \(image\)Does the image indicate what caused the author’s emotion? If yes, What in the image shows what caused the author’s emotion?\[Text\]Text–image relationship:Please rate the following statements based on how much you agree with them\.Text describes imageThe text directly describes the image\.1…5Text→\\rightarrowimageThe text is required to understand the image\.1…5Image→\\rightarrowtextThe image is required to understand the text\.1…5Image conveys emotionThe image explicitly conveys the emotion you posted about\.1…5Text conveys emotionThe text explicitly conveys the emotion you posted about\.1…5Final Post QuestionsContextDoes the post require additional context to understand? Select all that apply\.\[Context\]Reason for postingWhy do you think the author posted this on social media? \(Select all which apply\)Why do you think the author posted this on social media? \(Select all which apply\)\[Reason\]AudienceWho do you think the author intended to reach with this post? \(Select all which apply\)\[Audience\]Table 11:Reader Phase: Wording and response options for survey questions asked of readers annotating posts\. \[Text\] refers to free text responses\. \[Emo\.\] refers to Anger, Disgust, Fear, Joy, Sadness, Surprise\. \[Time\] refers to one of Seconds, Minutes, Days, Weeks, Months\. \[Inten\.\], \[Img\-T\], \[Img\-R\], \[Context\], \[Reason\], and \[Audience\] refer to multiple choice options which can be found in Table[12](https://arxiv.org/html/2609.18385#A1.T12)\.LabelMultiple Choice OptionsEmotionAnger,Disgust,Fear,Joy,Sadness,SurpriseIntensitiesVery slightly or not at all, A little, Moderately, Quite a bit, ExtremelyImage TypeMeme \(A graphic or photo with text overlayed, often from a prescribed format\),Screenshot \(Taken on computer, phone or tablet\),Graphic \(Painting or drawing \(digital or physical\), photoshoped photo, etc\),Professional Photo \(from news, sports, stock photo, marketing, etc\),Personal Photo \(taken for personal reasons by you or someone else\),Other \(No categories fit your image\)Image ReasonThe image communicates the content more clearly and/or quickly than text\.The image is the focus of the post\.Posts with images receive more engagement\.To better attract attention\.I prefer making posts with images\.To trigger an emotion in the readers\.Reason to PostTo advocate for something or someone \(a figure, movement, idea, etc\) or to convince people of something\.To promote events, products, organizations etc\.To communicate something about their personal life, for example using selfies, pictures of belongings \(e\.g\., pets, clothes\), etc\.To express emotion, attachment, or admiration at an external entity or group\.To relay information regarding a subject or event using factual language\.To entertain using art, humor, memes, etc\.To directly attack an individual or group\.To be shocking or controversial\.AudienceFriends, Family, Coworkers, Customers or clients, Followers or fans, StrangersContextThe post requires knowledge of specific event \(such as the pandemic or an election\)\.The post requires knowledge of a specific group \(such as a sports team or organization\)\.The post requires knowledge of a specific location \(such as a city or country\)\.The post requires knowledge of a specific culture \(such as a cultural practice or tradition\)\.Table 12:Multiple choice options for survey questions\.

## Appendix BAdditional Dataset Analysis

In this section we provide additional analysis of the Mult2EMo dataset, including

### B\.1Emotion Content of Posts

We analyze the emotion content of posts across emotions, including the use of explicit emotion words and the presence of multiple emotions\. These factors might contribute to differences in how easily readers can reconstruct authors’ intended emotion expression across emotions\.

#### B\.1\.1Emotion Words in Post Text

Post text can express emotion implicitly or explicitly through the use of emotion words, which can lead to differences in how easily readers can reconstruct authors’ intended emotion expression\. While explicit emotion words of the primary emotion might make it easier for readers to reconstruct the author’s expressed emotion, the presence of emotion words of other emotions might lead to confusion\. Differences in the use of emotion words across emotions might explain differences in how easily readers can reconstruct authors’ intended emotion expression across emotions\.

We count the number of emotion words in the post text using the NRC Emotion Lexicon[Vishnubhotla and Mohammad \(2022\)](https://arxiv.org/html/2609.18385#bib.bib6);[Hipson and Mohammad \(2021\)](https://arxiv.org/html/2609.18385#bib.bib7)\. We report the average count of emotion words in the post text for each emotion, shown in Figure[5](https://arxiv.org/html/2609.18385#A2.F5), and find the use of explicit emotion words varies by primary post emotion\. Whilejoyposts have a lower total emotion word count per post, the emotion words injoyposts are most likely to bejoywords, while the emotion words in other emotion posts are more likely to be a mix of different emotion words\.Angeranddisgustposts have more even distributions of various emotion words, whilesadnesshas the most emotion words per post on average, including a high number ofjoywords\. All of this adds to the complexity of reconstructing authors’ intended emotion expression, as readers might be confused by the presence of emotion words of other emotions, making it difficult to determine the primary emotion\.

Figure 5:Average count of emotion words in post text for each emotion\. Emotion words are identified using the NRC Emotion Lexicon\.
#### B\.1\.2Multiple Emotions

As we saw above, authors often use emotion words for multiple emotions, however this might not always translate to multiple emotions being expressed in a post\. Here we investigate how often authors intend to express multiple emotions, which emotions are expressed together, and if readers perform differently based on these differences\.

##### Experimental Setup\.

We use authors’ emotion intensity ratings to determine which emotions are expressed in posts, counting first the total number of emotions per post, and then counting how often emotions are expressed together\. Then we analyze differences in reader and model performance based on the number of emotions expressed\.

Additionaly, we use readers’ emotion intensity ratings to determine if readers’ secondary emotion choices are accurate\. We rank readers’ choices of primary emotion by their intensity ratings \(i\.e\. the emotion with the highest intensity rating, excluding their primary choice, is considered the reader’s secondary emotion choice, the second highest is their tertiary emotion choice, etc\.\)

##### Results\.

Figure 6:Counts of emotions expressed in posts by primary emotion, based on authors’ emotion intensity ratings\.![Refer to caption](https://arxiv.org/html/2609.18385v1/co_occurring_emotions_heatmap.png)Figure 7:Co\-occurring emotions heatmap showing the percentage of posts \(1200 per emotion\) with each primary emotion that also express secondary emotions\.ReaderCLIP1234\+1234\+Anger\.47\.50\.41\.32\.47\.55\.40\.41Disgust\.38\.44\.31\.32\.32\.43\.26\.34Fear\.47\.46\.39\.33\.55\.61\.53\.61Joy\.74\.29\.16†\.37†\.72\.33\.22†\.14†Sadness\.69\.58\.43\.36\.67\.57\.36\.42Surprise\.36\.38\.31\.00†\.37\.65\.33\.13†Macro Avg\.\.52\.44\.33\.28\.52\.53\.35\.34Table 13:Reader F1 by author\-labeled post\-emotion count and primary emotion\. Cells marked with†have support < 50 annotations\.Figure[6](https://arxiv.org/html/2609.18385#A2.F6)shows that the number of secondary emotions per post varies by primary emotion\. Negative emotions are not only expressed with other emotions more often but also with a higher number of emotions thanjoy\.Surpriseis the most likely to have secondary emotions and it is most likely to have exactly one secondary emotion, which is most oftenjoy\. We show this in Figure[7](https://arxiv.org/html/2609.18385#A2.F7), a heatmap of the percentage of posts for each primary emotion \(y\-axis\) that also express secondary emotions \(x\-axis\)\.Joyandsurprisehave a lopsided relationship; 62% ofsurpriseposts also expressjoy, but only 17% ofjoyposts also express surprise, which may help to explain whysurpriseis the most difficult for readers to reconstruct\.Angeranddisgusthave a different relationship; both are often expressed with each other, with each present in about 50% of the other emotion’s posts, while still appearing in other emotions’ posts as well\.

To understand how this interacts with reader and model performance, we compare reader F1 scores by the number of emotions expressed in the post \(including primary emotion\), shown in Table[13](https://arxiv.org/html/2609.18385#A2.T13)\. Overall, reader performance decreases with increasing number of emotions, while model performance only decreases once three or more emotions are present\. We see a pattern similar in performance as we do for emotion co\-occurrence:joyandsurpriseare lopsided; performance drops from \.74 and \.72 F1 for posts with only one emotion to \.29 and \.33 for posts with two emotions, for readers and models respectively, however,surpriseimproves slightly for readers \(\.36 to \.38\) and greatly for models \(\.37 to \.65\)\. Whereas performance onangeranddisgustare similar: both increase when there are two emotions, for both readers and models, but then drop for posts with three or more emotions\.

When readers’ fail to reconstruct the author’s expressed emotion, are they unable to discriminate the primary emotion from secondary emotions, or are they unable to recognize the primary emotion at all? We answer this by examining readers’ emotion intensity ratings; For posts where readers fail to identify the primary emotion, we look at how many readers rated the gold primary emotion as having an intensity higher than 0, and how it ranked among the other emotions\. We show the counts for this in Table[14](https://arxiv.org/html/2609.18385#A2.T14)\.

We find for only 22% of incorrect primary emotion annotations, readers recognize the primary emotion as being present in the post: 8% are tied for highest intensity with their primary emotion selection \(2nd Tie\), and 13% being the second highest intensity readers selected \(2nd\)\. For 78% of incorrect primary emotion annotations, readers did not recognize the gold primary emotion as being present in the post at all, showing that difficulty with reconstructing the intended emotion is not just a matter of misidentifying the primary emotion, but fully failing to recognize the presence of the primary emotion in the post\.

Overall, we find there are patterns to how multiple emotions are expressed in posts, and the presence of multiple emotions in a post can lead to confusion for readers\. Furthermore, reader confusion is often not just an inability to identify the primary emotion, but a full misunderstanding of the emotional content of the post\.

N2nd \( Tie\)2nd3rdTotalAnger41010%12%1%23%Disgust49211%10%1%22%Fear4985%12%1%18%Joy608%13%021%Sadness2485%13%1%19%Surprise5107%15%022%Overall22188%13%1%22%Table 14:Reader secondary\-guess counts by gold emotion\. N is the count of incorrect primary emotion annotations\. 2nd \(Tie\) is the percentage of incorrect annotations where readers rated the gold primary emotion as having the same intensity as their chosen primary emotion\. 2nd and 3rd are the percentages where readers rated the gold primary emotion as their second and third highest rated emotions, respectively\.

### B\.2Event vs\. Post

In this section we extend the analysis of differences between experienced and expressed emotions described in Section[4\.2](https://arxiv.org/html/2609.18385#S4.SS2)\.

#### B\.2\.1Emotions Experienced vs\. Expressed

The experience of an emotion during an event may differ from the expression of that emotion in a post about the event\. We analyze how frequently this occurs and if readers or models perform worse when it does\.

##### Experimental Setup\.

Using posts in Mult2EMo’s test set, we look at differences in the number of emotions experienced vs\. expressed, which we categorize into more emotions in the post than the event \(More in Post\) or less emotions in the post than the event \(Less in Post\)\. For each, we compare the difference in reader \(Δ\\DeltaR\) and model \(Δ\\DeltaM\) performance on the corresponding subset of posts to their performance on the whole test set in predicting the primary emotion\.

##### Results\.

In Table[15](https://arxiv.org/html/2609.18385#A2.T15), and as we describe in more detail below, we find that authors frequently express fewer emotions in their posts than they experienced during the event\. However, both reader and model performance does not suffer from this\. While it is uncommon for authors to express more emotions than they experienced, when they do, readers perform worse and model performance varies by emotion\.

Authors are more likely to omit experienced negative emotions from their posts \(column Less\), while it is unlikely for authors to include additional emotions \(column More\)\. Performance on posts with less secondary emotions is similar to the overall performance, which is surprising because one might expect higher performance when less noise from secondary emotions is present\. However, we do see differences in performance when additional emotions are present, though to varying degrees per primary emotion\. Performance onjoyandsurpriseposts is lower, for both readers and models, while performance is higher forsadnessandangerposts\. However, we caution to draw conclusions from this due to the small sample sizes\.

More in PostLess in Post%PΔ\\DeltaRΔ\\DeltaM%PΔ\\DeltaRΔ\\DeltaMAnger2−\-\.01\.2778\.03\.01Disgust3−\-\.31−\-\.0269\.01−\-\.01Fear3−\-\.08−\-\.0463\.00−\-\.02Joy1−\-\.26−\-\.2043−\-\.03−\-\.03Sadness3\.09\.1864\.00\.00Surprise2−\-\.07−\-\.1740−\-\.04−\-\.12Macro Avg\.2−\-\.11\.0060−\-\.00−\-\.03Table 15:Comparison of post vs\. event emotions by primary emotion\. More \(Less\) in Post are posts with more \(less\) emotions in the post compared to the event\. %P shows the percentage of posts in the full dataset\.Δ\\DeltaR /Δ\\DeltaM are the difference between reader / model performance \(F1\), respectively, on the full test set and the subset\.

#### B\.2\.2Post Text vs\. Event Description

In this section we extend the analysis presented in Section[4\.2\.2](https://arxiv.org/html/2609.18385#S4.SS2.SSS2)to analyze the relationship between post text and event descriptions\.

Mult2EMo’s event description annotations allow us to compare the post text to the author’s description of the event as well as to the readers’ event description that they infer from the post text\. This gives us insight into how well readers infer the event from the post\. To measure their similarity, we score each combination of post text \(P\) and event description from both authors \(EAE\_\{A\}\) and readers \(ERE\_\{R\}\) using a cross\-encoder model[Reimers and Gurevych \(2019\)](https://arxiv.org/html/2609.18385#bib.bib10)trained on the STS Benchmark[Enevoldsen et al\. \(2025\)](https://arxiv.org/html/2609.18385#bib.bib11);[Muennighoff et al\. \(2023\)](https://arxiv.org/html/2609.18385#bib.bib12)\.

P/EAE\_\{A\}P/ERE\_\{R\}EAE\_\{A\}/ERE\_\{R\}ERE\_\{R\}/ERE\_\{R\}MSTDMSTDMSTDMSTDAnger\.27\.23\.29\.20\.26\.18\.37\.20Disgust\.27\.24\.27\.19\.28\.18\.39\.18Fear\.33\.24\.33\.20\.28\.18\.41\.19Joy\.30\.22\.36\.20\.34\.17\.44\.19Sadness\.28\.23\.31\.18\.34\.19\.44\.18Surprise\.34\.24\.35\.20\.34\.18\.44\.19Macro Avg\.\.30\.23\.32\.20\.30\.18\.41\.19Table 16:Mean \(M\) cosine similarity and standard deviation \(STD\) between post text \(P\) and author’s event description \(EA\), post text and readers’ event descriptions \(ERE\_\{R\}\), author’s event description and readers’ event descriptions, and between readers’ event descriptions\.Readers’ event descriptions are more similar to each other \(ERE\_\{R\}/ERE\_\{R\}\) than they are to the authors’ event descriptions \(EAE\_\{A\}/ERE\_\{R\}\), as shown in Table[16](https://arxiv.org/html/2609.18385#A2.T16)\. This indicates that readers frequently come to a similar understanding of the event\. It also aligns with our findings in Table[1](https://arxiv.org/html/2609.18385#S2.T1); readers agree with each other \(\.57 F1\) more than they agree with authors \(\.47 F1\) on emotion classification \(column RR vs R\)\. Combined, these results suggest that readers have a consistent understanding of the post, but that this understanding is often different from the author’s intended expression\.

Comparing similarity scores P/EAE\_\{A\}\(\.30\) and P/ERE\_\{R\}\(\.32\), we see that authors omit event details\. Readers’ descriptions of the event are influenced by the post text, while authors’ descriptions of the event can include information that is not present in the post text\. This is supported by the higher standard deviation in post text and authors’ event description similarity, showing there is more variability between post text content and authors’ event descriptions\.

Overall, we find that readers’ understanding of the event is consistent among themselves, and that their descriptions of the event are more similar to the post text than authors’ descriptions of the event\.

#### B\.2\.3Post Text and Image Similarity

To analyze how post images play into reader understanding of events we measure post text and image similarity using visual question answering[Hessel et al\. \(2021\)](https://arxiv.org/html/2609.18385#bib.bib39)\. We use the BLIP model[Li et al\. \(2022\)](https://arxiv.org/html/2609.18385#bib.bib38)to answer the question “Does this image match the following social media post text: "\{\}"? Answer yes or no\.”\. We use the probability of the answer being “yes” as the similarity score between the text and the image\. We do the same for the question “Does this image match the following event description: "\{\}"? Answer yes or no\.” to get similarity scores between the image and event descriptions\. We then compare how these scores differ between post text and event descriptions, and how they relate to reader and model performance\.

In Figure[8](https://arxiv.org/html/2609.18385#A2.F8), we find image similarity to post text and event descriptions varies little by emotion\.Joyposts have slightly higher similarity between image and post text and event descriptions, whiledisgustangerandfearhave slightly lower similarity, however these differences are small\.

In Figure[9](https://arxiv.org/html/2609.18385#A2.F9)we compare post text and image similarity to readers’ understanding of the event \(Reader/Author event description similarity\)\. We find that image similarity to post text does not correlate with readers’ understanding of the event\.This suggests that the images often do not contain information about the event that is not already present in the post text, and that the image is often not necessary for readers to understand the event\.

Figure 8:Similarity scores between post text and image and author event descriptions and images using VQA and BLIP\.Figure 9:Scatter plot of post text and image similarity against reader and author event description similarity\.

### B\.3Image–Text Relationship

We extend the analysis of the relationship between post text and images presented in Section[4\.3](https://arxiv.org/html/2609.18385#S4.SS3)\.

Figure 10:Distribution of image and text relationship ratings for each emotion\. Emotions are labeled by color\.We look at the distribution of image types across emotions, as labeled by authors, how authors and readers report the relationship between post text and image, and compare performance across these factors\. We find both the type of image and the relationship between image and text varies by primary post emotion and both readers and models perform differently based on these factors\.

We can see the variance in image type labels assigned by authors in the main paper in Figure[3](https://arxiv.org/html/2609.18385#S4.F3)\. Personal photos are the most common image type for all emotions, butjoyposts are more likely to use them than other emotions, whileanger,disgust, andfearare more likely to use memes or screenshots than other emotions\.

We report F1 scores per emotion for each image type in Table[7](https://arxiv.org/html/2609.18385#S4.T7)\(main paper\)\. Performance varies by image type, but the difference is greater within each emotion\. For example, forjoyposts, reader performance is much higher for personal photos than for memes, while forfearposts, reader performance is higher for memes than for personal photos\. We considered that models might have learned to associate certain image types with certain emotions via the distribution of image types in the training set, but given how similar model performance is to reader performance across image types, this does not seem to be the case\.

Images’ relationship with post text varies by emotion less than image type but we still observe differences in reader and model performance\. In Figure[10](https://arxiv.org/html/2609.18385#A2.F10)we seejoyposts are more likely to directly describe the image, and their images more often explicitly depict the emotion, while also being less likely to require the text to understand the image\. For all other emotions the text is more often required to understand the image than the opposite, though these differences are not large\.

Differences in performance based on image–text relationship can be seen in Table[17](https://arxiv.org/html/2609.18385#A2.T17)\. We report reader performance by author annotation \(A\), reader annotation \(R\), and model performance by author annotation \(CLIP\)\. For both readers and models we find that performance is higher on posts whose texts explicitly express the emotion and where text is required to understand the image\. This shows that both, models and readers, rely heavily on the text to reconstruct the intended emotion\. Furthermore, when readers perceive the text as describing the image they perform better, while there is little difference in reader performance where authors report their text describes the image\.

Our results here show that while differences in image type and relationship with the text show variance in reader and model performance, the results reinforce the importance of the text for reconstructing the intended emotion, as performance is higher when the text explicitly describes the emotion and when the text is required to understand the image while the opposite does not show the same pattern\.

ReadersCLIPA\. Anno\.R\. Anno\.1–23–51–23–51–23–5T describes I\.47\.46\.43\.49\.49\.52T required I\.44\.48\.43\.48\.48\.53I required T\.48\.45\.49\.45\.52\.51T explicit E\.41\.48\.32\.49\.44\.54I explicit E\.45\.47\.46\.47\.52\.51Table 17:Performance \(F1\) of readers and models reported by relationship between text and image as annotated by authors \(A\) and readers \(R\)\. Text describes image \(T des\. I\), text/image required to understand image/text \(T/I req\. I/T\), text/image explicitly conveys emotions \(T/I exp\.\)\.Figure 11:Counts of each target audience label for each emotion\. Individual posts can have multiple target audience labels\.Figure 12:Authors’ reported reasons for posting on social media, by emotion\. Individual posts can have multiple reason labels\.Figure 13:How often authors use \(not post\) social media, by emotion\.Figure 14:How often authors reported posting on social media, by emotion\.Figure 15:Authors’ reported preferred social media platforms by emotion\.
### B\.4Author Intent

Authors’reasons for posting and social media habits vary by primary emotion too\. While intended post audience varies little by emotion, see Figure[11](https://arxiv.org/html/2609.18385#A2.F11), authors’ purpose for posting varies greatly by emotion\. We show this in Figure[12](https://arxiv.org/html/2609.18385#A2.F12)which illustrates the distribution of reported reasons for posting across different emotions\.Joyposts are more likely to be posted to share an experience from their personal lives, whileanger,disgust, andfearare more likely to advocate for or attack a subject or express controversial views\. This aligns with the above findings thatjoyandsurpriseposts are more likely to use personal photos and have text that directly describes the image, whileanger,disgust, andfearposts are more likely to use memes, professional photos, or screenshots\.

Authors’ behavior and preferences on social media also vary by emotion\. While authors of different primary emotion posts report little difference in how often they view social media, see Figure[13](https://arxiv.org/html/2609.18385#A2.F13), their posting frequency does differ\. This is shown in Figure[14](https://arxiv.org/html/2609.18385#A2.F14); authors ofjoyposts report posting less frequently than authors of all other emotions, with 40% ofjoyauthors posting less than once per week compared to 25\-30% of authors of other emotions\. Furthermore, authors’ preferred social media platform varies by emotion, as seen in Figure[15](https://arxiv.org/html/2609.18385#A2.F15)\. Facebook and Instagram are the two most popular platforms for all emotions, however, Twitter\(X\) is twice as popular for authors ofanger,disgust, andfearposts than for authors ofjoyposts\.

### B\.5Discussion

As we alluded to in our results, several patterns emerge across our experiments between emotions and how readers and models perform when reconstructing them\. Here we discuss the relationships between emotions that we observe in our experiments and how they relate to theories of emotion\.

Joyandsurprisehave an asymmetric relationship:joyis nearly the easiest emotion for readers and models to reconstruct, whilesurpriseis the most difficult\.Joyis unlikely to havesurpriseas a secondary emotion \(17% ofjoyposts express surprise\), whilesurpriseis likely to have joy as a secondary emotion \(62% ofsurpriseposts express joy\)\. Readers struggle withjoyposts when more than one emotion is expressed \(45 F1 point drop\) while performance is slightly higher forsurpriseposts with more than one emotion \(2 F1 point increase\)\.Joyposts are the least likely to have a different emotion as the primary experienced emotion but have the highest difference in performance when the mismatch occurs, whilesurpriseposts are the most likely to have a different emotion as the primary experienced emotion but have the lowest difference in performance when the mismatch occurs\.

We attribute this to theoretical differences in the nature of these emotions\. Joy is a sustained, valence\-stable, goal\-congruent emotion[Ellsworth and Scherer \(2003\)](https://arxiv.org/html/2609.18385#bib.bib35), while surprise is a brief transitional or interrupt emotion[Ekman and others \(1999\)](https://arxiv.org/html/2609.18385#bib.bib14)\. Joy is a highly prototypical emotion, with a clear set of cultural markers[Fehr and Russell \(1984\)](https://arxiv.org/html/2609.18385#bib.bib36), which we believe leads to the strong performance we see from readers and models\. However this prototypicality is a double\-edged sword, as when other emotions are present or when the primary experienced emotion is not joy, reconstruction becomes more difficult\. Surprise, on the other hand, is an ambiguous state which resolves into other emotions, which explains why readers and models perform better when other emotions are present; because surprise is inherently underspecified, additional emotion cues in the post may actually constrain the interpretation\.

AngerandDisgustalso have a relationship, as they are often expressed together and have similar performance patterns\. Both are present in about 50% of the other emotion’s posts, are similarly difficult for readers to reconstruct, have similar numbers of mismatches with experienced emotions, are of similar difficulty for readers to understand the triggering event and have similar patterns of performance based on the presence of multiple emotions\. The content of the posts are also similar, as they have similar distributions of image types and relationships between text and image, and have nearly identical counts of secondary emotions expressed in their posts\.

Unlike the joy\-surprise relationship, anger and disgust share a fundamentally similar appraisal profile\. Both are elicited primarily by perceived norm violations: unfairness, offensive behavior, and moral transgressions[Rozin et al\. \(1999\)](https://arxiv.org/html/2609.18385#bib.bib37)\. The CAD Triad groups contempt, anger, and disgust as the three canonical moral emotions, each linked to violations of different moral codes \(autonomy, divinity, community\)[Rozin et al\. \(1999\)](https://arxiv.org/html/2609.18385#bib.bib37)\. Anger and disgust sit closest together within this triad in terms of the stimuli that trigger them\.

Because they are triggered by overlapping classes of events, posts expressing one will very often also warrant the other, which explains the 50% mutual co\-occurrence\. A post about political corruption, cruelty, or injustice naturally evokes both: anger at the perpetrator and disgust at the act itself\.

We suggest every observed pattern, co\-occurrence, reconstruction difficulty, triggering event ambiguity, content similarity, follows from this shared moral appraisal structure\. The difficulty of reconstruction is not about reader or model failure per se, but about a genuine underdetermination in the signal: posts often do not carry enough information to reliably discriminate between the two\. This is supported by the fact thatdisgustandangershow the largest improvement in reader performance when the reader’s event description is similar to the author’s event description, as this additional information can help to disambiguate between the two emotions\.

## Appendix CAdditional Modeling Details

### C\.1Model Details

All models are trained using four NVIDIA L40 GPUs\. Each supervised model is fine\-tuned three times, using the exact same setup and environment\. The average and range of scores is reported\.

We fine\-tune the clip\-vit\-base\-patch32 model using a combination of transformers and torchvision Python packages\.151515[https://huggingface\.co/openai/clip\-vit\-base\-patch32](https://huggingface.co/openai/clip-vit-base-patch32)Both images and text are encoded via the CLIP processor, and then fused using simple concatenation\. All text\+vision models are trained using 5 epochs, 1e\-5 learning rate, batch size 8, cross\-entropy loss, and early stopping\.

Appraisal models are trained using a multihead regression head \(21, one for each appraisal dimension\) on top of the same CLIP\-based architecture, using mean squared error loss\. All other training settings are the same as above\.

### C\.2Modeling Results

#### C\.2\.1RQ1: Appraisals

Table[19](https://arxiv.org/html/2609.18385#A3.T19)shows the full prediction results for all appraisal dimensions for both, human readers and models\. Table[20](https://arxiv.org/html/2609.18385#A3.T20)contains the full modeling results for appraisals using event descriptions as input\.

#### C\.2\.2RQ2: Event Description Similarity

Table[18](https://arxiv.org/html/2609.18385#A3.T18)shows the full results for our experiment breaking down reader performance by event understanding\.

Q1Q2Q3Q4Mean\.02\.21\.39\.59Std\.\.02\.06\.05\.08Min\.\.01\.10\.30\.48Max\.10\.30\.48\.97Post Emo\. \(F1\)Anger\.36\.42\.45\.56Disgust\.23\.38\.37\.51Fear\.36\.38\.54\.63Joy\.41\.56\.65\.71Sadness\.41\.54\.65\.79Surprise\.27\.38\.34\.42Overall\.34\.44\.51\.61Appr\. \(RMSE\)Pleas\.1\.721\.381\.140\.99Unpleas\.1\.821\.531\.351\.18Not consid\.1\.801\.611\.581\.45Own resp\.1\.701\.531\.441\.29Other resp\.1\.921\.751\.801\.86Chance ctrl\.1\.911\.951\.911\.89Sit\. resp\.1\.871\.771\.801\.81Others ctrl\.1\.871\.751\.761\.83Own ctrl\.1\.671\.481\.451\.39Antici\. cons\.1\.731\.681\.721\.73Goal relev\.1\.821\.691\.691\.67Goal support1\.681\.511\.461\.35Attention1\.761\.721\.691\.68Event pred\.1\.711\.711\.671\.56External stnd\.1\.741\.591\.541\.44Internal stnd\.1\.781\.621\.441\.46Familiarity1\.901\.991\.871\.83Suddenness1\.841\.781\.811\.82Urgency1\.961\.931\.931\.92Effort1\.831\.671\.681\.58Overall1\.811\.701\.651\.60Table 18:Reader F1 and RMSE scores split by quartiles of author and reader event description similarity\. Appraisal results only include dimensions with at least a 0\.1 difference in RMSE between Q1 and Q4\.Reader↓\\downarrowCLIP↓\\downarrowQwen↓\\downarrowRandom Image↓\\downarrowBaselines↓\\downarrowMeanIndividualTIT\+ITIT\+ITIT\+IRandomMeanAccept conseq\.1\.631\.951\.441\.481\.471\.811\.981\.881\.441\.421\.442\.051\.41Anticipated conseq\.1\.451\.721\.331\.391\.341\.681\.761\.781\.321\.321\.332\.021\.31Attention1\.441\.721\.381\.411\.401\.811\.781\.891\.381\.361\.381\.961\.35Chance control1\.631\.921\.481\.511\.491\.801\.791\.991\.481\.461\.482\.151\.46Effort1\.451\.691\.391\.481\.411\.691\.721\.671\.401\.421\.392\.031\.42Event predic\.1\.421\.661\.271\.331\.301\.551\.741\.591\.271\.291\.292\.011\.28External stan\.1\.421\.581\.381\.471\.401\.631\.651\.631\.381\.491\.402\.211\.48Familiarity1\.621\.901\.351\.421\.382\.052\.332\.201\.341\.371\.352\.031\.36Goal relevance1\.461\.721\.411\.481\.432\.212\.062\.301\.421\.431\.422\.061\.42Goal support1\.281\.501\.231\.441\.231\.541\.841\.531\.241\.511\.232\.181\.50Internal stan\.1\.351\.581\.331\.531\.331\.651\.641\.601\.321\.651\.342\.161\.64Not consider1\.411\.611\.271\.361\.281\.681\.581\.651\.261\.351\.262\.111\.35Other respon\.1\.621\.841\.601\.701\.611\.831\.881\.881\.591\.631\.592\.131\.62Others control1\.541\.801\.511\.611\.521\.791\.831\.811\.501\.591\.502\.131\.58Own control1\.281\.501\.221\.311\.231\.501\.761\.531\.221\.311\.222\.141\.31Own respon\.1\.281\.501\.191\.311\.191\.451\.551\.411\.171\.321\.182\.221\.32Pleasantness1\.171\.331\.211\.511\.191\.481\.941\.451\.211\.681\.222\.251\.68Situational respon\.1\.581\.811\.471\.491\.461\.691\.791\.781\.451\.441\.462\.131\.43Suddenness1\.591\.811\.501\.571\.511\.641\.711\.631\.491\.511\.482\.091\.50Unpleasantness1\.291\.491\.291\.541\.271\.591\.791\.541\.281\.621\.282\.111\.62Urgency1\.671\.931\.551\.581\.591\.711\.771\.741\.561\.491\.552\.101\.49Overall1\.461\.701\.381\.481\.391\.711\.811\.751\.371\.471\.382\.111\.46Table 19:RMSE scores of appraisal dimensions\. Readers are evaluated using two approaches: mean uses the mean of the three readers and individual compares every reader separately to the authors\. For CLIP models the mean RMSE of three runs is reported for each modality: text \(T\), image \(I\), multimodal \(M\)\. Baselines include a random baseline which applies random scores between 1 and 5 for each appraisal and a mean baseline which uses the mean score for each appraisal in the dataset for every instance\.Post TextEvent DescriptionBaselinesTIT\+ITIT\+IRandomMeanAccept consequences1\.421\.441\.421\.441\.471\.462\.081\.41Anticipated consequences1\.301\.331\.321\.291\.371\.332\.041\.31Attention1\.351\.351\.371\.331\.401\.341\.961\.35Chance control1\.441\.461\.461\.441\.491\.462\.161\.46Effort1\.361\.411\.371\.331\.471\.372\.031\.42Event predictability1\.251\.281\.281\.211\.331\.241\.991\.28External standards1\.371\.451\.371\.321\.461\.342\.171\.48Familiarity1\.321\.371\.351\.321\.431\.342\.041\.36Goal relevance1\.381\.431\.391\.351\.481\.372\.061\.42Goal support1\.211\.401\.231\.151\.411\.182\.191\.50Internal standards1\.291\.481\.281\.241\.501\.242\.181\.64Not consider1\.241\.311\.241\.221\.351\.232\.091\.35Other responsibility1\.561\.631\.551\.531\.711\.552\.191\.62Others control1\.481\.531\.461\.401\.601\.422\.141\.58Own control1\.201\.271\.211\.141\.291\.162\.141\.31Own responsibility1\.161\.281\.171\.131\.291\.142\.241\.32Pleasantness1\.191\.471\.191\.031\.471\.032\.281\.68Situational responsibility1\.421\.441\.441\.401\.471\.422\.141\.43Suddenness1\.451\.511\.481\.451\.571\.492\.081\.50Unpleasantness1\.261\.481\.261\.171\.501\.182\.121\.62Urgency1\.521\.511\.551\.561\.581\.582\.081\.49Overall1\.351\.421\.361\.311\.461\.342\.121\.46Table 20:Model performance \(RMSE\) for appraisal regression on Mult2Emo test set using event descriptions as input\. Models trained either predict all appraisals or jointly predict all appraisals and emotion labels\. Models are fine\-tuned on text only \(T\), image only \(I\), and text \+ image \(T\+I\)\.

### C\.3MLLM Prompts

The prompts used in our experiments with multimodal large language models \(MLLMs\) are provided in Table[21](https://arxiv.org/html/2609.18385#A3.T21)\.

SectionTextImageText \+ ImageEmotionTask
Descr\.Which of the following emotions is the author of the post trying to express?Which of the following emotions is the author of the post trying to express?Which of the following emotions is the author of the post trying to express?Labels\{Emotions\} "Answer with exactly one word: the single emotion from the list above\.\{Emotions\} "Answer with exactly one word: the single emotion from the list above\.\{Emotions\} "Answer with exactly one word: the single emotion from the list above\.Format
Instr\.Do not explain, do not add punctuation, do not write anything else\.Do not explain, do not add punctuation, do not write anything else\.Do not explain, do not add punctuation, do not write anything else\.Data
InputBelow is the text of a social media post\. \{text\}Above is the image from a social media post\.Above is the image from a social media post, and below is its text\.AppraisalsTask
Descr\.Consider the event that the post is about, and how the author of the post experienced it\. Rate each statement below on a scale from 1 to 5Consider the event that the post is about, and how the author of the post experienced it\. Rate each statement below on a scale from 1 to 5Consider the event that the post is about, and how the author of the post experienced it\. Rate each statement below on a scale from 1 to 5Labels1 = Not at all, 2 = A little, 3 = Moderately, 4 = Quite a bit, 5 = Extremely1 = Not at all, 2 = A little, 3 = Moderately, 4 = Quite a bit, 5 = Extremely1 = Not at all, 2 = A little, 3 = Moderately, 4 = Quite a bit, 5 = ExtremelyAppraisal
Stat\.\{Appraisal Statements\}\{Appraisal Statements\}\{Appraisal Statements\}Format
Instr\.Answer with exactly n lines, one per statement, in the format "<statement number\>\. <rating\>" \(for example "1\. 3"\)\. Give a rating for every statement\. Do not explain, do not repeat the statements, do not write anything else\.Answer with exactly n lines, one per statement, in the format "<statement number\>\. <rating\>" \(for example "1\. 3"\)\. Give a rating for every statement\. Do not explain, do not repeat the statements, do not write anything else\.Answer with exactly n lines, one per statement, in the format "<statement number\>\. <rating\>" \(for example "1\. 3"\)\. Give a rating for every statement\. Do not explain, do not repeat the statements, do not write anything else\.Data
InputBelow is the text of a social media post\. \{text\}Above is the image from a social media post\.Above is the image from a social media post, and below is its text\.Table 21:Prompts for text, image, and text \+ image modalities, for both emotion classification and appraisal prediction\. Variables are typeset in \{curly brackets\}\. Emotion labels and appraisal statements can be found in Table[12](https://arxiv.org/html/2609.18385#A1.T12)\. The ordering of each is randomized per prompting instance\.

Similar Articles

Evaluating multimodal emotion recognition in proactive conversational agents: A user study

arXiv cs.AI

This paper presents a multimodal emotion recognition module for proactive conversational agents, using facial recognition and linguistic analysis. A user study with 20 participants reveals a 'poker face' effect where visual cues are unreliable, while linguistic analysis proves more accurate; the study also shows agents can elicit emotions through conversational adaptation.