Testing the Semantic Social Network Hypothesis: Do Similar Ontologies Mean Closer Friends?

Experimenting with ontology distances in semantic social networks: Methodological remarks

2012-10-01
Jérôme David, Jérôme Euzenat, Jason J. Jung
Summary
Problem
Method
Results
Takeaways
Abstract

This paper explores the relationship between ontology distances and social affinity within Semantic Social Networks. It proposes a methodological framework for testing the hypothesis that users with similar personal ontologies share higher social affinity, ultimately reporting experimental results that challenge this common assumption.

TL;DR

In the world of Semantic Social Networks, it is often assumed that if two people organize their knowledge (ontologies) similarly, they are likely to have a strong social affinity. This paper puts that assumption to the test through a rigorous methodological experiment. The surprising result? The hypothesis was largely invalidated. Despite using complex similarity measures, the way people categorized information showed little correlation with their actual social connections.

The "Common Sense" Motivation

The semantic web isn't just about data; it's about the people who structure it. Researchers have long theorized that our "cognitive dispositions"—how we perceive and categorize the world—are reflected in the ontologies we use.

If User A and User B both categorize "Shark" under "Marine Predator" rather than "Fish," do they share a "state of mind"? If so, we could theoretically build social networks not by asking "who do you know?" but by analyzing "how do you think?" The authors set out to determine if ontology distances could serve as a proxy for social distance.

Methodology: The "Zoo" Experiment

Because massive semantic social networks (where every user has a personal ontology) don't truly exist yet in the wild, the authors had to build a lab-controlled "micro-world."

The Setup

  • Subjects: 19 AI students.
  • The Task: Annotate 22 wildlife images and build a personal ontology to structure those annotations.
  • The Ground Truth: A questionnaire where students identified their actual social affinities and "states of mind" peers.

Measuring Similarity

The authors didn't just look at word overlaps. They used the OntoSim library to compare:

  1. Ontology Space: Lexical names and triple structures (TFIDF, Cosine distance).
  2. Alignment Space: Finding paths and mappings between two different ontologies to see how easily one could be "translated" into the other.

Semantic Social Network Layers Fig 1. The three-layer architecture: Concept, Ontology, and Social layers.

Key Insights: Why the Hypothesis Failed

The paper reveals a fascinating discrepancy. While the students naturally converged on six "domains" (like species, diet, and geography), the way they used these domains did not map to their friendships.

  • Standardization vs. Personalization: Many students defaulted to standard classifications (e.g., Wikipedia-style taxonomy), which created "false" similarity between people who didn't actually know each other.
  • Alignment Space Wins (Slightly): Alignment-based measures (focusing on how ontologies map to one another) performed better than simple lexical overlaps, but still failed to predict social groups accurately.

Experimental Results Fig 2. Social graphs generated from ontology similarity—notice how the complete subgraphs (bold) don't align with the reported social reality.

Critical Analysis & Conclusion

This paper serves as a vital "reality check" for the Semantic Web community. It suggests that social affinity is far more complex than shared semantics.

Limitations & Future Outlook

  1. Sample Size: 19 students is a small "social network." The dynamics might change in a community of thousands.
  2. The "Unknown Proximity" Defense: The authors raise a clever point—perhaps ontology similarity reveals potential friendships that the users haven't discovered yet, rather than existing ones.
  3. The Need for Real Data: To truly validate this, we need platforms like "Semantic Flickr" or "Semantic LinkedIn" where personal knowledge modeling is part of everyday utility.

In conclusion, while we may think alike, it doesn't mean we're friends. The bridge between the Ontology Layer and the Social Layer remains more mysterious than we previously hoped.

Find Similar Papers

Try Our Examples

  • Find recent empirical studies that attempt to correlate structural knowledge representation similarity with psychological or social affinity metrics in large-scale social networks.
  • Which paper first introduced the tripartite model (concept-ontology-social layers) for semantic social networks, and how has its implementation evolved since 2007?
  • Explore how alignment space measures in the OntoSim library are applied to cross-domain ontology matching tasks outside of social network analysis.
Contents
Testing the Semantic Social Network Hypothesis: Do Similar Ontologies Mean Closer Friends?
1. TL;DR
2. The "Common Sense" Motivation
3. Methodology: The "Zoo" Experiment
3.1. The Setup
3.2. Measuring Similarity
4. Key Insights: Why the Hypothesis Failed
5. Critical Analysis & Conclusion
5.1. Limitations & Future Outlook