> For the complete documentation index, see [llms.txt](https://annemarleen.gitbook.io/immersive-design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://annemarleen.gitbook.io/immersive-design/evaluation/emotional-immersion.md).

# Evaluation Topics: Emotional Immersion

## Evaluating Emotions & Sentiment

![HUE](https://www.framestore.com/sites/default/files/styles/slideshow_images_medium_1400_788/public/case-study/images/shadow.jpg?itok=_B-yHy8X)HUE

Two important factors can be distinguished in evaluating emotional immersion: affective intensity and paradox of empathy.

### Affective Intensity

Below is an excerpt from [Narrative as Virtual Reality 2, Marie-Laure Ryan](https://archive.org/stream/NarrativeAsVirtualReality2MarieLaureRyan/narrative%20as%20virtual%20reality%202%20-%20Marie%20Laure%20Ryan_djvu.txt):

The following types of emotion are considered to be **conductive to immersion on an emotional level**. Note that a given emotion, as identified by a name, can occupy several categories. They are listed here in increasing order of affective intensity:

* *Subjective reactions* to characters and judgments of their behavior. These include primarily like and dislike but also admiration, contempt, pity, amusement, Schadenfreude, and exasperation (when good things happen to bad characters). Subjective reaction involves a distanced evaluation rather than identification with the characters. Feeling admiration or contempt for characters can be explained by counterfactual reasoning, such as, *“if an x behaved like p, I would admire x,”*
* *Empathetic emotions*, that is, emotions felt not for oneself but for others. [Suzanne Keen](http://wikis.sub.uni-hamburg.de/lhn/index.php/Narrative_Empathy) defines empathy as “a spontaneous, vicarious sharing of affect” and as “feeling what we believe to be the emotions of others.” Empathetic emotions fall into the two broad categories of feeling: Sad or Happy for characters. Although they may be described in finer shades, such as pity, grief, and relief
* *Emotions felt for oneself*, not for others, such as fear, horror, disgust, and sexual arousal.

The strongest feelings of empathy occur when bad things happen to likable characters, but readers do not experience grief for fictional characters in the same way they experience it for real people. They do, and do not, feel sorry for them. How can one get out of this impasse?

### Paradox of Empathy

*"We have emotions concerning fictional situations. We must believe in the propositions that describe the fictional situation. We do not believe the propositions than describe the situations represented in fiction."* - [Gregory Currie](https://www.youtube.com/watch?v=bggh89GlXPY), Nature of Fiction.

#### Empathy and Compassion

* *Empathy*: you experience empathy when you actually feel the suffering of someone else.
* *Compassion*: you feel compassion when you care about someone and want their pain to go away, without suffering yourself.

These can go together, but research shows that empathy and compassion are different and even activate different parts of the brain.&#x20;

[A Theory of Narrative Empathy (](https://www.researchgate.net/publication/236757314_A_Theory_of_Narrative_Empathy)excerpt)\
[The Emotion Thesaurus](https://writershelpingwriters.net/wp-content/uploads/2016/05/Emotion-Amplifiers_A-Companion-to-The-Emotion-Thesaurus-2016.pdf)\
\&#xNAN;*The Emotion Thesaurus highlights 75 emotions and lists the possible body language cues, thoughts, and visceral responses for each.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://annemarleen.gitbook.io/immersive-design/evaluation/emotional-immersion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
