Cover image

Global Context Is Not the Same as Affective Context

TL;DR for operators Conversation history helps emotion recognition, but this paper shows that having the whole conversation available is not the same as extracting the affective signal that persists across it. Using the same frozen RoBERTa utterance representations, a structured atmosphere prior scores 71.29 versus 67.86 on IEMOCAP and 69.22 versus 63.63 on MELD; it also improves EmoryNLP and DailyDialog. AtmosERC then reuses that prior inside a lightweight classifier, while a prompt-level variant converts it into a textual cue for LLMs. The lightweight model leads reported baselines on three of four datasets, and the LLM cue improves all three tested general-purpose LLMs on both evaluated datasets. ...

August 29, 2026 · 7 min · Zelina
Cover image

The Right EEG Window Depends on the Question

TL;DR for operators A system observing a changing biological signal has a basic design choice: how much history should it examine at once? A short window may preserve transient changes that disappear when averaged across a longer recording; a long window may retain sustained patterns that short segments miss. Processing both sounds attractive, but every additional view consumes computation and does not necessarily add useful information. ...

August 25, 2026 · 6 min · Zelina
Cover image

Bigger Ears Still Need a Budget

TL;DR for operators The paper is not really saying “use a smaller speech model.” That would be too convenient, and reality hates convenience. It is saying something more useful: audio-model efficiency is a budget allocation problem. Model size, audio duration, encoder token resolution, and adaptation depth are different ways to spend compute, and they do not buy the same thing. Agarwal, Gangrade, Pal, and Wu study this across automatic speech recognition using Whisper on LibriSpeech and speech emotion recognition using wav2vec2 on CREMA-D.1 ...

June 27, 2026 · 17 min · Zelina
Cover image

The Memory Isn’t the Point — It’s the Feeling: Why AI Needs Affective Memory, Not Just Recall

Memory sounds like a simple product feature. A user tells an assistant something today. The assistant remembers it tomorrow. Everyone applauds, the demo works, and someone writes “personalization” on a roadmap slide. Lovely. We have rediscovered a notebook. The harder problem begins when the user does not explicitly say what matters. A student says, “It’s fine.” A customer writes, “No worries.” A therapy-like support user replies with a short, polite sentence that looks neutral in isolation. Locally, the words are harmless. Historically, they may be resignation, guardedness, disappointment, or the emotional equivalent of quietly closing the door. ...

April 9, 2026 · 17 min · Zelina
Cover image

Inside Out: How LLMs Are Learning to Feel (and Misfeel) Like Us

TL;DR for operators LLMs are not merely getting better at choosing the right emotion label. This paper shows that, inside their output distributions, larger models organise emotion words into increasingly rich hierarchies: broad emotions such as joy or sadness sit above more specific states such as optimism, disappointment, or grief.1 That matters because the hierarchy itself becomes an evaluation object. Instead of asking only whether a model correctly labels a customer message as “angry,” an operator can ask whether the model’s internal emotion map has enough depth, whether related emotions cluster sensibly, and whether that structure changes when the model is prompted to adopt different demographic personas. ...

July 16, 2025 · 17 min · Zelina