[Short Paper] Measuring the Asymmetry of Trust: Synthesizing Language and Social Balance
Measuring Bidirectional Subjective Strength of Online Social Relationship by Synthetizing the Interactive Language Features and Social Balance (Short Paper)
This paper proposes a computational model to measure the bidirectional subjective strength of social relationships by synthesizing four interactive language features (frequency, length, fluency, sentiment) with an extended Social Balance Theory. Evaluated on the Enron email dataset, the model successfully identifies asymmetric relationship perceptions in superior-subordinate hierarchies.
TL;DR
In the world of online collaboration, "I think we are close" doesn't always mean "You think we are close." This paper introduces a novel framework to measure the bidirectional subjective strength of relationships. By analyzing the language used in emails and ensuring the results fit into a balanced social triangle, the model uncovers the hidden power dynamics and asymmetric perceptions in professional networks like the Enron hierarchy.
Problem & Motivation: The Myth of Symmetric Relationships
Most social network models assume that if Node A is connected to Node B, the "strength" of that link is a single, objective number. However, the authors argue that relationship strength is inherently subjective and asymmetric.
Consider a manager and an intern:
- The Intern's Perspective: The relationship is high-stakes; they might use formal, carefully crafted, and frequent language.
- The Manager's Perspective: The relationship is one of many; messages might be brief, infrequent, or less emotionally charged.
Existing work either focuses purely on text sentiment or purely on graph topology. The authors bridge this gap by asking: Can we use the "how" of language to reveal the "what" of a relationship's subjective importance within a social structure?
Methodology: The Synthesis of Words and Structure
1. Interactive Language Features (The Sociolinguistics Pillar)
Drawing from Sapir-Whorf hypothesis and Holmes’ dimensions, the researchers extract four key features from interactions:
- Frequency: How often do you reach out?
- Length: How much effort do you put into the content?
- Fluency (Quality): Do you take the time to be formal/articulate (measured via Perplexity)?
- Sentiment: What is the emotional temperature of the exchange?
Crucially, they implement a normalization step to account for "Language Habits." If someone is naturally grumpy to everyone, their negative sentiment toward you doesn't necessarily mean they value your relationship less—it's just their baseline.
2. Extended Balance Theory (The Sociology Pillar)
Traditional Balance Theory (Heider, 1958) suggests that "the friend of my friend is my friend." The authors extend this to Directed Triangles. In a balanced state, if A values B and B values C, A is likely to value C. By enforcing this structural "homophily," the model can correct noisy signals from language features alone.
Figure: The evolution from (a) traditional undirected balance to (b) the paper's proposed directed balance model.
3. Optimization via Hinge-Loss MRF
The final subjective strength is calculated by minimizing a cost function that balances:
- Linguistic Cost: How well the strength matches the language features.
- Topological Cost: How much the triangle deviates from a "balanced" state.
Experiments: Unmasking the Enron Hierarchy
The researchers tested their model on the infamous Enron email dataset. They focused on "Superior-Subordinate" pairs, using the intuition that the lower-level employee (subordinate) typically views the relationship as more "strong" (important) than the superior does.
Figure: The precision of the "Language Features + Balance" model (top line) consistently outperforms single-feature baselines.
Key Findings:
- Using all language features together is significantly better than relying on just frequency or sentiment.
- Adding the Balance Feature (structural context) provides the ultimate performance boost, proving that social context acts as a vital "error correction" mechanism for linguistic analysis.
Critical Insight & Future Outlook
This work moves us away from viewing social networks as "static pipes" and toward viewing them as "subjective perceptions."
Limitations: The ground truth relies on the assumption that subordinates always value a relationship more than superiors, which may not hold in toxic environments or specialized flat organizations.
Future Work: The authors suggest delving deeper into the actual content of the language. Imagine a model that doesn't just look at "how much" you talk, but identifies "Social Power" dynamics through specific lexical choices or rhetorical strategies.
Conclusion
By treating language as a window into subjective opinion and the social graph as a constraint on those opinions, the authors have created a robust tool for mapping the true, asymmetric heart of human collaboration.
