> Paper: Directed Social Regard: Surfacing Targeted Advocacy, Opposition, Aid, Harms, and Victimization in Online Media > Authors: Scott Friedman, Ruta Wheelock, Sonja Schmer-Galunder, Drisana Iverson, Jake Vasilakes, Joan Zheng, Jeffrey Rye, Vasanth Sarathy, Christopher Miller > arXiv: 2605.00776 | 2026-04-30
---
1. The AI That Can't "Read the Room"
Imagine you see this post on social media:
> "Amazing! The government is finally paying attention to environmental protection. But what about the corporations destroying forests? They should be severely punished!"
What would a traditional sentiment analysis tool output?
- "Positive" (because of "Amazing!")
- Or "Mixed" (positive + negative)
- The positive sentiment is directed at the government
- The "should be punished" sentiment is directed at corporations
- A single message contains sharply different emotions toward different targets
- Advocacy: speaking up in support of something/someone
- Opposition: confronting, resisting
- Aid: providing help, support
- Harms: causing negative impact
- Victimization: portraying someone/something as a victim
- "This message is positive" — but positive toward whom?
- It may support A while attacking B at the same time.
- No idea who the emotion points to
- Cannot distinguish "supporting the government" from "supporting the protesters"
- Real social language is full of subtly directed emotions
- Reducing it to "positive/negative" discards enormous amounts of information
- Public opinion monitoring: track polarization of public attitudes toward different institutions/figures
- Influence operation detection: identify organized, targeted emotional manipulation
- Political analysis: understand voters' complex feelings toward different candidates
- Social movement research: track shifts in support, opposition, and victim narratives
- Brand management: identify the specific targets of consumer sentiment
But it misses the most critical information:
This is exactly the blind spot of traditional NLP tools: they can detect whether emotion exists, but not who the emotion is directed at.
---
2. Directed Social Regard (DSR): Beyond "Positive/Negative"
The paper proposes Directed Social Regard (DSR). Its core innovations:
Instead of classifying overall sentiment, it identifies: 1. The target of emotion: who or what is the positive/negative sentiment about? 2. The type of emotion: support, opposition, aid, harm, or victimization? 3. Coexistence of emotions: one message can simultaneously support A and oppose B
Emotion types DSR recognizes:
It's like giving AI a "social radar" — not just reading words, but understanding who those words are aimed at.
---
3. Why Aren't Existing Tools Good Enough?
Problems with traditional sentiment analysis:
1. The holistic-score fallacy
2. Missing targets
3. Complex emotions oversimplified
In political rhetoric, influence operations, and public discussion, "what is directed at whom" matters more than "what was expressed."
---
4. Application Scenarios
Potential DSR applications:
---
5. A Feynman-Style Judgment: Context Determines Meaning
When teaching physics, Feynman emphasized the importance of reference frames:
> "The laws of physics are the same in all inertial reference frames. But specific measurements depend on your frame of reference."
In language understanding:
> "Sentiment is not an absolute property. It is always relative to some target. 'Good' and 'bad' only become meaningful when you ask 'good/bad for whom?'"
DSR's core insight is that sentiment analysis needs a "reference frame" — not absolute "positive/negative," but "positive/negative toward X."
This is a deep philosophical stance: meaning is not inherent in the text; it is a relation between text and the world.
---
6. Takeaways
If you're building NLP systems, ask yourself:
1. "Does my sentiment analysis consider the target of the emotion?" 2. "Am I oversimplifying complex social emotions?" 3. "Can multiple emotions in a single message be identified separately?" 4. "Can my system handle coexisting emotions like 'support A, oppose B'?"
DSR reminds us: language is social behavior, not an isolated string of symbols.
Understanding language means understanding social relations between people. Emotion is not just a "mental state" but a "social stance" — it always points at someone/something and always functions within social interaction.
For AI to truly understand human language, it must learn to read these subtle but crucial social dimensions.