Elevating Social Graphs: Trust-Based Relationship Formation through Tertiary Contacts

A Novel Social Network Model for Forming Relationships

2011-01-01
Sreedhar Bhukya
Summary
Problem
Method
Results
Takeaways
Abstract

This paper introduces a novel social network growth model specifically designed for the formation of trust-based relationships, such as marriage alliances in the Indian context. By incorporating "Neighbor of Neighbor of Initial Contact" (NNIC) as a tertiary connection mechanism, the model achieves a significantly higher clustering coefficient () while maintaining an asymptotically scale-free degree distribution.

TL;DR

Most social network models stop at immediate neighbors, but real-world trust flows deeper. This paper proposes a novel growth algorithm that incorporates Neighbor of Neighbor of Initial Contact (NNIC) to simulate high-trust environments like marriage alliances. The result is a complex, scale-free network with a superior clustering coefficient of , significantly outperforming previous 1st-degree referral models.

Background: The Trust Deficit in Network Science

While Barabási-Albert (BA) models and Small-World theories explain how networks become "scale-free" or "highly connected," they often miss the human element: Trust. In specific contexts—such as professional collaboration or community-based marriage alliances—connections aren't just random or based on popularity (preferential attachment); they are mediated through trusted intermediaries.

The author argues that prior models [19] utilized friend information but ignored the "friend-of-a-friend" (Tertiary Contact) potential, which is the cornerstone of trust-based referrals in many cultures, particularly in India.

Methodology: The Three-Tier Attachment Algorithm

The core innovation is the Network Growth Algorithm, which moves beyond the 2nd degree of separation to the 3rd degree.

The 3-Step Connection Process:

  1. Random Attachment: A new vertex (family/person) picks initial contacts.
  2. Secondary Contact (NIC): The vertex connects to neighbors of those initial contacts.
  3. Tertiary Contact (NNIC): Crucially, the vertex then connects to neighbors of the secondary contacts.

Network Growth Logic

Mathematical Intuition

By using the Mean Field Approximation, the author derives the rate equation for vertex degree ():

This formula suggests that the "preferential attachment" effect is amplified by the existence of secondary and tertiary tiers, allowing nodes that are well-connected deep in the network to be more easily discovered through trusted paths.

Experimental Results: High Clustering & Efficiency

The study simulated a network of 45 families to validate the growth dynamics. The introduction of NNIC contacts led to a dramatic increase in "Triangles" (mutual relationships), which is the bedrock of community structure.

Social Network Graph Visualization

Key Performance Metrics:

  • Scale-Free Nature: The degree distribution follows , where remains bounded at 3, preserving the robust architecture of a scale-free network.
  • Clustering Leap: Previous models yielded . This model achieves . For large networks, this logarithmic improvement means the network is far more tightly knit than standard models would predict.
MetricInitial Contact (IC)Secondary (SC)Tertiary (NNIC)
Avg. Vertices2.635.362.91
Avg. Triangles0.66.457.35

Critical Analysis & Future Outlook

The "NNIC" model successfully bridges the gap between abstract graph theory and sociological reality. By focusing on "tertiary contacts," it mathematically proves why "trust-based" searching is faster and yields better "matches" without diluting the reliability of the contacts.

Limitations:

  • The model assumes a "homogeneous" community (e.g., same caste/region). Future iterations should explore inter-community interactions where trust may decay as one moves across different social clusters.
  • The sample size of 45 families is useful for proof-of-concept but lacks the "large " behavior analysis traditional in statistical physics.

Conclusion: This research is a significant step for designing specialized social platforms—be it for marriage, research collaboration, or high-stakes financial networking—where a simple "friend" suggestion isn't enough, but a "trusted referral of a referral" is everything.


Keywords: Scale-free Networks, Clustering Coefficient, Social Discovery, Trust-based Modeling, NNIC.

Find Similar Papers

Try Our Examples

  • Search for recent studies that integrate multi-hop "trust" metrics into scale-free network growth models beyond tertiary contacts.
  • Identify the seminal paper that first established the $c(k) \sim 1/k$ clustering behavior in social networks and how it compares to the current $\ln k/k$ derivation.
  • Investigate how the "Neighbor of Neighbor" (NNIC) attachment logic has been applied to recommendation systems or disease spreading simulations in heterogeneous populations.
Contents
Elevating Social Graphs: Trust-Based Relationship Formation through Tertiary Contacts
1. TL;DR
2. Background: The Trust Deficit in Network Science
3. Methodology: The Three-Tier Attachment Algorithm
3.1. The 3-Step Connection Process:
3.2. Mathematical Intuition
4. Experimental Results: High Clustering & Efficiency
4.1. Key Performance Metrics:
5. Critical Analysis & Future Outlook