Editing
Social Emotions and Empathy
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Empathy Gap' (Predicting if a person will 'Help' a stranger):''' <syntaxhighlight lang="python"> def evaluate_prosocial_intent(social_distance, perceived_need, oxytocin_lvl): """ Shows why we help 'Our Own' more than 'Others'. """ # Empathy is 'Discounted' by 'Distance' (Cultural/Physical) empathy_score = (perceived_need * 10) / (social_distance + 1) # Oxytocin 'Boosts' the signal if oxytocin_lvl > 70: empathy_score *= 1.5 if empathy_score > 50: return f"RESULT: PROSOCIAL ACTION. (The 'Pain' of the other is felt as 'Your own')." else: return "RESULT: BYSTANDER EFFECT. (Distance is too high to trigger the 'Mirror' response)." # Case: A family member in moderate need print(evaluate_prosocial_intent(0, 7, 80)) # Case: A stranger in high need on the other side of the world print(evaluate_prosocial_intent(10, 10, 50)) </syntaxhighlight> ; Social Landmarks : '''The 'Cuddle' Hormone Study''' β Researchers "Sprayed Oxytocin" into the noses of "Investors": they became **2x More Likely** to "Trust" a "Stranger" with their money. : '''The 'Insula' and Disgust''' β The "Insula" "Lights up" when you "Eat something rotten" **AND** when you "See someone else" "Act Unfairly" (Moral Disgust). : '''Mirroring in Sports''' β Why "Watching a Game" is so "Emotional": your "Mirror Neurons" are "Playing the Game" with the athletes, "Feeling" the "Movement" and the "Victory." : '''Empathy Fatigue''' β When "Doctors" or "Nurses" "Feel Too Much" of their patients' pain, their brain "Shuts Down" the empathy circuit to "Protect itself." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information